Show / Hide Table of Contents

Class DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest

Sets the breakpoint to the debuggee.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SetBreakpointResponse>
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>
DebuggerResource.DebuggeesResource.BreakpointsResource.SetRequest
Implements
IClientServiceRequest<SetBreakpointResponse>
IClientServiceRequest
Inherited Members
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.Xgafv
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.AccessToken
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.Alt
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.Callback
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.Fields
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.Key
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.OauthToken
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.PrettyPrint
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.QuotaUser
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.UploadType
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.UploadProtocol
ClientServiceRequest<SetBreakpointResponse>.Execute()
ClientServiceRequest<SetBreakpointResponse>.ExecuteAsStream()
ClientServiceRequest<SetBreakpointResponse>.ExecuteAsync()
ClientServiceRequest<SetBreakpointResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SetBreakpointResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<SetBreakpointResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SetBreakpointResponse>.CreateRequest(bool?)
ClientServiceRequest<SetBreakpointResponse>.GenerateRequestUri()
ClientServiceRequest<SetBreakpointResponse>.GetDefaultETagAction(string)
ClientServiceRequest<SetBreakpointResponse>.ETagAction
ClientServiceRequest<SetBreakpointResponse>.ModifyRequest
ClientServiceRequest<SetBreakpointResponse>.ValidateParameters
ClientServiceRequest<SetBreakpointResponse>.RequestParameters
ClientServiceRequest<SetBreakpointResponse>.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.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()
Overrides
CloudDebuggerBaseServiceRequest<SetBreakpointResponse>.InitParameters()

Implements

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