Class: Google::Analytics::Admin::V1alpha::SearchChangeHistoryEventsRequest

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 SearchChangeHistoryEvents RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100".

Returns:

  • (::String)

    Required. The account resource for which to return change history resources. Format: accounts/{account} Example: "accounts/100"



603
604
605
606
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 603

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

#action::Array<::Google::Analytics::Admin::V1alpha::ActionType>

Returns Optional. If set, only return changes that match one or more of these types of actions.

Returns:



603
604
605
606
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 603

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

#actor_email::Array<::String>

Returns Optional. If set, only return changes if they are made by a user in this list.

Returns:

  • (::Array<::String>)

    Optional. If set, only return changes if they are made by a user in this list.



603
604
605
606
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 603

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

#earliest_change_time::Google::Protobuf::Timestamp

Returns Optional. If set, only return changes made after this time (inclusive).

Returns:



603
604
605
606
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 603

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

#latest_change_time::Google::Protobuf::Timestamp

Returns Optional. If set, only return changes made before this time (inclusive).

Returns:



603
604
605
606
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 603

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

#page_size::Integer

Returns Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).

Returns:

  • (::Integer)

    Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).



603
604
605
606
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 603

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

#page_token::String

Returns Optional. A page token, received from a previous SearchChangeHistoryEvents call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SearchChangeHistoryEvents must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from a previous SearchChangeHistoryEvents call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SearchChangeHistoryEvents must match the call that provided the page token.



603
604
605
606
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 603

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

#property::String

Returns Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: "properties/100".

Returns:

  • (::String)

    Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: "properties/100"



603
604
605
606
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 603

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

#resource_type::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryResourceType>

Returns Optional. If set, only return changes if they are for a resource that matches at least one of these types.

Returns:



603
604
605
606
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 603

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