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 PricingInfoPricingInfo.Builder. build()PricingInfoPricingInfo.Builder. buildPartial()static PricingInfoPricingInfo. getDefaultInstance()PricingInfoPricingInfo.Builder. getDefaultInstanceForType()PricingInfoPricingInfo. getDefaultInstanceForType()PricingInfoSku.Builder. getPricingInfo(int index)A timeline of pricing info for this SKU in chronological order.PricingInfoSku. getPricingInfo(int index)A timeline of pricing info for this SKU in chronological order.PricingInfoSkuOrBuilder. getPricingInfo(int index)A timeline of pricing info for this SKU in chronological order.static PricingInfoPricingInfo. parseDelimitedFrom(InputStream input)static PricingInfoPricingInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingInfoPricingInfo. parseFrom(byte[] data)static PricingInfoPricingInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingInfoPricingInfo. parseFrom(com.google.protobuf.ByteString data)static PricingInfoPricingInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingInfoPricingInfo. parseFrom(com.google.protobuf.CodedInputStream input)static PricingInfoPricingInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingInfoPricingInfo. parseFrom(InputStream input)static PricingInfoPricingInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingInfoPricingInfo. parseFrom(ByteBuffer data)static PricingInfoPricingInfo. 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.BuilderSku.Builder. addPricingInfo(int index, PricingInfo value)A timeline of pricing info for this SKU in chronological order.Sku.BuilderSku.Builder. addPricingInfo(PricingInfo value)A timeline of pricing info for this SKU in chronological order.PricingInfo.BuilderPricingInfo.Builder. mergeFrom(PricingInfo other)static PricingInfo.BuilderPricingInfo. newBuilder(PricingInfo prototype)Sku.BuilderSku.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.BuilderSku.Builder. addAllPricingInfo(Iterable<? extends PricingInfo> values)A timeline of pricing info for this SKU in chronological order.
-