Uses of Class
com.google.cloud.billing.budgets.v1.ThresholdRule.Basis
-
Packages that use ThresholdRule.Basis Package Description com.google.cloud.billing.budgets.v1 A client to Cloud Billing Budget API -
-
Uses of ThresholdRule.Basis in com.google.cloud.billing.budgets.v1
Methods in com.google.cloud.billing.budgets.v1 that return ThresholdRule.Basis Modifier and Type Method Description static ThresholdRule.Basis
ThresholdRule.Basis. forNumber(int value)
ThresholdRule.Basis
ThresholdRule.Builder. getSpendBasis()
Optional.ThresholdRule.Basis
ThresholdRule. getSpendBasis()
Optional.ThresholdRule.Basis
ThresholdRuleOrBuilder. getSpendBasis()
Optional.static ThresholdRule.Basis
ThresholdRule.Basis. valueOf(int value)
Deprecated.static ThresholdRule.Basis
ThresholdRule.Basis. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ThresholdRule.Basis
ThresholdRule.Basis. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThresholdRule.Basis[]
ThresholdRule.Basis. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.billing.budgets.v1 that return types with arguments of type ThresholdRule.Basis Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ThresholdRule.Basis>
ThresholdRule.Basis. internalGetValueMap()
Methods in com.google.cloud.billing.budgets.v1 with parameters of type ThresholdRule.Basis Modifier and Type Method Description ThresholdRule.Builder
ThresholdRule.Builder. setSpendBasis(ThresholdRule.Basis value)
Optional.
-