Class Annotations
- java.lang.Object
-
- grpc.gateway.protoc_gen_openapiv2.options.Annotations
-
public final class Annotations extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intOPENAPIV2_FIELD_FIELD_NUMBERstatic intOPENAPIV2_OPERATION_FIELD_NUMBERstatic intOPENAPIV2_SCHEMA_FIELD_NUMBERstatic intOPENAPIV2_SWAGGER_FIELD_NUMBERstatic intOPENAPIV2_TAG_FIELD_NUMBERstatic 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.static 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.static 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.static 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.static 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Field Detail
-
OPENAPIV2_SWAGGER_FIELD_NUMBER
public static final int OPENAPIV2_SWAGGER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
openapiv2Swagger
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Openapiv2.Swagger> openapiv2Swagger
ID 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:
- Constant Field Values
-
openapiv2Operation
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,Openapiv2.Operation> openapiv2Operation
ID 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:
- Constant Field Values
-
openapiv2Schema
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Openapiv2.Schema> openapiv2Schema
ID 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:
- Constant Field Values
-
openapiv2Tag
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.ServiceOptions,Openapiv2.Tag> openapiv2Tag
ID 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:
- Constant Field Values
-
openapiv2Field
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Openapiv2.JSONSchema> openapiv2Field
ID 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 Detail
-
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()
-
-