| Modifier and Type | Method and Description |
|---|---|
Sku.Builder |
Sku.Builder.addAllPricingInfo(Iterable<? extends PricingInfo> values)
A timeline of pricing info for this SKU in chronological order.
|
Sku.Builder |
Sku.Builder.addAllServiceRegions(Iterable<String> values)
List of service regions this SKU is offered at.
|
Sku.Builder |
Sku.Builder.addPricingInfo(int index,
PricingInfo.Builder builderForValue)
A timeline of pricing info for this SKU in chronological order.
|
Sku.Builder |
Sku.Builder.addPricingInfo(int index,
PricingInfo value)
A timeline of pricing info for this SKU in chronological order.
|
Sku.Builder |
Sku.Builder.addPricingInfo(PricingInfo.Builder builderForValue)
A timeline of pricing info for this SKU in chronological order.
|
Sku.Builder |
Sku.Builder.addPricingInfo(PricingInfo value)
A timeline of pricing info for this SKU in chronological order.
|
Sku.Builder |
Sku.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Sku.Builder |
Sku.Builder.addServiceRegions(String value)
List of service regions this SKU is offered at.
|
Sku.Builder |
Sku.Builder.addServiceRegionsBytes(com.google.protobuf.ByteString value)
List of service regions this SKU is offered at.
|
Sku.Builder |
ListSkusResponse.Builder.addSkusBuilder()
The list of public SKUs of the given service.
|
Sku.Builder |
ListSkusResponse.Builder.addSkusBuilder(int index)
The list of public SKUs of the given service.
|
Sku.Builder |
Sku.Builder.clear() |
Sku.Builder |
Sku.Builder.clearCategory()
The category hierarchy of this SKU, purely for organizational purpose.
|
Sku.Builder |
Sku.Builder.clearDescription()
A human readable description of the SKU, has a maximum length of 256
characters.
|
Sku.Builder |
Sku.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Sku.Builder |
Sku.Builder.clearGeoTaxonomy()
The geographic taxonomy for this sku.
|
Sku.Builder |
Sku.Builder.clearName()
The resource name for the SKU.
|
Sku.Builder |
Sku.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Sku.Builder |
Sku.Builder.clearPricingInfo()
A timeline of pricing info for this SKU in chronological order.
|
Sku.Builder |
Sku.Builder.clearServiceProviderName()
Identifies the service provider.
|
Sku.Builder |
Sku.Builder.clearServiceRegions()
List of service regions this SKU is offered at.
|
Sku.Builder |
Sku.Builder.clearSkuId()
The identifier for the SKU.
|
Sku.Builder |
Sku.Builder.clone() |
Sku.Builder |
ListSkusResponse.Builder.getSkusBuilder(int index)
The list of public SKUs of the given service.
|
Sku.Builder |
Sku.Builder.mergeCategory(Category value)
The category hierarchy of this SKU, purely for organizational purpose.
|
Sku.Builder |
Sku.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Sku.Builder |
Sku.Builder.mergeFrom(com.google.protobuf.Message other) |
Sku.Builder |
Sku.Builder.mergeFrom(Sku other) |
Sku.Builder |
Sku.Builder.mergeGeoTaxonomy(GeoTaxonomy value)
The geographic taxonomy for this sku.
|
Sku.Builder |
Sku.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Sku.Builder |
Sku.newBuilder() |
static Sku.Builder |
Sku.newBuilder(Sku prototype) |
Sku.Builder |
Sku.newBuilderForType() |
protected Sku.Builder |
Sku.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Sku.Builder |
Sku.Builder.removePricingInfo(int index)
A timeline of pricing info for this SKU in chronological order.
|
Sku.Builder |
Sku.Builder.setCategory(Category.Builder builderForValue)
The category hierarchy of this SKU, purely for organizational purpose.
|
Sku.Builder |
Sku.Builder.setCategory(Category value)
The category hierarchy of this SKU, purely for organizational purpose.
|
Sku.Builder |
Sku.Builder.setDescription(String value)
A human readable description of the SKU, has a maximum length of 256
characters.
|
Sku.Builder |
Sku.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
A human readable description of the SKU, has a maximum length of 256
characters.
|
Sku.Builder |
Sku.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Sku.Builder |
Sku.Builder.setGeoTaxonomy(GeoTaxonomy.Builder builderForValue)
The geographic taxonomy for this sku.
|
Sku.Builder |
Sku.Builder.setGeoTaxonomy(GeoTaxonomy value)
The geographic taxonomy for this sku.
|
Sku.Builder |
Sku.Builder.setName(String value)
The resource name for the SKU.
|
Sku.Builder |
Sku.Builder.setNameBytes(com.google.protobuf.ByteString value)
The resource name for the SKU.
|
Sku.Builder |
Sku.Builder.setPricingInfo(int index,
PricingInfo.Builder builderForValue)
A timeline of pricing info for this SKU in chronological order.
|
Sku.Builder |
Sku.Builder.setPricingInfo(int index,
PricingInfo value)
A timeline of pricing info for this SKU in chronological order.
|
Sku.Builder |
Sku.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Sku.Builder |
Sku.Builder.setServiceProviderName(String value)
Identifies the service provider.
|
Sku.Builder |
Sku.Builder.setServiceProviderNameBytes(com.google.protobuf.ByteString value)
Identifies the service provider.
|
Sku.Builder |
Sku.Builder.setServiceRegions(int index,
String value)
List of service regions this SKU is offered at.
|
Sku.Builder |
Sku.Builder.setSkuId(String value)
The identifier for the SKU.
|
Sku.Builder |
Sku.Builder.setSkuIdBytes(com.google.protobuf.ByteString value)
The identifier for the SKU.
|
Sku.Builder |
Sku.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Sku.Builder |
Sku.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Sku.Builder> |
ListSkusResponse.Builder.getSkusBuilderList()
The list of public SKUs of the given service.
|
| Modifier and Type | Method and Description |
|---|---|
ListSkusResponse.Builder |
ListSkusResponse.Builder.addSkus(int index,
Sku.Builder builderForValue)
The list of public SKUs of the given service.
|
ListSkusResponse.Builder |
ListSkusResponse.Builder.addSkus(Sku.Builder builderForValue)
The list of public SKUs of the given service.
|
ListSkusResponse.Builder |
ListSkusResponse.Builder.setSkus(int index,
Sku.Builder builderForValue)
The list of public SKUs of the given service.
|
Copyright © 2024 Google LLC. All rights reserved.