Class: Google::Cloud::VisionAI::V1::DataSchemaDetails::ListConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::DataSchemaDetails::ListConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
The configuration for LIST data type.
Instance Attribute Summary collapse
-
#value_schema ⇒ ::Google::Cloud::VisionAI::V1::DataSchemaDetails
The value's data schema in the list.
Instance Attribute Details
#value_schema ⇒ ::Google::Cloud::VisionAI::V1::DataSchemaDetails
Returns The value's data schema in the list.
1174 1175 1176 1177 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1174 class ListConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |