Google Analytics Admin V1beta Client - Class SearchChangeHistoryEventsRequest (0.23.0)

Reference documentation and code samples for the Google Analytics Admin V1beta Client class SearchChangeHistoryEventsRequest.

Request message for SearchChangeHistoryEvents RPC.

Generated from protobuf message google.analytics.admin.v1beta.SearchChangeHistoryEventsRequest

Namespace

Google \ Analytics \ Admin \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ accountstring

Required. The account resource for which to return change history resources. Format: accounts/{account} Example: accounts/100

↳ propertystring

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

↳ resource_typearray

Optional. If set, only return changes if they are for a resource that matches at least one of these types.

↳ actionarray

Optional. If set, only return changes that match one or more of these types of actions.

↳ actor_emailarray

Optional. If set, only return changes if they are made by a user in this list.

↳ earliest_change_timeGoogle\Protobuf\Timestamp

Optional. If set, only return changes made after this time (inclusive).

↳ latest_change_timeGoogle\Protobuf\Timestamp

Optional. If set, only return changes made before this time (inclusive).

↳ page_sizeint

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_tokenstring

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.

getAccount

Required. The account resource for which to return change history resources. Format: accounts/{account} Example: accounts/100

Returns
TypeDescription
string

setAccount

Required. The account resource for which to return change history resources. Format: accounts/{account} Example: accounts/100

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getProperty

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
TypeDescription
string

setProperty

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getResourceType

Optional. If set, only return changes if they are for a resource that matches at least one of these types.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setResourceType

Optional. If set, only return changes if they are for a resource that matches at least one of these types.

Parameter
NameDescription
varint[]
Returns
TypeDescription
$this

getAction

Optional. If set, only return changes that match one or more of these types of actions.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAction

Optional. If set, only return changes that match one or more of these types of actions.

Parameter
NameDescription
varint[]
Returns
TypeDescription
$this

getActorEmail

Optional. If set, only return changes if they are made by a user in this list.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setActorEmail

Optional. If set, only return changes if they are made by a user in this list.

Parameter
NameDescription
varstring[]
Returns
TypeDescription
$this

getEarliestChangeTime

Optional. If set, only return changes made after this time (inclusive).

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEarliestChangeTime

clearEarliestChangeTime

setEarliestChangeTime

Optional. If set, only return changes made after this time (inclusive).

Parameter
NameDescription
varGoogle\Protobuf\Timestamp
Returns
TypeDescription
$this

getLatestChangeTime

Optional. If set, only return changes made before this time (inclusive).

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasLatestChangeTime

clearLatestChangeTime

setLatestChangeTime

Optional. If set, only return changes made before this time (inclusive).

Parameter
NameDescription
varGoogle\Protobuf\Timestamp
Returns
TypeDescription
$this

getPageSize

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
TypeDescription
int

setPageSize

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

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getPageToken

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
TypeDescription
string

setPageToken

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.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this