Uses of Class
com.google.cloud.channel.v1.ChannelPartnerRepricingConfigName
-
Packages that use ChannelPartnerRepricingConfigName Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ChannelPartnerRepricingConfigName in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ChannelPartnerRepricingConfigName Modifier and Type Method Description ChannelPartnerRepricingConfigName
ChannelPartnerRepricingConfigName.Builder. build()
static ChannelPartnerRepricingConfigName
ChannelPartnerRepricingConfigName. of(String account, String channelPartner, String channelPartnerRepricingConfig)
static ChannelPartnerRepricingConfigName
ChannelPartnerRepricingConfigName. parse(String formattedString)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ChannelPartnerRepricingConfigName Modifier and Type Method Description static List<ChannelPartnerRepricingConfigName>
ChannelPartnerRepricingConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.channel.v1 with parameters of type ChannelPartnerRepricingConfigName Modifier and Type Method Description void
CloudChannelServiceClient. deleteChannelPartnerRepricingConfig(ChannelPartnerRepricingConfigName name)
Deletes the given [ChannelPartnerRepricingConfig][google.cloud.channel.v1.ChannelPartnerRepricingConfig] permanently.ChannelPartnerRepricingConfig
CloudChannelServiceClient. getChannelPartnerRepricingConfig(ChannelPartnerRepricingConfigName name)
Gets information about how a Distributor modifies their bill before sending it to a ChannelPartner.Method parameters in com.google.cloud.channel.v1 with type arguments of type ChannelPartnerRepricingConfigName Modifier and Type Method Description static List<String>
ChannelPartnerRepricingConfigName. toStringList(List<ChannelPartnerRepricingConfigName> values)
-