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

#action=

def action=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::ActionType>
Parameter
Returns

#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

#earliest_change_time=

def earliest_change_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#latest_change_time

def latest_change_time() -> ::Google::Protobuf::Timestamp
Returns

#latest_change_time=

def latest_change_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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 to SearchChangeHistoryEvents 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 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.

#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

#resource_type=

def resource_type=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryResourceType>
Parameter
Returns