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
Returns Required. The dataset that the table belongs to.
82 83 84 85 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 82 class BigQueryTableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The project that the table belongs to.
82 83 84 85 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 82 class BigQueryTableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
Returns Optional. The schema of the datasource.
82 83 84 85 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 82 class BigQueryTableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
Returns Required. The table id.
82 83 84 85 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 82 class BigQueryTableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |