public interface LocationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCapabilities(int index)
public abstract LocationMetadata.Capability getCapabilities(int index)
Output only. Capabilities of this location.
repeated .google.cloud.vmwareengine.v1.LocationMetadata.Capability capabilities = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
LocationMetadata.Capability |
The capabilities at the given index. |
getCapabilitiesCount()
public abstract int getCapabilitiesCount()
Output only. Capabilities of this location.
repeated .google.cloud.vmwareengine.v1.LocationMetadata.Capability capabilities = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The count of capabilities. |
getCapabilitiesList()
public abstract List<LocationMetadata.Capability> getCapabilitiesList()
Output only. Capabilities of this location.
repeated .google.cloud.vmwareengine.v1.LocationMetadata.Capability capabilities = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<Capability> |
A list containing the capabilities. |
getCapabilitiesValue(int index)
public abstract int getCapabilitiesValue(int index)
Output only. Capabilities of this location.
repeated .google.cloud.vmwareengine.v1.LocationMetadata.Capability capabilities = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire of capabilities at the given index. |
getCapabilitiesValueList()
public abstract List<Integer> getCapabilitiesValueList()
Output only. Capabilities of this location.
repeated .google.cloud.vmwareengine.v1.LocationMetadata.Capability capabilities = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for capabilities. |