public static interface JSONSchema.FieldConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPathParamName()
Alternative parameter name when used as path parameter.
|
com.google.protobuf.ByteString |
getPathParamNameBytes()
Alternative parameter name when used as path parameter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 [json_name = "pathParamName"];
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 [json_name = "pathParamName"];