public static final class SpokeSummary.SpokeStateCount.Builder extends GeneratedMessage.Builder<SpokeSummary.SpokeStateCount.Builder> implements SpokeSummary.SpokeStateCountOrBuilderThe number of spokes that are in a particular state and associated with a given hub.
Protobuf type google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SpokeSummary.SpokeStateCount.BuilderImplements
SpokeSummary.SpokeStateCountOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SpokeSummary.SpokeStateCount build()| Returns | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount |
|
buildPartial()
public SpokeSummary.SpokeStateCount buildPartial()| Returns | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount |
|
clear()
public SpokeSummary.SpokeStateCount.Builder clear()| Returns | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount.Builder |
|
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 | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount.Builder |
This builder for chaining. |
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 | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount.Builder |
This builder for chaining. |
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 | |
|---|---|
| Type | Description |
long |
The count. |
getDefaultInstanceForType()
public SpokeSummary.SpokeStateCount getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SpokeSummary.SpokeStateCount other)
public SpokeSummary.SpokeStateCount.Builder mergeFrom(SpokeSummary.SpokeStateCount other)| Parameter | |
|---|---|
| Name | Description |
other |
SpokeSummary.SpokeStateCount |
| Returns | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SpokeSummary.SpokeStateCount.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SpokeSummary.SpokeStateCount.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
longThe count to set. |
| Returns | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount.Builder |
This builder for chaining. |
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 | |
|---|---|
| Name | Description |
value |
StateThe state to set. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for state to set. |
| Returns | |
|---|---|
| Type | Description |
SpokeSummary.SpokeStateCount.Builder |
This builder for chaining. |