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. 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.
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.
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).
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).
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.
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.
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
.
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.
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 |