Cloud Channel V1 API - Class Google::Cloud::Channel::V1::UpdateChannelPartnerLinkRequest (v0.18.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::UpdateChannelPartnerLinkRequest.

Request message for CloudChannelService.UpdateChannelPartnerLink

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

def channel_partner_link() -> ::Google::Cloud::Channel::V1::ChannelPartnerLink
Returns
def channel_partner_link=(value) -> ::Google::Cloud::Channel::V1::ChannelPartnerLink
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the channel partner link to cancel. Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the channel partner link to cancel. Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.
Returns
  • (::String) — Required. The resource name of the channel partner link to cancel. Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state.
Returns
  • (::Google::Protobuf::FieldMask) — Required. The update mask that applies to the resource. The only allowable value for an update mask is channel_partner_link.link_state.