Reference documentation and code samples for the Google Analytics Admin V1alpha API class Google::Analytics::Admin::V1alpha::SearchChangeHistoryEventsRequest.
Request message for SearchChangeHistoryEvents RPC.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#account
def account() -> ::String
Returns
- (::String) — Required. The account resource for which to return change history resources.
#account=
def account=(value) -> ::String
Parameter
- value (::String) — Required. The account resource for which to return change history resources.
Returns
- (::String) — Required. The account resource for which to return change history resources.
#action
def action() -> ::Array<::Google::Analytics::Admin::V1alpha::ActionType>
Returns
- (::Array<::Google::Analytics::Admin::V1alpha::ActionType>) — Optional. If set, only return changes that match one or more of these types of actions.
#action=
def action=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::ActionType>
Parameter
- value (::Array<::Google::Analytics::Admin::V1alpha::ActionType>) — Optional. If set, only return changes that match one or more of these types of actions.
Returns
- (::Array<::Google::Analytics::Admin::V1alpha::ActionType>) — Optional. If set, only return changes that match one or more of these types of actions.
#actor_email
def actor_email() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. If set, only return changes if they are made by a user in this list.
#actor_email=
def actor_email=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
#earliest_change_time
def earliest_change_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. If set, only return changes made after this time (inclusive).
#earliest_change_time=
def earliest_change_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. If set, only return changes made after this time (inclusive).
Returns
- (::Google::Protobuf::Timestamp) — Optional. If set, only return changes made after this time (inclusive).
#latest_change_time
def latest_change_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. If set, only return changes made before this time (inclusive).
#latest_change_time=
def latest_change_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. If set, only return changes made before this time (inclusive).
Returns
- (::Google::Protobuf::Timestamp) — Optional. If set, only return changes made before this time (inclusive).
#page_size
def page_size() -> ::Integer
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).
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::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).
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).
#page_token
def page_token() -> ::String
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 toSearchChangeHistoryEvents
must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A page token, received from a previous
SearchChangeHistoryEvents
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toSearchChangeHistoryEvents
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 toSearchChangeHistoryEvents
must match the call that provided the page token.
#property
def property() -> ::String
Returns
- (::String) — Optional. Resource name for a child property. If set, only return changes made to this property or its child resources.
#property=
def property=(value) -> ::String
Parameter
- value (::String) — Optional. Resource name for a child property. If set, only return changes made to this property or its child resources.
Returns
- (::String) — Optional. Resource name for a child property. If set, only return changes made to this property or its child resources.
#resource_type
def resource_type() -> ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryResourceType>
Returns
- (::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryResourceType>) — Optional. If set, only return changes if they are for a resource that matches at least one of these types.
#resource_type=
def resource_type=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryResourceType>
Parameter
- value (::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryResourceType>) — Optional. If set, only return changes if they are for a resource that matches at least one of these types.
Returns
- (::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryResourceType>) — Optional. If set, only return changes if they are for a resource that matches at least one of these types.