Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ChannelPartnerLink.
Entity representing a link between distributors and their indirect resellers in an n-tier resale channel.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#channel_partner_cloud_identity_info
def channel_partner_cloud_identity_info() -> ::Google::Cloud::Channel::V1::CloudIdentityInfo
Returns
- (::Google::Cloud::Channel::V1::CloudIdentityInfo) — Output only. Cloud Identity info of the channel partner (IR).
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp of when the channel partner link is created.
#invite_link_uri
def invite_link_uri() -> ::String
Returns
- (::String) — Output only. URI of the web page where partner accepts the link invitation.
#link_state
def link_state() -> ::Google::Cloud::Channel::V1::ChannelPartnerLinkState
Returns
- (::Google::Cloud::Channel::V1::ChannelPartnerLinkState) — Required. State of the channel partner link.
#link_state=
def link_state=(value) -> ::Google::Cloud::Channel::V1::ChannelPartnerLinkState
Parameter
- value (::Google::Cloud::Channel::V1::ChannelPartnerLinkState) — Required. State of the channel partner link.
Returns
- (::Google::Cloud::Channel::V1::ChannelPartnerLinkState) — Required. State of the channel partner link.
#name
def name() -> ::String
Returns
- (::String) — Output only. Resource name for the channel partner link, in the format accounts/{account_id}/channelPartnerLinks/{id}.
#public_id
def public_id() -> ::String
Returns
- (::String) — Output only. Public identifier that a customer must use to generate a transfer token to move to this distributor-reseller combination.
#reseller_cloud_identity_id
def reseller_cloud_identity_id() -> ::String
Returns
- (::String) — Required. Cloud Identity ID of the linked reseller.
#reseller_cloud_identity_id=
def reseller_cloud_identity_id=(value) -> ::String
Parameter
- value (::String) — Required. Cloud Identity ID of the linked reseller.
Returns
- (::String) — Required. Cloud Identity ID of the linked reseller.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp of when the channel partner link is updated.