Package | Description |
---|---|
com.google.api.services.cloudbilling.model |
Modifier and Type | Method and Description |
---|---|
Sku |
Sku.clone() |
Sku |
Sku.set(String fieldName,
Object value) |
Sku |
Sku.setCategory(Category category)
The category hierarchy of this SKU, purely for organizational purpose.
|
Sku |
Sku.setDescription(String description)
A human readable description of the SKU, has a maximum length of 256 characters.
|
Sku |
Sku.setGeoTaxonomy(GeoTaxonomy geoTaxonomy)
The geographic taxonomy for this sku.
|
Sku |
Sku.setName(String name)
The resource name for the SKU.
|
Sku |
Sku.setPricingInfo(List<PricingInfo> pricingInfo)
A timeline of pricing info for this SKU in chronological order.
|
Sku |
Sku.setServiceProviderName(String serviceProviderName)
Identifies the service provider.
|
Sku |
Sku.setServiceRegions(List<String> serviceRegions)
List of service regions this SKU is offered at.
|
Sku |
Sku.setSkuId(String skuId)
The identifier for the SKU.
|
Modifier and Type | Method and Description |
---|---|
List<Sku> |
ListSkusResponse.getSkus()
The list of public SKUs of the given service.
|
Modifier and Type | Method and Description |
---|---|
ListSkusResponse |
ListSkusResponse.setSkus(List<Sku> skus)
The list of public SKUs of the given service.
|
Copyright © 2011–2020 Google. All rights reserved.