Class: Google::Cloud::VisionAI::V1::ListSearchConfigsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Response message for ListSearchConfigs.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

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

Returns:

  • (::String)

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



1838
1839
1840
1841
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1838

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

#search_configs::Array<::Google::Cloud::VisionAI::V1::SearchConfig>

Returns The search configurations from the specified corpus.

Returns:



1838
1839
1840
1841
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1838

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