Show / Hide Table of Contents

Class UpdateDataSourceRequest

Request message for the UpdateDataSource method.

Inheritance
object
UpdateDataSourceRequest
Implements
IMessage<UpdateDataSourceRequest>
IEquatable<UpdateDataSourceRequest>
IDeepCloneable<UpdateDataSourceRequest>
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 UpdateDataSourceRequest : IMessage<UpdateDataSourceRequest>, IEquatable<UpdateDataSourceRequest>, IDeepCloneable<UpdateDataSourceRequest>, IBufferMessage, IMessage

Constructors

UpdateDataSourceRequest()

Declaration
public UpdateDataSourceRequest()

UpdateDataSourceRequest(UpdateDataSourceRequest)

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

Properties

DataSource

Required. The data source resource to update.

Declaration
public DataSource DataSource { get; set; }
Property Value
Type Description
DataSource

UpdateMask

Required. The list of data source fields to be updated.

Fields specified in the update mask without a value specified in the body will be deleted from the data source.

Providing special "*" value for full data source replacement is not supported.

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