Google Cloud Cloud Controls Partner V1beta Client - Class State (0.1.4)

Reference documentation and code samples for the Google Cloud Cloud Controls Partner V1beta Client class State.

Violation State Values

Protobuf type google.cloud.cloudcontrolspartner.v1beta.Violation.State

Namespace

Google \ Cloud \ CloudControlsPartner \ V1beta \ Violation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RESOLVED

Value: 1

Violation is resolved.

Generated from protobuf enum RESOLVED = 1;

UNRESOLVED

Value: 2

Violation is Unresolved

Generated from protobuf enum UNRESOLVED = 2;

EXCEPTION

Value: 3

Violation is Exception

Generated from protobuf enum EXCEPTION = 3;