| Modifier and Type | Method and Description |
|---|---|
LastPeriodAmount |
LastPeriodAmount.Builder.build() |
LastPeriodAmount |
LastPeriodAmount.Builder.buildPartial() |
static LastPeriodAmount |
LastPeriodAmount.getDefaultInstance() |
LastPeriodAmount |
LastPeriodAmount.getDefaultInstanceForType() |
LastPeriodAmount |
LastPeriodAmount.Builder.getDefaultInstanceForType() |
LastPeriodAmount |
BudgetAmount.getLastPeriodAmount()
Use the last period's actual spend as the budget for the present period.
|
LastPeriodAmount |
BudgetAmount.Builder.getLastPeriodAmount()
Use the last period's actual spend as the budget for the present period.
|
LastPeriodAmount |
BudgetAmountOrBuilder.getLastPeriodAmount()
Use the last period's actual spend as the budget for the present period.
|
static LastPeriodAmount |
LastPeriodAmount.parseDelimitedFrom(InputStream input) |
static LastPeriodAmount |
LastPeriodAmount.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(byte[] data) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(ByteBuffer data) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(com.google.protobuf.ByteString data) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(com.google.protobuf.CodedInputStream input) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(InputStream input) |
static LastPeriodAmount |
LastPeriodAmount.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<LastPeriodAmount> |
LastPeriodAmount.getParserForType() |
static com.google.protobuf.Parser<LastPeriodAmount> |
LastPeriodAmount.parser() |
| Modifier and Type | Method and Description |
|---|---|
LastPeriodAmount.Builder |
LastPeriodAmount.Builder.mergeFrom(LastPeriodAmount other) |
BudgetAmount.Builder |
BudgetAmount.Builder.mergeLastPeriodAmount(LastPeriodAmount value)
Use the last period's actual spend as the budget for the present period.
|
static LastPeriodAmount.Builder |
LastPeriodAmount.newBuilder(LastPeriodAmount prototype) |
BudgetAmount.Builder |
BudgetAmount.Builder.setLastPeriodAmount(LastPeriodAmount value)
Use the last period's actual spend as the budget for the present period.
|
Copyright © 2024 Google LLC. All rights reserved.