Interface SpokeSummary.SpokeTypeCountOrBuilder (1.41.0)

public static interface SpokeSummary.SpokeTypeCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

Output only. The total number of spokes of this type that are associated with the hub.

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

Returns
Type Description
long

The count.

getSpokeType()

public abstract SpokeType getSpokeType()

Output only. The type of the spokes.

.google.cloud.networkconnectivity.v1.SpokeType spoke_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SpokeType

The spokeType.

getSpokeTypeValue()

public abstract int getSpokeTypeValue()

Output only. The type of the spokes.

.google.cloud.networkconnectivity.v1.SpokeType spoke_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for spokeType.