Show / Hide Table of Contents

Class DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest

Lists all breakpoints for the debuggee.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListBreakpointsResponse>
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>
DebuggerResource.DebuggeesResource.BreakpointsResource.ListRequest
Implements
IClientServiceRequest<ListBreakpointsResponse>
IClientServiceRequest
Inherited Members
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.Xgafv
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.AccessToken
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.Alt
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.Callback
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.Fields
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.Key
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.OauthToken
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.PrettyPrint
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.QuotaUser
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.UploadType
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.UploadProtocol
ClientServiceRequest<ListBreakpointsResponse>.Execute()
ClientServiceRequest<ListBreakpointsResponse>.ExecuteAsStream()
ClientServiceRequest<ListBreakpointsResponse>.ExecuteAsync()
ClientServiceRequest<ListBreakpointsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListBreakpointsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListBreakpointsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListBreakpointsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListBreakpointsResponse>.GenerateRequestUri()
ClientServiceRequest<ListBreakpointsResponse>.GetBody()
ClientServiceRequest<ListBreakpointsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListBreakpointsResponse>.ETagAction
ClientServiceRequest<ListBreakpointsResponse>.ModifyRequest
ClientServiceRequest<ListBreakpointsResponse>.ValidateParameters
ClientServiceRequest<ListBreakpointsResponse>.RequestParameters
ClientServiceRequest<ListBreakpointsResponse>.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.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudDebugger.v2.Data.ListBreakpointsResponse>.HttpMethod

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudDebugger.v2.Data.ListBreakpointsResponse>.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.ListBreakpointsResponse>.RestPath

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()
Overrides
CloudDebuggerBaseServiceRequest<ListBreakpointsResponse>.InitParameters()

Implements

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