public static final class InterconnectDiagnostics.Builder extends GeneratedMessage.Builder<InterconnectDiagnostics.Builder> implements InterconnectDiagnosticsOrBuilderDiagnostics information about interconnect, contains detailed and current technical information about Google's side of the connection.
Protobuf type google.cloud.edgenetwork.v1.InterconnectDiagnostics
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InterconnectDiagnostics.BuilderImplements
InterconnectDiagnosticsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllLinkLayerAddresses(Iterable<? extends LinkLayerAddress> values)
public InterconnectDiagnostics.Builder addAllLinkLayerAddresses(Iterable<? extends LinkLayerAddress> values)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.edgenetwork.v1.LinkLayerAddress> |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addAllLinks(Iterable<? extends InterconnectDiagnostics.LinkStatus> values)
public InterconnectDiagnostics.Builder addAllLinks(Iterable<? extends InterconnectDiagnostics.LinkStatus> values)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus> |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addLinkLayerAddresses(LinkLayerAddress value)
public InterconnectDiagnostics.Builder addLinkLayerAddresses(LinkLayerAddress value)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
LinkLayerAddress |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addLinkLayerAddresses(LinkLayerAddress.Builder builderForValue)
public InterconnectDiagnostics.Builder addLinkLayerAddresses(LinkLayerAddress.Builder builderForValue)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
LinkLayerAddress.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addLinkLayerAddresses(int index, LinkLayerAddress value)
public InterconnectDiagnostics.Builder addLinkLayerAddresses(int index, LinkLayerAddress value)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
LinkLayerAddress |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addLinkLayerAddresses(int index, LinkLayerAddress.Builder builderForValue)
public InterconnectDiagnostics.Builder addLinkLayerAddresses(int index, LinkLayerAddress.Builder builderForValue)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
LinkLayerAddress.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addLinkLayerAddressesBuilder()
public LinkLayerAddress.Builder addLinkLayerAddressesBuilder()A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Returns | |
|---|---|
| Type | Description |
LinkLayerAddress.Builder |
|
addLinkLayerAddressesBuilder(int index)
public LinkLayerAddress.Builder addLinkLayerAddressesBuilder(int index)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LinkLayerAddress.Builder |
|
addLinks(InterconnectDiagnostics.LinkStatus value)
public InterconnectDiagnostics.Builder addLinks(InterconnectDiagnostics.LinkStatus value)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
InterconnectDiagnostics.LinkStatus |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addLinks(InterconnectDiagnostics.LinkStatus.Builder builderForValue)
public InterconnectDiagnostics.Builder addLinks(InterconnectDiagnostics.LinkStatus.Builder builderForValue)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InterconnectDiagnostics.LinkStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addLinks(int index, InterconnectDiagnostics.LinkStatus value)
public InterconnectDiagnostics.Builder addLinks(int index, InterconnectDiagnostics.LinkStatus value)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
InterconnectDiagnostics.LinkStatus |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addLinks(int index, InterconnectDiagnostics.LinkStatus.Builder builderForValue)
public InterconnectDiagnostics.Builder addLinks(int index, InterconnectDiagnostics.LinkStatus.Builder builderForValue)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
InterconnectDiagnostics.LinkStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
addLinksBuilder()
public InterconnectDiagnostics.LinkStatus.Builder addLinksBuilder()A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.LinkStatus.Builder |
|
addLinksBuilder(int index)
public InterconnectDiagnostics.LinkStatus.Builder addLinksBuilder(int index)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.LinkStatus.Builder |
|
build()
public InterconnectDiagnostics build()| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics |
|
buildPartial()
public InterconnectDiagnostics buildPartial()| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics |
|
clear()
public InterconnectDiagnostics.Builder clear()| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
clearLinkLayerAddresses()
public InterconnectDiagnostics.Builder clearLinkLayerAddresses()A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
clearLinks()
public InterconnectDiagnostics.Builder clearLinks()A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
clearMacAddress()
public InterconnectDiagnostics.Builder clearMacAddress()The MAC address of the Interconnect's bundle interface.
string mac_address = 1;
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public InterconnectDiagnostics getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLinkLayerAddresses(int index)
public LinkLayerAddress getLinkLayerAddresses(int index)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LinkLayerAddress |
|
getLinkLayerAddressesBuilder(int index)
public LinkLayerAddress.Builder getLinkLayerAddressesBuilder(int index)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LinkLayerAddress.Builder |
|
getLinkLayerAddressesBuilderList()
public List<LinkLayerAddress.Builder> getLinkLayerAddressesBuilderList()A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getLinkLayerAddressesCount()
public int getLinkLayerAddressesCount()A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLinkLayerAddressesList()
public List<LinkLayerAddress> getLinkLayerAddressesList()A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Returns | |
|---|---|
| Type | Description |
List<LinkLayerAddress> |
|
getLinkLayerAddressesOrBuilder(int index)
public LinkLayerAddressOrBuilder getLinkLayerAddressesOrBuilder(int index)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LinkLayerAddressOrBuilder |
|
getLinkLayerAddressesOrBuilderList()
public List<? extends LinkLayerAddressOrBuilder> getLinkLayerAddressesOrBuilderList()A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.edgenetwork.v1.LinkLayerAddressOrBuilder> |
|
getLinks(int index)
public InterconnectDiagnostics.LinkStatus getLinks(int index)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.LinkStatus |
|
getLinksBuilder(int index)
public InterconnectDiagnostics.LinkStatus.Builder getLinksBuilder(int index)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.LinkStatus.Builder |
|
getLinksBuilderList()
public List<InterconnectDiagnostics.LinkStatus.Builder> getLinksBuilderList()A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getLinksCount()
public int getLinksCount()A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLinksList()
public List<InterconnectDiagnostics.LinkStatus> getLinksList()A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Returns | |
|---|---|
| Type | Description |
List<LinkStatus> |
|
getLinksOrBuilder(int index)
public InterconnectDiagnostics.LinkStatusOrBuilder getLinksOrBuilder(int index)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.LinkStatusOrBuilder |
|
getLinksOrBuilderList()
public List<? extends InterconnectDiagnostics.LinkStatusOrBuilder> getLinksOrBuilderList()A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatusOrBuilder> |
|
getMacAddress()
public String getMacAddress()The MAC address of the Interconnect's bundle interface.
string mac_address = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The macAddress. |
getMacAddressBytes()
public ByteString getMacAddressBytes()The MAC address of the Interconnect's bundle interface.
string mac_address = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for macAddress. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(InterconnectDiagnostics other)
public InterconnectDiagnostics.Builder mergeFrom(InterconnectDiagnostics other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectDiagnostics |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InterconnectDiagnostics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InterconnectDiagnostics.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
removeLinkLayerAddresses(int index)
public InterconnectDiagnostics.Builder removeLinkLayerAddresses(int index)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
removeLinks(int index)
public InterconnectDiagnostics.Builder removeLinks(int index)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
setLinkLayerAddresses(int index, LinkLayerAddress value)
public InterconnectDiagnostics.Builder setLinkLayerAddresses(int index, LinkLayerAddress value)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
LinkLayerAddress |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
setLinkLayerAddresses(int index, LinkLayerAddress.Builder builderForValue)
public InterconnectDiagnostics.Builder setLinkLayerAddresses(int index, LinkLayerAddress.Builder builderForValue)A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this interconnect.
repeated .google.cloud.edgenetwork.v1.LinkLayerAddress link_layer_addresses = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
LinkLayerAddress.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
setLinks(int index, InterconnectDiagnostics.LinkStatus value)
public InterconnectDiagnostics.Builder setLinks(int index, InterconnectDiagnostics.LinkStatus value)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
InterconnectDiagnostics.LinkStatus |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
setLinks(int index, InterconnectDiagnostics.LinkStatus.Builder builderForValue)
public InterconnectDiagnostics.Builder setLinks(int index, InterconnectDiagnostics.LinkStatus.Builder builderForValue)A list of LinkStatus objects, used to describe the status for each link on the Interconnect.
repeated .google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus links = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
InterconnectDiagnostics.LinkStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
|
setMacAddress(String value)
public InterconnectDiagnostics.Builder setMacAddress(String value)The MAC address of the Interconnect's bundle interface.
string mac_address = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe macAddress to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
This builder for chaining. |
setMacAddressBytes(ByteString value)
public InterconnectDiagnostics.Builder setMacAddressBytes(ByteString value)The MAC address of the Interconnect's bundle interface.
string mac_address = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for macAddress to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectDiagnostics.Builder |
This builder for chaining. |