public enum DeployPolicy.Invoker extends Enum<DeployPolicy.Invoker> implements ProtocolMessageEnum
What invoked the action. Filters enforcing the policy depending on what invoked the action.
Protobuf enum google.cloud.deploy.v1.DeployPolicy.Invoker
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEPLOY_AUTOMATION |
Automated action by Cloud Deploy. |
DEPLOY_AUTOMATION_VALUE |
Automated action by Cloud Deploy. |
INVOKER_UNSPECIFIED |
Unspecified. |
INVOKER_UNSPECIFIED_VALUE |
Unspecified. |
UNRECOGNIZED |
|
USER |
The action is user-driven. For example, creating a rollout manually via a gcloud create command. |
USER_VALUE |
The action is user-driven. For example, creating a rollout manually via a gcloud create command. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |