Data Analytics API with Gemini V1BETA API - Class Google::Cloud::GeminiDataAnalytics::V1beta::Datasource (v0.1.0)

Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::Datasource.

A datasource that can be used to answer questions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bigquery_table_reference

def bigquery_table_reference() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference
Returns

#bigquery_table_reference=

def bigquery_table_reference=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference
Parameter
Returns

#looker_explore_reference

def looker_explore_reference() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReference
Returns

#looker_explore_reference=

def looker_explore_reference=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::LookerExploreReference
Parameter
Returns

#schema

def schema() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
Returns

#schema=

def schema=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::Schema
Parameter
Returns

#studio_datasource_id

def studio_datasource_id() -> ::String
Returns
  • (::String) — A reference to a Looker Studio datasource.

    Note: The following fields are mutually exclusive: studio_datasource_id, bigquery_table_reference, looker_explore_reference. If a field in that set is populated, all other fields in the set will automatically be cleared.

#studio_datasource_id=

def studio_datasource_id=(value) -> ::String
Parameter
  • value (::String) — A reference to a Looker Studio datasource.

    Note: The following fields are mutually exclusive: studio_datasource_id, bigquery_table_reference, looker_explore_reference. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — A reference to a Looker Studio datasource.

    Note: The following fields are mutually exclusive: studio_datasource_id, bigquery_table_reference, looker_explore_reference. If a field in that set is populated, all other fields in the set will automatically be cleared.