Class: Google::Analytics::Admin::V1alpha::SearchChangeHistoryEventsRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::SearchChangeHistoryEventsRequest
- 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
-
#account ⇒ ::String
Required.
-
#action ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ActionType>
Optional.
-
#actor_email ⇒ ::Array<::String>
Optional.
-
#earliest_change_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#latest_change_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#property ⇒ ::String
Optional.
-
#resource_type ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryResourceType>
Optional.
Instance Attribute Details
#account ⇒ ::String
Returns Required. The account resource for which to return change history resources.
926 927 928 929 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 926 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.
926 927 928 929 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 926 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.
926 927 928 929 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 926 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).
926 927 928 929 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 926 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).
926 927 928 929 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 926 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).
926 927 928 929 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 926 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.
926 927 928 929 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 926 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.
926 927 928 929 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 926 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.
926 927 928 929 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 926 class SearchChangeHistoryEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |