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 ChannelPartnerRepricingConfigNameChannelPartnerRepricingConfigName.Builder. build()static ChannelPartnerRepricingConfigNameChannelPartnerRepricingConfigName. of(String account, String channelPartner, String channelPartnerRepricingConfig)static ChannelPartnerRepricingConfigNameChannelPartnerRepricingConfigName. 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 voidCloudChannelServiceClient. deleteChannelPartnerRepricingConfig(ChannelPartnerRepricingConfigName name)Deletes the given [ChannelPartnerRepricingConfig][google.cloud.channel.v1.ChannelPartnerRepricingConfig] permanently.ChannelPartnerRepricingConfigCloudChannelServiceClient. 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)
-