Interface ListUptimeCheckIpsResponseOrBuilder (3.43.0)

public interface ListUptimeCheckIpsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String 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

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUptimeCheckIps(int index)

public abstract UptimeCheckIp getUptimeCheckIps(int index)

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

repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;

Parameter
Name Description
index int
Returns
Type Description
UptimeCheckIp

getUptimeCheckIpsCount()

public abstract int getUptimeCheckIpsCount()

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

repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;

Returns
Type Description
int

getUptimeCheckIpsList()

public abstract List<UptimeCheckIp> getUptimeCheckIpsList()

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

repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;

Returns
Type Description
List<UptimeCheckIp>

getUptimeCheckIpsOrBuilder(int index)

public abstract UptimeCheckIpOrBuilder getUptimeCheckIpsOrBuilder(int index)

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

repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;

Parameter
Name Description
index int
Returns
Type Description
UptimeCheckIpOrBuilder

getUptimeCheckIpsOrBuilderList()

public abstract List<? extends UptimeCheckIpOrBuilder> getUptimeCheckIpsOrBuilderList()

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

repeated .google.monitoring.v3.UptimeCheckIp uptime_check_ips = 1;

Returns
Type Description
List<? extends com.google.monitoring.v3.UptimeCheckIpOrBuilder>