public sealed class DataProvider : IMessage<DataProvider>, IEquatable<DataProvider>, IDeepCloneable<DataProvider>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class DataProvider.
Contains details of the data provider.
Implements
IMessageDataProvider, IEquatableDataProvider, IDeepCloneableDataProvider, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
DataProvider()
public DataProvider()
DataProvider(DataProvider)
public DataProvider(DataProvider other)
Parameter | |
---|---|
Name | Description |
other |
DataProvider |
Properties
Name
public string Name { get; set; }
Optional. Name of the data provider.
Property Value | |
---|---|
Type | Description |
string |
PrimaryContact
public string PrimaryContact { get; set; }
Optional. Email or URL of the data provider. Max Length: 1000 bytes.
Property Value | |
---|---|
Type | Description |
string |