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 (e.g. BigQuery, GoogleSQL, Avro schema).
Instance Attribute Summary collapse
Instance Attribute Details
#columns ⇒ ::Array<::Google::Cloud::DataCatalog::V1::ColumnSchema>
Returns Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
29 30 31 32 |
# File 'proto_docs/google/cloud/datacatalog/v1/schema.rb', line 29 class Schema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |