Class Datasource (0.6.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_v1beta.types.BigQueryTableReference
A reference to a BigQuery table. This field is a member of oneof_ reference.
studio_datasource_id str
A reference to a Looker Studio datasource. This field is a member of oneof_ reference.
looker_explore_reference google.cloud.geminidataanalytics_v1beta.types.LookerExploreReference
A reference to a Looker explore. This field is a member of oneof_ reference.
schema google.cloud.geminidataanalytics_v1beta.types.Schema
Optional. The schema of the datasource.
struct_schema google.protobuf.struct_pb2.Struct
Optional. A struct representation of the schema. This is populated for datasources with schemas that cannot be fully represented by the strongly-typed schema field. For Looker datasources, this maps to the LookmlModelExplore type: https://cloud.google.com/looker/docs/reference/looker-api/latest/types/LookmlModelExplore