Show / Hide Table of Contents

Class DebuggerResource.DebuggeesResource.BreakpointsResource.DeleteRequest

Deletes the breakpoint from the debuggee.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Empty>
CloudDebuggerBaseServiceRequest<Empty>
DebuggerResource.DebuggeesResource.BreakpointsResource.DeleteRequest
Implements
IClientServiceRequest<Empty>
IClientServiceRequest
Inherited Members
CloudDebuggerBaseServiceRequest<Empty>.Xgafv
CloudDebuggerBaseServiceRequest<Empty>.AccessToken
CloudDebuggerBaseServiceRequest<Empty>.Alt
CloudDebuggerBaseServiceRequest<Empty>.Callback
CloudDebuggerBaseServiceRequest<Empty>.Fields
CloudDebuggerBaseServiceRequest<Empty>.Key
CloudDebuggerBaseServiceRequest<Empty>.OauthToken
CloudDebuggerBaseServiceRequest<Empty>.PrettyPrint
CloudDebuggerBaseServiceRequest<Empty>.QuotaUser
CloudDebuggerBaseServiceRequest<Empty>.UploadType
CloudDebuggerBaseServiceRequest<Empty>.UploadProtocol
ClientServiceRequest<Empty>.Execute()
ClientServiceRequest<Empty>.ExecuteAsStream()
ClientServiceRequest<Empty>.ExecuteAsync()
ClientServiceRequest<Empty>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Empty>.ExecuteAsStreamAsync()
ClientServiceRequest<Empty>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Empty>.CreateRequest(bool?)
ClientServiceRequest<Empty>.GenerateRequestUri()
ClientServiceRequest<Empty>.GetBody()
ClientServiceRequest<Empty>.GetDefaultETagAction(string)
ClientServiceRequest<Empty>.ETagAction
ClientServiceRequest<Empty>.ModifyRequest
ClientServiceRequest<Empty>.ValidateParameters
ClientServiceRequest<Empty>.RequestParameters
ClientServiceRequest<Empty>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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()
Overrides
CloudDebuggerBaseServiceRequest<Empty>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX