-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.FieldConfigurationOrBuilder,java.io.Serializable
public final class Openapiv2.JSONSchema.FieldConfiguration extends GeneratedMessageV3 implements Openapiv2.JSONSchema.FieldConfigurationOrBuilder
Protobuf type'FieldConfiguration' provides additional field level properties used when generating the OpenAPI v2 file. These properties are not defined by OpenAPIv2, but they are used to control the generation.grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOpenapiv2.JSONSchema.FieldConfiguration.Builder
Protobuf type'FieldConfiguration' provides additional field level properties used when generating the OpenAPI v2 file. These properties are not defined by OpenAPIv2, but they are used to control the generation.grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration
-
Field Summary
Fields Modifier and Type Field Description public final static intPATH_PARAM_NAME_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final UnknownFieldSetgetUnknownFields()final static Descriptors.DescriptorgetDescriptor()StringgetPathParamName()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;ByteStringgetPathParamNameBytes()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;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static Openapiv2.JSONSchema.FieldConfigurationparseFrom(ByteBuffer data)static Openapiv2.JSONSchema.FieldConfigurationparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static Openapiv2.JSONSchema.FieldConfigurationparseFrom(ByteString data)static Openapiv2.JSONSchema.FieldConfigurationparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static Openapiv2.JSONSchema.FieldConfigurationparseFrom(Array<byte> data)static Openapiv2.JSONSchema.FieldConfigurationparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static Openapiv2.JSONSchema.FieldConfigurationparseFrom(InputStream input)static Openapiv2.JSONSchema.FieldConfigurationparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static Openapiv2.JSONSchema.FieldConfigurationparseDelimitedFrom(InputStream input)static Openapiv2.JSONSchema.FieldConfigurationparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static Openapiv2.JSONSchema.FieldConfigurationparseFrom(CodedInputStream input)static Openapiv2.JSONSchema.FieldConfigurationparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Openapiv2.JSONSchema.FieldConfiguration.BuildernewBuilderForType()static Openapiv2.JSONSchema.FieldConfiguration.BuildernewBuilder()static Openapiv2.JSONSchema.FieldConfiguration.BuildernewBuilder(Openapiv2.JSONSchema.FieldConfiguration prototype)Openapiv2.JSONSchema.FieldConfiguration.BuildertoBuilder()static Openapiv2.JSONSchema.FieldConfigurationgetDefaultInstance()static Parser<Openapiv2.JSONSchema.FieldConfiguration>parser()Parser<Openapiv2.JSONSchema.FieldConfiguration>getParserForType()Openapiv2.JSONSchema.FieldConfigurationgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUnknownFields
final UnknownFieldSet getUnknownFields()
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getPathParamName
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;
-
getPathParamNameBytes
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;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
equals
boolean equals(Object obj)
-
hashCode
int hashCode()
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(ByteBuffer data)
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(ByteString data)
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(Array<byte> data)
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(InputStream input)
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Openapiv2.JSONSchema.FieldConfiguration parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Openapiv2.JSONSchema.FieldConfiguration parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(CodedInputStream input)
-
parseFrom
static Openapiv2.JSONSchema.FieldConfiguration parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Openapiv2.JSONSchema.FieldConfiguration.Builder newBuilderForType()
-
newBuilder
static Openapiv2.JSONSchema.FieldConfiguration.Builder newBuilder()
-
newBuilder
static Openapiv2.JSONSchema.FieldConfiguration.Builder newBuilder(Openapiv2.JSONSchema.FieldConfiguration prototype)
-
getDefaultInstance
static Openapiv2.JSONSchema.FieldConfiguration getDefaultInstance()
-
parser
static Parser<Openapiv2.JSONSchema.FieldConfiguration> parser()
-
getParserForType
Parser<Openapiv2.JSONSchema.FieldConfiguration> getParserForType()
-
getDefaultInstanceForType
Openapiv2.JSONSchema.FieldConfiguration getDefaultInstanceForType()
-
-
-
-