public interface InterconnectGroupConfiguredTopologyCapabilityOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIntendedCapabilityBlockers(int index)
public abstract InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers getIntendedCapabilityBlockers(int index)
repeated .google.cloud.compute.v1.InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers intended_capability_blockers = 531644140;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
getIntendedCapabilityBlockersCount()
public abstract int getIntendedCapabilityBlockersCount()
repeated .google.cloud.compute.v1.InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers intended_capability_blockers = 531644140;
Returns | |
---|---|
Type | Description |
int |
getIntendedCapabilityBlockersList()
public abstract List<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers> getIntendedCapabilityBlockersList()
repeated .google.cloud.compute.v1.InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers intended_capability_blockers = 531644140;
Returns | |
---|---|
Type | Description |
List<InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers> |
getIntendedCapabilityBlockersOrBuilder(int index)
public abstract InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockersOrBuilder getIntendedCapabilityBlockersOrBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers intended_capability_blockers = 531644140;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockersOrBuilder |
getIntendedCapabilityBlockersOrBuilderList()
public abstract List<? extends InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockersOrBuilder> getIntendedCapabilityBlockersOrBuilderList()
repeated .google.cloud.compute.v1.InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers intended_capability_blockers = 531644140;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockersOrBuilder> |
getSupportedSla()
public abstract String getSupportedSla()
Check the SupportedSla enum for the list of possible values.
optional string supported_sla = 59292183;
Returns | |
---|---|
Type | Description |
String |
The supportedSla. |
getSupportedSlaBytes()
public abstract ByteString getSupportedSlaBytes()
Check the SupportedSla enum for the list of possible values.
optional string supported_sla = 59292183;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for supportedSla. |
hasSupportedSla()
public abstract boolean hasSupportedSla()
Check the SupportedSla enum for the list of possible values.
optional string supported_sla = 59292183;
Returns | |
---|---|
Type | Description |
boolean |
Whether the supportedSla field is set. |