Show / Hide Table of Contents

Class DataSourceReference

Data source reference can be used to manage related data sources within the data source service.

Inheritance
object
DataSourceReference
Implements
IMessage<DataSourceReference>
IEquatable<DataSourceReference>
IDeepCloneable<DataSourceReference>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class DataSourceReference : IMessage<DataSourceReference>, IEquatable<DataSourceReference>, IDeepCloneable<DataSourceReference>, IBufferMessage, IMessage

Constructors

DataSourceReference()

Declaration
public DataSourceReference()

DataSourceReference(DataSourceReference)

Declaration
public DataSourceReference(DataSourceReference other)
Parameters
Type Name Description
DataSourceReference other

Properties

DataSourceIdCase

Declaration
public DataSourceReference.DataSourceIdOneofCase DataSourceIdCase { get; }
Property Value
Type Description
DataSourceReference.DataSourceIdOneofCase

HasPrimaryDataSourceName

Gets whether the "primary_data_source_name" field is set

Declaration
public bool HasPrimaryDataSourceName { get; }
Property Value
Type Description
bool

HasSelf

Gets whether the "self" field is set

Declaration
public bool HasSelf { get; }
Property Value
Type Description
bool

HasSupplementalDataSourceName

Gets whether the "supplemental_data_source_name" field is set

Declaration
public bool HasSupplementalDataSourceName { get; }
Property Value
Type Description
bool

PrimaryDataSourceName

Optional. The name of the primary data source. Format: accounts/{account}/dataSources/{datasource}

Declaration
public string PrimaryDataSourceName { get; set; }
Property Value
Type Description
string

Self

Self should be used to reference the primary data source itself.

Declaration
public bool Self { get; set; }
Property Value
Type Description
bool

SupplementalDataSourceName

Optional. The name of the supplemental data source. Format: accounts/{account}/dataSources/{datasource}

Declaration
public string SupplementalDataSourceName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX