Class: Google::Cloud::DiscoveryEngine::V1beta::ListServingConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListServingConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/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.
66 67 68 69 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb', line 66 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.
66 67 68 69 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb', line 66 class ListServingConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Full resource name of the parent resource. Format:
projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}
.
66 67 68 69 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb', line 66 class ListServingConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |