public interface ListUptimeCheckConfigsResponseOrBuilder 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.
|
UptimeCheckConfig |
getUptimeCheckConfigs(int index)
The returned uptime check configurations.
|
int |
getUptimeCheckConfigsCount()
The returned uptime check configurations.
|
java.util.List<UptimeCheckConfig> |
getUptimeCheckConfigsList()
The returned uptime check configurations.
|
UptimeCheckConfigOrBuilder |
getUptimeCheckConfigsOrBuilder(int index)
The returned uptime check configurations.
|
java.util.List<? extends UptimeCheckConfigOrBuilder> |
getUptimeCheckConfigsOrBuilderList()
The returned uptime check configurations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<UptimeCheckConfig> getUptimeCheckConfigsList()
The returned uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
UptimeCheckConfig getUptimeCheckConfigs(int index)
The returned uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
int getUptimeCheckConfigsCount()
The returned uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
java.util.List<? extends UptimeCheckConfigOrBuilder> getUptimeCheckConfigsOrBuilderList()
The returned uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 1;
UptimeCheckConfigOrBuilder getUptimeCheckConfigsOrBuilder(int index)
The returned uptime check configurations.
repeated .google.monitoring.v3.UptimeCheckConfig uptime_check_configs = 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).
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).
string next_page_token = 2;