Uses of Class
com.google.cloud.billing.v1.PricingInfo
-
Packages that use PricingInfo Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of PricingInfo in com.google.cloud.billing.v1
Methods in com.google.cloud.billing.v1 that return PricingInfo Modifier and Type Method Description PricingInfo
PricingInfo.Builder. build()
PricingInfo
PricingInfo.Builder. buildPartial()
static PricingInfo
PricingInfo. getDefaultInstance()
PricingInfo
PricingInfo.Builder. getDefaultInstanceForType()
PricingInfo
PricingInfo. getDefaultInstanceForType()
PricingInfo
Sku.Builder. getPricingInfo(int index)
A timeline of pricing info for this SKU in chronological order.PricingInfo
Sku. getPricingInfo(int index)
A timeline of pricing info for this SKU in chronological order.PricingInfo
SkuOrBuilder. getPricingInfo(int index)
A timeline of pricing info for this SKU in chronological order.static PricingInfo
PricingInfo. parseDelimitedFrom(InputStream input)
static PricingInfo
PricingInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingInfo
PricingInfo. parseFrom(byte[] data)
static PricingInfo
PricingInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingInfo
PricingInfo. parseFrom(com.google.protobuf.ByteString data)
static PricingInfo
PricingInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingInfo
PricingInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static PricingInfo
PricingInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingInfo
PricingInfo. parseFrom(InputStream input)
static PricingInfo
PricingInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingInfo
PricingInfo. parseFrom(ByteBuffer data)
static PricingInfo
PricingInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.v1 that return types with arguments of type PricingInfo Modifier and Type Method Description com.google.protobuf.Parser<PricingInfo>
PricingInfo. getParserForType()
List<PricingInfo>
Sku.Builder. getPricingInfoList()
A timeline of pricing info for this SKU in chronological order.List<PricingInfo>
Sku. getPricingInfoList()
A timeline of pricing info for this SKU in chronological order.List<PricingInfo>
SkuOrBuilder. getPricingInfoList()
A timeline of pricing info for this SKU in chronological order.static com.google.protobuf.Parser<PricingInfo>
PricingInfo. parser()
Methods in com.google.cloud.billing.v1 with parameters of type PricingInfo Modifier and Type Method Description 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 value)
A timeline of pricing info for this SKU in chronological order.PricingInfo.Builder
PricingInfo.Builder. mergeFrom(PricingInfo other)
static PricingInfo.Builder
PricingInfo. newBuilder(PricingInfo prototype)
Sku.Builder
Sku.Builder. setPricingInfo(int index, PricingInfo value)
A timeline of pricing info for this SKU in chronological order.Method parameters in com.google.cloud.billing.v1 with type arguments of type PricingInfo Modifier and Type Method Description Sku.Builder
Sku.Builder. addAllPricingInfo(Iterable<? extends PricingInfo> values)
A timeline of pricing info for this SKU in chronological order.
-