public static final class InterconnectDiagnostics.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder> implements InterconnectDiagnosticsOrBuilder
Diagnostics information about interconnect, contains detailed and current technical information about Google's side of the connection.Protobuf type
google.cloud.edgenetwork.v1.InterconnectDiagnostics| Modifier and Type | Method and Description |
|---|---|
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.
|
InterconnectDiagnostics.Builder |
addAllLinks(Iterable<? extends InterconnectDiagnostics.LinkStatus> values)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
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.
|
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.
|
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.
|
InterconnectDiagnostics.Builder |
addLinkLayerAddresses(LinkLayerAddress value)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
LinkLayerAddress.Builder |
addLinkLayerAddressesBuilder()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
LinkLayerAddress.Builder |
addLinkLayerAddressesBuilder(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
InterconnectDiagnostics.Builder |
addLinks(InterconnectDiagnostics.LinkStatus.Builder builderForValue)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.Builder |
addLinks(InterconnectDiagnostics.LinkStatus value)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
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.
|
InterconnectDiagnostics.Builder |
addLinks(int index,
InterconnectDiagnostics.LinkStatus value)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.LinkStatus.Builder |
addLinksBuilder()
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.LinkStatus.Builder |
addLinksBuilder(int index)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InterconnectDiagnostics |
build() |
InterconnectDiagnostics |
buildPartial() |
InterconnectDiagnostics.Builder |
clear() |
InterconnectDiagnostics.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
InterconnectDiagnostics.Builder |
clearLinkLayerAddresses()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
InterconnectDiagnostics.Builder |
clearLinks()
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.Builder |
clearMacAddress()
The MAC address of the Interconnect's bundle interface.
|
InterconnectDiagnostics.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
InterconnectDiagnostics.Builder |
clone() |
InterconnectDiagnostics |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
LinkLayerAddress |
getLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
LinkLayerAddress.Builder |
getLinkLayerAddressesBuilder(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
List<LinkLayerAddress.Builder> |
getLinkLayerAddressesBuilderList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
int |
getLinkLayerAddressesCount()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
List<LinkLayerAddress> |
getLinkLayerAddressesList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
LinkLayerAddressOrBuilder |
getLinkLayerAddressesOrBuilder(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
List<? extends LinkLayerAddressOrBuilder> |
getLinkLayerAddressesOrBuilderList()
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
InterconnectDiagnostics.LinkStatus |
getLinks(int index)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.LinkStatus.Builder |
getLinksBuilder(int index)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
List<InterconnectDiagnostics.LinkStatus.Builder> |
getLinksBuilderList()
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
int |
getLinksCount()
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
List<InterconnectDiagnostics.LinkStatus> |
getLinksList()
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.LinkStatusOrBuilder |
getLinksOrBuilder(int index)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
List<? extends InterconnectDiagnostics.LinkStatusOrBuilder> |
getLinksOrBuilderList()
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
String |
getMacAddress()
The MAC address of the Interconnect's bundle interface.
|
com.google.protobuf.ByteString |
getMacAddressBytes()
The MAC address of the Interconnect's bundle interface.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
InterconnectDiagnostics.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
InterconnectDiagnostics.Builder |
mergeFrom(InterconnectDiagnostics other) |
InterconnectDiagnostics.Builder |
mergeFrom(com.google.protobuf.Message other) |
InterconnectDiagnostics.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
InterconnectDiagnostics.Builder |
removeLinkLayerAddresses(int index)
A list of LinkLayerAddress, describing the ip address and corresponding
link-layer address of the neighbors for this interconnect.
|
InterconnectDiagnostics.Builder |
removeLinks(int index)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.
|
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.
|
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.
|
InterconnectDiagnostics.Builder |
setLinks(int index,
InterconnectDiagnostics.LinkStatus value)
A list of LinkStatus objects, used to describe the status for each link on
the Interconnect.
|
InterconnectDiagnostics.Builder |
setMacAddress(String value)
The MAC address of the Interconnect's bundle interface.
|
InterconnectDiagnostics.Builder |
setMacAddressBytes(com.google.protobuf.ByteString value)
The MAC address of the Interconnect's bundle interface.
|
InterconnectDiagnostics.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
InterconnectDiagnostics.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic InterconnectDiagnostics build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic InterconnectDiagnostics buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic InterconnectDiagnostics.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics.Builder mergeFrom(InterconnectDiagnostics other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public InterconnectDiagnostics.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<InterconnectDiagnostics.Builder>IOExceptionpublic String getMacAddress()
The MAC address of the Interconnect's bundle interface.
string mac_address = 1;getMacAddress in interface InterconnectDiagnosticsOrBuilderpublic com.google.protobuf.ByteString getMacAddressBytes()
The MAC address of the Interconnect's bundle interface.
string mac_address = 1;getMacAddressBytes in interface InterconnectDiagnosticsOrBuilderpublic InterconnectDiagnostics.Builder setMacAddress(String value)
The MAC address of the Interconnect's bundle interface.
string mac_address = 1;value - The macAddress to set.public InterconnectDiagnostics.Builder clearMacAddress()
The MAC address of the Interconnect's bundle interface.
string mac_address = 1;public InterconnectDiagnostics.Builder setMacAddressBytes(com.google.protobuf.ByteString value)
The MAC address of the Interconnect's bundle interface.
string mac_address = 1;value - The bytes for macAddress to set.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;getLinkLayerAddressesList in interface InterconnectDiagnosticsOrBuilderpublic 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;getLinkLayerAddressesCount in interface InterconnectDiagnosticsOrBuilderpublic 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;getLinkLayerAddresses in interface InterconnectDiagnosticsOrBuilderpublic 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;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;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;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;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;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;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;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;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;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;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;getLinkLayerAddressesOrBuilder in interface InterconnectDiagnosticsOrBuilderpublic 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;getLinkLayerAddressesOrBuilderList in interface InterconnectDiagnosticsOrBuilderpublic 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;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;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;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;
getLinksList in interface InterconnectDiagnosticsOrBuilderpublic 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;
getLinksCount in interface InterconnectDiagnosticsOrBuilderpublic 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;
getLinks in interface InterconnectDiagnosticsOrBuilderpublic 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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
getLinksOrBuilder in interface InterconnectDiagnosticsOrBuilderpublic 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;
getLinksOrBuilderList in interface InterconnectDiagnosticsOrBuilderpublic 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;
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;
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;
public final InterconnectDiagnostics.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>public final InterconnectDiagnostics.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InterconnectDiagnostics.Builder>Copyright © 2025 Google LLC. All rights reserved.