Class: Google::Cloud::Channel::V1::ListProductsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Request message for ListProducts.

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns Required. The resource name of the reseller account. Format: accounts/{account_id}.

Returns:

  • (::String)

    Required. The resource name of the reseller account. Format: accounts/{account_id}.



1171
1172
1173
1174
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1171

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

#language_code::String

Returns Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".

Returns:

  • (::String)

    Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".



1171
1172
1173
1174
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1171

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

#page_size::Integer

Returns Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 Products. The maximum value is 1000; the server will coerce values above 1000.

Returns:

  • (::Integer)

    Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 Products. The maximum value is 1000; the server will coerce values above 1000.



1171
1172
1173
1174
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1171

class ListProductsRequest
  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.

Returns:

  • (::String)

    Optional. A token for a page of results other than the first page.



1171
1172
1173
1174
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1171

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