Uses of Class
com.google.cloud.channel.v1.RepricingCondition.ConditionCase
-
Packages that use RepricingCondition.ConditionCase Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of RepricingCondition.ConditionCase in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return RepricingCondition.ConditionCase Modifier and Type Method Description static RepricingCondition.ConditionCase
RepricingCondition.ConditionCase. forNumber(int value)
RepricingCondition.ConditionCase
RepricingCondition.Builder. getConditionCase()
RepricingCondition.ConditionCase
RepricingCondition. getConditionCase()
RepricingCondition.ConditionCase
RepricingConditionOrBuilder. getConditionCase()
static RepricingCondition.ConditionCase
RepricingCondition.ConditionCase. valueOf(int value)
Deprecated.static RepricingCondition.ConditionCase
RepricingCondition.ConditionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static RepricingCondition.ConditionCase[]
RepricingCondition.ConditionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-