Analytics Hub v1 API - Class DataProvider (1.4.0)

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.

Inheritance

object > DataProvider

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

DataProvider()

public DataProvider()

DataProvider(DataProvider)

public DataProvider(DataProvider other)
Parameter
NameDescription
otherDataProvider

Properties

Name

public string Name { get; set; }

Optional. Name of the data provider.

Property Value
TypeDescription
string

PrimaryContact

public string PrimaryContact { get; set; }

Optional. Email or URL of the data provider. Max Length: 1000 bytes.

Property Value
TypeDescription
string