public sealed class DatasourceReferences : IMessage<DatasourceReferences>, IEquatable<DatasourceReferences>, IDeepCloneable<DatasourceReferences>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class DatasourceReferences.
A collection of references to datasources.
Implements
IMessageDatasourceReferences, IEquatableDatasourceReferences, IDeepCloneableDatasourceReferences, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
DatasourceReferences()
public DatasourceReferences()DatasourceReferences(DatasourceReferences)
public DatasourceReferences(DatasourceReferences other)| Parameter | |
|---|---|
| Name | Description |
other |
DatasourceReferences |
Properties
Alloydb
public AlloyDbReference Alloydb { get; set; }Reference to an AlloyDB database.
| Property Value | |
|---|---|
| Type | Description |
AlloyDbReference |
|
Bq
public BigQueryTableReferences Bq { get; set; }References to BigQuery tables.
| Property Value | |
|---|---|
| Type | Description |
BigQueryTableReferences |
|
CloudSqlReference
public CloudSqlReference CloudSqlReference { get; set; }Reference to a CloudSql database.
| Property Value | |
|---|---|
| Type | Description |
CloudSqlReference |
|
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 |
|
SpannerReference
public SpannerReference SpannerReference { get; set; }Reference to a Spanner database.
| Property Value | |
|---|---|
| Type | Description |
SpannerReference |
|
Studio
public StudioDatasourceReferences Studio { get; set; }References to Looker Studio datasources.
| Property Value | |
|---|---|
| Type | Description |
StudioDatasourceReferences |
|