Class SpokeSummary.SpokeStateReasonCount.Builder (1.82.0)

public static final class SpokeSummary.SpokeStateReasonCount.Builder extends GeneratedMessage.Builder<SpokeSummary.SpokeStateReasonCount.Builder> implements SpokeSummary.SpokeStateReasonCountOrBuilder

The number of spokes in the hub that are inactive for this reason.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public SpokeSummary.SpokeStateReasonCount build()
Returns
Type Description
SpokeSummary.SpokeStateReasonCount

buildPartial()

public SpokeSummary.SpokeStateReasonCount buildPartial()
Returns
Type Description
SpokeSummary.SpokeStateReasonCount

clear()

public SpokeSummary.SpokeStateReasonCount.Builder clear()
Returns
Type Description
SpokeSummary.SpokeStateReasonCount.Builder
Overrides

clearCount()

public SpokeSummary.SpokeStateReasonCount.Builder clearCount()

Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.

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

Returns
Type Description
SpokeSummary.SpokeStateReasonCount.Builder

This builder for chaining.

clearStateReasonCode()

public SpokeSummary.SpokeStateReasonCount.Builder clearStateReasonCode()

Output only. The reason that a spoke is inactive.

.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code state_reason_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SpokeSummary.SpokeStateReasonCount.Builder

This builder for chaining.

getCount()

public long getCount()

Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.

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

Returns
Type Description
long

The count.

getDefaultInstanceForType()

public SpokeSummary.SpokeStateReasonCount getDefaultInstanceForType()
Returns
Type Description
SpokeSummary.SpokeStateReasonCount

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getStateReasonCode()

public Spoke.StateReason.Code getStateReasonCode()

Output only. The reason that a spoke is inactive.

.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code state_reason_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Spoke.StateReason.Code

The stateReasonCode.

getStateReasonCodeValue()

public int getStateReasonCodeValue()

Output only. The reason that a spoke is inactive.

.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code state_reason_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for stateReasonCode.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SpokeSummary.SpokeStateReasonCount other)

public SpokeSummary.SpokeStateReasonCount.Builder mergeFrom(SpokeSummary.SpokeStateReasonCount other)
Parameter
Name Description
other SpokeSummary.SpokeStateReasonCount
Returns
Type Description
SpokeSummary.SpokeStateReasonCount.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SpokeSummary.SpokeStateReasonCount.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpokeSummary.SpokeStateReasonCount.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SpokeSummary.SpokeStateReasonCount.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SpokeSummary.SpokeStateReasonCount.Builder
Overrides

setCount(long value)

public SpokeSummary.SpokeStateReasonCount.Builder setCount(long value)

Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.

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

Parameter
Name Description
value long

The count to set.

Returns
Type Description
SpokeSummary.SpokeStateReasonCount.Builder

This builder for chaining.

setStateReasonCode(Spoke.StateReason.Code value)

public SpokeSummary.SpokeStateReasonCount.Builder setStateReasonCode(Spoke.StateReason.Code value)

Output only. The reason that a spoke is inactive.

.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code state_reason_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Spoke.StateReason.Code

The stateReasonCode to set.

Returns
Type Description
SpokeSummary.SpokeStateReasonCount.Builder

This builder for chaining.

setStateReasonCodeValue(int value)

public SpokeSummary.SpokeStateReasonCount.Builder setStateReasonCodeValue(int value)

Output only. The reason that a spoke is inactive.

.google.cloud.networkconnectivity.v1.Spoke.StateReason.Code state_reason_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

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

Returns
Type Description
SpokeSummary.SpokeStateReasonCount.Builder

This builder for chaining.