Interface RegisterDebuggeeResponseOrBuilder (1.52.0)

publicinterface RegisterDebuggeeResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDebuggee()

publicabstractDebuggeegetDebuggee()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
Debuggee

The debuggee.

getDebuggeeOrBuilder()

publicabstractDebuggeeOrBuildergetDebuggeeOrBuilder()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
DebuggeeOrBuilder

hasDebuggee()

publicabstractbooleanhasDebuggee()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
boolean

Whether the debuggee field is set.

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.