Class: Google::Analytics::Admin::V1alpha::UpdateAttributionSettingsRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::UpdateAttributionSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for UpdateAttributionSettings RPC
Instance Attribute Summary collapse
-
#attribution_settings ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#attribution_settings ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings
Returns Required. The attribution settings to update.
The name
field is used to identify the settings to be updated.
1721 1722 1723 1724 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1721 class UpdateAttributionSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
1721 1722 1723 1724 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1721 class UpdateAttributionSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |