Class DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest
Lists all breakpoints for the debuggee.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest : CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>, IClientServiceRequest<ListBreakpointsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string debuggeeId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | debuggeeId |
Properties
ActionValue
Only breakpoints with the specified action will pass the filter.
Declaration
[RequestParameter("action.value", RequestParameterType.Query)]
public virtual DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest.ActionValueEnum? ActionValue { get; set; }
Property Value
| Type | Description |
|---|---|
| DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest.ActionValueEnum? |
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 breakpoints to list.
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
IncludeAllUsers
When set to true, the response includes the list of breakpoints set by any user. Otherwise, it
includes only breakpoints set by the caller.
Declaration
[RequestParameter("includeAllUsers", RequestParameterType.Query)]
public virtual bool? IncludeAllUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IncludeInactive
When set to true, the response includes active and inactive breakpoints. Otherwise, it
includes only active breakpoints.
Declaration
[RequestParameter("includeInactive", RequestParameterType.Query)]
public virtual bool? IncludeInactive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
StripResults
This field is deprecated. The following fields are always stripped out of the result:
stack_frames, evaluated_expressions and variable_table.
Declaration
[RequestParameter("stripResults", RequestParameterType.Query)]
public virtual bool? StripResults { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
WaitToken
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a
server selected timeout has expired. The value should be set from the last response. The error
code google.rpc.Code.ABORTED (RPC) is returned on wait timeout, which should be called again
with the same wait_token.
Declaration
[RequestParameter("waitToken", RequestParameterType.Query)]
public virtual string WaitToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()