Class: Google::Cloud::Channel::V1::ListChannelPartnerLinksRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListChannelPartnerLinksRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.ListChannelPartnerLinks
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Channel::V1::ChannelPartnerLinkView
Optional.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.
451 452 453 454 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 451 class ListChannelPartnerLinksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token for a page of results other than the first page. Obtained using ListChannelPartnerLinksResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerLinks call.
451 452 453 454 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 451 class ListChannelPartnerLinksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}.
451 452 453 454 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 451 class ListChannelPartnerLinksRequest 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.
451 452 453 454 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 451 class ListChannelPartnerLinksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |