Class: Google::Cloud::VisionAI::V1::ListSearchConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListSearchConfigsResponse
- 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
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#search_configs ⇒ ::Array<::Google::Cloud::VisionAI::V1::SearchConfig>
The search configurations from the specified corpus.
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.
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.
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 |