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



616
617
618
619
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 616

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:



616
617
618
619
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 616

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.



616
617
618
619
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 616

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:



616
617
618
619
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 616

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:



616
617
618
619
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 616

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. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).

Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using page_token until you get the needed number.

Returns:

  • (::Integer)

    Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).

    Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using page_token until you get the needed number.



616
617
618
619
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 616

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.



616
617
618
619
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 616

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



616
617
618
619
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 616

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:



616
617
618
619
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 616

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