Class Datasource (0.2.0)

Datasource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A datasource that can be used to answer questions.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
bigquery_table_reference google.cloud.geminidataanalytics_v1alpha.types.BigQueryTableReference
A reference to a BigQuery table. This field is a member of oneof_ reference.
studio_datasource_id str
A reference to a LookerStudio datasource. This field is a member of oneof_ reference.
looker_explore_reference google.cloud.geminidataanalytics_v1alpha.types.LookerExploreReference
A reference to a Looker explore. This field is a member of oneof_ reference.
schema google.cloud.geminidataanalytics_v1alpha.types.Schema
Optional. The schema of the datasource.