Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.PullRequestsResource.PullRequestCommentsResource.ListRequest

Lists pull request comments.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListPullRequestCommentsResponse>
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>
ProjectsResource.LocationsResource.RepositoriesResource.PullRequestsResource.PullRequestCommentsResource.ListRequest
Implements
IClientServiceRequest<ListPullRequestCommentsResponse>
IClientServiceRequest
Inherited Members
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.Xgafv
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.AccessToken
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.Alt
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.Callback
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.Fields
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.Key
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.OauthToken
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.PrettyPrint
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.QuotaUser
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.UploadType
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.UploadProtocol
ClientServiceRequest<ListPullRequestCommentsResponse>.Execute()
ClientServiceRequest<ListPullRequestCommentsResponse>.ExecuteAsStream()
ClientServiceRequest<ListPullRequestCommentsResponse>.ExecuteAsync()
ClientServiceRequest<ListPullRequestCommentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListPullRequestCommentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListPullRequestCommentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListPullRequestCommentsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListPullRequestCommentsResponse>.GenerateRequestUri()
ClientServiceRequest<ListPullRequestCommentsResponse>.GetBody()
ClientServiceRequest<ListPullRequestCommentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListPullRequestCommentsResponse>.ETagAction
ClientServiceRequest<ListPullRequestCommentsResponse>.ModifyRequest
ClientServiceRequest<ListPullRequestCommentsResponse>.ValidateParameters
ClientServiceRequest<ListPullRequestCommentsResponse>.ApiVersion
ClientServiceRequest<ListPullRequestCommentsResponse>.RequestParameters
ClientServiceRequest<ListPullRequestCommentsResponse>.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.SecureSourceManager.v1
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.PullRequestsResource.PullRequestCommentsResource.ListRequest : SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>, IClientServiceRequest<ListPullRequestCommentsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPullRequestCommentsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPullRequestCommentsResponse>.MethodName

PageSize

Optional. Requested page size. If unspecified, at most 100 pull request comments will be returned. The maximum value is 100; values above 100 will be coerced to 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A token identifying a page of results the server should return.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The pull request in which to list pull request comments. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPullRequestCommentsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
SecureSourceManagerBaseServiceRequest<ListPullRequestCommentsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX