Enum State (1.16.0)

public enum State extends Enum<State> implements ProtocolMessageEnum

The State enum represents the lifecycle of a Network Connectivity Center resource.

Protobuf enum google.cloud.networkconnectivity.v1alpha1.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The resource is active

ACTIVE = 2;

ACTIVE_VALUE

The resource is active

ACTIVE = 2;

CREATING

The resource's create operation is in progress

CREATING = 1;

CREATING_VALUE

The resource's create operation is in progress

CREATING = 1;

DELETING

The resource's Delete operation is in progress

DELETING = 3;

DELETING_VALUE

The resource's Delete operation is in progress

DELETING = 3;

STATE_UNSPECIFIED

No state information available

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

No state information available

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()