Uses of Class
com.google.cloud.channel.v1.RebillingBasis
-
Packages that use RebillingBasis Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of RebillingBasis in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return RebillingBasis Modifier and Type Method Description static RebillingBasis
RebillingBasis. forNumber(int value)
RebillingBasis
ConditionalOverride.Builder. getRebillingBasis()
Required.RebillingBasis
ConditionalOverride. getRebillingBasis()
Required.RebillingBasis
ConditionalOverrideOrBuilder. getRebillingBasis()
Required.RebillingBasis
RepricingConfig.Builder. getRebillingBasis()
Required.RebillingBasis
RepricingConfig. getRebillingBasis()
Required.RebillingBasis
RepricingConfigOrBuilder. getRebillingBasis()
Required.static RebillingBasis
RebillingBasis. valueOf(int value)
Deprecated.static RebillingBasis
RebillingBasis. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RebillingBasis
RebillingBasis. valueOf(String name)
Returns the enum constant of this type with the specified name.static RebillingBasis[]
RebillingBasis. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.channel.v1 that return types with arguments of type RebillingBasis Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RebillingBasis>
RebillingBasis. internalGetValueMap()
Methods in com.google.cloud.channel.v1 with parameters of type RebillingBasis Modifier and Type Method Description ConditionalOverride.Builder
ConditionalOverride.Builder. setRebillingBasis(RebillingBasis value)
Required.RepricingConfig.Builder
RepricingConfig.Builder. setRebillingBasis(RebillingBasis value)
Required.
-