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
Returns The type of actor that made this change.
554 555 556 557 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 554 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#change_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when change was made.
554 555 556 557 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 554 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#changes ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>
Returns A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
554 555 556 557 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 554 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#changes_filtered ⇒ ::Boolean
Returns If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
554 555 556 557 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 554 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns ID of this change history event. This ID is unique across Google Analytics.
554 555 556 557 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 554 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_actor_email ⇒ ::String
Returns Email address of the Google account that made the change. This will be a valid email address if the actor field is set to USER, and empty otherwise. Google accounts that have been deleted will cause an error.
554 555 556 557 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 554 class ChangeHistoryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |