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_token
to retrieve the next page.
Instance Attribute Details
#data_schemas ⇒ ::Array<::Google::Cloud::VisionAI::V1::DataSchema>
Returns The data schemas from the specified corpus.
1471 1472 1473 1474 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1471 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.
1471 1472 1473 1474 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1471 class ListDataSchemasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |