Send feedback
Class InterconnectGroupPhysicalStructure.Builder (1.74.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class InterconnectGroupPhysicalStructure . Builder extends GeneratedMessageV3 . Builder<InterconnectGroupPhysicalStructure . Builder > implements InterconnectGroupPhysicalStructureOrBuilder
[Output Only] An analysis of the physical layout of Interconnects in this group. Every Interconnect in the group is shown once in this structure.
Protobuf type google.cloud.compute.v1.InterconnectGroupPhysicalStructure
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
addAllMetros(Iterable<? extends InterconnectGroupPhysicalStructureMetros> values)
public InterconnectGroupPhysicalStructure . Builder addAllMetros ( Iterable <? extends InterconnectGroupPhysicalStructureMetros > values )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
Parameter
Name
Description
values
Iterable <? extends com.google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros >
addMetros(InterconnectGroupPhysicalStructureMetros value)
public InterconnectGroupPhysicalStructure . Builder addMetros ( InterconnectGroupPhysicalStructureMetros value )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
addMetros(InterconnectGroupPhysicalStructureMetros.Builder builderForValue)
public InterconnectGroupPhysicalStructure . Builder addMetros ( InterconnectGroupPhysicalStructureMetros . Builder builderForValue )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
addMetros(int index, InterconnectGroupPhysicalStructureMetros value)
public InterconnectGroupPhysicalStructure . Builder addMetros ( int index , InterconnectGroupPhysicalStructureMetros value )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
addMetros(int index, InterconnectGroupPhysicalStructureMetros.Builder builderForValue)
public InterconnectGroupPhysicalStructure . Builder addMetros ( int index , InterconnectGroupPhysicalStructureMetros . Builder builderForValue )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
addMetrosBuilder()
public InterconnectGroupPhysicalStructureMetros . Builder addMetrosBuilder ()
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
addMetrosBuilder(int index)
public InterconnectGroupPhysicalStructureMetros . Builder addMetrosBuilder ( int index )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
Parameter
Name
Description
index
int
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InterconnectGroupPhysicalStructure . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public InterconnectGroupPhysicalStructure build ()
buildPartial()
public InterconnectGroupPhysicalStructure buildPartial ()
clear()
public InterconnectGroupPhysicalStructure . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public InterconnectGroupPhysicalStructure . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearMetros()
public InterconnectGroupPhysicalStructure . Builder clearMetros ()
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
clearOneof(Descriptors.OneofDescriptor oneof)
public InterconnectGroupPhysicalStructure . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public InterconnectGroupPhysicalStructure . Builder clone ()
Overrides
getDefaultInstanceForType()
public InterconnectGroupPhysicalStructure getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getMetros(int index)
public InterconnectGroupPhysicalStructureMetros getMetros ( int index )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
Parameter
Name
Description
index
int
getMetrosBuilder(int index)
public InterconnectGroupPhysicalStructureMetros . Builder getMetrosBuilder ( int index )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
Parameter
Name
Description
index
int
getMetrosBuilderList()
public List<InterconnectGroupPhysicalStructureMetros . Builder > getMetrosBuilderList ()
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
getMetrosCount()
public int getMetrosCount ()
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
Returns
Type
Description
int
getMetrosList()
public List<InterconnectGroupPhysicalStructureMetros> getMetrosList ()
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
getMetrosOrBuilder(int index)
public InterconnectGroupPhysicalStructureMetrosOrBuilder getMetrosOrBuilder ( int index )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
Parameter
Name
Description
index
int
getMetrosOrBuilderList()
public List <? extends InterconnectGroupPhysicalStructureMetrosOrBuilder > getMetrosOrBuilderList ()
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
Returns
Type
Description
List <? extends com.google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetrosOrBuilder >
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(InterconnectGroupPhysicalStructure other)
public InterconnectGroupPhysicalStructure . Builder mergeFrom ( InterconnectGroupPhysicalStructure other )
public InterconnectGroupPhysicalStructure . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public InterconnectGroupPhysicalStructure . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectGroupPhysicalStructure . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
removeMetros(int index)
public InterconnectGroupPhysicalStructure . Builder removeMetros ( int index )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
Parameter
Name
Description
index
int
setField(Descriptors.FieldDescriptor field, Object value)
public InterconnectGroupPhysicalStructure . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setMetros(int index, InterconnectGroupPhysicalStructureMetros value)
public InterconnectGroupPhysicalStructure . Builder setMetros ( int index , InterconnectGroupPhysicalStructureMetros value )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
setMetros(int index, InterconnectGroupPhysicalStructureMetros.Builder builderForValue)
public InterconnectGroupPhysicalStructure . Builder setMetros ( int index , InterconnectGroupPhysicalStructureMetros . Builder builderForValue )
repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InterconnectGroupPhysicalStructure . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectGroupPhysicalStructure . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]