Uses of Class
com.google.cloud.billing.v1.PricingExpression
-
Packages that use PricingExpression Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of PricingExpression in com.google.cloud.billing.v1
Methods in com.google.cloud.billing.v1 that return PricingExpression Modifier and Type Method Description PricingExpression
PricingExpression.Builder. build()
PricingExpression
PricingExpression.Builder. buildPartial()
static PricingExpression
PricingExpression. getDefaultInstance()
PricingExpression
PricingExpression.Builder. getDefaultInstanceForType()
PricingExpression
PricingExpression. getDefaultInstanceForType()
PricingExpression
PricingInfo.Builder. getPricingExpression()
Expresses the pricing formula.PricingExpression
PricingInfo. getPricingExpression()
Expresses the pricing formula.PricingExpression
PricingInfoOrBuilder. getPricingExpression()
Expresses the pricing formula.static PricingExpression
PricingExpression. parseDelimitedFrom(InputStream input)
static PricingExpression
PricingExpression. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression
PricingExpression. parseFrom(byte[] data)
static PricingExpression
PricingExpression. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression
PricingExpression. parseFrom(com.google.protobuf.ByteString data)
static PricingExpression
PricingExpression. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression
PricingExpression. parseFrom(com.google.protobuf.CodedInputStream input)
static PricingExpression
PricingExpression. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression
PricingExpression. parseFrom(InputStream input)
static PricingExpression
PricingExpression. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PricingExpression
PricingExpression. parseFrom(ByteBuffer data)
static PricingExpression
PricingExpression. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.v1 that return types with arguments of type PricingExpression Modifier and Type Method Description com.google.protobuf.Parser<PricingExpression>
PricingExpression. getParserForType()
static com.google.protobuf.Parser<PricingExpression>
PricingExpression. parser()
Methods in com.google.cloud.billing.v1 with parameters of type PricingExpression Modifier and Type Method Description PricingExpression.Builder
PricingExpression.Builder. mergeFrom(PricingExpression other)
PricingInfo.Builder
PricingInfo.Builder. mergePricingExpression(PricingExpression value)
Expresses the pricing formula.static PricingExpression.Builder
PricingExpression. newBuilder(PricingExpression prototype)
PricingInfo.Builder
PricingInfo.Builder. setPricingExpression(PricingExpression value)
Expresses the pricing formula.
-