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