Package com.google.cloud.compute.v1
Interface InterconnectDiagnosticsARPEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectDiagnosticsARPEntry
,InterconnectDiagnosticsARPEntry.Builder
public interface InterconnectDiagnosticsARPEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIpAddress
boolean hasIpAddress()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
- Returns:
- Whether the ipAddress field is set.
-
getIpAddress
String getIpAddress()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
- Returns:
- The bytes for ipAddress.
-
hasMacAddress
boolean hasMacAddress()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
- Returns:
- Whether the macAddress field is set.
-
getMacAddress
String getMacAddress()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
- Returns:
- The macAddress.
-
getMacAddressBytes
com.google.protobuf.ByteString getMacAddressBytes()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
- Returns:
- The bytes for macAddress.
-
-