Google Cloud Secure Source Manager V1 Client - Class State (1.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class State.
State of the pull request.
Protobuf type google.cloud.securesourcemanager.v1.PullRequest.State
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ PullRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
OPEN
Value: 1An open pull request.
Generated from protobuf enum OPEN = 1;
CLOSED
Value: 2A closed pull request.
Generated from protobuf enum CLOSED = 2;
MERGED
Value: 3A merged pull request.
Generated from protobuf enum MERGED = 3;