| Modifier and Type | Method and Description |
|---|---|
LinkLayerAddress |
LinkLayerAddress.Builder.build() |
LinkLayerAddress |
LinkLayerAddress.Builder.buildPartial() |
static LinkLayerAddress |
LinkLayerAddress.getDefaultInstance() |
LinkLayerAddress |
LinkLayerAddress.getDefaultInstanceForType() |
LinkLayerAddress |
LinkLayerAddress.Builder.getDefaultInstanceForType() |
LinkLayerAddress |
SubnetStatus.getLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
LinkLayerAddress |
SubnetStatus.Builder.getLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
LinkLayerAddress |
InterconnectDiagnostics.getLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
LinkLayerAddress |
InterconnectDiagnostics.Builder.getLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
LinkLayerAddress |
SubnetStatusOrBuilder.getLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
LinkLayerAddress |
InterconnectDiagnosticsOrBuilder.getLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
static LinkLayerAddress |
LinkLayerAddress.parseDelimitedFrom(InputStream input) |
static LinkLayerAddress |
LinkLayerAddress.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(byte[] data) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(ByteBuffer data) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(com.google.protobuf.ByteString data) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(com.google.protobuf.CodedInputStream input) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(InputStream input) |
static LinkLayerAddress |
LinkLayerAddress.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<LinkLayerAddress> |
SubnetStatus.getLinkLayerAddressesList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
List<LinkLayerAddress> |
SubnetStatus.Builder.getLinkLayerAddressesList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
List<LinkLayerAddress> |
InterconnectDiagnostics.getLinkLayerAddressesList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
List<LinkLayerAddress> |
InterconnectDiagnostics.Builder.getLinkLayerAddressesList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
List<LinkLayerAddress> |
SubnetStatusOrBuilder.getLinkLayerAddressesList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
List<LinkLayerAddress> |
InterconnectDiagnosticsOrBuilder.getLinkLayerAddressesList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
com.google.protobuf.Parser<LinkLayerAddress> |
LinkLayerAddress.getParserForType() |
static com.google.protobuf.Parser<LinkLayerAddress> |
LinkLayerAddress.parser() |
| Modifier and Type | Method and Description |
|---|---|
SubnetStatus.Builder |
SubnetStatus.Builder.addLinkLayerAddresses(int index,
LinkLayerAddress value)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
InterconnectDiagnostics.Builder |
InterconnectDiagnostics.Builder.addLinkLayerAddresses(int index,
LinkLayerAddress value)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
SubnetStatus.Builder |
SubnetStatus.Builder.addLinkLayerAddresses(LinkLayerAddress value)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
InterconnectDiagnostics.Builder |
InterconnectDiagnostics.Builder.addLinkLayerAddresses(LinkLayerAddress value)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
LinkLayerAddress.Builder |
LinkLayerAddress.Builder.mergeFrom(LinkLayerAddress other) |
static LinkLayerAddress.Builder |
LinkLayerAddress.newBuilder(LinkLayerAddress prototype) |
SubnetStatus.Builder |
SubnetStatus.Builder.setLinkLayerAddresses(int index,
LinkLayerAddress value)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
InterconnectDiagnostics.Builder |
InterconnectDiagnostics.Builder.setLinkLayerAddresses(int index,
LinkLayerAddress value)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
| Modifier and Type | Method and Description |
|---|---|
SubnetStatus.Builder |
SubnetStatus.Builder.addAllLinkLayerAddresses(Iterable<? extends LinkLayerAddress> values)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this subnet.
|
InterconnectDiagnostics.Builder |
InterconnectDiagnostics.Builder.addAllLinkLayerAddresses(Iterable<? extends LinkLayerAddress> values)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
Copyright © 2025 Google LLC. All rights reserved.