Data Analytics API with Gemini v1beta API - Class DatasourceReferences (1.0.0-beta01)

public sealed class DatasourceReferences : IMessage<DatasourceReferences>, IEquatable<DatasourceReferences>, IDeepCloneable<DatasourceReferences>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class DatasourceReferences.

A collection of references to datasources.

Inheritance

object > DatasourceReferences

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

DatasourceReferences()

public DatasourceReferences()

DatasourceReferences(DatasourceReferences)

public DatasourceReferences(DatasourceReferences other)
Parameter
Name Description
other DatasourceReferences

Properties

Bq

public BigQueryTableReferences Bq { get; set; }

References to BigQuery tables.

Property Value
Type Description
BigQueryTableReferences

Looker

public LookerExploreReferences Looker { get; set; }

References to Looker explores.

Property Value
Type Description
LookerExploreReferences

ReferencesCase

public DatasourceReferences.ReferencesOneofCase ReferencesCase { get; }
Property Value
Type Description
DatasourceReferencesReferencesOneofCase

Studio

public StudioDatasourceReferences Studio { get; set; }

References to LookerStudio datasources.

Property Value
Type Description
StudioDatasourceReferences