Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference.
Message representing a reference to a single BigQuery table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset_id
def dataset_id() -> ::String
Returns
- (::String) — Required. The dataset that the table belongs to.
#dataset_id=
def dataset_id=(value) -> ::String
Parameter
- value (::String) — Required. The dataset that the table belongs to.
Returns
- (::String) — Required. The dataset that the table belongs to.
#project_id
def project_id() -> ::String
Returns
- (::String) — Required. The project that the table belongs to.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Required. The project that the table belongs to.
Returns
- (::String) — Required. The project that the table belongs to.
#schema
def schema() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Schema) — Optional. The schema of the datasource.
#schema=
def schema=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1beta::Schema) — Optional. The schema of the datasource.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1beta::Schema) — Optional. The schema of the datasource.
#table_id
def table_id() -> ::String
Returns
- (::String) — Required. The table id.
#table_id=
def table_id=(value) -> ::String
Parameter
- value (::String) — Required. The table id.
Returns
- (::String) — Required. The table id.