Uses of Class
com.google.cloud.channel.v1.RepricingConfig
-
Packages that use RepricingConfig Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of RepricingConfig in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return RepricingConfig Modifier and Type Method Description RepricingConfig
RepricingConfig.Builder. build()
RepricingConfig
RepricingConfig.Builder. buildPartial()
static RepricingConfig
RepricingConfig. getDefaultInstance()
RepricingConfig
RepricingConfig.Builder. getDefaultInstanceForType()
RepricingConfig
RepricingConfig. getDefaultInstanceForType()
RepricingConfig
ChannelPartnerRepricingConfig.Builder. getRepricingConfig()
Required.RepricingConfig
ChannelPartnerRepricingConfig. getRepricingConfig()
Required.RepricingConfig
ChannelPartnerRepricingConfigOrBuilder. getRepricingConfig()
Required.RepricingConfig
CustomerRepricingConfig.Builder. getRepricingConfig()
Required.RepricingConfig
CustomerRepricingConfig. getRepricingConfig()
Required.RepricingConfig
CustomerRepricingConfigOrBuilder. getRepricingConfig()
Required.static RepricingConfig
RepricingConfig. parseDelimitedFrom(InputStream input)
static RepricingConfig
RepricingConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepricingConfig
RepricingConfig. parseFrom(byte[] data)
static RepricingConfig
RepricingConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepricingConfig
RepricingConfig. parseFrom(com.google.protobuf.ByteString data)
static RepricingConfig
RepricingConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepricingConfig
RepricingConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static RepricingConfig
RepricingConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepricingConfig
RepricingConfig. parseFrom(InputStream input)
static RepricingConfig
RepricingConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RepricingConfig
RepricingConfig. parseFrom(ByteBuffer data)
static RepricingConfig
RepricingConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type RepricingConfig Modifier and Type Method Description com.google.protobuf.Parser<RepricingConfig>
RepricingConfig. getParserForType()
static com.google.protobuf.Parser<RepricingConfig>
RepricingConfig. parser()
Methods in com.google.cloud.channel.v1 with parameters of type RepricingConfig Modifier and Type Method Description RepricingConfig.Builder
RepricingConfig.Builder. mergeFrom(RepricingConfig other)
ChannelPartnerRepricingConfig.Builder
ChannelPartnerRepricingConfig.Builder. mergeRepricingConfig(RepricingConfig value)
Required.CustomerRepricingConfig.Builder
CustomerRepricingConfig.Builder. mergeRepricingConfig(RepricingConfig value)
Required.static RepricingConfig.Builder
RepricingConfig. newBuilder(RepricingConfig prototype)
ChannelPartnerRepricingConfig.Builder
ChannelPartnerRepricingConfig.Builder. setRepricingConfig(RepricingConfig value)
Required.CustomerRepricingConfig.Builder
CustomerRepricingConfig.Builder. setRepricingConfig(RepricingConfig value)
Required.
-