Class Controller2Stub (1.12.0)

public abstract class Controller2Stub implements BackgroundResource

Base stub class for the Controller2 service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > Controller2Stub

Implements

BackgroundResource

Constructors

Controller2Stub()

public Controller2Stub()

Methods

close()

public abstract void close()

listActiveBreakpointsCallable()

public UnaryCallable<ListActiveBreakpointsRequest,ListActiveBreakpointsResponse> listActiveBreakpointsCallable()
Returns
TypeDescription
UnaryCallable<ListActiveBreakpointsRequest,ListActiveBreakpointsResponse>

registerDebuggeeCallable()

public UnaryCallable<RegisterDebuggeeRequest,RegisterDebuggeeResponse> registerDebuggeeCallable()
Returns
TypeDescription
UnaryCallable<RegisterDebuggeeRequest,RegisterDebuggeeResponse>

updateActiveBreakpointCallable()

public UnaryCallable<UpdateActiveBreakpointRequest,UpdateActiveBreakpointResponse> updateActiveBreakpointCallable()
Returns
TypeDescription
UnaryCallable<UpdateActiveBreakpointRequest,UpdateActiveBreakpointResponse>