Class: Google::Shopping::Merchant::DataSources::V1beta::UpdateDataSourceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb

Overview

Request message for the UpdateDataSource method.

Instance Attribute Summary collapse

Instance Attribute Details

#data_source::Google::Shopping::Merchant::DataSources::V1beta::DataSource

Returns Required. The data source resource to update.

Returns:



200
201
202
203
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 200

class UpdateDataSourceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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.



200
201
202
203
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 200

class UpdateDataSourceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end