Google Cloud Secure Source Manager V1 Client - Class State (1.5.0)

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 \ Issue

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

OPEN

Value: 1

An open issue.

Generated from protobuf enum OPEN = 1;

CLOSED

Value: 2

A closed issue.

Generated from protobuf enum CLOSED = 2;