Class: Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryJob

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#destination_table::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference

Returns Optional. A reference to the destination table of the job's query results.

See JobConfigurationQuery.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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