Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class ListEventsRequest.
Specifies a set of error events to return.
Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.ListEventsRequest
Namespace
Google \ Cloud \ ErrorReporting \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_name |
string
Required. The resource name of the Google Cloud Platform project. Written as |
↳ group_id |
string
Required. The group for which events shall be returned. |
↳ service_filter |
Google\Cloud\ErrorReporting\V1beta1\ServiceContextFilter
Optional. List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified. |
↳ time_range |
Google\Cloud\ErrorReporting\V1beta1\QueryTimeRange
Optional. List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range. |
↳ page_size |
int
Optional. The maximum number of results to return per response. |
↳ page_token |
string
Optional. A |
getProjectName
Required. The resource name of the Google Cloud Platform project. Written
as projects/{projectID}
, where {projectID}
is the
Google Cloud Platform project
ID.
Example: projects/my-project-123
.
Returns | |
---|---|
Type | Description |
string |
setProjectName
Required. The resource name of the Google Cloud Platform project. Written
as projects/{projectID}
, where {projectID}
is the
Google Cloud Platform project
ID.
Example: projects/my-project-123
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGroupId
Required. The group for which events shall be returned.
Returns | |
---|---|
Type | Description |
string |
setGroupId
Required. The group for which events shall be returned.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getServiceFilter
Optional. List only ErrorGroups which belong to a service context that matches the filter.
Data for all service contexts is returned if this field is not specified.
Returns | |
---|---|
Type | Description |
Google\Cloud\ErrorReporting\V1beta1\ServiceContextFilter|null |
hasServiceFilter
clearServiceFilter
setServiceFilter
Optional. List only ErrorGroups which belong to a service context that matches the filter.
Data for all service contexts is returned if this field is not specified.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ErrorReporting\V1beta1\ServiceContextFilter
|
Returns | |
---|---|
Type | Description |
$this |
getTimeRange
Optional. List only data for the given time range.
If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.
Returns | |
---|---|
Type | Description |
Google\Cloud\ErrorReporting\V1beta1\QueryTimeRange|null |
hasTimeRange
clearTimeRange
setTimeRange
Optional. List only data for the given time range.
If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ErrorReporting\V1beta1\QueryTimeRange
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The maximum number of results to return per response.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. The maximum number of results to return per response.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A next_page_token
provided by a previous response.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A next_page_token
provided by a previous response.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
projectName |
string
Required. The resource name of the Google Cloud Platform project. Written
as Example: |
groupId |
string
Required. The group for which events shall be returned. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ErrorReporting\V1beta1\ListEventsRequest |