Class: Google::Cloud::Retail::V2::ListProductsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ListProductsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/product_service.rb
Overview
Request message for ProductService.ListProducts method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter to apply on the list results.
-
#page_size ⇒ ::Integer
Maximum number of Products to return.
-
#page_token ⇒ ::String
A page token ListProductsResponse.next_page_token, received from a previous ProductService.ListProducts call.
-
#parent ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
The fields of Product to return in the responses.
Instance Attribute Details
#filter ⇒ ::String
227 228 229 230 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 227 class ListProductsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
227 228 229 230 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 227 class ListProductsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
227 228 229 230 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 227 class ListProductsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
227 228 229 230 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 227 class ListProductsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
227 228 229 230 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 227 class ListProductsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |