Google Cloud Api Hub V1 Client - Class State (0.1.1)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class State.

Possible states for a dependency.

Protobuf type google.cloud.apihub.v1.Dependency.State

Namespace

Google \ Cloud \ ApiHub \ V1 \ Dependency

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PROPOSED

Value: 1

Dependency will be in a proposed state when it is newly identified by the API hub on its own.

Generated from protobuf enum PROPOSED = 1;

VALIDATED

Value: 2

Dependency will be in a validated state when it is validated by the admin or manually created in the API hub.

Generated from protobuf enum VALIDATED = 2;