public interface InterconnectDiagnosticsARPEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
The IP address of this ARP neighbor.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
The IP address of this ARP neighbor.
|
String |
getMacAddress()
The MAC address of this ARP neighbor.
|
com.google.protobuf.ByteString |
getMacAddressBytes()
The MAC address of this ARP neighbor.
|
boolean |
hasIpAddress()
The IP address of this ARP neighbor.
|
boolean |
hasMacAddress()
The MAC address of this ARP neighbor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIpAddress()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;String getIpAddress()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;com.google.protobuf.ByteString getIpAddressBytes()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;boolean hasMacAddress()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;String getMacAddress()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;com.google.protobuf.ByteString getMacAddressBytes()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;Copyright © 2023 Google LLC. All rights reserved.