Class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone (1.74.0)

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone

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()
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder newBuilder()
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder

newBuilder(InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone prototype)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder newBuilder(InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone prototype)
Parameter
Name Description
prototype InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder

parseDelimitedFrom(InputStream input)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone> parser()
Returns
Type Description
Parser<InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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;

Returns
Type Description
ProtocolStringList

A list containing the attachments.

getDefaultInstanceForType()

public InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone getDefaultInstanceForType()
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone

getParserForType()

public Parser<InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone> getParserForType()
Returns
Type Description
Parser<InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getZone()

public String 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()

public boolean 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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder newBuilderForType()
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder toBuilder()
Returns
Type Description
InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException