- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class InterconnectDiagnostics.Builder extends 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.compute.v1.InterconnectDiagnostics
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InterconnectDiagnostics.BuilderImplements
InterconnectDiagnosticsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllArpCaches(Iterable<? extends InterconnectDiagnosticsARPEntry> values)
public InterconnectDiagnostics.Builder addAllArpCaches(Iterable<? extends InterconnectDiagnosticsARPEntry> values)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntry> |
Type | Description |
InterconnectDiagnostics.Builder |
addAllLinks(Iterable<? extends InterconnectDiagnosticsLinkStatus> values)
public InterconnectDiagnostics.Builder addAllLinks(Iterable<? extends InterconnectDiagnosticsLinkStatus> values)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus> |
Type | Description |
InterconnectDiagnostics.Builder |
addArpCaches(InterconnectDiagnosticsARPEntry value)
public InterconnectDiagnostics.Builder addArpCaches(InterconnectDiagnosticsARPEntry value)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
value | InterconnectDiagnosticsARPEntry |
Type | Description |
InterconnectDiagnostics.Builder |
addArpCaches(InterconnectDiagnosticsARPEntry.Builder builderForValue)
public InterconnectDiagnostics.Builder addArpCaches(InterconnectDiagnosticsARPEntry.Builder builderForValue)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
builderForValue | InterconnectDiagnosticsARPEntry.Builder |
Type | Description |
InterconnectDiagnostics.Builder |
addArpCaches(int index, InterconnectDiagnosticsARPEntry value)
public InterconnectDiagnostics.Builder addArpCaches(int index, InterconnectDiagnosticsARPEntry value)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
index | int |
value | InterconnectDiagnosticsARPEntry |
Type | Description |
InterconnectDiagnostics.Builder |
addArpCaches(int index, InterconnectDiagnosticsARPEntry.Builder builderForValue)
public InterconnectDiagnostics.Builder addArpCaches(int index, InterconnectDiagnosticsARPEntry.Builder builderForValue)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
index | int |
builderForValue | InterconnectDiagnosticsARPEntry.Builder |
Type | Description |
InterconnectDiagnostics.Builder |
addArpCachesBuilder()
public InterconnectDiagnosticsARPEntry.Builder addArpCachesBuilder()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
addArpCachesBuilder(int index)
public InterconnectDiagnosticsARPEntry.Builder addArpCachesBuilder(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
addLinks(InterconnectDiagnosticsLinkStatus value)
public InterconnectDiagnostics.Builder addLinks(InterconnectDiagnosticsLinkStatus value)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
value | InterconnectDiagnosticsLinkStatus |
Type | Description |
InterconnectDiagnostics.Builder |
addLinks(InterconnectDiagnosticsLinkStatus.Builder builderForValue)
public InterconnectDiagnostics.Builder addLinks(InterconnectDiagnosticsLinkStatus.Builder builderForValue)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
builderForValue | InterconnectDiagnosticsLinkStatus.Builder |
Type | Description |
InterconnectDiagnostics.Builder |
addLinks(int index, InterconnectDiagnosticsLinkStatus value)
public InterconnectDiagnostics.Builder addLinks(int index, InterconnectDiagnosticsLinkStatus value)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
index | int |
value | InterconnectDiagnosticsLinkStatus |
Type | Description |
InterconnectDiagnostics.Builder |
addLinks(int index, InterconnectDiagnosticsLinkStatus.Builder builderForValue)
public InterconnectDiagnostics.Builder addLinks(int index, InterconnectDiagnosticsLinkStatus.Builder builderForValue)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
index | int |
builderForValue | InterconnectDiagnosticsLinkStatus.Builder |
Type | Description |
InterconnectDiagnostics.Builder |
addLinksBuilder()
public InterconnectDiagnosticsLinkStatus.Builder addLinksBuilder()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Type | Description |
InterconnectDiagnosticsLinkStatus.Builder |
addLinksBuilder(int index)
public InterconnectDiagnosticsLinkStatus.Builder addLinksBuilder(int index)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnosticsLinkStatus.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InterconnectDiagnostics.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
InterconnectDiagnostics.Builder |
build()
public InterconnectDiagnostics build()
Type | Description |
InterconnectDiagnostics |
buildPartial()
public InterconnectDiagnostics buildPartial()
Type | Description |
InterconnectDiagnostics |
clear()
public InterconnectDiagnostics.Builder clear()
Type | Description |
InterconnectDiagnostics.Builder |
clearArpCaches()
public InterconnectDiagnostics.Builder clearArpCaches()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Type | Description |
InterconnectDiagnostics.Builder |
clearBundleAggregationType()
public InterconnectDiagnostics.Builder clearBundleAggregationType()
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
optional string bundle_aggregation_type = 434939028;
Type | Description |
InterconnectDiagnostics.Builder | This builder for chaining. |
clearBundleOperationalStatus()
public InterconnectDiagnostics.Builder clearBundleOperationalStatus()
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
optional string bundle_operational_status = 106433500;
Type | Description |
InterconnectDiagnostics.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public InterconnectDiagnostics.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
InterconnectDiagnostics.Builder |
clearLinks()
public InterconnectDiagnostics.Builder clearLinks()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Type | Description |
InterconnectDiagnostics.Builder |
clearMacAddress()
public InterconnectDiagnostics.Builder clearMacAddress()
The MAC address of the Interconnect's bundle interface.
optional string mac_address = 332540164;
Type | Description |
InterconnectDiagnostics.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public InterconnectDiagnostics.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
InterconnectDiagnostics.Builder |
clone()
public InterconnectDiagnostics.Builder clone()
Type | Description |
InterconnectDiagnostics.Builder |
getArpCaches(int index)
public InterconnectDiagnosticsARPEntry getArpCaches(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnosticsARPEntry |
getArpCachesBuilder(int index)
public InterconnectDiagnosticsARPEntry.Builder getArpCachesBuilder(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnosticsARPEntry.Builder |
getArpCachesBuilderList()
public List<InterconnectDiagnosticsARPEntry.Builder> getArpCachesBuilderList()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Type | Description |
List<Builder> |
getArpCachesCount()
public int getArpCachesCount()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Type | Description |
int |
getArpCachesList()
public List<InterconnectDiagnosticsARPEntry> getArpCachesList()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Type | Description |
List<InterconnectDiagnosticsARPEntry> |
getArpCachesOrBuilder(int index)
public InterconnectDiagnosticsARPEntryOrBuilder getArpCachesOrBuilder(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnosticsARPEntryOrBuilder |
getArpCachesOrBuilderList()
public List<? extends InterconnectDiagnosticsARPEntryOrBuilder> getArpCachesOrBuilderList()
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsARPEntryOrBuilder> |
getBundleAggregationType()
public String getBundleAggregationType()
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
optional string bundle_aggregation_type = 434939028;
Type | Description |
String | The bundleAggregationType. |
getBundleAggregationTypeBytes()
public ByteString getBundleAggregationTypeBytes()
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
optional string bundle_aggregation_type = 434939028;
Type | Description |
ByteString | The bytes for bundleAggregationType. |
getBundleOperationalStatus()
public String getBundleOperationalStatus()
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
optional string bundle_operational_status = 106433500;
Type | Description |
String | The bundleOperationalStatus. |
getBundleOperationalStatusBytes()
public ByteString getBundleOperationalStatusBytes()
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
optional string bundle_operational_status = 106433500;
Type | Description |
ByteString | The bytes for bundleOperationalStatus. |
getDefaultInstanceForType()
public InterconnectDiagnostics getDefaultInstanceForType()
Type | Description |
InterconnectDiagnostics |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLinks(int index)
public InterconnectDiagnosticsLinkStatus getLinks(int index)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnosticsLinkStatus |
getLinksBuilder(int index)
public InterconnectDiagnosticsLinkStatus.Builder getLinksBuilder(int index)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnosticsLinkStatus.Builder |
getLinksBuilderList()
public List<InterconnectDiagnosticsLinkStatus.Builder> getLinksBuilderList()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Type | Description |
List<Builder> |
getLinksCount()
public int getLinksCount()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Type | Description |
int |
getLinksList()
public List<InterconnectDiagnosticsLinkStatus> getLinksList()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Type | Description |
List<InterconnectDiagnosticsLinkStatus> |
getLinksOrBuilder(int index)
public InterconnectDiagnosticsLinkStatusOrBuilder getLinksOrBuilder(int index)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnosticsLinkStatusOrBuilder |
getLinksOrBuilderList()
public List<? extends InterconnectDiagnosticsLinkStatusOrBuilder> getLinksOrBuilderList()
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectDiagnosticsLinkStatusOrBuilder> |
getMacAddress()
public String getMacAddress()
The MAC address of the Interconnect's bundle interface.
optional string mac_address = 332540164;
Type | Description |
String | The macAddress. |
getMacAddressBytes()
public ByteString getMacAddressBytes()
The MAC address of the Interconnect's bundle interface.
optional string mac_address = 332540164;
Type | Description |
ByteString | The bytes for macAddress. |
hasBundleAggregationType()
public boolean hasBundleAggregationType()
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
optional string bundle_aggregation_type = 434939028;
Type | Description |
boolean | Whether the bundleAggregationType field is set. |
hasBundleOperationalStatus()
public boolean hasBundleOperationalStatus()
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
optional string bundle_operational_status = 106433500;
Type | Description |
boolean | Whether the bundleOperationalStatus field is set. |
hasMacAddress()
public boolean hasMacAddress()
The MAC address of the Interconnect's bundle interface.
optional string mac_address = 332540164;
Type | Description |
boolean | Whether the macAddress field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(InterconnectDiagnostics other)
public InterconnectDiagnostics.Builder mergeFrom(InterconnectDiagnostics other)
Name | Description |
other | InterconnectDiagnostics |
Type | Description |
InterconnectDiagnostics.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InterconnectDiagnostics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
InterconnectDiagnostics.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public InterconnectDiagnostics.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
InterconnectDiagnostics.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectDiagnostics.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
InterconnectDiagnostics.Builder |
removeArpCaches(int index)
public InterconnectDiagnostics.Builder removeArpCaches(int index)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnostics.Builder |
removeLinks(int index)
public InterconnectDiagnostics.Builder removeLinks(int index)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
index | int |
Type | Description |
InterconnectDiagnostics.Builder |
setArpCaches(int index, InterconnectDiagnosticsARPEntry value)
public InterconnectDiagnostics.Builder setArpCaches(int index, InterconnectDiagnosticsARPEntry value)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
index | int |
value | InterconnectDiagnosticsARPEntry |
Type | Description |
InterconnectDiagnostics.Builder |
setArpCaches(int index, InterconnectDiagnosticsARPEntry.Builder builderForValue)
public InterconnectDiagnostics.Builder setArpCaches(int index, InterconnectDiagnosticsARPEntry.Builder builderForValue)
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsARPEntry arp_caches = 414591761;
Name | Description |
index | int |
builderForValue | InterconnectDiagnosticsARPEntry.Builder |
Type | Description |
InterconnectDiagnostics.Builder |
setBundleAggregationType(String value)
public InterconnectDiagnostics.Builder setBundleAggregationType(String value)
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
optional string bundle_aggregation_type = 434939028;
Name | Description |
value | String The bundleAggregationType to set. |
Type | Description |
InterconnectDiagnostics.Builder | This builder for chaining. |
setBundleAggregationTypeBytes(ByteString value)
public InterconnectDiagnostics.Builder setBundleAggregationTypeBytes(ByteString value)
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
optional string bundle_aggregation_type = 434939028;
Name | Description |
value | ByteString The bytes for bundleAggregationType to set. |
Type | Description |
InterconnectDiagnostics.Builder | This builder for chaining. |
setBundleOperationalStatus(String value)
public InterconnectDiagnostics.Builder setBundleOperationalStatus(String value)
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
optional string bundle_operational_status = 106433500;
Name | Description |
value | String The bundleOperationalStatus to set. |
Type | Description |
InterconnectDiagnostics.Builder | This builder for chaining. |
setBundleOperationalStatusBytes(ByteString value)
public InterconnectDiagnostics.Builder setBundleOperationalStatusBytes(ByteString value)
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
optional string bundle_operational_status = 106433500;
Name | Description |
value | ByteString The bytes for bundleOperationalStatus to set. |
Type | Description |
InterconnectDiagnostics.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public InterconnectDiagnostics.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
InterconnectDiagnostics.Builder |
setLinks(int index, InterconnectDiagnosticsLinkStatus value)
public InterconnectDiagnostics.Builder setLinks(int index, InterconnectDiagnosticsLinkStatus value)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
index | int |
value | InterconnectDiagnosticsLinkStatus |
Type | Description |
InterconnectDiagnostics.Builder |
setLinks(int index, InterconnectDiagnosticsLinkStatus.Builder builderForValue)
public InterconnectDiagnostics.Builder setLinks(int index, InterconnectDiagnosticsLinkStatus.Builder builderForValue)
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
repeated .google.cloud.compute.v1.InterconnectDiagnosticsLinkStatus links = 102977465;
Name | Description |
index | int |
builderForValue | InterconnectDiagnosticsLinkStatus.Builder |
Type | Description |
InterconnectDiagnostics.Builder |
setMacAddress(String value)
public InterconnectDiagnostics.Builder setMacAddress(String value)
The MAC address of the Interconnect's bundle interface.
optional string mac_address = 332540164;
Name | Description |
value | String The macAddress to set. |
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.
optional string mac_address = 332540164;
Name | Description |
value | ByteString The bytes for macAddress to set. |
Type | Description |
InterconnectDiagnostics.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InterconnectDiagnostics.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
InterconnectDiagnostics.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectDiagnostics.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
InterconnectDiagnostics.Builder |