Google Cloud Debugger v2 API - Class GetBreakpointRequest (3.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class GetBreakpointRequest : IMessage<GetBreakpointRequest>, IEquatable<GetBreakpointRequest>, IDeepCloneable<GetBreakpointRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Debugger v2 API class GetBreakpointRequest.
Request to get breakpoint information.
Implements
IMessage GetBreakpointRequest, IEquatable GetBreakpointRequest, IDeepCloneable GetBreakpointRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
GetBreakpointRequest()
public GetBreakpointRequest()GetBreakpointRequest(GetBreakpointRequest)
public GetBreakpointRequest(GetBreakpointRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetBreakpointRequest |
Properties
BreakpointId
public string BreakpointId { get; set; }Required. ID of the breakpoint to get.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
DebuggeeId
public string DebuggeeId { get; set; }Required. ID of the debuggee whose breakpoint to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|