Class: Google::Analytics::Admin::V1alpha::ChangeHistoryEvent
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ChangeHistoryEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A set of changes within a Google Analytics account or its child properties that resulted from the same cause. Common causes would be updates made in the Google Analytics UI, changes from customer support, or automatic Google Analytics system changes.
Instance Attribute Summary collapse
-
#actor_type ⇒ ::Google::Analytics::Admin::V1alpha::ActorType
The type of actor that made this change.
-
#change_time ⇒ ::Google::Protobuf::Timestamp
Time when change was made.
-
#changes ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>
A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
-
#changes_filtered ⇒ ::Boolean
If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
-
#id ⇒ ::String
ID of this change history event.
-
#user_actor_email ⇒ ::String
Email address of the Google account that made the change.
Instance Attribute Details
#actor_type ⇒ ::Google::Analytics::Admin::V1alpha::ActorType
580 581 582 583 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 580 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#change_time ⇒ ::Google::Protobuf::Timestamp
580 581 582 583 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 580 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#changes ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>
580 581 582 583 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 580 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#changes_filtered ⇒ ::Boolean
580 581 582 583 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 580 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
580 581 582 583 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 580 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_actor_email ⇒ ::String
580 581 582 583 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 580 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |