Class: Google::Cloud::Channel::V1::CreateChannelPartnerRepricingConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#channel_partner_repricing_config::Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig

Returns Required. The ChannelPartnerRepricingConfig object to update.

Returns:



679
680
681
682
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 679

class CreateChannelPartnerRepricingConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The resource name of the ChannelPartner that will receive the repricing config. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}.

Returns:

  • (::String)

    Required. The resource name of the ChannelPartner that will receive the repricing config. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}



679
680
681
682
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 679

class CreateChannelPartnerRepricingConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end