public static final class InterconnectDiagnosticsARPEntry.Builder extends GeneratedMessageV3.Builder<InterconnectDiagnosticsARPEntry.Builder> implements InterconnectDiagnosticsARPEntryOrBuilder
Describing the ARP neighbor entries seen on this link
Protobuf type google.cloud.compute.v1.InterconnectDiagnosticsARPEntry
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InterconnectDiagnosticsARPEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public InterconnectDiagnosticsARPEntry build()
Returns
buildPartial()
public InterconnectDiagnosticsARPEntry buildPartial()
Returns
clear()
public InterconnectDiagnosticsARPEntry.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public InterconnectDiagnosticsARPEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearIpAddress()
public InterconnectDiagnosticsARPEntry.Builder clearIpAddress()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
Returns
clearMacAddress()
public InterconnectDiagnosticsARPEntry.Builder clearMacAddress()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public InterconnectDiagnosticsARPEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public InterconnectDiagnosticsARPEntry.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public InterconnectDiagnosticsARPEntry getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getIpAddress()
public String getIpAddress()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
Returns
Type | Description |
String | The ipAddress.
|
getIpAddressBytes()
public ByteString getIpAddressBytes()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
Returns
getMacAddress()
public String getMacAddress()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
Returns
Type | Description |
String | The macAddress.
|
getMacAddressBytes()
public ByteString getMacAddressBytes()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
Returns
Type | Description |
ByteString | The bytes for macAddress.
|
hasIpAddress()
public boolean hasIpAddress()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
Returns
Type | Description |
boolean | Whether the ipAddress field is set.
|
hasMacAddress()
public boolean hasMacAddress()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
Returns
Type | Description |
boolean | Whether the macAddress field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(InterconnectDiagnosticsARPEntry other)
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(InterconnectDiagnosticsARPEntry other)
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectDiagnosticsARPEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public InterconnectDiagnosticsARPEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setIpAddress(String value)
public InterconnectDiagnosticsARPEntry.Builder setIpAddress(String value)
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
Parameter
Name | Description |
value | String
The ipAddress to set.
|
Returns
setIpAddressBytes(ByteString value)
public InterconnectDiagnosticsARPEntry.Builder setIpAddressBytes(ByteString value)
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
Parameter
Name | Description |
value | ByteString
The bytes for ipAddress to set.
|
Returns
setMacAddress(String value)
public InterconnectDiagnosticsARPEntry.Builder setMacAddress(String value)
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
Parameter
Name | Description |
value | String
The macAddress to set.
|
Returns
setMacAddressBytes(ByteString value)
public InterconnectDiagnosticsARPEntry.Builder setMacAddressBytes(ByteString value)
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
Parameter
Name | Description |
value | ByteString
The bytes for macAddress to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InterconnectDiagnosticsARPEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectDiagnosticsARPEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides