Interface SetBreakpointRequestOrBuilder (1.60.0)

publicinterface SetBreakpointRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpoint()

publicabstractBreakpointgetBreakpoint()

Required. Breakpoint specification to set. The field location of the breakpoint must be set.

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

Returns
Type Description
Breakpoint

The breakpoint.

getBreakpointOrBuilder()

publicabstractBreakpointOrBuildergetBreakpointOrBuilder()

Required. Breakpoint specification to set. The field location of the breakpoint must be set.

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

Returns
Type Description
BreakpointOrBuilder

getClientVersion()

publicabstractStringgetClientVersion()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientVersion.

getClientVersionBytes()

publicabstractByteStringgetClientVersionBytes()

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

string client_version = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientVersion.

getDebuggeeId()

publicabstractStringgetDebuggeeId()

Required. ID of the debuggee where the breakpoint is to be set.

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

Returns
Type Description
String

The debuggeeId.

getDebuggeeIdBytes()

publicabstractByteStringgetDebuggeeIdBytes()

Required. ID of the debuggee where the breakpoint is to be set.

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

Returns
Type Description
ByteString

The bytes for debuggeeId.

hasBreakpoint()

publicabstractbooleanhasBreakpoint()

Required. Breakpoint specification to set. The field location of the breakpoint must be set.

.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.