Uses of Class
com.google.cloud.billing.budgets.v1.ThresholdRule
-
Packages that use ThresholdRule Package Description com.google.cloud.billing.budgets.v1 A client to Cloud Billing Budget API -
-
Uses of ThresholdRule in com.google.cloud.billing.budgets.v1
Methods in com.google.cloud.billing.budgets.v1 that return ThresholdRule Modifier and Type Method Description ThresholdRule
ThresholdRule.Builder. build()
ThresholdRule
ThresholdRule.Builder. buildPartial()
static ThresholdRule
ThresholdRule. getDefaultInstance()
ThresholdRule
ThresholdRule.Builder. getDefaultInstanceForType()
ThresholdRule
ThresholdRule. getDefaultInstanceForType()
ThresholdRule
Budget.Builder. getThresholdRules(int index)
Optional.ThresholdRule
Budget. getThresholdRules(int index)
Optional.ThresholdRule
BudgetOrBuilder. getThresholdRules(int index)
Optional.static ThresholdRule
ThresholdRule. parseDelimitedFrom(InputStream input)
static ThresholdRule
ThresholdRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThresholdRule
ThresholdRule. parseFrom(byte[] data)
static ThresholdRule
ThresholdRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThresholdRule
ThresholdRule. parseFrom(com.google.protobuf.ByteString data)
static ThresholdRule
ThresholdRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThresholdRule
ThresholdRule. parseFrom(com.google.protobuf.CodedInputStream input)
static ThresholdRule
ThresholdRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThresholdRule
ThresholdRule. parseFrom(InputStream input)
static ThresholdRule
ThresholdRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThresholdRule
ThresholdRule. parseFrom(ByteBuffer data)
static ThresholdRule
ThresholdRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.budgets.v1 that return types with arguments of type ThresholdRule Modifier and Type Method Description com.google.protobuf.Parser<ThresholdRule>
ThresholdRule. getParserForType()
List<ThresholdRule>
Budget.Builder. getThresholdRulesList()
Optional.List<ThresholdRule>
Budget. getThresholdRulesList()
Optional.List<ThresholdRule>
BudgetOrBuilder. getThresholdRulesList()
Optional.static com.google.protobuf.Parser<ThresholdRule>
ThresholdRule. parser()
Methods in com.google.cloud.billing.budgets.v1 with parameters of type ThresholdRule Modifier and Type Method Description Budget.Builder
Budget.Builder. addThresholdRules(int index, ThresholdRule value)
Optional.Budget.Builder
Budget.Builder. addThresholdRules(ThresholdRule value)
Optional.ThresholdRule.Builder
ThresholdRule.Builder. mergeFrom(ThresholdRule other)
static ThresholdRule.Builder
ThresholdRule. newBuilder(ThresholdRule prototype)
Budget.Builder
Budget.Builder. setThresholdRules(int index, ThresholdRule value)
Optional.Method parameters in com.google.cloud.billing.budgets.v1 with type arguments of type ThresholdRule Modifier and Type Method Description Budget.Builder
Budget.Builder. addAllThresholdRules(Iterable<? extends ThresholdRule> values)
Optional.
-