Class DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest
Sets the breakpoint to the debuggee.
Inheritance
DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest : CloudDebuggerBaseServiceRequest<SetBreakpointResponse>, IClientServiceRequest<SetBreakpointResponse>, IClientServiceRequest
Constructors
SetRequest(IClientService, Breakpoint, string)
Constructs a new Set request.
Declaration
public SetRequest(IClientService service, Breakpoint body, string debuggeeId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Breakpoint | body | |
string | debuggeeId |
Properties
CanaryOption
The canary option set by the user upon setting breakpoint.
Declaration
[RequestParameter("canaryOption", RequestParameterType.Query)]
public virtual DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest.CanaryOptionEnum? CanaryOption { get; set; }
Property Value
Type | Description |
---|---|
DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest.CanaryOptionEnum? |
ClientVersion
Required. The client version making the call. Schema: domain/type/version
(e.g.,
google.com/intellij/v1
).
Declaration
[RequestParameter("clientVersion", RequestParameterType.Query)]
public virtual string ClientVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
DebuggeeId
Required. ID of the debuggee where the breakpoint is to be set.
Declaration
[RequestParameter("debuggeeId", RequestParameterType.Path)]
public virtual string DebuggeeId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudDebugger.v2.Data.SetBreakpointResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudDebugger.v2.Data.SetBreakpointResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudDebugger.v2.Data.SetBreakpointResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudDebugger.v2.Data.SetBreakpointResponse>.GetBody()
InitParameters()
Initializes Set parameter list.
Declaration
protected override void InitParameters()