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
534 535 536 537 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 534 class UpdateChannelPartnerLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
534 535 536 537 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 534 class UpdateChannelPartnerLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
534 535 536 537 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 534 class UpdateChannelPartnerLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |