Uses of Class
com.google.cloud.billing.budgets.v1beta1.ThresholdRule
-
Packages that use ThresholdRule Package Description com.google.cloud.billing.budgets.v1beta1 A client to Cloud Billing Budget API -
-
Uses of ThresholdRule in com.google.cloud.billing.budgets.v1beta1
Methods in com.google.cloud.billing.budgets.v1beta1 that return ThresholdRule Modifier and Type Method Description ThresholdRuleThresholdRule.Builder. build()ThresholdRuleThresholdRule.Builder. buildPartial()static ThresholdRuleThresholdRule. getDefaultInstance()ThresholdRuleThresholdRule.Builder. getDefaultInstanceForType()ThresholdRuleThresholdRule. getDefaultInstanceForType()ThresholdRuleBudget.Builder. getThresholdRules(int index)Optional.ThresholdRuleBudget. getThresholdRules(int index)Optional.ThresholdRuleBudgetOrBuilder. getThresholdRules(int index)Optional.static ThresholdRuleThresholdRule. parseDelimitedFrom(InputStream input)static ThresholdRuleThresholdRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThresholdRuleThresholdRule. parseFrom(byte[] data)static ThresholdRuleThresholdRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThresholdRuleThresholdRule. parseFrom(com.google.protobuf.ByteString data)static ThresholdRuleThresholdRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThresholdRuleThresholdRule. parseFrom(com.google.protobuf.CodedInputStream input)static ThresholdRuleThresholdRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThresholdRuleThresholdRule. parseFrom(InputStream input)static ThresholdRuleThresholdRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThresholdRuleThresholdRule. parseFrom(ByteBuffer data)static ThresholdRuleThresholdRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.billing.budgets.v1beta1 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.v1beta1 with parameters of type ThresholdRule Modifier and Type Method Description Budget.BuilderBudget.Builder. addThresholdRules(int index, ThresholdRule value)Optional.Budget.BuilderBudget.Builder. addThresholdRules(ThresholdRule value)Optional.ThresholdRule.BuilderThresholdRule.Builder. mergeFrom(ThresholdRule other)static ThresholdRule.BuilderThresholdRule. newBuilder(ThresholdRule prototype)Budget.BuilderBudget.Builder. setThresholdRules(int index, ThresholdRule value)Optional.Method parameters in com.google.cloud.billing.budgets.v1beta1 with type arguments of type ThresholdRule Modifier and Type Method Description Budget.BuilderBudget.Builder. addAllThresholdRules(Iterable<? extends ThresholdRule> values)Optional.
-