Class: Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryJob
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryJob
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
A BigQuery job executed by the system.
Instance Attribute Summary collapse
-
#destination_table ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference
Optional.
-
#job_id ⇒ ::String
Required.
-
#location ⇒ ::String
Optional.
-
#project_id ⇒ ::String
Required.
-
#schema ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
Optional.
Instance Attribute Details
#destination_table ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference
623 624 625 626 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 623 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_id ⇒ ::String
623 624 625 626 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 623 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
623 624 625 626 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 623 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
623 624 625 626 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 623 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
623 624 625 626 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 623 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |