Interface SpokeSummary.SpokeStateCountOrBuilder (1.41.0)

public static interface SpokeSummary.SpokeStateCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

Output only. The total number of spokes that are in this state and associated with a given hub.

int64 count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
long

The count.

getState()

public abstract State getState()

Output only. The state of the spokes.

.google.cloud.networkconnectivity.v1.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of the spokes.

.google.cloud.networkconnectivity.v1.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.