Class: Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb
Overview
Message representing a reference to a single BigQuery table.
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
-
#schema ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
Optional.
-
#table_id ⇒ ::String
Required.
Instance Attribute Details
#dataset_id ⇒ ::String
87 88 89 90 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 87 class BigQueryTableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
87 88 89 90 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 87 class BigQueryTableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
87 88 89 90 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 87 class BigQueryTableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
87 88 89 90 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 87 class BigQueryTableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |