Interface InterconnectGroupPhysicalStructureOrBuilder (1.74.0)

public interface InterconnectGroupPhysicalStructureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetros(int index)

public abstract InterconnectGroupPhysicalStructureMetros getMetros(int index)

repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;

Parameter
Name Description
index int
Returns
Type Description
InterconnectGroupPhysicalStructureMetros

getMetrosCount()

public abstract int getMetrosCount()

repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;

Returns
Type Description
int

getMetrosList()

public abstract List<InterconnectGroupPhysicalStructureMetros> getMetrosList()

repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;

Returns
Type Description
List<InterconnectGroupPhysicalStructureMetros>

getMetrosOrBuilder(int index)

public abstract InterconnectGroupPhysicalStructureMetrosOrBuilder getMetrosOrBuilder(int index)

repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;

Parameter
Name Description
index int
Returns
Type Description
InterconnectGroupPhysicalStructureMetrosOrBuilder

getMetrosOrBuilderList()

public abstract List<? extends InterconnectGroupPhysicalStructureMetrosOrBuilder> getMetrosOrBuilderList()

repeated .google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetros metros = 533067386;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.InterconnectGroupPhysicalStructureMetrosOrBuilder>