public sealed class StudioDatasourceReferences : IMessage<StudioDatasourceReferences>, IEquatable<StudioDatasourceReferences>, IDeepCloneable<StudioDatasourceReferences>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class StudioDatasourceReferences.
Message representing references to Looker Studio datasources.
Implements
IMessageStudioDatasourceReferences, IEquatableStudioDatasourceReferences, IDeepCloneableStudioDatasourceReferences, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
StudioDatasourceReferences()
public StudioDatasourceReferences()StudioDatasourceReferences(StudioDatasourceReferences)
public StudioDatasourceReferences(StudioDatasourceReferences other)| Parameter | |
|---|---|
| Name | Description |
other |
StudioDatasourceReferences |
Properties
StudioReferences
public RepeatedField<StudioDatasourceReference> StudioReferences { get; }Optional. The references to the studio datasources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStudioDatasourceReference |
|