Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.PullRequestsResource.ListFileDiffsRequest

Lists a pull request's file diffs.

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

Constructors

ListFileDiffsRequest(IClientService, string)

Constructs a new ListFileDiffs request.

Declaration
public ListFileDiffsRequest(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<ListPullRequestFileDiffsResponse>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The pull request to list file diffs for. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}

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

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes ListFileDiffs parameter list.

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

Implements

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