Class InterconnectDiagnosticsARPEntry (1.51.0)

public final class InterconnectDiagnosticsARPEntry extends GeneratedMessageV3 implements InterconnectDiagnosticsARPEntryOrBuilder

Describing the ARP neighbor entries seen on this link

Protobuf type google.cloud.compute.v1.InterconnectDiagnosticsARPEntry

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > InterconnectDiagnosticsARPEntry

Static Fields

IP_ADDRESS_FIELD_NUMBER

public static final int IP_ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

MAC_ADDRESS_FIELD_NUMBER

public static final int MAC_ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static InterconnectDiagnosticsARPEntry getDefaultInstance()
Returns
TypeDescription
InterconnectDiagnosticsARPEntry

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static InterconnectDiagnosticsARPEntry.Builder newBuilder()
Returns
TypeDescription
InterconnectDiagnosticsARPEntry.Builder

newBuilder(InterconnectDiagnosticsARPEntry prototype)

public static InterconnectDiagnosticsARPEntry.Builder newBuilder(InterconnectDiagnosticsARPEntry prototype)
Parameter
NameDescription
prototypeInterconnectDiagnosticsARPEntry
Returns
TypeDescription
InterconnectDiagnosticsARPEntry.Builder

parseDelimitedFrom(InputStream input)

public static InterconnectDiagnosticsARPEntry parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnosticsARPEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static InterconnectDiagnosticsARPEntry parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnosticsARPEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InterconnectDiagnosticsARPEntry parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnosticsARPEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InterconnectDiagnosticsARPEntry parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnosticsARPEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static InterconnectDiagnosticsARPEntry parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnosticsARPEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static InterconnectDiagnosticsARPEntry parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InterconnectDiagnosticsARPEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectDiagnosticsARPEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<InterconnectDiagnosticsARPEntry> parser()
Returns
TypeDescription
Parser<InterconnectDiagnosticsARPEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public InterconnectDiagnosticsARPEntry getDefaultInstanceForType()
Returns
TypeDescription
InterconnectDiagnosticsARPEntry

getIpAddress()

public String getIpAddress()

The IP address of this ARP neighbor.

optional string ip_address = 406272220;

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public ByteString getIpAddressBytes()

The IP address of this ARP neighbor.

optional string ip_address = 406272220;

Returns
TypeDescription
ByteString

The bytes for ipAddress.

getMacAddress()

public String getMacAddress()

The MAC address of this ARP neighbor.

optional string mac_address = 332540164;

Returns
TypeDescription
String

The macAddress.

getMacAddressBytes()

public ByteString getMacAddressBytes()

The MAC address of this ARP neighbor.

optional string mac_address = 332540164;

Returns
TypeDescription
ByteString

The bytes for macAddress.

getParserForType()

public Parser<InterconnectDiagnosticsARPEntry> getParserForType()
Returns
TypeDescription
Parser<InterconnectDiagnosticsARPEntry>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasIpAddress()

public boolean hasIpAddress()

The IP address of this ARP neighbor.

optional string ip_address = 406272220;

Returns
TypeDescription
boolean

Whether the ipAddress field is set.

hasMacAddress()

public boolean hasMacAddress()

The MAC address of this ARP neighbor.

optional string mac_address = 332540164;

Returns
TypeDescription
boolean

Whether the macAddress field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public InterconnectDiagnosticsARPEntry.Builder newBuilderForType()
Returns
TypeDescription
InterconnectDiagnosticsARPEntry.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InterconnectDiagnosticsARPEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
InterconnectDiagnosticsARPEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public InterconnectDiagnosticsARPEntry.Builder toBuilder()
Returns
TypeDescription
InterconnectDiagnosticsARPEntry.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException