public final class InterconnectDiagnostics extends GeneratedMessageV3 implements InterconnectDiagnosticsOrBuilder
Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.
Protobuf type google.cloud.compute.v1.InterconnectDiagnostics
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ARP_CACHES_FIELD_NUMBER
public static final int ARP_CACHES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
BUNDLE_AGGREGATION_TYPE_FIELD_NUMBER
public static final int BUNDLE_AGGREGATION_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
BUNDLE_OPERATIONAL_STATUS_FIELD_NUMBER
public static final int BUNDLE_OPERATIONAL_STATUS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LINKS_FIELD_NUMBER
public static final int LINKS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MAC_ADDRESS_FIELD_NUMBER
public static final int MAC_ADDRESS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static InterconnectDiagnostics getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static InterconnectDiagnostics.Builder newBuilder()
newBuilder(InterconnectDiagnostics prototype)
public static InterconnectDiagnostics.Builder newBuilder(InterconnectDiagnostics prototype)
public static InterconnectDiagnostics parseDelimitedFrom(InputStream input)
public static InterconnectDiagnostics parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static InterconnectDiagnostics parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static InterconnectDiagnostics parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics parseFrom(CodedInputStream input)
public static InterconnectDiagnostics parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics parseFrom(InputStream input)
public static InterconnectDiagnostics parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static InterconnectDiagnostics parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InterconnectDiagnostics parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<InterconnectDiagnostics> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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 |
---|
Name | Description |
index | int
|
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 |
---|
Type | Description |
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;
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 |
---|
Name | Description |
index | int
|
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 |
---|
Type | Description |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
ByteString | The bytes for bundleOperationalStatus.
|
getDefaultInstanceForType()
public InterconnectDiagnostics getDefaultInstanceForType()
getLinks(int index)
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 |
---|
Name | Description |
index | int
|
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 |
---|
Type | Description |
int | |
getLinksList()
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;
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 |
---|
Name | Description |
index | int
|
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 |
---|
Type | Description |
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 |
---|
Type | Description |
String | The macAddress.
|
getMacAddressBytes()
public ByteString getMacAddressBytes()
The MAC address of the Interconnect's bundle interface.
optional string mac_address = 332540164;
Returns |
---|
Type | Description |
ByteString | The bytes for macAddress.
|
getParserForType()
public Parser<InterconnectDiagnostics> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
boolean | Whether the macAddress field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public InterconnectDiagnostics.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InterconnectDiagnostics.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public InterconnectDiagnostics.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides