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