Enum Destination.DestinationEndpoint.State (1.73.0)

public enum Destination.DestinationEndpoint.State extends Enum<Destination.DestinationEndpoint.State> implements ProtocolMessageEnum

The state of the DestinationEndpoint resource.

Protobuf enum google.cloud.networkconnectivity.v1.Destination.DestinationEndpoint.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
INVALID

The DestinationEndpoint resource is invalid.

INVALID = 2;

INVALID_VALUE

The DestinationEndpoint resource is invalid.

INVALID = 2;

STATE_UNSPECIFIED

An invalid state, which is the default case.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

An invalid state, which is the default case.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
VALID

The DestinationEndpoint resource is valid.

VALID = 1;

VALID_VALUE

The DestinationEndpoint resource is valid.

VALID = 1;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()