Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.PullRequestsResource.PullRequestCommentsResource.GetRequest

Gets a pull request comment.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Name of the pull request comment to retrieve. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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