Class: Google::Cloud::Channel::V1::ListChannelPartnerLinksRequest

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

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

Returns:

  • (::Integer)

    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.



435
436
437
438
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 435

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.

Returns:



435
436
437
438
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 435

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

Returns:

  • (::String)

    Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}



435
436
437
438
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 435

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.

Returns:



435
436
437
438
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 435

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