Class: Google::Cloud::Bigquery::Reservation::V1::TableReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb

Overview

Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns The ID of the dataset in the above project.

Returns:

  • (::String)

    The ID of the dataset in the above project.



735
736
737
738
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 735

class TableReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns The assigned project ID of the project.

Returns:

  • (::String)

    The assigned project ID of the project.



735
736
737
738
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 735

class TableReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_id::String

Returns The ID of the table in the above dataset.

Returns:

  • (::String)

    The ID of the table in the above dataset.



735
736
737
738
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 735

class TableReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end