Class: Google::Cloud::Retail::V2::ListServingConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ListServingConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/serving_config_service.rb
Overview
Request for ListServingConfigs method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.
96 97 98 99 |
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 96 class ListServingConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListServingConfigs
call.
Provide this to retrieve the subsequent page.
96 97 98 99 |
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 96 class ListServingConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The catalog resource name. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
.
96 97 98 99 |
# File 'proto_docs/google/cloud/retail/v2/serving_config_service.rb', line 96 class ListServingConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |