Uses of Class
com.google.cloud.billing.budgets.v1.ThresholdRule.Builder
-
Packages that use ThresholdRule.Builder Package Description com.google.cloud.billing.budgets.v1 A client to Cloud Billing Budget API -
-
Uses of ThresholdRule.Builder in com.google.cloud.billing.budgets.v1
Methods in com.google.cloud.billing.budgets.v1 that return ThresholdRule.Builder Modifier and Type Method Description ThresholdRule.BuilderThresholdRule.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ThresholdRule.BuilderBudget.Builder. addThresholdRulesBuilder()Optional.ThresholdRule.BuilderBudget.Builder. addThresholdRulesBuilder(int index)Optional.ThresholdRule.BuilderThresholdRule.Builder. clear()ThresholdRule.BuilderThresholdRule.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)ThresholdRule.BuilderThresholdRule.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ThresholdRule.BuilderThresholdRule.Builder. clearSpendBasis()Optional.ThresholdRule.BuilderThresholdRule.Builder. clearThresholdPercent()Required.ThresholdRule.BuilderThresholdRule.Builder. clone()ThresholdRule.BuilderBudget.Builder. getThresholdRulesBuilder(int index)Optional.ThresholdRule.BuilderThresholdRule.Builder. mergeFrom(ThresholdRule other)ThresholdRule.BuilderThresholdRule.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ThresholdRule.BuilderThresholdRule.Builder. mergeFrom(com.google.protobuf.Message other)ThresholdRule.BuilderThresholdRule.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static ThresholdRule.BuilderThresholdRule. newBuilder()static ThresholdRule.BuilderThresholdRule. newBuilder(ThresholdRule prototype)ThresholdRule.BuilderThresholdRule. newBuilderForType()protected ThresholdRule.BuilderThresholdRule. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)ThresholdRule.BuilderThresholdRule.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ThresholdRule.BuilderThresholdRule.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ThresholdRule.BuilderThresholdRule.Builder. setSpendBasis(ThresholdRule.Basis value)Optional.ThresholdRule.BuilderThresholdRule.Builder. setSpendBasisValue(int value)Optional.ThresholdRule.BuilderThresholdRule.Builder. setThresholdPercent(double value)Required.ThresholdRule.BuilderThresholdRule.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ThresholdRule.BuilderThresholdRule. toBuilder()Methods in com.google.cloud.billing.budgets.v1 that return types with arguments of type ThresholdRule.Builder Modifier and Type Method Description List<ThresholdRule.Builder>Budget.Builder. getThresholdRulesBuilderList()Optional.Methods in com.google.cloud.billing.budgets.v1 with parameters of type ThresholdRule.Builder Modifier and Type Method Description Budget.BuilderBudget.Builder. addThresholdRules(int index, ThresholdRule.Builder builderForValue)Optional.Budget.BuilderBudget.Builder. addThresholdRules(ThresholdRule.Builder builderForValue)Optional.Budget.BuilderBudget.Builder. setThresholdRules(int index, ThresholdRule.Builder builderForValue)Optional.
-