Google Cloud Ids V1 Client - Class State (0.2.0)

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

Endpoint state

Protobuf type google.cloud.ids.v1.Endpoint.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

Active and ready for traffic.

Generated from protobuf enum READY = 2;

DELETING

Value: 3

Being deleted.

Generated from protobuf enum DELETING = 3;