public enum ExecutionConfig.ExecutionEnvironmentUsage extends Enum<ExecutionConfig.ExecutionEnvironmentUsage> implements ProtocolMessageEnum
Possible usages of this configuration.
Protobuf enum google.events.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEPLOY |
Use for deploying and deployment hooks. |
DEPLOY_VALUE |
Use for deploying and deployment hooks. |
EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED |
Default value. This value is unused. |
EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
POSTDEPLOY |
Use for postdeploy job execution. |
POSTDEPLOY_VALUE |
Use for postdeploy job execution. |
PREDEPLOY |
Use for predeploy job execution. |
PREDEPLOY_VALUE |
Use for predeploy job execution. |
RENDER |
Use for rendering. |
RENDER_VALUE |
Use for rendering. |
UNRECOGNIZED |
|
VERIFY |
Use for deployment verification. |
VERIFY_VALUE |
Use for deployment verification. |
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() |