public interface GeoTaxonomyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRegions(int index)
The list of regions associated with a sku.
|
com.google.protobuf.ByteString |
getRegionsBytes(int index)
The list of regions associated with a sku.
|
int |
getRegionsCount()
The list of regions associated with a sku.
|
List<String> |
getRegionsList()
The list of regions associated with a sku.
|
GeoTaxonomy.Type |
getType()
The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
|
int |
getTypeValue()
The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
.google.cloud.billing.v1.GeoTaxonomy.Type type = 1;GeoTaxonomy.Type getType()
The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
.google.cloud.billing.v1.GeoTaxonomy.Type type = 1;List<String> getRegionsList()
The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
repeated string regions = 2;int getRegionsCount()
The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
repeated string regions = 2;String getRegions(int index)
The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
repeated string regions = 2;index - The index of the element to return.com.google.protobuf.ByteString getRegionsBytes(int index)
The list of regions associated with a sku. Empty for Global skus, which are associated with all Google Cloud regions.
repeated string regions = 2;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.