Show / Hide Table of Contents

Class ControllerResource.DebuggeesResource.BreakpointsResource.UpdateRequest

Updates the breakpoint state or mutable fields. The entire Breakpoint message must be sent back to the controller service. Updates to active breakpoint fields are only allowed if the new value does not change the breakpoint specification. Updates to the location, condition and expressions fields should not alter the breakpoint semantics. These may only make changes such as canonicalizing a value or snapping the location to the correct line of code.

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

Constructors

UpdateRequest(IClientService, UpdateActiveBreakpointRequest, string, string)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, UpdateActiveBreakpointRequest body, string debuggeeId, string id)
Parameters
Type Name Description
IClientService service
UpdateActiveBreakpointRequest body
string debuggeeId
string id

Properties

DebuggeeId

Required. Identifies the debuggee being debugged.

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.UpdateActiveBreakpointResponse>.HttpMethod

Id

Breakpoint identifier, unique in the scope of the debuggee.

Declaration
[RequestParameter("id", RequestParameterType.Path)]
public virtual string Id { get; }
Property Value
Type Description
string

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.UpdateActiveBreakpointResponse>.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.UpdateActiveBreakpointResponse>.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.UpdateActiveBreakpointResponse>.GetBody()

InitParameters()

Initializes Update parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudDebuggerBaseServiceRequest<UpdateActiveBreakpointResponse>.InitParameters()

Implements

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