Class: Google::Analytics::Admin::V1alpha::ChangeHistoryEvent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#actor_type::Google::Analytics::Admin::V1alpha::ActorType

Returns The type of actor that made this change.

Returns:



504
505
506
507
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 504

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

#change_time::Google::Protobuf::Timestamp

Returns Time when change was made.

Returns:



504
505
506
507
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 504

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.

Returns:



504
505
506
507
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 504

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.

Returns:

  • (::Boolean)

    If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.



504
505
506
507
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 504

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.

Returns:

  • (::String)

    ID of this change history event. This ID is unique across Google Analytics.



504
505
506
507
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 504

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.

Returns:

  • (::String)

    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.



504
505
506
507
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 504

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