Interface ListUptimeCheckConfigsResponseOrBuilder (3.2.9)

public interface ListUptimeCheckConfigsResponseOrBuilder 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).

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

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTotalSize()

public abstract int getTotalSize()

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

int32 total_size = 3;

Returns
TypeDescription
int

The totalSize.

getUptimeCheckConfigs(int index)

public abstract UptimeCheckConfig getUptimeCheckConfigs(int index)

The returned Uptime check configurations.

repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
UptimeCheckConfig

getUptimeCheckConfigsCount()

public abstract int getUptimeCheckConfigsCount()

The returned Uptime check configurations.

repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;

Returns
TypeDescription
int

getUptimeCheckConfigsList()

public abstract List<UptimeCheckConfig> getUptimeCheckConfigsList()

The returned Uptime check configurations.

repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;

Returns
TypeDescription
List<UptimeCheckConfig>

getUptimeCheckConfigsOrBuilder(int index)

public abstract UptimeCheckConfigOrBuilder getUptimeCheckConfigsOrBuilder(int index)

The returned Uptime check configurations.

repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
UptimeCheckConfigOrBuilder

getUptimeCheckConfigsOrBuilderList()

public abstract List<? extends UptimeCheckConfigOrBuilder> getUptimeCheckConfigsOrBuilderList()

The returned Uptime check configurations.

repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;

Returns
TypeDescription
List<? extends com.google.monitoring.v3.UptimeCheckConfigOrBuilder>