Class InterconnectDiagnostics (1.28.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.compute.v1.InterconnectDiagnostics

Static Fields

ARP_CACHES_FIELD_NUMBER

public static final int ARP_CACHES_FIELD_NUMBER
Field Value
TypeDescription
int

BUNDLE_AGGREGATION_TYPE_FIELD_NUMBER

public static final int BUNDLE_AGGREGATION_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

BUNDLE_OPERATIONAL_STATUS_FIELD_NUMBER

public static final int BUNDLE_OPERATIONAL_STATUS_FIELD_NUMBER
Field Value
TypeDescription
int
public static final int LINKS_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

getArpCaches(int index)

public InterconnectDiagnosticsARPEntry getArpCaches(int index)

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnosticsARPEntry

getArpCachesCount()

public int getArpCachesCount()

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Returns
TypeDescription
int

getArpCachesList()

public List<InterconnectDiagnosticsARPEntry> getArpCachesList()

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Returns
TypeDescription
List<InterconnectDiagnosticsARPEntry>

getArpCachesOrBuilder(int index)

public InterconnectDiagnosticsARPEntryOrBuilder getArpCachesOrBuilder(int index)

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnosticsARPEntryOrBuilder

getArpCachesOrBuilderList()

public List<? extends InterconnectDiagnosticsARPEntryOrBuilder> getArpCachesOrBuilderList()

A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder>

getBundleAggregationType()

public String getBundleAggregationType()

The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.

optional string bundle_aggregation_type = 434939028;

Returns
TypeDescription
String

The bundleAggregationType.

getBundleAggregationTypeBytes()

public ByteString getBundleAggregationTypeBytes()

The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.

optional string bundle_aggregation_type = 434939028;

Returns
TypeDescription
ByteString

The bytes for bundleAggregationType.

getBundleOperationalStatus()

public String getBundleOperationalStatus()

The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.

optional string bundle_operational_status = 106433500;

Returns
TypeDescription
String

The bundleOperationalStatus.

getBundleOperationalStatusBytes()

public ByteString getBundleOperationalStatusBytes()

The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.

optional string bundle_operational_status = 106433500;

Returns
TypeDescription
ByteString

The bytes for bundleOperationalStatus.

getDefaultInstanceForType()

public InterconnectDiagnostics getDefaultInstanceForType()
Returns
TypeDescription
InterconnectDiagnostics
public InterconnectDiagnosticsLinkStatus getLinks(int index)

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnosticsLinkStatus

getLinksCount()

public int getLinksCount()

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Returns
TypeDescription
int
public List<InterconnectDiagnosticsLinkStatus> getLinksList()

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Returns
TypeDescription
List<InterconnectDiagnosticsLinkStatus>

getLinksOrBuilder(int index)

public InterconnectDiagnosticsLinkStatusOrBuilder getLinksOrBuilder(int index)

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterconnectDiagnosticsLinkStatusOrBuilder

getLinksOrBuilderList()

public List<? extends InterconnectDiagnosticsLinkStatusOrBuilder> getLinksOrBuilderList()

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsLinkStatusOrBuilder>

getMacAddress()

public String getMacAddress()

The MAC address of the Interconnect's bundle interface.

optional string mac_address = 332540164;

Returns
TypeDescription
String

The macAddress.

getMacAddressBytes()

public ByteString getMacAddressBytes()

The MAC address of the Interconnect's bundle interface.

optional string mac_address = 332540164;

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

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasBundleAggregationType()

public boolean hasBundleAggregationType()

The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.

optional string bundle_aggregation_type = 434939028;

Returns
TypeDescription
boolean

Whether the bundleAggregationType field is set.

hasBundleOperationalStatus()

public boolean hasBundleOperationalStatus()

The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.

optional string bundle_operational_status = 106433500;

Returns
TypeDescription
boolean

Whether the bundleOperationalStatus field is set.

hasMacAddress()

public boolean hasMacAddress()

The MAC address of the Interconnect's bundle interface.

optional string mac_address = 332540164;

Returns
TypeDescription
boolean

Whether the macAddress field is set.

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