Class: Google::Cloud::Channel::V1::GetChannelPartnerLinkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::GetChannelPartnerLinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.GetChannelPartnerLink.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerLinkView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the channel partner link to retrieve. Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.
482 483 484 485 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 482 class GetChannelPartnerLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerLinkView
Returns Optional. The level of granularity the ChannelPartnerLink will display.
482 483 484 485 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 482 class GetChannelPartnerLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |