public sealed class DataProvider : IMessage<DataProvider>, IEquatable<DataProvider>, IDeepCloneable<DataProvider>, IBufferMessage, IMessageReference documentation and code samples for the Analytics Hub v1 API class DataProvider.
Contains details of the data provider.
Implements
IMessage<DataProvider>, IEquatable<DataProvider>, IDeepCloneable<DataProvider>, 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 |
|