Uses of Class
com.google.cloud.billing.budgets.v1beta1.LastPeriodAmount
-
Packages that use LastPeriodAmount Package Description com.google.cloud.billing.budgets.v1beta1 A client to Cloud Billing Budget API -
-
Uses of LastPeriodAmount in com.google.cloud.billing.budgets.v1beta1
Methods in com.google.cloud.billing.budgets.v1beta1 that return LastPeriodAmount Modifier and Type Method Description LastPeriodAmount
LastPeriodAmount.Builder. build()
LastPeriodAmount
LastPeriodAmount.Builder. buildPartial()
static LastPeriodAmount
LastPeriodAmount. getDefaultInstance()
LastPeriodAmount
LastPeriodAmount.Builder. getDefaultInstanceForType()
LastPeriodAmount
LastPeriodAmount. getDefaultInstanceForType()
LastPeriodAmount
BudgetAmount.Builder. getLastPeriodAmount()
Use the last period's actual spend as the budget for the present period.LastPeriodAmount
BudgetAmount. 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(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)
static LastPeriodAmount
LastPeriodAmount. parseFrom(ByteBuffer data)
static LastPeriodAmount
LastPeriodAmount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.budgets.v1beta1 that return types with arguments of type LastPeriodAmount Modifier and Type Method Description com.google.protobuf.Parser<LastPeriodAmount>
LastPeriodAmount. getParserForType()
static com.google.protobuf.Parser<LastPeriodAmount>
LastPeriodAmount. parser()
Methods in com.google.cloud.billing.budgets.v1beta1 with parameters of type LastPeriodAmount Modifier and Type Method 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.
-