| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
Response |
Response.Builder.build() |
Response |
Response.Builder.buildPartial() |
static Response |
Response.getDefaultInstance() |
Response |
Response.getDefaultInstanceForType() |
Response |
Response.Builder.getDefaultInstanceForType() |
Response |
Operation.getResponsesOrDefault(String key,
Response defaultValue)
The list of possible responses as they are returned from executing this
operation.
|
Response |
Operation.Builder.getResponsesOrDefault(String key,
Response defaultValue)
The list of possible responses as they are returned from executing this
operation.
|
Response |
OperationOrBuilder.getResponsesOrDefault(String key,
Response defaultValue)
The list of possible responses as they are returned from executing this
operation.
|
Response |
Swagger.getResponsesOrDefault(String key,
Response defaultValue)
An object to hold responses that can be used across operations.
|
Response |
Swagger.Builder.getResponsesOrDefault(String key,
Response defaultValue)
An object to hold responses that can be used across operations.
|
Response |
SwaggerOrBuilder.getResponsesOrDefault(String key,
Response defaultValue)
An object to hold responses that can be used across operations.
|
Response |
Operation.getResponsesOrThrow(String key)
The list of possible responses as they are returned from executing this
operation.
|
Response |
Operation.Builder.getResponsesOrThrow(String key)
The list of possible responses as they are returned from executing this
operation.
|
Response |
OperationOrBuilder.getResponsesOrThrow(String key)
The list of possible responses as they are returned from executing this
operation.
|
Response |
Swagger.getResponsesOrThrow(String key)
An object to hold responses that can be used across operations.
|
Response |
Swagger.Builder.getResponsesOrThrow(String key)
An object to hold responses that can be used across operations.
|
Response |
SwaggerOrBuilder.getResponsesOrThrow(String key)
An object to hold responses that can be used across operations.
|
static Response |
Response.parseDelimitedFrom(InputStream input) |
static Response |
Response.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Response |
Response.parseFrom(byte[] data) |
static Response |
Response.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Response |
Response.parseFrom(ByteBuffer data) |
static Response |
Response.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Response |
Response.parseFrom(com.google.protobuf.ByteString data) |
static Response |
Response.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Response |
Response.parseFrom(com.google.protobuf.CodedInputStream input) |
static Response |
Response.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Response |
Response.parseFrom(InputStream input) |
static Response |
Response.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Response> |
Operation.Builder.getMutableResponses()
Deprecated.
|
Map<String,Response> |
Swagger.Builder.getMutableResponses()
Deprecated.
|
com.google.protobuf.Parser<Response> |
Response.getParserForType() |
Map<String,Response> |
Operation.getResponses()
Deprecated.
|
Map<String,Response> |
Operation.Builder.getResponses()
Deprecated.
|
Map<String,Response> |
OperationOrBuilder.getResponses()
Deprecated.
|
Map<String,Response> |
Swagger.getResponses()
Deprecated.
|
Map<String,Response> |
Swagger.Builder.getResponses()
Deprecated.
|
Map<String,Response> |
SwaggerOrBuilder.getResponses()
Deprecated.
|
Map<String,Response> |
Operation.getResponsesMap()
The list of possible responses as they are returned from executing this
operation.
|
Map<String,Response> |
Operation.Builder.getResponsesMap()
The list of possible responses as they are returned from executing this
operation.
|
Map<String,Response> |
OperationOrBuilder.getResponsesMap()
The list of possible responses as they are returned from executing this
operation.
|
Map<String,Response> |
Swagger.getResponsesMap()
An object to hold responses that can be used across operations.
|
Map<String,Response> |
Swagger.Builder.getResponsesMap()
An object to hold responses that can be used across operations.
|
Map<String,Response> |
SwaggerOrBuilder.getResponsesMap()
An object to hold responses that can be used across operations.
|
static com.google.protobuf.Parser<Response> |
Response.parser() |
| Modifier and Type | Method and Description |
|---|---|
Response |
Operation.getResponsesOrDefault(String key,
Response defaultValue)
The list of possible responses as they are returned from executing this
operation.
|
Response |
Operation.Builder.getResponsesOrDefault(String key,
Response defaultValue)
The list of possible responses as they are returned from executing this
operation.
|
Response |
OperationOrBuilder.getResponsesOrDefault(String key,
Response defaultValue)
The list of possible responses as they are returned from executing this
operation.
|
Response |
Swagger.getResponsesOrDefault(String key,
Response defaultValue)
An object to hold responses that can be used across operations.
|
Response |
Swagger.Builder.getResponsesOrDefault(String key,
Response defaultValue)
An object to hold responses that can be used across operations.
|
Response |
SwaggerOrBuilder.getResponsesOrDefault(String key,
Response defaultValue)
An object to hold responses that can be used across operations.
|
Response.Builder |
Response.Builder.mergeFrom(Response other) |
static Response.Builder |
Response.newBuilder(Response prototype) |
Operation.Builder |
Operation.Builder.putResponses(String key,
Response value)
The list of possible responses as they are returned from executing this
operation.
|
Swagger.Builder |
Swagger.Builder.putResponses(String key,
Response value)
An object to hold responses that can be used across operations.
|
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
Operation.Builder.putAllResponses(Map<String,Response> values)
The list of possible responses as they are returned from executing this
operation.
|
Swagger.Builder |
Swagger.Builder.putAllResponses(Map<String,Response> values)
An object to hold responses that can be used across operations.
|
Copyright © 2023. All rights reserved.