Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryJob.
A BigQuery job executed by the system.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#destination_table
def destination_table() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference) — Optional. A reference to the destination table of the job's query results.
#destination_table=
def destination_table=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference) — Optional. A reference to the destination table of the job's query results.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference) — Optional. A reference to the destination table of the job's query results.
#job_id
def job_id() -> ::String
-
(::String) — Required. The ID of the job.
See JobReference.
#job_id=
def job_id=(value) -> ::String
-
value (::String) — Required. The ID of the job.
See JobReference.
-
(::String) — Required. The ID of the job.
See JobReference.
#location
def location() -> ::String
-
(::String) — Optional. The location of the job.
See JobReference.
#location=
def location=(value) -> ::String
-
value (::String) — Optional. The location of the job.
See JobReference.
-
(::String) — Optional. The location of the job.
See JobReference.
#project_id
def project_id() -> ::String
-
(::String) — Required. The project that the job belongs to.
See JobReference.
#project_id=
def project_id=(value) -> ::String
-
value (::String) — Required. The project that the job belongs to.
See JobReference.
-
(::String) — Required. The project that the job belongs to.
See JobReference.
#schema
def schema() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::Schema) — Optional. The schema of the job's query results.
See JobStatistics2.
#schema=
def schema=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::Schema) — Optional. The schema of the job's query results.
See JobStatistics2.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::Schema) — Optional. The schema of the job's query results.
See JobStatistics2.