Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class State.
Possible states of an issue.
Protobuf type google.cloud.securesourcemanager.v1.Issue.State
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ IssueMethods
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 issue.
Generated from protobuf enum OPEN = 1;
CLOSED
Value: 2A closed issue.
Generated from protobuf enum CLOSED = 2;