Class InterconnectGroupPhysicalStructure (1.74.0)

public final class InterconnectGroupPhysicalStructure extends GeneratedMessageV3 implements InterconnectGroupPhysicalStructureOrBuilder

[Output Only] An analysis of the physical layout of Interconnects in this group. Every Interconnect in the group is shown once in this structure.

Protobuf type google.cloud.compute.v1.InterconnectGroupPhysicalStructure

Inheritance

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

Static Fields

METROS_FIELD_NUMBER

public static final int METROS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InterconnectGroupPhysicalStructure getDefaultInstance()
Returns
Type Description
InterconnectGroupPhysicalStructure

getDescriptor()

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

newBuilder()

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

newBuilder(InterconnectGroupPhysicalStructure prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public InterconnectGroupPhysicalStructure getDefaultInstanceForType()
Returns
Type Description
InterconnectGroupPhysicalStructure

getMetros(int index)

public InterconnectGroupPhysicalStructureMetros getMetros(int index)

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

Parameter
Name Description
index int
Returns
Type Description
InterconnectGroupPhysicalStructureMetros

getMetrosCount()

public int getMetrosCount()

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

Returns
Type Description
int

getMetrosList()

public List<InterconnectGroupPhysicalStructureMetros> getMetrosList()

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

Returns
Type Description
List<InterconnectGroupPhysicalStructureMetros>

getMetrosOrBuilder(int index)

public InterconnectGroupPhysicalStructureMetrosOrBuilder getMetrosOrBuilder(int index)

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

Parameter
Name Description
index int
Returns
Type Description
InterconnectGroupPhysicalStructureMetrosOrBuilder

getMetrosOrBuilderList()

public List<? extends InterconnectGroupPhysicalStructureMetrosOrBuilder> getMetrosOrBuilderList()

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

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

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 InterconnectGroupPhysicalStructure.Builder newBuilderForType()
Returns
Type Description
InterconnectGroupPhysicalStructure.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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