Uses of Class
com.google.cloud.monitoring.v3.UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse
-
Packages that use UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub -
-
Uses of UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse Modifier and Type Method Description UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse
UptimeCheckServiceClient. listUptimeCheckConfigs(com.google.api.resourcenames.ResourceName parent)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).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(OrganizationName parent)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse
UptimeCheckServiceClient. listUptimeCheckConfigs(ProjectName parent)
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).Methods in com.google.cloud.monitoring.v3 that return types with arguments of type UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse Modifier and Type Method 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.Builder<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse,UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse>
UptimeCheckServiceSettings.Builder. listUptimeCheckConfigsSettings()
Returns the builder for the settings used for calls to listUptimeCheckConfigs.com.google.api.gax.rpc.PagedCallSettings<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse,UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse>
UptimeCheckServiceSettings. listUptimeCheckConfigsSettings()
Returns the object with the settings used for calls to listUptimeCheckConfigs. -
Uses of UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse in com.google.cloud.monitoring.v3.stub
-