public interface InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockerType()
Check the BlockerType enum for the list of possible values.
|
com.google.protobuf.ByteString |
getBlockerTypeBytes()
Check the BlockerType enum for the list of possible values.
|
String |
getDocumentationLink()
[Output Only] The url of Google Cloud public documentation explaining this requirement.
|
com.google.protobuf.ByteString |
getDocumentationLinkBytes()
[Output Only] The url of Google Cloud public documentation explaining this requirement.
|
String |
getExplanation()
[Output Only] A human-readable explanation of this requirement and why it's not met.
|
com.google.protobuf.ByteString |
getExplanationBytes()
[Output Only] A human-readable explanation of this requirement and why it's not met.
|
String |
getFacilities(int index)
[Output Only] Facilities used to explain this blocker in more detail.
|
com.google.protobuf.ByteString |
getFacilitiesBytes(int index)
[Output Only] Facilities used to explain this blocker in more detail.
|
int |
getFacilitiesCount()
[Output Only] Facilities used to explain this blocker in more detail.
|
List<String> |
getFacilitiesList()
[Output Only] Facilities used to explain this blocker in more detail.
|
String |
getInterconnects(int index)
[Output Only] Interconnects used to explain this blocker in more detail.
|
com.google.protobuf.ByteString |
getInterconnectsBytes(int index)
[Output Only] Interconnects used to explain this blocker in more detail.
|
int |
getInterconnectsCount()
[Output Only] Interconnects used to explain this blocker in more detail.
|
List<String> |
getInterconnectsList()
[Output Only] Interconnects used to explain this blocker in more detail.
|
String |
getMetros(int index)
[Output Only] Metros used to explain this blocker in more detail.
|
com.google.protobuf.ByteString |
getMetrosBytes(int index)
[Output Only] Metros used to explain this blocker in more detail.
|
int |
getMetrosCount()
[Output Only] Metros used to explain this blocker in more detail.
|
List<String> |
getMetrosList()
[Output Only] Metros used to explain this blocker in more detail.
|
String |
getZones(int index)
[Output Only] Zones used to explain this blocker in more detail.
|
com.google.protobuf.ByteString |
getZonesBytes(int index)
[Output Only] Zones used to explain this blocker in more detail.
|
int |
getZonesCount()
[Output Only] Zones used to explain this blocker in more detail.
|
List<String> |
getZonesList()
[Output Only] Zones used to explain this blocker in more detail.
|
boolean |
hasBlockerType()
Check the BlockerType enum for the list of possible values.
|
boolean |
hasDocumentationLink()
[Output Only] The url of Google Cloud public documentation explaining this requirement.
|
boolean |
hasExplanation()
[Output Only] A human-readable explanation of this requirement and why it's not met.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBlockerType()
Check the BlockerType enum for the list of possible values.
optional string blocker_type = 381194847;String getBlockerType()
Check the BlockerType enum for the list of possible values.
optional string blocker_type = 381194847;com.google.protobuf.ByteString getBlockerTypeBytes()
Check the BlockerType enum for the list of possible values.
optional string blocker_type = 381194847;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;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;com.google.protobuf.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;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;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;com.google.protobuf.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;List<String> 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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.List<String> getInterconnectsList()
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;int getInterconnectsCount()
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;String getInterconnects(int index)
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;index - The index of the element to return.com.google.protobuf.ByteString getInterconnectsBytes(int index)
[Output Only] Interconnects used to explain this blocker in more detail.
repeated string interconnects = 520187301;index - The index of the value to return.List<String> 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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.List<String> getZonesList()
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;int getZonesCount()
[Output Only] Zones used to explain this blocker in more detail. Zone names are "zone1" and/or "zone2".
repeated string zones = 116085319;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.