public sealed class DataProvider : IMessage<DataProvider>, IEquatable<DataProvider>, IDeepCloneable<DataProvider>, IBufferMessage, IMessage
Contains details of the Data Provider.
Implements
IMessage<DataProvider>, IEquatable<DataProvider>, IDeepCloneable<DataProvider>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.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 |