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
Returns Optional. A reference to the destination table of the job's query results.
603 604 605 606 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 603 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_id ⇒ ::String
Returns Required. The ID of the job.
See JobReference.
603 604 605 606 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 603 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Optional. The location of the job.
See JobReference.
603 604 605 606 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 603 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The project that the job belongs to.
See JobReference.
603 604 605 606 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 603 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
Returns Optional. The schema of the job's query results.
See JobStatistics2.
603 604 605 606 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 603 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |