Reference documentation and code samples for the Google Cloud Build V1 Client class Decision.
Specifies whether or not this manual approval result is to approve or reject a build.
Protobuf type google.devtools.cloudbuild.v1.ApprovalResult.Decision
Namespace
Google \ Cloud \ Build \ V1 \ ApprovalResultMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DECISION_UNSPECIFIED
Value: 0
Default enum type. This should not be used.
Generated from protobuf enum DECISION_UNSPECIFIED = 0;
APPROVED
Value: 1
Build is approved.
Generated from protobuf enum APPROVED = 1;
REJECTED
Value: 2
Build is rejected.
Generated from protobuf enum REJECTED = 2;