Interface RegisterDebuggeeResponseOrBuilder (1.41.0)

public interface RegisterDebuggeeResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDebuggee()

public abstract Debuggee getDebuggee()

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
TypeDescription
Debuggee

The debuggee.

getDebuggeeOrBuilder()

public abstract DebuggeeOrBuilder getDebuggeeOrBuilder()

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
TypeDescription
DebuggeeOrBuilder

hasDebuggee()

public abstract boolean hasDebuggee()

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
TypeDescription
boolean

Whether the debuggee field is set.