Stackdriver Monitoring V3 Client - Class ListUptimeCheckIpsResponse (1.2.2)

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

The protocol for the ListUptimeCheckIps response.

Generated from protobuf message google.monitoring.v3.ListUptimeCheckIpsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ uptime_check_ips array<Google\Cloud\Monitoring\V3\UptimeCheckIp>

The returned list of IP addresses (including region and location) that the checkers run from.

↳ 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). NOTE: this field is not yet implemented

getUptimeCheckIps

The returned list of IP addresses (including region and location) that the checkers run from.

Generated from protobuf field repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUptimeCheckIps

The returned list of IP addresses (including region and location) that the checkers run from.

Generated from protobuf field repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;

Parameter
NameDescription
var array<Google\Cloud\Monitoring\V3\UptimeCheckIp>
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).

NOTE: this field is not yet implemented

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

NOTE: this field is not yet implemented

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this