Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::Schema.
Represents a schema (e.g. BigQuery, GoogleSQL, Avro schema).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#columns
def columns() -> ::Array<::Google::Cloud::DataCatalog::V1beta1::ColumnSchema>
Returns
- (::Array<::Google::Cloud::DataCatalog::V1beta1::ColumnSchema>) — Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
#columns=
def columns=(value) -> ::Array<::Google::Cloud::DataCatalog::V1beta1::ColumnSchema>
Parameter
- value (::Array<::Google::Cloud::DataCatalog::V1beta1::ColumnSchema>) — Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.
Returns
- (::Array<::Google::Cloud::DataCatalog::V1beta1::ColumnSchema>) — Required. Schema of columns. A maximum of 10,000 columns and sub-columns can be specified.