public interface InterconnectAttachmentGroupLogicalStructureRegionMetroOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFacilities(int index)
public abstract InterconnectAttachmentGroupLogicalStructureRegionMetroFacility getFacilities(int index)
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetroFacility facilities = 536683137;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectAttachmentGroupLogicalStructureRegionMetroFacility |
getFacilitiesCount()
public abstract int getFacilitiesCount()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetroFacility facilities = 536683137;
Returns | |
---|---|
Type | Description |
int |
getFacilitiesList()
public abstract List<InterconnectAttachmentGroupLogicalStructureRegionMetroFacility> getFacilitiesList()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetroFacility facilities = 536683137;
Returns | |
---|---|
Type | Description |
List<InterconnectAttachmentGroupLogicalStructureRegionMetroFacility> |
getFacilitiesOrBuilder(int index)
public abstract InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityOrBuilder getFacilitiesOrBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetroFacility facilities = 536683137;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityOrBuilder |
getFacilitiesOrBuilderList()
public abstract List<? extends InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityOrBuilder> getFacilitiesOrBuilderList()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetroFacility facilities = 536683137;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityOrBuilder> |
getMetro()
public abstract String getMetro()
[Output Only] The name of the metro, as a three-letter lowercase string like "iad". This is the first component of the location of an Interconnect.
optional string metro = 103787801;
Returns | |
---|---|
Type | Description |
String |
The metro. |
getMetroBytes()
public abstract ByteString getMetroBytes()
[Output Only] The name of the metro, as a three-letter lowercase string like "iad". This is the first component of the location of an Interconnect.
optional string metro = 103787801;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for metro. |
hasMetro()
public abstract boolean hasMetro()
[Output Only] The name of the metro, as a three-letter lowercase string like "iad". This is the first component of the location of an Interconnect.
optional string metro = 103787801;
Returns | |
---|---|
Type | Description |
boolean |
Whether the metro field is set. |