Class Controller2Stub
- java.lang.Object
-
- com.google.cloud.debugger.v2.stub.Controller2Stub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcController2Stub
,HttpJsonController2Stub
@Generated("by gapic-generator-java") public abstract class Controller2Stub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Controller2 service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description Controller2Stub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<ListActiveBreakpointsRequest,ListActiveBreakpointsResponse>
listActiveBreakpointsCallable()
com.google.api.gax.rpc.UnaryCallable<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
registerDebuggeeCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateActiveBreakpointRequest,UpdateActiveBreakpointResponse>
updateActiveBreakpointCallable()
-
-
-
Method Detail
-
registerDebuggeeCallable
public com.google.api.gax.rpc.UnaryCallable<RegisterDebuggeeRequest,RegisterDebuggeeResponse> registerDebuggeeCallable()
-
listActiveBreakpointsCallable
public com.google.api.gax.rpc.UnaryCallable<ListActiveBreakpointsRequest,ListActiveBreakpointsResponse> listActiveBreakpointsCallable()
-
updateActiveBreakpointCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateActiveBreakpointRequest,UpdateActiveBreakpointResponse> updateActiveBreakpointCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-