public static final class InterconnectDiagnosticsARPEntry.Builder extends GeneratedMessage.Builder<InterconnectDiagnosticsARPEntry.Builder> implements InterconnectDiagnosticsARPEntryOrBuilderDescribing the ARP neighbor entries seen on this link
Protobuf type google.cloud.compute.v1.InterconnectDiagnosticsARPEntry
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InterconnectDiagnosticsARPEntry.BuilderImplements
InterconnectDiagnosticsARPEntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public InterconnectDiagnosticsARPEntry build()| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry |
|
buildPartial()
public InterconnectDiagnosticsARPEntry buildPartial()| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry |
|
clear()
public InterconnectDiagnosticsARPEntry.Builder clear()| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
|
clearIpAddress()
public InterconnectDiagnosticsARPEntry.Builder clearIpAddress()The IP address of this ARP neighbor.
optional string ip_address = 406272220;
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
This builder for chaining. |
clearMacAddress()
public InterconnectDiagnosticsARPEntry.Builder clearMacAddress()The MAC address of this ARP neighbor.
optional string mac_address = 332540164;
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public InterconnectDiagnosticsARPEntry getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(InterconnectDiagnosticsARPEntry other)
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(InterconnectDiagnosticsARPEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectDiagnosticsARPEntry |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InterconnectDiagnosticsARPEntry.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
|
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 |
StringThe ipAddress to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
This builder for chaining. |
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 |
ByteStringThe bytes for ipAddress to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
This builder for chaining. |
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 |
StringThe macAddress to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
This builder for chaining. |
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 |
ByteStringThe bytes for macAddress to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
This builder for chaining. |