public enum Revision.ErrorCode extends Enum<Revision.ErrorCode> implements ProtocolMessageEnum
Possible errors if Revision could not be created or updated successfully.
Protobuf enum google.cloud.config.v1.Revision.ErrorCode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
APPLY_BUILD_API_FAILED |
Cloud Build job associated with creating or updating a deployment could not be started. |
APPLY_BUILD_API_FAILED_VALUE |
Cloud Build job associated with creating or updating a deployment could not be started. |
APPLY_BUILD_RUN_FAILED |
Cloud Build job associated with creating or updating a deployment was started but failed. |
APPLY_BUILD_RUN_FAILED_VALUE |
Cloud Build job associated with creating or updating a deployment was started but failed. |
CLOUD_BUILD_PERMISSION_DENIED |
Cloud Build failed due to a permission issue. |
CLOUD_BUILD_PERMISSION_DENIED_VALUE |
Cloud Build failed due to a permission issue. |
ERROR_CODE_UNSPECIFIED |
No error code was specified. |
ERROR_CODE_UNSPECIFIED_VALUE |
No error code was specified. |
QUOTA_VALIDATION_FAILED |
quota validation failed for one or more resources in terraform configuration files. |
QUOTA_VALIDATION_FAILED_VALUE |
quota validation failed for one or more resources in terraform configuration files. |
UNRECOGNIZED |
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() |