Class LookerExploreReference (0.2.0)

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

Message representing a reference to a single Looker explore.

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
looker_instance_uri str
Required. The base url of the Looker instance. This field is a member of oneof_ instance.
private_looker_instance_info google.cloud.geminidataanalytics_v1beta.types.PrivateLookerInstanceInfo
Private Looker instance info. This field is a member of oneof_ instance.
lookml_model str
Required. Looker Model as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML model.
explore str
Required. Looker Explore as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML explore.
schema google.cloud.geminidataanalytics_v1beta.types.Schema
Optional. The schema of the datasource.