Class DebuggerResource.DebuggeesResource.BreakpointsResource.DeleteRequest
Deletes the breakpoint from the debuggee.
Inheritance
DebuggerResource.DebuggeesResource.BreakpointsResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class DebuggerResource.DebuggeesResource.BreakpointsResource.DeleteRequest : CloudDebuggerBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string debuggeeId, string breakpointId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | debuggeeId | |
string | breakpointId |
Properties
BreakpointId
Required. ID of the breakpoint to delete.
Declaration
[RequestParameter("breakpointId", RequestParameterType.Path)]
public virtual string BreakpointId { get; }
Property Value
Type | Description |
---|---|
string |
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 whose breakpoint to delete.
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.Empty>.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.Empty>.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.Empty>.RestPath
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()