Interface UpdateActiveBreakpointRequestOrBuilder (1.21.0)

publicinterface UpdateActiveBreakpointRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpoint()

publicabstractBreakpointgetBreakpoint()

Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Breakpoint

The breakpoint.

getBreakpointOrBuilder()

publicabstractBreakpointOrBuildergetBreakpointOrBuilder()

Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BreakpointOrBuilder

getDebuggeeId()

publicabstractStringgetDebuggeeId()

Required. Identifies the debuggee being debugged.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The debuggeeId.

getDebuggeeIdBytes()

publicabstractByteStringgetDebuggeeIdBytes()

Required. Identifies the debuggee being debugged.

string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for debuggeeId.

hasBreakpoint()

publicabstractbooleanhasBreakpoint()

Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the breakpoint 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.