Interface ListUptimeCheckIpsResponseOrBuilder (3.3.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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.monitoring.v3.UptimeCheckIpOrBuilder>