Class: Google::Cloud::DiscoveryEngine::V1beta::ListSampleQueriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListSampleQueriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/sample_query_service.rb
Overview
Response message for SampleQueryService.ListSampleQueries method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as ListSampleQueriesRequest.page_token to retrieve the next page.
-
#sample_queries ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery>
The SampleQuerys.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as ListSampleQueriesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
94 95 96 97 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_service.rb', line 94 class ListSampleQueriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sample_queries ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SampleQuery>
Returns The SampleQuerys.
94 95 96 97 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_service.rb', line 94 class ListSampleQueriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |