| Package | Description |
|---|---|
| envoy.api.v2.auth |
| Modifier and Type | Method and Description |
|---|---|
static Auth.AuthAction.ActionType |
Auth.AuthAction.ActionType.forNumber(int value) |
Auth.AuthAction.ActionType |
Auth.AuthActionOrBuilder.getActionType()
.envoy.api.v2.auth.AuthAction.ActionType action_type = 1; |
Auth.AuthAction.ActionType |
Auth.AuthAction.getActionType()
.envoy.api.v2.auth.AuthAction.ActionType action_type = 1; |
Auth.AuthAction.ActionType |
Auth.AuthAction.Builder.getActionType()
.envoy.api.v2.auth.AuthAction.ActionType action_type = 1; |
static Auth.AuthAction.ActionType |
Auth.AuthAction.ActionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Auth.AuthAction.ActionType |
Auth.AuthAction.ActionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Auth.AuthAction.ActionType |
Auth.AuthAction.ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Auth.AuthAction.ActionType[] |
Auth.AuthAction.ActionType.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<Auth.AuthAction.ActionType> |
Auth.AuthAction.ActionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Auth.AuthAction.Builder |
Auth.AuthAction.Builder.setActionType(Auth.AuthAction.ActionType value)
.envoy.api.v2.auth.AuthAction.ActionType action_type = 1; |
Copyright © 2018 The Envoy Project. All rights reserved.