Uses of Class
com.google.cloud.channel.v1.Price
-
Packages that use Price Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of Price in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return Price Modifier and Type Method Description Price
Price.Builder. build()
Price
Price.Builder. buildPartial()
static Price
Price. getDefaultInstance()
Price
Price.Builder. getDefaultInstanceForType()
Price
Price. getDefaultInstanceForType()
Price
PriceByResource.Builder. getPrice()
Price of the Offer.Price
PriceByResource. getPrice()
Price of the Offer.Price
PriceByResourceOrBuilder. getPrice()
Price of the Offer.Price
PricePhase.Builder. getPrice()
Price of the phase.Price
PricePhase. getPrice()
Price of the phase.Price
PricePhaseOrBuilder. getPrice()
Price of the phase.Price
PriceTier.Builder. getPrice()
Price of the tier.Price
PriceTier. getPrice()
Price of the tier.Price
PriceTierOrBuilder. getPrice()
Price of the tier.static Price
Price. parseDelimitedFrom(InputStream input)
static Price
Price. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(byte[] data)
static Price
Price. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(com.google.protobuf.ByteString data)
static Price
Price. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(com.google.protobuf.CodedInputStream input)
static Price
Price. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(InputStream input)
static Price
Price. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(ByteBuffer data)
static Price
Price. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type Price Modifier and Type Method Description com.google.protobuf.Parser<Price>
Price. getParserForType()
static com.google.protobuf.Parser<Price>
Price. parser()
Methods in com.google.cloud.channel.v1 with parameters of type Price Modifier and Type Method Description Price.Builder
Price.Builder. mergeFrom(Price other)
PriceByResource.Builder
PriceByResource.Builder. mergePrice(Price value)
Price of the Offer.PricePhase.Builder
PricePhase.Builder. mergePrice(Price value)
Price of the phase.PriceTier.Builder
PriceTier.Builder. mergePrice(Price value)
Price of the tier.static Price.Builder
Price. newBuilder(Price prototype)
PriceByResource.Builder
PriceByResource.Builder. setPrice(Price value)
Price of the Offer.PricePhase.Builder
PricePhase.Builder. setPrice(Price value)
Price of the phase.PriceTier.Builder
PriceTier.Builder. setPrice(Price value)
Price of the tier.
-