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 PricingExpressionPricingExpression.Builder. build()PricingExpressionPricingExpression.Builder. buildPartial()static PricingExpressionPricingExpression. getDefaultInstance()PricingExpressionPricingExpression.Builder. getDefaultInstanceForType()PricingExpressionPricingExpression. getDefaultInstanceForType()PricingExpressionPricingInfo.Builder. getPricingExpression()Expresses the pricing formula.PricingExpressionPricingInfo. getPricingExpression()Expresses the pricing formula.PricingExpressionPricingInfoOrBuilder. getPricingExpression()Expresses the pricing formula.static PricingExpressionPricingExpression. parseDelimitedFrom(InputStream input)static PricingExpressionPricingExpression. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingExpressionPricingExpression. parseFrom(byte[] data)static PricingExpressionPricingExpression. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingExpressionPricingExpression. parseFrom(com.google.protobuf.ByteString data)static PricingExpressionPricingExpression. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingExpressionPricingExpression. parseFrom(com.google.protobuf.CodedInputStream input)static PricingExpressionPricingExpression. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingExpressionPricingExpression. parseFrom(InputStream input)static PricingExpressionPricingExpression. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PricingExpressionPricingExpression. parseFrom(ByteBuffer data)static PricingExpressionPricingExpression. 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.BuilderPricingExpression.Builder. mergeFrom(PricingExpression other)PricingInfo.BuilderPricingInfo.Builder. mergePricingExpression(PricingExpression value)Expresses the pricing formula.static PricingExpression.BuilderPricingExpression. newBuilder(PricingExpression prototype)PricingInfo.BuilderPricingInfo.Builder. setPricingExpression(PricingExpression value)Expresses the pricing formula.
-