public interface ListUptimeCheckIpsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
This field represents the pagination token to retrieve the next page of
results.
|
ByteString |
getNextPageTokenBytes()
This field represents the pagination token to retrieve the next page of
results.
|
UptimeCheckIp |
getUptimeCheckIps(int index)
The returned list of IP addresses (including region and location) that the
checkers run from.
|
int |
getUptimeCheckIpsCount()
The returned list of IP addresses (including region and location) that the
checkers run from.
|
java.util.List<UptimeCheckIp> |
getUptimeCheckIpsList()
The returned list of IP addresses (including region and location) that the
checkers run from.
|
UptimeCheckIpOrBuilder |
getUptimeCheckIpsOrBuilder(int index)
The returned list of IP addresses (including region and location) that the
checkers run from.
|
java.util.List<? extends UptimeCheckIpOrBuilder> |
getUptimeCheckIpsOrBuilderList()
The returned list of IP addresses (including region and location) that the
checkers run from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.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;
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;
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;
java.util.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;
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;
java.lang.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;
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;