Enum Cluster.ConnectionState.State (0.73.0)

publicenumCluster.ConnectionState.StateextendsEnum<Cluster.ConnectionState.State>implementsProtocolMessageEnum

The connection state.

Protobuf enum google.cloud.edgecontainer.v1.Cluster.ConnectionState.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONNECTED

This cluster is currently connected to Google.

CONNECTED = 2;

CONNECTED_AND_SYNCING

This cluster is currently connected to Google, but may have recently reconnected after a disconnection. It is still syncing back.

CONNECTED_AND_SYNCING = 3;

CONNECTED_AND_SYNCING_VALUE

This cluster is currently connected to Google, but may have recently reconnected after a disconnection. It is still syncing back.

CONNECTED_AND_SYNCING = 3;

CONNECTED_VALUE

This cluster is currently connected to Google.

CONNECTED = 2;

DISCONNECTED

This cluster is currently disconnected from Google.

DISCONNECTED = 1;

DISCONNECTED_VALUE

This cluster is currently disconnected from Google.

DISCONNECTED = 1;

STATE_UNSPECIFIED

Unknown connection state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unknown connection state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.