Class DataSourceReference
Data source reference can be used to manage related data sources within the
data source service.
Inheritance
DataSourceReference
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
public sealed class DataSourceReference : IMessage<DataSourceReference>, IEquatable<DataSourceReference>, IDeepCloneable<DataSourceReference>, IBufferMessage, IMessage
Constructors
Declaration
public DataSourceReference()
Declaration
public DataSourceReference(DataSourceReference other)
Parameters
Properties
Declaration
public DataSourceReference.DataSourceIdOneofCase DataSourceIdCase { get; }
Property Value
Gets whether the "primary_data_source_name" field is set
Declaration
public bool HasPrimaryDataSourceName { get; }
Property Value
Gets whether the "self" field is set
Declaration
public bool HasSelf { get; }
Property Value
Gets whether the "supplemental_data_source_name" field is set
Declaration
public bool HasSupplementalDataSourceName { get; }
Property Value
Optional. The name of the primary data source.
Format:
accounts/{account}/dataSources/{datasource}
Declaration
public string PrimaryDataSourceName { get; set; }
Property Value
Self should be used to reference the primary data source itself.
Declaration
public bool Self { get; set; }
Property Value
Optional. The name of the supplemental data source.
Format:
accounts/{account}/dataSources/{datasource}
Declaration
public string SupplementalDataSourceName { get; set; }
Property Value