public interface InterconnectGroupPhysicalStructureMetrosFacilitiesZonesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInterconnects(int index)
[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.
|
com.google.protobuf.ByteString |
getInterconnectsBytes(int index)
[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.
|
int |
getInterconnectsCount()
[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.
|
List<String> |
getInterconnectsList()
[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.
|
String |
getZone()
[Output Only] The name of the zone, either "zone1" or "zone2".
|
com.google.protobuf.ByteString |
getZoneBytes()
[Output Only] The name of the zone, either "zone1" or "zone2".
|
boolean |
hasZone()
[Output Only] The name of the zone, either "zone1" or "zone2".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getInterconnectsList()
[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.
repeated string interconnects = 520187301;int getInterconnectsCount()
[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.
repeated string interconnects = 520187301;String getInterconnects(int index)
[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.
repeated string interconnects = 520187301;index - The index of the element to return.com.google.protobuf.ByteString getInterconnectsBytes(int index)
[Output Only] URLs of Interconnects in this redundancy group in the given metro, facility, and zone.
repeated string interconnects = 520187301;index - The index of the value to return.boolean hasZone()
[Output Only] The name of the zone, either "zone1" or "zone2". This is the second component of the location of Interconnects in this facility.
optional string zone = 3744684;String getZone()
[Output Only] The name of the zone, either "zone1" or "zone2". This is the second component of the location of Interconnects in this facility.
optional string zone = 3744684;com.google.protobuf.ByteString getZoneBytes()
[Output Only] The name of the zone, either "zone1" or "zone2". This is the second component of the location of Interconnects in this facility.
optional string zone = 3744684;Copyright © 2025 Google LLC. All rights reserved.