Class Debugger2Stub (1.52.0)

publicabstractclass Debugger2StubimplementsBackgroundResource

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()

publicDebugger2Stub()

Methods

close()

publicabstractvoidclose()

deleteBreakpointCallable()

publicUnaryCallable<DeleteBreakpointRequest,Empty>deleteBreakpointCallable()
Returns
Type Description
UnaryCallable<DeleteBreakpointRequest,Empty>

getBreakpointCallable()

publicUnaryCallable<GetBreakpointRequest,GetBreakpointResponse>getBreakpointCallable()
Returns
Type Description
UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>

listBreakpointsCallable()

publicUnaryCallable<ListBreakpointsRequest,ListBreakpointsResponse>listBreakpointsCallable()
Returns
Type Description
UnaryCallable<ListBreakpointsRequest,ListBreakpointsResponse>

listDebuggeesCallable()

publicUnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse>listDebuggeesCallable()
Returns
Type Description
UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse>

setBreakpointCallable()

publicUnaryCallable<SetBreakpointRequest,SetBreakpointResponse>setBreakpointCallable()
Returns
Type Description
UnaryCallable<SetBreakpointRequest,SetBreakpointResponse>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.