| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
static SecurityScheme.Type |
SecurityScheme.Type.forNumber(int value) |
SecurityScheme.Type |
SecurityScheme.getType()
The type of the security scheme.
|
SecurityScheme.Type |
SecurityScheme.Builder.getType()
The type of the security scheme.
|
SecurityScheme.Type |
SecuritySchemeOrBuilder.getType()
The type of the security scheme.
|
static SecurityScheme.Type |
SecurityScheme.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecurityScheme.Type |
SecurityScheme.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecurityScheme.Type |
SecurityScheme.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityScheme.Type[] |
SecurityScheme.Type.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.Type> |
SecurityScheme.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SecurityScheme.Builder |
SecurityScheme.Builder.setType(SecurityScheme.Type value)
The type of the security scheme.
|
Copyright © 2023. All rights reserved.