Google Cloud Debugger v2 API - Class DeleteBreakpointRequest (3.2.0)

public sealed class DeleteBreakpointRequest : IMessage<DeleteBreakpointRequest>, IEquatable<DeleteBreakpointRequest>, IDeepCloneable<DeleteBreakpointRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Debugger v2 API class DeleteBreakpointRequest.

Request to delete a breakpoint.

Inheritance

object > DeleteBreakpointRequest

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

DeleteBreakpointRequest()

public DeleteBreakpointRequest()

DeleteBreakpointRequest(DeleteBreakpointRequest)

public DeleteBreakpointRequest(DeleteBreakpointRequest other)
Parameter
NameDescription
otherDeleteBreakpointRequest

Properties

BreakpointId

public string BreakpointId { get; set; }

Required. ID of the breakpoint to delete.

Property Value
TypeDescription
string

ClientVersion

public string ClientVersion { get; set; }

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

Property Value
TypeDescription
string

DebuggeeId

public string DebuggeeId { get; set; }

Required. ID of the debuggee whose breakpoint to delete.

Property Value
TypeDescription
string