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