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 LastPeriodAmountLastPeriodAmount.Builder. build()LastPeriodAmountLastPeriodAmount.Builder. buildPartial()static LastPeriodAmountLastPeriodAmount. getDefaultInstance()LastPeriodAmountLastPeriodAmount.Builder. getDefaultInstanceForType()LastPeriodAmountLastPeriodAmount. getDefaultInstanceForType()LastPeriodAmountBudgetAmount.Builder. getLastPeriodAmount()Use the last period's actual spend as the budget for the present period.LastPeriodAmountBudgetAmount. getLastPeriodAmount()Use the last period's actual spend as the budget for the present period.LastPeriodAmountBudgetAmountOrBuilder. getLastPeriodAmount()Use the last period's actual spend as the budget for the present period.static LastPeriodAmountLastPeriodAmount. parseDelimitedFrom(InputStream input)static LastPeriodAmountLastPeriodAmount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LastPeriodAmountLastPeriodAmount. parseFrom(byte[] data)static LastPeriodAmountLastPeriodAmount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LastPeriodAmountLastPeriodAmount. parseFrom(com.google.protobuf.ByteString data)static LastPeriodAmountLastPeriodAmount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LastPeriodAmountLastPeriodAmount. parseFrom(com.google.protobuf.CodedInputStream input)static LastPeriodAmountLastPeriodAmount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LastPeriodAmountLastPeriodAmount. parseFrom(InputStream input)static LastPeriodAmountLastPeriodAmount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LastPeriodAmountLastPeriodAmount. parseFrom(ByteBuffer data)static LastPeriodAmountLastPeriodAmount. 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.BuilderLastPeriodAmount.Builder. mergeFrom(LastPeriodAmount other)BudgetAmount.BuilderBudgetAmount.Builder. mergeLastPeriodAmount(LastPeriodAmount value)Use the last period's actual spend as the budget for the present period.static LastPeriodAmount.BuilderLastPeriodAmount. newBuilder(LastPeriodAmount prototype)BudgetAmount.BuilderBudgetAmount.Builder. setLastPeriodAmount(LastPeriodAmount value)Use the last period's actual spend as the budget for the present period.
-