- 2.78.0 (latest)
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.72.0
 - 2.70.0
 - 2.68.0
 - 2.67.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.5
 - 2.2.1
 - 2.1.12
 
public interface SkuOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCategory()
public abstract Category getCategory()The category hierarchy of this SKU, purely for organizational purpose.
 .google.cloud.billing.v1.Category category = 4;
| Type | Description | 
| Category | The category.  | 
      
getCategoryOrBuilder()
public abstract CategoryOrBuilder getCategoryOrBuilder()The category hierarchy of this SKU, purely for organizational purpose.
 .google.cloud.billing.v1.Category category = 4;
| Type | Description | 
| CategoryOrBuilder | 
getDescription()
public abstract String getDescription()A human readable description of the SKU, has a maximum length of 256 characters.
 string description = 3;
| Type | Description | 
| String | The description.  | 
      
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A human readable description of the SKU, has a maximum length of 256 characters.
 string description = 3;
| Type | Description | 
| ByteString | The bytes for description.  | 
      
getName()
public abstract String getName()The resource name for the SKU. Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE"
 string name = 1;
| Type | Description | 
| String | The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes()The resource name for the SKU. Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE"
 string name = 1;
| Type | Description | 
| ByteString | The bytes for name.  | 
      
getPricingInfo(int index)
public abstract PricingInfo getPricingInfo(int index)A timeline of pricing info for this SKU in chronological order.
 repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| PricingInfo | 
getPricingInfoCount()
public abstract int getPricingInfoCount()A timeline of pricing info for this SKU in chronological order.
 repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
| Type | Description | 
| int | 
getPricingInfoList()
public abstract List<PricingInfo> getPricingInfoList()A timeline of pricing info for this SKU in chronological order.
 repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
| Type | Description | 
| List<PricingInfo> | 
getPricingInfoOrBuilder(int index)
public abstract PricingInfoOrBuilder getPricingInfoOrBuilder(int index)A timeline of pricing info for this SKU in chronological order.
 repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| PricingInfoOrBuilder | 
getPricingInfoOrBuilderList()
public abstract List<? extends PricingInfoOrBuilder> getPricingInfoOrBuilderList()A timeline of pricing info for this SKU in chronological order.
 repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
| Type | Description | 
| List<? extends com.google.cloud.billing.v1.PricingInfoOrBuilder> | 
getServiceProviderName()
public abstract String getServiceProviderName()Identifies the service provider. This is 'Google' for first party services in Google Cloud Platform.
 string service_provider_name = 7;
| Type | Description | 
| String | The serviceProviderName.  | 
      
getServiceProviderNameBytes()
public abstract ByteString getServiceProviderNameBytes()Identifies the service provider. This is 'Google' for first party services in Google Cloud Platform.
 string service_provider_name = 7;
| Type | Description | 
| ByteString | The bytes for serviceProviderName.  | 
      
getServiceRegions(int index)
public abstract String getServiceRegions(int index)List of service regions this SKU is offered at. Example: "asia-east1" Service regions can be found at https://cloud.google.com/about/locations/
 repeated string service_regions = 5;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The serviceRegions at the given index.  | 
      
getServiceRegionsBytes(int index)
public abstract ByteString getServiceRegionsBytes(int index)List of service regions this SKU is offered at. Example: "asia-east1" Service regions can be found at https://cloud.google.com/about/locations/
 repeated string service_regions = 5;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the serviceRegions at the given index.  | 
      
getServiceRegionsCount()
public abstract int getServiceRegionsCount()List of service regions this SKU is offered at. Example: "asia-east1" Service regions can be found at https://cloud.google.com/about/locations/
 repeated string service_regions = 5;
| Type | Description | 
| int | The count of serviceRegions.  | 
      
getServiceRegionsList()
public abstract List<String> getServiceRegionsList()List of service regions this SKU is offered at. Example: "asia-east1" Service regions can be found at https://cloud.google.com/about/locations/
 repeated string service_regions = 5;
| Type | Description | 
| List<String> | A list containing the serviceRegions.  | 
      
getSkuId()
public abstract String getSkuId()The identifier for the SKU. Example: "AA95-CD31-42FE"
 string sku_id = 2;
| Type | Description | 
| String | The skuId.  | 
      
getSkuIdBytes()
public abstract ByteString getSkuIdBytes()The identifier for the SKU. Example: "AA95-CD31-42FE"
 string sku_id = 2;
| Type | Description | 
| ByteString | The bytes for skuId.  | 
      
hasCategory()
public abstract boolean hasCategory()The category hierarchy of this SKU, purely for organizational purpose.
 .google.cloud.billing.v1.Category category = 4;
| Type | Description | 
| boolean | Whether the category field is set.  |