Class: Google::Cloud::DataCatalog::V1::Schema
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::Schema
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/schema.rb
Overview
Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.
Instance Attribute Summary collapse
-
#columns ⇒ ::Array<::Google::Cloud::DataCatalog::V1::ColumnSchema>
The unified GoogleSQL-like schema of columns.
Instance Attribute Details
#columns ⇒ ::Array<::Google::Cloud::DataCatalog::V1::ColumnSchema>
Returns The unified GoogleSQL-like schema of columns.
The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
31 32 33 34 |
# File 'proto_docs/google/cloud/datacatalog/v1/schema.rb', line 31 class Schema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |