| Modifier and Type | Method and Description |
|---|---|
PricingExpression |
PricingExpression.Builder.build() |
PricingExpression |
PricingExpression.Builder.buildPartial() |
static PricingExpression |
PricingExpression.getDefaultInstance() |
PricingExpression |
PricingExpression.getDefaultInstanceForType() |
PricingExpression |
PricingExpression.Builder.getDefaultInstanceForType() |
PricingExpression |
PricingInfo.getPricingExpression()
Expresses the pricing formula.
|
PricingExpression |
PricingInfo.Builder.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(ByteBuffer data) |
static PricingExpression |
PricingExpression.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PricingExpression> |
PricingExpression.getParserForType() |
static com.google.protobuf.Parser<PricingExpression> |
PricingExpression.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2024 Google LLC. All rights reserved.