Stackdriver Monitoring V3 Client - Class ListUptimeCheckConfigsResponse (1.2.2)

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

The protocol for the ListUptimeCheckConfigs response.

Generated from protobuf message google.monitoring.v3.ListUptimeCheckConfigsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ uptime_check_configs array<Google\Cloud\Monitoring\V3\UptimeCheckConfig>

The returned Uptime check configurations.

↳ next_page_token string

This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).

↳ total_size int

The total number of Uptime check configurations for the project, irrespective of any pagination.

getUptimeCheckConfigs

The returned Uptime check configurations.

Generated from protobuf field repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUptimeCheckConfigs

The returned Uptime check configurations.

Generated from protobuf field repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;

Parameter
NameDescription
var array<Google\Cloud\Monitoring\V3\UptimeCheckConfig>
Returns
TypeDescription
$this

getNextPageToken

This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).

Generated from protobuf field string next_page_token = 2;

Returns
TypeDescription
string

setNextPageToken

This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTotalSize

The total number of Uptime check configurations for the project, irrespective of any pagination.

Generated from protobuf field int32 total_size = 3;

Returns
TypeDescription
int

setTotalSize

The total number of Uptime check configurations for the project, irrespective of any pagination.

Generated from protobuf field int32 total_size = 3;

Parameter
NameDescription
var int
Returns
TypeDescription
$this