Interface DeleteBreakpointRequestOrBuilder (1.57.0)

publicinterface DeleteBreakpointRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreakpointId()

publicabstractStringgetBreakpointId()

Required. ID of the breakpoint to delete.

string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The breakpointId.

getBreakpointIdBytes()

publicabstractByteStringgetBreakpointIdBytes()

Required. ID of the breakpoint to delete.

string breakpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for breakpointId.

getClientVersion()

publicabstractStringgetClientVersion()

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

string client_version = 3 [(.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 = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientVersion.

getDebuggeeId()

publicabstractStringgetDebuggeeId()

Required. ID of the debuggee whose breakpoint to delete.

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

Returns
Type Description
String

The debuggeeId.

getDebuggeeIdBytes()

publicabstractByteStringgetDebuggeeIdBytes()

Required. ID of the debuggee whose breakpoint to delete.

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

Returns
Type Description
ByteString

The bytes for debuggeeId.

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.