Stackdriver Error Reporting V1beta1 Client - Class ListEventsResponse (0.22.6)

Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class ListEventsResponse.

Contains a set of requested error events.

Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.ListEventsResponse

Namespace

Google \ Cloud \ ErrorReporting \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ error_events array<Google\Cloud\ErrorReporting\V1beta1\ErrorEvent>

The error events which match the given request.

↳ next_page_token string

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

↳ time_range_begin Google\Protobuf\Timestamp

The timestamp specifies the start time to which the request was restricted.

getErrorEvents

The error events which match the given request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setErrorEvents

The error events which match the given request.

Parameter
Name Description
var array<Google\Cloud\ErrorReporting\V1beta1\ErrorEvent>
Returns
Type Description
$this

getNextPageToken

If non-empty, more results are available.

Pass this token, along with the same query parameters as the first request, to view the next page of results.

Returns
Type Description
string

setNextPageToken

If non-empty, more results are available.

Pass this token, along with the same query parameters as the first request, to view the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this

getTimeRangeBegin

The timestamp specifies the start time to which the request was restricted.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasTimeRangeBegin

clearTimeRangeBegin

setTimeRangeBegin

The timestamp specifies the start time to which the request was restricted.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this