Uses of Class
com.google.cloud.billing.budgets.v1.BudgetAmount
-
Packages that use BudgetAmount Package Description com.google.cloud.billing.budgets.v1 A client to Cloud Billing Budget API -
-
Uses of BudgetAmount in com.google.cloud.billing.budgets.v1
Methods in com.google.cloud.billing.budgets.v1 that return BudgetAmount Modifier and Type Method Description BudgetAmount
BudgetAmount.Builder. build()
BudgetAmount
BudgetAmount.Builder. buildPartial()
BudgetAmount
Budget.Builder. getAmount()
Required.BudgetAmount
Budget. getAmount()
Required.BudgetAmount
BudgetOrBuilder. getAmount()
Required.static BudgetAmount
BudgetAmount. getDefaultInstance()
BudgetAmount
BudgetAmount.Builder. getDefaultInstanceForType()
BudgetAmount
BudgetAmount. getDefaultInstanceForType()
static BudgetAmount
BudgetAmount. parseDelimitedFrom(InputStream input)
static BudgetAmount
BudgetAmount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BudgetAmount
BudgetAmount. parseFrom(byte[] data)
static BudgetAmount
BudgetAmount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BudgetAmount
BudgetAmount. parseFrom(com.google.protobuf.ByteString data)
static BudgetAmount
BudgetAmount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BudgetAmount
BudgetAmount. parseFrom(com.google.protobuf.CodedInputStream input)
static BudgetAmount
BudgetAmount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BudgetAmount
BudgetAmount. parseFrom(InputStream input)
static BudgetAmount
BudgetAmount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BudgetAmount
BudgetAmount. parseFrom(ByteBuffer data)
static BudgetAmount
BudgetAmount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.budgets.v1 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.v1 with parameters of type BudgetAmount Modifier and Type Method Description Budget.Builder
Budget.Builder. mergeAmount(BudgetAmount value)
Required.BudgetAmount.Builder
BudgetAmount.Builder. mergeFrom(BudgetAmount other)
static BudgetAmount.Builder
BudgetAmount. newBuilder(BudgetAmount prototype)
Budget.Builder
Budget.Builder. setAmount(BudgetAmount value)
Required.
-