| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
static Scheme |
Scheme.forNumber(int value) |
Scheme |
Swagger.getSchemes(int index)
The transfer protocol of the API.
|
Scheme |
Swagger.Builder.getSchemes(int index)
The transfer protocol of the API.
|
Scheme |
OperationOrBuilder.getSchemes(int index)
The transfer protocol for the operation.
|
Scheme |
SwaggerOrBuilder.getSchemes(int index)
The transfer protocol of the API.
|
Scheme |
Operation.getSchemes(int index)
The transfer protocol for the operation.
|
Scheme |
Operation.Builder.getSchemes(int index)
The transfer protocol for the operation.
|
static Scheme |
Scheme.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Scheme |
Scheme.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Scheme |
Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scheme[] |
Scheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Scheme> |
Swagger.getSchemesList()
The transfer protocol of the API.
|
List<Scheme> |
Swagger.Builder.getSchemesList()
The transfer protocol of the API.
|
List<Scheme> |
OperationOrBuilder.getSchemesList()
The transfer protocol for the operation.
|
List<Scheme> |
SwaggerOrBuilder.getSchemesList()
The transfer protocol of the API.
|
List<Scheme> |
Operation.getSchemesList()
The transfer protocol for the operation.
|
List<Scheme> |
Operation.Builder.getSchemesList()
The transfer protocol for the operation.
|
static com.google.protobuf.Internal.EnumLiteMap<Scheme> |
Scheme.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Swagger.Builder |
Swagger.Builder.addSchemes(Scheme value)
The transfer protocol of the API.
|
Operation.Builder |
Operation.Builder.addSchemes(Scheme value)
The transfer protocol for the operation.
|
Swagger.Builder |
Swagger.Builder.setSchemes(int index,
Scheme value)
The transfer protocol of the API.
|
Operation.Builder |
Operation.Builder.setSchemes(int index,
Scheme value)
The transfer protocol for the operation.
|
| Modifier and Type | Method and Description |
|---|---|
Swagger.Builder |
Swagger.Builder.addAllSchemes(Iterable<? extends Scheme> values)
The transfer protocol of the API.
|
Operation.Builder |
Operation.Builder.addAllSchemes(Iterable<? extends Scheme> values)
The transfer protocol for the operation.
|
Copyright © 2024. All rights reserved.