Stackdriver Monitoring V3 Client - Class ListUptimeCheckConfigsRequest (1.7.1)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListUptimeCheckConfigsRequest.

The protocol for the ListUptimeCheckConfigs request.

Generated from protobuf message google.monitoring.v3.ListUptimeCheckConfigsRequest

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project whose Uptime check configurations are listed. The format is: projects/[PROJECT_ID_OR_NUMBER]

↳ filter string

If provided, this field specifies the criteria that must be met by uptime checks to be included in the response. For more details, see Filtering syntax.

↳ page_size int

The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned.

↳ page_token string

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return more results from the previous method call.

getParent

Required. The project whose Uptime check configurations are listed. The format is: projects/[PROJECT_ID_OR_NUMBER]

Returns
TypeDescription
string

setParent

Required. The project whose Uptime check configurations are listed. The format is: projects/[PROJECT_ID_OR_NUMBER]

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

If provided, this field specifies the criteria that must be met by uptime checks to be included in the response.

For more details, see Filtering syntax.

Returns
TypeDescription
string

setFilter

If provided, this field specifies the criteria that must be met by uptime checks to be included in the response.

For more details, see Filtering syntax.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned.

Returns
TypeDescription
int

setPageSize

The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return more results from the previous method call.

Returns
TypeDescription
string

setPageToken

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return more results from the previous method call.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The project whose Uptime check configurations are listed. The format is:

projects/[PROJECT_ID_OR_NUMBER]

Returns
TypeDescription
Google\Cloud\Monitoring\V3\ListUptimeCheckConfigsRequest