Uses of Class
com.google.cloud.billing.budgets.v1beta1.BudgetAmount
-
Packages that use BudgetAmount Package Description com.google.cloud.billing.budgets.v1beta1 A client to Cloud Billing Budget API -
-
Uses of BudgetAmount in com.google.cloud.billing.budgets.v1beta1
Methods in com.google.cloud.billing.budgets.v1beta1 that return BudgetAmount Modifier and Type Method Description BudgetAmountBudgetAmount.Builder. build()BudgetAmountBudgetAmount.Builder. buildPartial()BudgetAmountBudget.Builder. getAmount()Required.BudgetAmountBudget. getAmount()Required.BudgetAmountBudgetOrBuilder. getAmount()Required.static BudgetAmountBudgetAmount. getDefaultInstance()BudgetAmountBudgetAmount.Builder. getDefaultInstanceForType()BudgetAmountBudgetAmount. getDefaultInstanceForType()static BudgetAmountBudgetAmount. parseDelimitedFrom(InputStream input)static BudgetAmountBudgetAmount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetAmountBudgetAmount. parseFrom(byte[] data)static BudgetAmountBudgetAmount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetAmountBudgetAmount. parseFrom(com.google.protobuf.ByteString data)static BudgetAmountBudgetAmount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetAmountBudgetAmount. parseFrom(com.google.protobuf.CodedInputStream input)static BudgetAmountBudgetAmount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetAmountBudgetAmount. parseFrom(InputStream input)static BudgetAmountBudgetAmount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BudgetAmountBudgetAmount. parseFrom(ByteBuffer data)static BudgetAmountBudgetAmount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.billing.budgets.v1beta1 that return types with arguments of type BudgetAmount Modifier and Type Method Description com.google.protobuf.Parser<BudgetAmount>BudgetAmount. getParserForType()static com.google.protobuf.Parser<BudgetAmount>BudgetAmount. parser()Methods in com.google.cloud.billing.budgets.v1beta1 with parameters of type BudgetAmount Modifier and Type Method Description Budget.BuilderBudget.Builder. mergeAmount(BudgetAmount value)Required.BudgetAmount.BuilderBudgetAmount.Builder. mergeFrom(BudgetAmount other)static BudgetAmount.BuilderBudgetAmount. newBuilder(BudgetAmount prototype)Budget.BuilderBudget.Builder. setAmount(BudgetAmount value)Required.
-