Interface Openapiv2.JSONSchema.FieldConfigurationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Openapiv2.JSONSchema.FieldConfiguration,Openapiv2.JSONSchema.FieldConfiguration.Builder
- Enclosing class:
- Openapiv2.JSONSchema
public static interface Openapiv2.JSONSchema.FieldConfigurationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPathParamName()Alternative parameter name when used as path parameter.com.google.protobuf.ByteStringgetPathParamNameBytes()Alternative parameter name when used as path parameter.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPathParamName
java.lang.String getPathParamName()
Alternative parameter name when used as path parameter. If set, this will be used as the complete parameter name when this field is used as a path parameter. Use this to avoid having auto generated path parameter names for overlapping paths.
string path_param_name = 47;- Returns:
- The pathParamName.
-
getPathParamNameBytes
com.google.protobuf.ByteString getPathParamNameBytes()
Alternative parameter name when used as path parameter. If set, this will be used as the complete parameter name when this field is used as a path parameter. Use this to avoid having auto generated path parameter names for overlapping paths.
string path_param_name = 47;- Returns:
- The bytes for pathParamName.
-
-