Uses of Class
com.google.cloud.channel.v1.ChannelPartnerLinkName
-
Packages that use ChannelPartnerLinkName Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ChannelPartnerLinkName in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ChannelPartnerLinkName Modifier and Type Method Description ChannelPartnerLinkName
ChannelPartnerLinkName.Builder. build()
static ChannelPartnerLinkName
ChannelPartnerLinkName. of(String account, String channelPartnerLink)
static ChannelPartnerLinkName
ChannelPartnerLinkName. parse(String formattedString)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ChannelPartnerLinkName Modifier and Type Method Description static List<ChannelPartnerLinkName>
ChannelPartnerLinkName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.channel.v1 with parameters of type ChannelPartnerLinkName Modifier and Type Method Description ChannelPartnerRepricingConfig
CloudChannelServiceClient. createChannelPartnerRepricingConfig(ChannelPartnerLinkName parent, ChannelPartnerRepricingConfig channelPartnerRepricingConfig)
Creates a ChannelPartnerRepricingConfig.CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPagedResponse
CloudChannelServiceClient. listChannelPartnerRepricingConfigs(ChannelPartnerLinkName parent)
Lists information about how a Reseller modifies their bill before sending it to a ChannelPartner.Method parameters in com.google.cloud.channel.v1 with type arguments of type ChannelPartnerLinkName Modifier and Type Method Description static List<String>
ChannelPartnerLinkName. toStringList(List<ChannelPartnerLinkName> values)
-