Uses of Class
com.google.monitoring.v3.ListUptimeCheckConfigsRequest
-
Packages that use ListUptimeCheckConfigsRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of ListUptimeCheckConfigsRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type ListUptimeCheckConfigsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse>
UptimeCheckServiceClient. listUptimeCheckConfigsCallable()
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).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.Methods in com.google.cloud.monitoring.v3 with parameters of type ListUptimeCheckConfigsRequest Modifier and Type Method Description UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse
UptimeCheckServiceClient. listUptimeCheckConfigs(ListUptimeCheckConfigsRequest request)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).Method parameters in com.google.cloud.monitoring.v3 with type arguments of type ListUptimeCheckConfigsRequest 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)
protected UptimeCheckServiceClient.ListUptimeCheckConfigsPage
UptimeCheckServiceClient.ListUptimeCheckConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse,UptimeCheckConfig> context, ListUptimeCheckConfigsResponse response)
com.google.api.core.ApiFuture<UptimeCheckServiceClient.ListUptimeCheckConfigsPage>
UptimeCheckServiceClient.ListUptimeCheckConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse,UptimeCheckConfig> context, com.google.api.core.ApiFuture<ListUptimeCheckConfigsResponse> futureResponse)
-
Uses of ListUptimeCheckConfigsRequest in com.google.cloud.monitoring.v3.stub
-
Uses of ListUptimeCheckConfigsRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return ListUptimeCheckConfigsRequest Modifier and Type Method Description ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest.Builder. build()
ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest.Builder. buildPartial()
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. getDefaultInstance()
ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest.Builder. getDefaultInstanceForType()
ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. getDefaultInstanceForType()
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseDelimitedFrom(InputStream input)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(byte[] data)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(InputStream input)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(ByteBuffer data)
static ListUptimeCheckConfigsRequest
ListUptimeCheckConfigsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type ListUptimeCheckConfigsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse>
UptimeCheckServiceGrpc. getListUptimeCheckConfigsMethod()
com.google.protobuf.Parser<ListUptimeCheckConfigsRequest>
ListUptimeCheckConfigsRequest. getParserForType()
static com.google.protobuf.Parser<ListUptimeCheckConfigsRequest>
ListUptimeCheckConfigsRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type ListUptimeCheckConfigsRequest Modifier and Type Method Description default void
UptimeCheckServiceGrpc.AsyncService. listUptimeCheckConfigs(ListUptimeCheckConfigsRequest request, io.grpc.stub.StreamObserver<ListUptimeCheckConfigsResponse> responseObserver)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).ListUptimeCheckConfigsResponse
UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub. listUptimeCheckConfigs(ListUptimeCheckConfigsRequest request)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).com.google.common.util.concurrent.ListenableFuture<ListUptimeCheckConfigsResponse>
UptimeCheckServiceGrpc.UptimeCheckServiceFutureStub. listUptimeCheckConfigs(ListUptimeCheckConfigsRequest request)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).void
UptimeCheckServiceGrpc.UptimeCheckServiceStub. listUptimeCheckConfigs(ListUptimeCheckConfigsRequest request, io.grpc.stub.StreamObserver<ListUptimeCheckConfigsResponse> responseObserver)
Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).ListUptimeCheckConfigsRequest.Builder
ListUptimeCheckConfigsRequest.Builder. mergeFrom(ListUptimeCheckConfigsRequest other)
static ListUptimeCheckConfigsRequest.Builder
ListUptimeCheckConfigsRequest. newBuilder(ListUptimeCheckConfigsRequest prototype)
-