Class: Google::Cloud::Channel::V1::CreateChannelPartnerLinkRequest

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

Returns Required. The channel partner link to create. Either channel_partner_link.reseller_cloud_identity_id or domain can be used to create a link.

Returns:



483
484
485
486
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 483

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

#parent::String

Returns Required. Create a channel partner link for the provided reseller account's resource name. Parent uses the format: accounts/{account_id}.

Returns:

  • (::String)

    Required. Create a channel partner link for the provided reseller account's resource name. Parent uses the format: accounts/{account_id}



483
484
485
486
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 483

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