Class: Google::Cloud::DiscoveryEngine::V1beta::ListSampleQuerySetsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb

Overview

Response message for SampleQuerySetService.ListSampleQuerySets method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token that can be sent as ListSampleQuerySetsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:



96
97
98
99
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb', line 96

class ListSampleQuerySetsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sample_query_sets::Array<::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet>

Returns The SampleQuerySets.



96
97
98
99
# File 'proto_docs/google/cloud/discoveryengine/v1beta/sample_query_set_service.rb', line 96

class ListSampleQuerySetsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end