Class UptimeCheckServiceStub
- java.lang.Object
-
- com.google.cloud.monitoring.v3.stub.UptimeCheckServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcUptimeCheckServiceStub
@Generated("by gapic-generator-java") public abstract class UptimeCheckServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the UptimeCheckService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description UptimeCheckServiceStub()
-
Method Summary
-
-
-
Method Detail
-
listUptimeCheckConfigsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckConfigsRequest,UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse> listUptimeCheckConfigsPagedCallable()
-
listUptimeCheckConfigsCallable
public com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> listUptimeCheckConfigsCallable()
-
getUptimeCheckConfigCallable
public com.google.api.gax.rpc.UnaryCallable<GetUptimeCheckConfigRequest,UptimeCheckConfig> getUptimeCheckConfigCallable()
-
createUptimeCheckConfigCallable
public com.google.api.gax.rpc.UnaryCallable<CreateUptimeCheckConfigRequest,UptimeCheckConfig> createUptimeCheckConfigCallable()
-
updateUptimeCheckConfigCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> updateUptimeCheckConfigCallable()
-
deleteUptimeCheckConfigCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteUptimeCheckConfigRequest,com.google.protobuf.Empty> deleteUptimeCheckConfigCallable()
-
listUptimeCheckIpsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckIpsRequest,UptimeCheckServiceClient.ListUptimeCheckIpsPagedResponse> listUptimeCheckIpsPagedCallable()
-
listUptimeCheckIpsCallable
public com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> listUptimeCheckIpsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-