Class: Google::Cloud::Bigquery::Storage::V1::TableSchema
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::TableSchema
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/table.rb
Overview
Schema of a table. This schema is a subset of google.cloud.bigquery.v2.TableSchema containing information necessary to generate valid message to write to BigQuery.
Instance Attribute Summary collapse
-
#fields ⇒ ::Array<::Google::Cloud::Bigquery::Storage::V1::TableFieldSchema>
Describes the fields in a table.
Instance Attribute Details
#fields ⇒ ::Array<::Google::Cloud::Bigquery::Storage::V1::TableFieldSchema>
Returns Describes the fields in a table.
31 32 33 34 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/table.rb', line 31 class TableSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |