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
ControllerResource.DebuggeesResource.BreakpointsResource.UpdateRequest
Inherited Members
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()