Send feedback
Class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone (1.74.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone extends GeneratedMessageV3 implements InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZoneOrBuilder
[Output Only] The zones that Attachments in this group are present in, in the given facilities. This is inherited from their Interconnects.
Protobuf type
google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ATTACHMENTS_FIELD_NUMBER
public static final int ATTACHMENTS_FIELD_NUMBER
Field Value
Type
Description
int
ZONE_FIELD_NUMBER
public static final int ZONE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone . Builder newBuilder ()
newBuilder(InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone prototype)
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone . Builder newBuilder ( InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone prototype )
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseDelimitedFrom ( InputStream input )
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( CodedInputStream input )
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( InputStream input )
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAttachments(int index)
public String getAttachments ( int index )
[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.
repeated string attachments = 334744496;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The attachments at the given index.
getAttachmentsBytes(int index)
public ByteString getAttachmentsBytes ( int index )
[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.
repeated string attachments = 334744496;
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the attachments at the given index.
getAttachmentsCount()
public int getAttachmentsCount ()
[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.
repeated string attachments = 334744496;
Returns
Type
Description
int
The count of attachments.
getAttachmentsList()
public ProtocolStringList getAttachmentsList ()
[Output Only] URLs of Attachments in the given zone, to the given region, on Interconnects in the given facility and metro. Every Attachment in the AG has such an entry.
repeated string attachments = 334744496;
getDefaultInstanceForType()
public InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone getDefaultInstanceForType ()
getParserForType()
public Parser<InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getZone()
[Output Only] The name of a zone, either "zone1" or "zone2".
optional string zone = 3744684;
Returns
Type
Description
String
The zone.
getZoneBytes()
public ByteString getZoneBytes ()
[Output Only] The name of a zone, either "zone1" or "zone2".
optional string zone = 3744684;
Returns
Type
Description
ByteString
The bytes for zone.
hasZone()
[Output Only] The name of a zone, either "zone1" or "zone2".
optional string zone = 3744684;
Returns
Type
Description
boolean
Whether the zone field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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."],[],[]]