Class InterconnectDiagnostics (0.2.0)

public final class InterconnectDiagnostics extends GeneratedMessageV3 implements InterconnectDiagnosticsOrBuilder

Diagnostics information about interconnect, contains detailed and current technical information about Google's side of the connection.

Protobuf type google.cloud.edgenetwork.v1.InterconnectDiagnostics

Static Fields

public static final int LINKS_FIELD_NUMBER
Field Value
TypeDescription
int
public static final int LINK_LAYER_ADDRESSES_FIELD_NUMBER
Field Value
TypeDescription
int

MAC_ADDRESS_FIELD_NUMBER

public static final int MAC_ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static InterconnectDiagnostics getDefaultInstance()
Returns
TypeDescription
InterconnectDiagnostics

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static InterconnectDiagnostics.Builder newBuilder()
Returns
TypeDescription
InterconnectDiagnostics.Builder

newBuilder(InterconnectDiagnostics prototype)

public static InterconnectDiagnostics.Builder newBuilder(InterconnectDiagnostics prototype)
Parameter
NameDescription
prototypeInterconnectDiagnostics
Returns
TypeDescription
InterconnectDiagnostics.Builder

parseDelimitedFrom(InputStream input)

public static InterconnectDiagnostics parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnostics parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static InterconnectDiagnostics parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnostics parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InterconnectDiagnostics parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnostics parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InterconnectDiagnostics parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnostics parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static InterconnectDiagnostics parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnostics parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static InterconnectDiagnostics parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnostics parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnostics
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<InterconnectDiagnostics> parser()
Returns
TypeDescription
Parser<InterconnectDiagnostics>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public InterconnectDiagnostics getDefaultInstanceForType()
Returns
TypeDescription
InterconnectDiagnostics

getLinkLayerAddresses(int index)

public LinkLayerAddress getLinkLayerAddresses(int index)

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LinkLayerAddress

getLinkLayerAddressesCount()

public int getLinkLayerAddressesCount()

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;

Returns
TypeDescription
int

getLinkLayerAddressesList()

public List<LinkLayerAddress> getLinkLayerAddressesList()

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;

Returns
TypeDescription
List<LinkLayerAddress>

getLinkLayerAddressesOrBuilder(int index)

public LinkLayerAddressOrBuilder getLinkLayerAddressesOrBuilder(int index)

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LinkLayerAddressOrBuilder

getLinkLayerAddressesOrBuilderList()

public List<? extends LinkLayerAddressOrBuilder> getLinkLayerAddressesOrBuilderList()

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.

repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;

Returns
TypeDescription
List<? extends com.google.cloud.edgenetwork.v1.LinkLayerAddressOrBuilder>
public InterconnectDiagnostics.LinkStatus getLinks(int index)

A list of LinkStatus objects, used to describe the status for each link on the Interconnect.

repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnostics.LinkStatus

getLinksCount()

public int getLinksCount()

A list of LinkStatus objects, used to describe the status for each link on the Interconnect.

repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;

Returns
TypeDescription
int
public List<InterconnectDiagnostics.LinkStatus> getLinksList()

A list of LinkStatus objects, used to describe the status for each link on the Interconnect.

repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;

Returns
TypeDescription
List<LinkStatus>

getLinksOrBuilder(int index)

public InterconnectDiagnostics.LinkStatusOrBuilder getLinksOrBuilder(int index)

A list of LinkStatus objects, used to describe the status for each link on the Interconnect.

repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnostics.LinkStatusOrBuilder

getLinksOrBuilderList()

public List<? extends InterconnectDiagnostics.LinkStatusOrBuilder> getLinksOrBuilderList()

A list of LinkStatus objects, used to describe the status for each link on the Interconnect.

repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;

Returns
TypeDescription
List<? extends com.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatusOrBuilder>

getMacAddress()

public String getMacAddress()

The MAC address of the Interconnect's bundle interface.

string mac_address = 1;

Returns
TypeDescription
String

The macAddress.

getMacAddressBytes()

public ByteString getMacAddressBytes()

The MAC address of the Interconnect's bundle interface.

string mac_address = 1;

Returns
TypeDescription
ByteString

The bytes for macAddress.

getParserForType()

public Parser<InterconnectDiagnostics> getParserForType()
Returns
TypeDescription
Parser<InterconnectDiagnostics>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public InterconnectDiagnostics.Builder newBuilderForType()
Returns
TypeDescription
InterconnectDiagnostics.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InterconnectDiagnostics.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
InterconnectDiagnostics.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public InterconnectDiagnostics.Builder toBuilder()
Returns
TypeDescription
InterconnectDiagnostics.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException