Class: Google::Cloud::Channel::V1::UpdateChannelPartnerLinkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::UpdateChannelPartnerLinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.UpdateChannelPartnerLink
Instance Attribute Summary collapse
-
#channel_partner_link ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerLink
Required.
-
#name ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#channel_partner_link ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerLink
Returns Required. The channel partner link to update. Only channel_partner_link.link_state is allowed for updates.
520 521 522 523 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 520 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.
520 521 522 523 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 520 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.
520 521 522 523 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 520 class UpdateChannelPartnerLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |