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