Enum DeployPolicy.Invoker (1.50.0)

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

ProtocolMessageEnum

Static Fields

Name Description
DEPLOY_AUTOMATION

Automated action by Cloud Deploy.

DEPLOY_AUTOMATION = 2;

DEPLOY_AUTOMATION_VALUE

Automated action by Cloud Deploy.

DEPLOY_AUTOMATION = 2;

INVOKER_UNSPECIFIED

Unspecified.

INVOKER_UNSPECIFIED = 0;

INVOKER_UNSPECIFIED_VALUE

Unspecified.

INVOKER_UNSPECIFIED = 0;

UNRECOGNIZED
USER

The action is user-driven. For example, creating a rollout manually via a gcloud create command.

USER = 1;

USER_VALUE

The action is user-driven. For example, creating a rollout manually via a gcloud create command.

USER = 1;

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()