Class: Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference

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

Instance Attribute Details

#dataset_id::String

Returns Required. The dataset that the table belongs to.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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