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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InterconnectDiagnosticsARPEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public InterconnectDiagnosticsARPEntry build()
buildPartial()
public InterconnectDiagnosticsARPEntry buildPartial()
clear()
public InterconnectDiagnosticsARPEntry.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public InterconnectDiagnosticsARPEntry.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearIpAddress()
public InterconnectDiagnosticsARPEntry.Builder clearIpAddress()
The IP address of this ARP neighbor.
optional string ip_address = 406272220;
clearMacAddress()
public InterconnectDiagnosticsARPEntry.Builder clearMacAddress()
The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
clearOneof(Descriptors.OneofDescriptor oneof)
public InterconnectDiagnosticsARPEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public InterconnectDiagnosticsARPEntry.Builder clone()
Overrides
getDefaultInstanceForType()
public InterconnectDiagnosticsARPEntry getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
Type |
Description |
ByteString |
The bytes for ipAddress.
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(InterconnectDiagnosticsARPEntry other)
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(InterconnectDiagnosticsARPEntry other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectDiagnosticsARPEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public InterconnectDiagnosticsARPEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InterconnectDiagnosticsARPEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectDiagnosticsARPEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides