Class: Google::Analytics::Admin::V1alpha::UpdateSubpropertyEventFilterRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for UpdateSubpropertyEventFilter RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#subproperty_event_filter::Google::Analytics::Admin::V1alpha::SubpropertyEventFilter

Returns Required. The subproperty event filter to update.

Returns:



2569
2570
2571
2572
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2569

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

Returns:

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

    Required. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.



2569
2570
2571
2572
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2569

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