Class Debugger2Stub (1.41.0)

public abstract class Debugger2Stub implements BackgroundResource

Base stub class for the Debugger2 service API.

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

Inheritance

java.lang.Object > Debugger2Stub

Implements

BackgroundResource

Constructors

Debugger2Stub()

public Debugger2Stub()

Methods

close()

public abstract void close()

deleteBreakpointCallable()

public UnaryCallable<DeleteBreakpointRequest,Empty> deleteBreakpointCallable()
Returns
TypeDescription
UnaryCallable<DeleteBreakpointRequest,Empty>

getBreakpointCallable()

public UnaryCallable<GetBreakpointRequest,GetBreakpointResponse> getBreakpointCallable()
Returns
TypeDescription
UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>

listBreakpointsCallable()

public UnaryCallable<ListBreakpointsRequest,ListBreakpointsResponse> listBreakpointsCallable()
Returns
TypeDescription
UnaryCallable<ListBreakpointsRequest,ListBreakpointsResponse>

listDebuggeesCallable()

public UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse> listDebuggeesCallable()
Returns
TypeDescription
UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse>

setBreakpointCallable()

public UnaryCallable<SetBreakpointRequest,SetBreakpointResponse> setBreakpointCallable()
Returns
TypeDescription
UnaryCallable<SetBreakpointRequest,SetBreakpointResponse>