public static final class SpokeSummary.Builder extends GeneratedMessageV3.Builder<SpokeSummary.Builder> implements SpokeSummaryOrBuilder
Summarizes information about the spokes associated with a hub.
The summary includes a count of spokes according to type
and according to state. If any spokes are inactive,
the summary also lists the reasons they are inactive,
including a count for each reason.
Protobuf type google.cloud.networkconnectivity.v1.SpokeSummary
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllSpokeStateCounts(Iterable<? extends SpokeSummary.SpokeStateCount> values)
public SpokeSummary.Builder addAllSpokeStateCounts(Iterable<? extends SpokeSummary.SpokeStateCount> values)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount>
|
addAllSpokeStateReasonCounts(Iterable<? extends SpokeSummary.SpokeStateReasonCount> values)
public SpokeSummary.Builder addAllSpokeStateReasonCounts(Iterable<? extends SpokeSummary.SpokeStateReasonCount> values)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount>
|
addAllSpokeTypeCounts(Iterable<? extends SpokeSummary.SpokeTypeCount> values)
public SpokeSummary.Builder addAllSpokeTypeCounts(Iterable<? extends SpokeSummary.SpokeTypeCount> values)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SpokeSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addSpokeStateCounts(SpokeSummary.SpokeStateCount value)
public SpokeSummary.Builder addSpokeStateCounts(SpokeSummary.SpokeStateCount value)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateCounts(SpokeSummary.SpokeStateCount.Builder builderForValue)
public SpokeSummary.Builder addSpokeStateCounts(SpokeSummary.SpokeStateCount.Builder builderForValue)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateCounts(int index, SpokeSummary.SpokeStateCount value)
public SpokeSummary.Builder addSpokeStateCounts(int index, SpokeSummary.SpokeStateCount value)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateCounts(int index, SpokeSummary.SpokeStateCount.Builder builderForValue)
public SpokeSummary.Builder addSpokeStateCounts(int index, SpokeSummary.SpokeStateCount.Builder builderForValue)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateCountsBuilder()
public SpokeSummary.SpokeStateCount.Builder addSpokeStateCountsBuilder()
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateCountsBuilder(int index)
public SpokeSummary.SpokeStateCount.Builder addSpokeStateCountsBuilder(int index)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
addSpokeStateReasonCounts(SpokeSummary.SpokeStateReasonCount value)
public SpokeSummary.Builder addSpokeStateReasonCounts(SpokeSummary.SpokeStateReasonCount value)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateReasonCounts(SpokeSummary.SpokeStateReasonCount.Builder builderForValue)
public SpokeSummary.Builder addSpokeStateReasonCounts(SpokeSummary.SpokeStateReasonCount.Builder builderForValue)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateReasonCounts(int index, SpokeSummary.SpokeStateReasonCount value)
public SpokeSummary.Builder addSpokeStateReasonCounts(int index, SpokeSummary.SpokeStateReasonCount value)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateReasonCounts(int index, SpokeSummary.SpokeStateReasonCount.Builder builderForValue)
public SpokeSummary.Builder addSpokeStateReasonCounts(int index, SpokeSummary.SpokeStateReasonCount.Builder builderForValue)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateReasonCountsBuilder()
public SpokeSummary.SpokeStateReasonCount.Builder addSpokeStateReasonCountsBuilder()
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeStateReasonCountsBuilder(int index)
public SpokeSummary.SpokeStateReasonCount.Builder addSpokeStateReasonCountsBuilder(int index)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
addSpokeTypeCounts(SpokeSummary.SpokeTypeCount value)
public SpokeSummary.Builder addSpokeTypeCounts(SpokeSummary.SpokeTypeCount value)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeTypeCounts(SpokeSummary.SpokeTypeCount.Builder builderForValue)
public SpokeSummary.Builder addSpokeTypeCounts(SpokeSummary.SpokeTypeCount.Builder builderForValue)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeTypeCounts(int index, SpokeSummary.SpokeTypeCount value)
public SpokeSummary.Builder addSpokeTypeCounts(int index, SpokeSummary.SpokeTypeCount value)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeTypeCounts(int index, SpokeSummary.SpokeTypeCount.Builder builderForValue)
public SpokeSummary.Builder addSpokeTypeCounts(int index, SpokeSummary.SpokeTypeCount.Builder builderForValue)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeTypeCountsBuilder()
public SpokeSummary.SpokeTypeCount.Builder addSpokeTypeCountsBuilder()
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSpokeTypeCountsBuilder(int index)
public SpokeSummary.SpokeTypeCount.Builder addSpokeTypeCountsBuilder(int index)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
build()
public SpokeSummary build()
buildPartial()
public SpokeSummary buildPartial()
clear()
public SpokeSummary.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public SpokeSummary.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SpokeSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSpokeStateCounts()
public SpokeSummary.Builder clearSpokeStateCounts()
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearSpokeStateReasonCounts()
public SpokeSummary.Builder clearSpokeStateReasonCounts()
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearSpokeTypeCounts()
public SpokeSummary.Builder clearSpokeTypeCounts()
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clone()
public SpokeSummary.Builder clone()
Overrides
getDefaultInstanceForType()
public SpokeSummary getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSpokeStateCounts(int index)
public SpokeSummary.SpokeStateCount getSpokeStateCounts(int index)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSpokeStateCountsBuilder(int index)
public SpokeSummary.SpokeStateCount.Builder getSpokeStateCountsBuilder(int index)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSpokeStateCountsBuilderList()
public List<SpokeSummary.SpokeStateCount.Builder> getSpokeStateCountsBuilderList()
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSpokeStateCountsCount()
public int getSpokeStateCountsCount()
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
getSpokeStateCountsList()
public List<SpokeSummary.SpokeStateCount> getSpokeStateCountsList()
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSpokeStateCountsOrBuilder(int index)
public SpokeSummary.SpokeStateCountOrBuilder getSpokeStateCountsOrBuilder(int index)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSpokeStateCountsOrBuilderList()
public List<? extends SpokeSummary.SpokeStateCountOrBuilder> getSpokeStateCountsOrBuilderList()
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCountOrBuilder> |
|
getSpokeStateReasonCounts(int index)
public SpokeSummary.SpokeStateReasonCount getSpokeStateReasonCounts(int index)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSpokeStateReasonCountsBuilder(int index)
public SpokeSummary.SpokeStateReasonCount.Builder getSpokeStateReasonCountsBuilder(int index)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSpokeStateReasonCountsBuilderList()
public List<SpokeSummary.SpokeStateReasonCount.Builder> getSpokeStateReasonCountsBuilderList()
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSpokeStateReasonCountsCount()
public int getSpokeStateReasonCountsCount()
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
getSpokeStateReasonCountsList()
public List<SpokeSummary.SpokeStateReasonCount> getSpokeStateReasonCountsList()
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSpokeStateReasonCountsOrBuilder(int index)
public SpokeSummary.SpokeStateReasonCountOrBuilder getSpokeStateReasonCountsOrBuilder(int index)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSpokeStateReasonCountsOrBuilderList()
public List<? extends SpokeSummary.SpokeStateReasonCountOrBuilder> getSpokeStateReasonCountsOrBuilderList()
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCountOrBuilder> |
|
getSpokeTypeCounts(int index)
public SpokeSummary.SpokeTypeCount getSpokeTypeCounts(int index)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSpokeTypeCountsBuilder(int index)
public SpokeSummary.SpokeTypeCount.Builder getSpokeTypeCountsBuilder(int index)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSpokeTypeCountsBuilderList()
public List<SpokeSummary.SpokeTypeCount.Builder> getSpokeTypeCountsBuilderList()
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSpokeTypeCountsCount()
public int getSpokeTypeCountsCount()
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
getSpokeTypeCountsList()
public List<SpokeSummary.SpokeTypeCount> getSpokeTypeCountsList()
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSpokeTypeCountsOrBuilder(int index)
public SpokeSummary.SpokeTypeCountOrBuilder getSpokeTypeCountsOrBuilder(int index)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSpokeTypeCountsOrBuilderList()
public List<? extends SpokeSummary.SpokeTypeCountOrBuilder> getSpokeTypeCountsOrBuilderList()
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCountOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SpokeSummary other)
public SpokeSummary.Builder mergeFrom(SpokeSummary other)
public SpokeSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SpokeSummary.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SpokeSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeSpokeStateCounts(int index)
public SpokeSummary.Builder removeSpokeStateCounts(int index)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
removeSpokeStateReasonCounts(int index)
public SpokeSummary.Builder removeSpokeStateReasonCounts(int index)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
removeSpokeTypeCounts(int index)
public SpokeSummary.Builder removeSpokeTypeCounts(int index)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public SpokeSummary.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SpokeSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSpokeStateCounts(int index, SpokeSummary.SpokeStateCount value)
public SpokeSummary.Builder setSpokeStateCounts(int index, SpokeSummary.SpokeStateCount value)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
setSpokeStateCounts(int index, SpokeSummary.SpokeStateCount.Builder builderForValue)
public SpokeSummary.Builder setSpokeStateCounts(int index, SpokeSummary.SpokeStateCount.Builder builderForValue)
Output only. Counts the number of spokes that are in each state
and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount spoke_state_counts = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
setSpokeStateReasonCounts(int index, SpokeSummary.SpokeStateReasonCount value)
public SpokeSummary.Builder setSpokeStateReasonCounts(int index, SpokeSummary.SpokeStateReasonCount value)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
setSpokeStateReasonCounts(int index, SpokeSummary.SpokeStateReasonCount.Builder builderForValue)
public SpokeSummary.Builder setSpokeStateReasonCounts(int index, SpokeSummary.SpokeStateReasonCount.Builder builderForValue)
Output only. Counts the number of spokes that are inactive for each
possible reason and associated with a given hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount spoke_state_reason_counts = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
setSpokeTypeCounts(int index, SpokeSummary.SpokeTypeCount value)
public SpokeSummary.Builder setSpokeTypeCounts(int index, SpokeSummary.SpokeTypeCount value)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
setSpokeTypeCounts(int index, SpokeSummary.SpokeTypeCount.Builder builderForValue)
public SpokeSummary.Builder setSpokeTypeCounts(int index, SpokeSummary.SpokeTypeCount.Builder builderForValue)
Output only. Counts the number of spokes of each type that are
associated with a specific hub.
repeated .google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount spoke_type_counts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
setUnknownFields(UnknownFieldSet unknownFields)
public final SpokeSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides