public interface InterconnectDiagnosticsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LinkLayerAddress |
getLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
int |
getLinkLayerAddressesCount()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
List<LinkLayerAddress> |
getLinkLayerAddressesList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
LinkLayerAddressOrBuilder |
getLinkLayerAddressesOrBuilder(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
List<? extends LinkLayerAddressOrBuilder> |
getLinkLayerAddressesOrBuilderList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
InterconnectDiagnostics.LinkStatus |
getLinks(int index)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
int |
getLinksCount()
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
List<InterconnectDiagnostics.LinkStatus> |
getLinksList()
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.LinkStatusOrBuilder |
getLinksOrBuilder(int index)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
List<? extends InterconnectDiagnostics.LinkStatusOrBuilder> |
getLinksOrBuilderList()
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
String |
getMacAddress()
The MAC address of the Interconnect's bundle interface.
|
com.google.protobuf.ByteString |
getMacAddressBytes()
The MAC address of the Interconnect's bundle interface.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMacAddress()
The MAC address of the Interconnect's bundle interface.
string mac_address = 1;com.google.protobuf.ByteString getMacAddressBytes()
The MAC address of the Interconnect's bundle interface.
string mac_address = 1;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;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;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;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;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;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;
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;
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;
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;
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;
Copyright © 2025 Google LLC. All rights reserved.