Class ServiceControllerStub
- java.lang.Object
-
- com.google.api.servicecontrol.v1.stub.ServiceControllerStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcServiceControllerStub
,HttpJsonServiceControllerStub
@Generated("by gapic-generator-java") public abstract class ServiceControllerStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the ServiceController service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description ServiceControllerStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckRequest,CheckResponse>
checkCallable()
abstract void
close()
com.google.api.gax.rpc.UnaryCallable<ReportRequest,ReportResponse>
reportCallable()
-
-
-
Method Detail
-
checkCallable
public com.google.api.gax.rpc.UnaryCallable<CheckRequest,CheckResponse> checkCallable()
-
reportCallable
public com.google.api.gax.rpc.UnaryCallable<ReportRequest,ReportResponse> reportCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-