Class: Google::Cloud::Channel::V1::UpdateChannelPartnerLinkRequest

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 update. Only channel_partner_link.link_state is allowed for updates.

Returns:



504
505
506
507
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 504

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

#name::String

Returns 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.



504
505
506
507
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 504

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

#update_mask::Google::Protobuf::FieldMask

Returns 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.



504
505
506
507
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 504

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