Class Annotations
java.lang.Object
grpc.gateway.protoc_gen_openapiv2.options.Annotations
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,
Openapiv2.JSONSchema> ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,
Openapiv2.Operation> ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,
Openapiv2.Schema> ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,
Openapiv2.Swagger> ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.ServiceOptions,
Openapiv2.Tag> ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project. -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptor
static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistry registry) static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Field Details
-
OPENAPIV2_SWAGGER_FIELD_NUMBER
public static final int OPENAPIV2_SWAGGER_FIELD_NUMBER- See Also:
-
openapiv2Swagger
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Openapiv2.Swagger> openapiv2SwaggerID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project. All IDs are the same, as assigned. It is okay that they are the same, as they extend different descriptor messages.
extend .google.protobuf.FileOptions { ... }
-
OPENAPIV2_OPERATION_FIELD_NUMBER
public static final int OPENAPIV2_OPERATION_FIELD_NUMBER- See Also:
-
openapiv2Operation
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,Openapiv2.Operation> openapiv2OperationID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project. All IDs are the same, as assigned. It is okay that they are the same, as they extend different descriptor messages.
extend .google.protobuf.MethodOptions { ... }
-
OPENAPIV2_SCHEMA_FIELD_NUMBER
public static final int OPENAPIV2_SCHEMA_FIELD_NUMBER- See Also:
-
openapiv2Schema
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Openapiv2.Schema> openapiv2SchemaID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project. All IDs are the same, as assigned. It is okay that they are the same, as they extend different descriptor messages.
extend .google.protobuf.MessageOptions { ... }
-
OPENAPIV2_TAG_FIELD_NUMBER
public static final int OPENAPIV2_TAG_FIELD_NUMBER- See Also:
-
openapiv2Tag
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.ServiceOptions,Openapiv2.Tag> openapiv2TagID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project. All IDs are the same, as assigned. It is okay that they are the same, as they extend different descriptor messages.
extend .google.protobuf.ServiceOptions { ... }
-
OPENAPIV2_FIELD_FIELD_NUMBER
public static final int OPENAPIV2_FIELD_FIELD_NUMBER- See Also:
-
openapiv2Field
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Openapiv2.JSONSchema> openapiv2FieldID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project. All IDs are the same, as assigned. It is okay that they are the same, as they extend different descriptor messages.
extend .google.protobuf.FieldOptions { ... }
-
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-