Class SpokeSummary.SpokeStateCount.Builder (1.41.0)

public static final class SpokeSummary.SpokeStateCount.Builder extends GeneratedMessageV3.Builder<SpokeSummary.SpokeStateCount.Builder> implements SpokeSummary.SpokeStateCountOrBuilder

The number of spokes that are in a particular state and associated with a given hub.

Protobuf type google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SpokeSummary.SpokeStateCount.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides

build()

public SpokeSummary.SpokeStateCount build()
Returns
TypeDescription
SpokeSummary.SpokeStateCount

buildPartial()

public SpokeSummary.SpokeStateCount buildPartial()
Returns
TypeDescription
SpokeSummary.SpokeStateCount

clear()

public SpokeSummary.SpokeStateCount.Builder clear()
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides

clearCount()

public SpokeSummary.SpokeStateCount.Builder clearCount()

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
SpokeSummary.SpokeStateCount.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SpokeSummary.SpokeStateCount.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SpokeSummary.SpokeStateCount.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides

clearState()

public SpokeSummary.SpokeStateCount.Builder clearState()

Output only. The state of the spokes.

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

Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder

This builder for chaining.

clone()

public SpokeSummary.SpokeStateCount.Builder clone()
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides

getCount()

public 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.

getDefaultInstanceForType()

public SpokeSummary.SpokeStateCount getDefaultInstanceForType()
Returns
TypeDescription
SpokeSummary.SpokeStateCount

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getState()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SpokeSummary.SpokeStateCount other)

public SpokeSummary.SpokeStateCount.Builder mergeFrom(SpokeSummary.SpokeStateCount other)
Parameter
NameDescription
otherSpokeSummary.SpokeStateCount
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SpokeSummary.SpokeStateCount.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SpokeSummary.SpokeStateCount.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SpokeSummary.SpokeStateCount.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides

setCount(long value)

public SpokeSummary.SpokeStateCount.Builder setCount(long value)

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];

Parameter
NameDescription
valuelong

The count to set.

Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SpokeSummary.SpokeStateCount.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SpokeSummary.SpokeStateCount.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides

setState(State value)

public SpokeSummary.SpokeStateCount.Builder setState(State value)

Output only. The state of the spokes.

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

Parameter
NameDescription
valueState

The state to set.

Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder

This builder for chaining.

setStateValue(int value)

public SpokeSummary.SpokeStateCount.Builder setStateValue(int value)

Output only. The state of the spokes.

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

Parameter
NameDescription
valueint

The enum numeric value on the wire for state to set.

Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SpokeSummary.SpokeStateCount.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SpokeSummary.SpokeStateCount.Builder
Overrides