Package | Description |
---|---|
com.google.cloud.monitoring.v3 |
A client to Stackdriver Monitoring API.
|
com.google.cloud.monitoring.v3.stub |
Modifier and Type | Method and Description |
---|---|
UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse |
UptimeCheckServiceClient.listUptimeCheckConfigs(ListUptimeCheckConfigsRequest request)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid
configurations).
|
UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse |
UptimeCheckServiceClient.listUptimeCheckConfigs(String parent)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid
configurations).
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse> |
UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse,UptimeCheckConfig> context,
com.google.api.core.ApiFuture<ListUptimeCheckConfigsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckConfigsRequest,UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse> |
UptimeCheckServiceClient.listUptimeCheckConfigsPagedCallable()
Lists the existing valid Uptime check configurations for the project (leaving out any invalid
configurations).
|
com.google.api.gax.rpc.PagedCallSettings<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse,UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse> |
UptimeCheckServiceSettings.listUptimeCheckConfigsSettings()
Returns the object with the settings used for calls to listUptimeCheckConfigs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse,UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse> |
UptimeCheckServiceSettings.Builder.listUptimeCheckConfigsSettings()
Returns the builder for the settings used for calls to listUptimeCheckConfigs.
|
Copyright © 2019 Google LLC. All rights reserved.