public interface LinkLayerAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
The IP address of this neighbor.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
The IP address of this neighbor.
|
String |
getMacAddress()
The MAC address of this neighbor.
|
com.google.protobuf.ByteString |
getMacAddressBytes()
The MAC address of this neighbor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMacAddress()
The MAC address of this neighbor.
string mac_address = 1;com.google.protobuf.ByteString getMacAddressBytes()
The MAC address of this neighbor.
string mac_address = 1;String getIpAddress()
The IP address of this neighbor.
string ip_address = 2;com.google.protobuf.ByteString getIpAddressBytes()
The IP address of this neighbor.
string ip_address = 2;Copyright © 2025 Google LLC. All rights reserved.