Class: Google::Cloud::Channel::V1::CreateChannelPartnerLinkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CreateChannelPartnerLinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.CreateChannelPartnerLink
Instance Attribute Summary collapse
-
#channel_partner_link ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerLink
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#channel_partner_link ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerLink
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.
499 500 501 502 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 499 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}.
499 500 501 502 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 499 class CreateChannelPartnerLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |