Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource

The "issues" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource
Inherited Members
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.IssuesResource

Constructors

IssuesResource(IClientService)

Constructs a new resource.

Declaration
public IssuesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

IssueComments

Gets the IssueComments resource.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.IssueCommentsResource IssueComments { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.IssueCommentsResource

Methods

Close(CloseIssueRequest, string)

Closes an issue.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.CloseRequest Close(CloseIssueRequest body, string name)
Parameters
Type Name Description
CloseIssueRequest body

The body of the request.

string name

Required. Name of the issue to close. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.CloseRequest

Create(Issue, string)

Creates an issue.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.CreateRequest Create(Issue body, string parent)
Parameters
Type Name Description
Issue body

The body of the request.

string parent

Required. The repository in which to create the issue. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.CreateRequest

Delete(string)

Deletes an issue.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Name of the issue to delete. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.DeleteRequest

Get(string)

Gets an issue.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the issue to retrieve. The format is projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.GetRequest

List(string)

Lists issues in a repository.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The repository in which to list issues. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.ListRequest

Open(OpenIssueRequest, string)

Opens an issue.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.OpenRequest Open(OpenIssueRequest body, string name)
Parameters
Type Name Description
OpenIssueRequest body

The body of the request.

string name

Required. Name of the issue to open. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.OpenRequest

Patch(Issue, string)

Updates a issue.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.PatchRequest Patch(Issue body, string name)
Parameters
Type Name Description
Issue body

The body of the request.

string name

Identifier. Unique identifier for an issue. The issue id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.IssuesResource.PatchRequest
In this article
Back to top Generated by DocFX