| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Schema> |
AnnotationsProto.openapiv2Schema
ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.Builder.build() |
Schema |
Schema.Builder.buildPartial() |
static Schema |
Schema.getDefaultInstance() |
Schema |
Schema.getDefaultInstanceForType() |
Schema |
Schema.Builder.getDefaultInstanceForType() |
Schema |
Response.getSchema()
`Schema` optionally defines the structure of the response.
|
Schema |
Response.Builder.getSchema()
`Schema` optionally defines the structure of the response.
|
Schema |
ResponseOrBuilder.getSchema()
`Schema` optionally defines the structure of the response.
|
static Schema |
Schema.parseDelimitedFrom(InputStream input) |
static Schema |
Schema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(byte[] data) |
static Schema |
Schema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(ByteBuffer data) |
static Schema |
Schema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(com.google.protobuf.ByteString data) |
static Schema |
Schema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(com.google.protobuf.CodedInputStream input) |
static Schema |
Schema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(InputStream input) |
static Schema |
Schema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Schema> |
Schema.getParserForType() |
static com.google.protobuf.Parser<Schema> |
Schema.parser() |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.mergeFrom(Schema other) |
Response.Builder |
Response.Builder.mergeSchema(Schema value)
`Schema` optionally defines the structure of the response.
|
static Schema.Builder |
Schema.newBuilder(Schema prototype) |
Response.Builder |
Response.Builder.setSchema(Schema value)
`Schema` optionally defines the structure of the response.
|
Copyright © 2023. All rights reserved.