- 1.74.0 (latest)
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 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 InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder extends GeneratedMessageV3.Builder<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder> implements InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockersOrBuilder
[Output Only] Reasons why configuration.topologyCapability.sla differs from intent.topologyCapability. This list is empty if and only if those are the same.
Protobuf type
google.cloud.compute.v1.InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllFacilities(Iterable<String> values)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addAllFacilities(Iterable<String> values)
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
repeated string facilities = 536683137;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The facilities to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addAllInterconnects(Iterable<String> values)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addAllInterconnects(Iterable<String> values)
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The interconnects to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addAllMetros(Iterable<String> values)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addAllMetros(Iterable<String> values)
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
repeated string metros = 533067386;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The metros to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addAllZones(Iterable<String> values)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addAllZones(Iterable<String> values)
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The zones to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addFacilities(String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addFacilities(String value)
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
repeated string facilities = 536683137;
Parameter | |
---|---|
Name | Description |
value |
String The facilities to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addFacilitiesBytes(ByteString value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addFacilitiesBytes(ByteString value)
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
repeated string facilities = 536683137;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the facilities to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addInterconnects(String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addInterconnects(String value)
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;
Parameter | |
---|---|
Name | Description |
value |
String The interconnects to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addInterconnectsBytes(ByteString value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addInterconnectsBytes(ByteString value)
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the interconnects to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addMetros(String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addMetros(String value)
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
repeated string metros = 533067386;
Parameter | |
---|---|
Name | Description |
value |
String The metros to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addMetrosBytes(ByteString value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addMetrosBytes(ByteString value)
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
repeated string metros = 533067386;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the metros to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
addZones(String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addZones(String value)
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;
Parameter | |
---|---|
Name | Description |
value |
String The zones to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
addZonesBytes(ByteString value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder addZonesBytes(ByteString value)
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the zones to add. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
build()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers build()
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
buildPartial()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers buildPartial()
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
clear()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clear()
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
clearBlockerType()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clearBlockerType()
Check the BlockerType enum for the list of possible values.
optional string blocker_type = 381194847;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
clearDocumentationLink()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clearDocumentationLink()
[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.
optional string documentation_link = 93465183;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
clearExplanation()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clearExplanation()
[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.
optional string explanation = 504745497;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
clearFacilities()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clearFacilities()
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
repeated string facilities = 536683137;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
clearInterconnects()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clearInterconnects()
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
clearMetros()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clearMetros()
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
repeated string metros = 533067386;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
clearZones()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clearZones()
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
clone()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder clone()
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
getBlockerType()
public String getBlockerType()
Check the BlockerType enum for the list of possible values.
optional string blocker_type = 381194847;
Returns | |
---|---|
Type | Description |
String |
The blockerType. |
getBlockerTypeBytes()
public ByteString getBlockerTypeBytes()
Check the BlockerType enum for the list of possible values.
optional string blocker_type = 381194847;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for blockerType. |
getDefaultInstanceForType()
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDocumentationLink()
public String getDocumentationLink()
[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.
optional string documentation_link = 93465183;
Returns | |
---|---|
Type | Description |
String |
The documentationLink. |
getDocumentationLinkBytes()
public ByteString getDocumentationLinkBytes()
[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.
optional string documentation_link = 93465183;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for documentationLink. |
getExplanation()
public String getExplanation()
[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.
optional string explanation = 504745497;
Returns | |
---|---|
Type | Description |
String |
The explanation. |
getExplanationBytes()
public ByteString getExplanationBytes()
[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.
optional string explanation = 504745497;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for explanation. |
getFacilities(int index)
public String getFacilities(int index)
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
repeated string facilities = 536683137;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The facilities at the given index. |
getFacilitiesBytes(int index)
public ByteString getFacilitiesBytes(int index)
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
repeated string facilities = 536683137;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the facilities at the given index. |
getFacilitiesCount()
public int getFacilitiesCount()
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
repeated string facilities = 536683137;
Returns | |
---|---|
Type | Description |
int |
The count of facilities. |
getFacilitiesList()
public ProtocolStringList getFacilitiesList()
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
repeated string facilities = 536683137;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the facilities. |
getInterconnects(int index)
public String getInterconnects(int index)
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The interconnects at the given index. |
getInterconnectsBytes(int index)
public ByteString getInterconnectsBytes(int index)
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the interconnects at the given index. |
getInterconnectsCount()
public int getInterconnectsCount()
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;
Returns | |
---|---|
Type | Description |
int |
The count of interconnects. |
getInterconnectsList()
public ProtocolStringList getInterconnectsList()
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the interconnects. |
getMetros(int index)
public String getMetros(int index)
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
repeated string metros = 533067386;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The metros at the given index. |
getMetrosBytes(int index)
public ByteString getMetrosBytes(int index)
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
repeated string metros = 533067386;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the metros at the given index. |
getMetrosCount()
public int getMetrosCount()
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
repeated string metros = 533067386;
Returns | |
---|---|
Type | Description |
int |
The count of metros. |
getMetrosList()
public ProtocolStringList getMetrosList()
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
repeated string metros = 533067386;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the metros. |
getZones(int index)
public String getZones(int index)
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The zones at the given index. |
getZonesBytes(int index)
public ByteString getZonesBytes(int index)
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the zones at the given index. |
getZonesCount()
public int getZonesCount()
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;
Returns | |
---|---|
Type | Description |
int |
The count of zones. |
getZonesList()
public ProtocolStringList getZonesList()
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the zones. |
hasBlockerType()
public boolean hasBlockerType()
Check the BlockerType enum for the list of possible values.
optional string blocker_type = 381194847;
Returns | |
---|---|
Type | Description |
boolean |
Whether the blockerType field is set. |
hasDocumentationLink()
public boolean hasDocumentationLink()
[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.
optional string documentation_link = 93465183;
Returns | |
---|---|
Type | Description |
boolean |
Whether the documentationLink field is set. |
hasExplanation()
public boolean hasExplanation()
[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.
optional string explanation = 504745497;
Returns | |
---|---|
Type | Description |
boolean |
Whether the explanation field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers other)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder mergeFrom(InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers other)
Parameter | |
---|---|
Name | Description |
other |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
setBlockerType(String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setBlockerType(String value)
Check the BlockerType enum for the list of possible values.
optional string blocker_type = 381194847;
Parameter | |
---|---|
Name | Description |
value |
String The blockerType to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
setBlockerTypeBytes(ByteString value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setBlockerTypeBytes(ByteString value)
Check the BlockerType enum for the list of possible values.
optional string blocker_type = 381194847;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for blockerType to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
setDocumentationLink(String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setDocumentationLink(String value)
[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.
optional string documentation_link = 93465183;
Parameter | |
---|---|
Name | Description |
value |
String The documentationLink to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
setDocumentationLinkBytes(ByteString value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setDocumentationLinkBytes(ByteString value)
[Output Only] The url of Google Cloud public documentation explaining this requirement. This is set for every type of requirement.
optional string documentation_link = 93465183;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for documentationLink to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
setExplanation(String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setExplanation(String value)
[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.
optional string explanation = 504745497;
Parameter | |
---|---|
Name | Description |
value |
String The explanation to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
setExplanationBytes(ByteString value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setExplanationBytes(ByteString value)
[Output Only] A human-readable explanation of this requirement and why it's not met. This is set for every type of requirement.
optional string explanation = 504745497;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for explanation to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
setFacilities(int index, String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setFacilities(int index, String value)
[Output Only] Facilities used to explain this blocker in more detail. Like physicalStructure.metros.facilities.facility, this is a numeric string like "5467".
repeated string facilities = 536683137;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The facilities to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
setInterconnects(int index, String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setInterconnects(int index, String value)
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The interconnects to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
setMetros(int index, String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setMetros(int index, String value)
[Output Only] Metros used to explain this blocker in more detail. These are three-letter lowercase strings like "iad". A blocker like INCOMPATIBLE_METROS will specify the problematic metros in this field.
repeated string metros = 533067386;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The metros to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
setZones(int index, String value)
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder setZones(int index, String value)
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The zones to set. |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers.Builder |
This builder for chaining. |