| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
static SecurityScheme.In |
SecurityScheme.In.forNumber(int value) |
SecurityScheme.In |
SecurityScheme.getIn()
The location of the API key.
|
SecurityScheme.In |
SecurityScheme.Builder.getIn()
The location of the API key.
|
SecurityScheme.In |
SecuritySchemeOrBuilder.getIn()
The location of the API key.
|
static SecurityScheme.In |
SecurityScheme.In.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecurityScheme.In |
SecurityScheme.In.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecurityScheme.In |
SecurityScheme.In.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityScheme.In[] |
SecurityScheme.In.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SecurityScheme.In> |
SecurityScheme.In.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SecurityScheme.Builder |
SecurityScheme.Builder.setIn(SecurityScheme.In value)
The location of the API key.
|
Copyright © 2024. All rights reserved.