Class: Google::Shopping::Merchant::Conversions::V1::UpdateConversionSourceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Conversions::V1::UpdateConversionSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb
Overview
Request message for the UpdateConversionSource method.
Instance Attribute Summary collapse
-
#conversion_source ⇒ ::Google::Shopping::Merchant::Conversions::V1::ConversionSource
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#conversion_source ⇒ ::Google::Shopping::Merchant::Conversions::V1::ConversionSource
Returns Required. The new version of the conversion source data.
215 216 217 218 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 215 class UpdateConversionSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. List of fields being updated.
215 216 217 218 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 215 class UpdateConversionSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |