Show / Hide Table of Contents

Class ProjectsResource.AppsResource.IssuesResource

The "issues" collection of methods.

Inheritance
object
ProjectsResource.AppsResource.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.FirebaseCrashlytics.v1alpha
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class ProjectsResource.AppsResource.IssuesResource

Constructors

IssuesResource(IClientService)

Constructs a new resource.

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

Properties

Notes

Gets the Notes resource.

Declaration
public virtual ProjectsResource.AppsResource.IssuesResource.NotesResource Notes { get; }
Property Value
Type Description
ProjectsResource.AppsResource.IssuesResource.NotesResource

Methods

BatchUpdate(BatchUpdateIssuesRequest, string)

Change the state of a group of issues. This method is not atomic, so partial failures can occur. In the event of a partial failure, the request will fail and you will need to call GetIssue to see which issues were not updated.

Declaration
public virtual ProjectsResource.AppsResource.IssuesResource.BatchUpdateRequest BatchUpdate(BatchUpdateIssuesRequest body, string parent)
Parameters
Type Name Description
BatchUpdateIssuesRequest body

The body of the request.

string parent

Required. The parent resource shared by all issues being updated. Format: projects/{project}/apps/{app}. If this is set, the parent field in the UpdateIssueRequest messages must either be empty or match this field.

Returns
Type Description
ProjectsResource.AppsResource.IssuesResource.BatchUpdateRequest

Get(string)

Retrieve an issue.

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

Required. The name of the issue to retrieve. Format: "projects/{project}/apps/{app}/issues/{issue}".

Returns
Type Description
ProjectsResource.AppsResource.IssuesResource.GetRequest

Patch(Issue, string)

Change the state of an issue.

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

The body of the request.

string name

Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}".

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