Class: Google::Shopping::Merchant::DataSources::V1beta::UpdateDataSourceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1beta::UpdateDataSourceRequest
- 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
-
#data_source ⇒ ::Google::Shopping::Merchant::DataSources::V1beta::DataSource
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#data_source ⇒ ::Google::Shopping::Merchant::DataSources::V1beta::DataSource
Returns Required. The data source resource to update.
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.
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 |