Class: Google::Cloud::VisionAI::V1::ListDataSchemasResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListDataSchemasResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Response message for ListDataSchemas.
Instance Attribute Summary collapse
-
#data_schemas ⇒ ::Array<::Google::Cloud::VisionAI::V1::DataSchema>
The data schemas from the specified corpus.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#data_schemas ⇒ ::Array<::Google::Cloud::VisionAI::V1::DataSchema>
Returns The data schemas from the specified corpus.
1475 1476 1477 1478 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1475 class ListDataSchemasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
1475 1476 1477 1478 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1475 class ListDataSchemasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |