blob: 017df6d95a2ba000a0ddfb9e1a46c7a0e1c256f7 [file] [edit]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="firebasecrashlytics_v1alpha.html">Firebase Crashlytics API</a> . <a href="firebasecrashlytics_v1alpha.projects.html">projects</a> . <a href="firebasecrashlytics_v1alpha.projects.apps.html">apps</a> . <a href="firebasecrashlytics_v1alpha.projects.apps.issues.html">issues</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="firebasecrashlytics_v1alpha.projects.apps.issues.notes.html">notes()</a></code>
</p>
<p class="firstline">Returns the notes Resource.</p>
<p class="toc_element">
<code><a href="#batchUpdate">batchUpdate(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">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.</p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieve an issue.</p>
<p class="toc_element">
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Change the state of an issue.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="batchUpdate">batchUpdate(parent, body=None, x__xgafv=None)</code>
<pre>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.
Args:
parent: string, 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. (required)
body: object, The request body.
The object takes the form of:
{ # Request message for the BatchUpdateIssues method.
&quot;requests&quot;: [ # Required. The request message specifying the resources to update. A maximum of 100 issues can be modified in a batch.
{ # Request message for the UpdateIssue method.
&quot;issue&quot;: { # An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread. # Required. The issue to update. The issue&#x27;s `name` field is used to identify the issue to update. Format: &quot;projects/{project}/apps/{app}/issues/{issue}&quot;.
&quot;errorType&quot;: &quot;A String&quot;, # Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.
&quot;firstSeenTime&quot;: &quot;A String&quot;, # Output only. Immutable. The first time this issue was seen.
&quot;firstSeenVersion&quot;: &quot;A String&quot;, # Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Unique identifier for the issue.
&quot;lastSeenTime&quot;: &quot;A String&quot;, # Output only. The most recent time this issue was seen.
&quot;lastSeenVersion&quot;: &quot;A String&quot;, # Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.
&quot;name&quot;: &quot;A String&quot;, # Required. Output only. Immutable. Identifier. The name of the issue resource. Format: &quot;projects/{project}/apps/{app}/issues/{issue}&quot;.
&quot;notesCount&quot;: &quot;A String&quot;, # Output only. The number of notes attached to an issue.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this issue.
&quot;signals&quot;: [ # Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer.
{ # Distinctive characteristics assigned by the Crashlytics analyzer.
&quot;description&quot;: &quot;A String&quot;, # Output only. Supporting detail information.
&quot;signal&quot;: &quot;A String&quot;, # Output only. The signal name.
},
],
&quot;state&quot;: &quot;A String&quot;, # Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see [Regressed Issues](https://firebase.google.com/docs/crashlytics/troubleshooting?platform=ios#regressed-issues).
&quot;stateUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the issue state was last changed.
&quot;subtitle&quot;: &quot;A String&quot;, # Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message.
&quot;title&quot;: &quot;A String&quot;, # Output only. Immutable. Caption title. This is usually a source file or method name.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the Issue on the Firebase console. When this Issue is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
&quot;variants&quot;: [ # Output only. Immutable. The top 12 variants (subgroups) within the issue. Variants group events within an issue that are very similar. A single result implies that the variant is the same as the parent issue. This field will be empty when multiple issues are requested. Request a single issue to list variants.
{ # A variant is a subgroup of an issue where all events have very similar stack traces. Issues may contain one or more variants.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Distinct identifier for the variant.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this variant.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the variant on the Firebase console. When this variant is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
},
],
},
&quot;updateMask&quot;: &quot;A String&quot;, # Optional. The list of Issue fields to update. Currently only &quot;state&quot; is mutable.
},
],
&quot;updateMask&quot;: &quot;A String&quot;, # Optional. The list of Issue fields to update. If this is set, the update_mask field in the UpdateIssueRequest messages must either be empty or match this field.
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for the BatchUpdateIssues method.
&quot;issues&quot;: [ # Issues updated in the same order as in BatchUpdateIssuesRequest.
{ # An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.
&quot;errorType&quot;: &quot;A String&quot;, # Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.
&quot;firstSeenTime&quot;: &quot;A String&quot;, # Output only. Immutable. The first time this issue was seen.
&quot;firstSeenVersion&quot;: &quot;A String&quot;, # Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Unique identifier for the issue.
&quot;lastSeenTime&quot;: &quot;A String&quot;, # Output only. The most recent time this issue was seen.
&quot;lastSeenVersion&quot;: &quot;A String&quot;, # Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.
&quot;name&quot;: &quot;A String&quot;, # Required. Output only. Immutable. Identifier. The name of the issue resource. Format: &quot;projects/{project}/apps/{app}/issues/{issue}&quot;.
&quot;notesCount&quot;: &quot;A String&quot;, # Output only. The number of notes attached to an issue.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this issue.
&quot;signals&quot;: [ # Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer.
{ # Distinctive characteristics assigned by the Crashlytics analyzer.
&quot;description&quot;: &quot;A String&quot;, # Output only. Supporting detail information.
&quot;signal&quot;: &quot;A String&quot;, # Output only. The signal name.
},
],
&quot;state&quot;: &quot;A String&quot;, # Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see [Regressed Issues](https://firebase.google.com/docs/crashlytics/troubleshooting?platform=ios#regressed-issues).
&quot;stateUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the issue state was last changed.
&quot;subtitle&quot;: &quot;A String&quot;, # Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message.
&quot;title&quot;: &quot;A String&quot;, # Output only. Immutable. Caption title. This is usually a source file or method name.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the Issue on the Firebase console. When this Issue is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
&quot;variants&quot;: [ # Output only. Immutable. The top 12 variants (subgroups) within the issue. Variants group events within an issue that are very similar. A single result implies that the variant is the same as the parent issue. This field will be empty when multiple issues are requested. Request a single issue to list variants.
{ # A variant is a subgroup of an issue where all events have very similar stack traces. Issues may contain one or more variants.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Distinct identifier for the variant.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this variant.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the variant on the Firebase console. When this variant is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
},
],
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>Retrieve an issue.
Args:
name: string, Required. The name of the issue to retrieve. Format: &quot;projects/{project}/apps/{app}/issues/{issue}&quot;. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.
&quot;errorType&quot;: &quot;A String&quot;, # Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.
&quot;firstSeenTime&quot;: &quot;A String&quot;, # Output only. Immutable. The first time this issue was seen.
&quot;firstSeenVersion&quot;: &quot;A String&quot;, # Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Unique identifier for the issue.
&quot;lastSeenTime&quot;: &quot;A String&quot;, # Output only. The most recent time this issue was seen.
&quot;lastSeenVersion&quot;: &quot;A String&quot;, # Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.
&quot;name&quot;: &quot;A String&quot;, # Required. Output only. Immutable. Identifier. The name of the issue resource. Format: &quot;projects/{project}/apps/{app}/issues/{issue}&quot;.
&quot;notesCount&quot;: &quot;A String&quot;, # Output only. The number of notes attached to an issue.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this issue.
&quot;signals&quot;: [ # Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer.
{ # Distinctive characteristics assigned by the Crashlytics analyzer.
&quot;description&quot;: &quot;A String&quot;, # Output only. Supporting detail information.
&quot;signal&quot;: &quot;A String&quot;, # Output only. The signal name.
},
],
&quot;state&quot;: &quot;A String&quot;, # Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see [Regressed Issues](https://firebase.google.com/docs/crashlytics/troubleshooting?platform=ios#regressed-issues).
&quot;stateUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the issue state was last changed.
&quot;subtitle&quot;: &quot;A String&quot;, # Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message.
&quot;title&quot;: &quot;A String&quot;, # Output only. Immutable. Caption title. This is usually a source file or method name.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the Issue on the Firebase console. When this Issue is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
&quot;variants&quot;: [ # Output only. Immutable. The top 12 variants (subgroups) within the issue. Variants group events within an issue that are very similar. A single result implies that the variant is the same as the parent issue. This field will be empty when multiple issues are requested. Request a single issue to list variants.
{ # A variant is a subgroup of an issue where all events have very similar stack traces. Issues may contain one or more variants.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Distinct identifier for the variant.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this variant.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the variant on the Firebase console. When this variant is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
<pre>Change the state of an issue.
Args:
name: string, Required. Output only. Immutable. Identifier. The name of the issue resource. Format: &quot;projects/{project}/apps/{app}/issues/{issue}&quot;. (required)
body: object, The request body.
The object takes the form of:
{ # An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.
&quot;errorType&quot;: &quot;A String&quot;, # Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.
&quot;firstSeenTime&quot;: &quot;A String&quot;, # Output only. Immutable. The first time this issue was seen.
&quot;firstSeenVersion&quot;: &quot;A String&quot;, # Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Unique identifier for the issue.
&quot;lastSeenTime&quot;: &quot;A String&quot;, # Output only. The most recent time this issue was seen.
&quot;lastSeenVersion&quot;: &quot;A String&quot;, # Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.
&quot;name&quot;: &quot;A String&quot;, # Required. Output only. Immutable. Identifier. The name of the issue resource. Format: &quot;projects/{project}/apps/{app}/issues/{issue}&quot;.
&quot;notesCount&quot;: &quot;A String&quot;, # Output only. The number of notes attached to an issue.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this issue.
&quot;signals&quot;: [ # Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer.
{ # Distinctive characteristics assigned by the Crashlytics analyzer.
&quot;description&quot;: &quot;A String&quot;, # Output only. Supporting detail information.
&quot;signal&quot;: &quot;A String&quot;, # Output only. The signal name.
},
],
&quot;state&quot;: &quot;A String&quot;, # Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see [Regressed Issues](https://firebase.google.com/docs/crashlytics/troubleshooting?platform=ios#regressed-issues).
&quot;stateUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the issue state was last changed.
&quot;subtitle&quot;: &quot;A String&quot;, # Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message.
&quot;title&quot;: &quot;A String&quot;, # Output only. Immutable. Caption title. This is usually a source file or method name.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the Issue on the Firebase console. When this Issue is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
&quot;variants&quot;: [ # Output only. Immutable. The top 12 variants (subgroups) within the issue. Variants group events within an issue that are very similar. A single result implies that the variant is the same as the parent issue. This field will be empty when multiple issues are requested. Request a single issue to list variants.
{ # A variant is a subgroup of an issue where all events have very similar stack traces. Issues may contain one or more variants.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Distinct identifier for the variant.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this variant.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the variant on the Firebase console. When this variant is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
},
],
}
updateMask: string, Optional. The list of Issue fields to update. Currently only &quot;state&quot; is mutable.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.
&quot;errorType&quot;: &quot;A String&quot;, # Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.
&quot;firstSeenTime&quot;: &quot;A String&quot;, # Output only. Immutable. The first time this issue was seen.
&quot;firstSeenVersion&quot;: &quot;A String&quot;, # Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Unique identifier for the issue.
&quot;lastSeenTime&quot;: &quot;A String&quot;, # Output only. The most recent time this issue was seen.
&quot;lastSeenVersion&quot;: &quot;A String&quot;, # Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.
&quot;name&quot;: &quot;A String&quot;, # Required. Output only. Immutable. Identifier. The name of the issue resource. Format: &quot;projects/{project}/apps/{app}/issues/{issue}&quot;.
&quot;notesCount&quot;: &quot;A String&quot;, # Output only. The number of notes attached to an issue.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this issue.
&quot;signals&quot;: [ # Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer.
{ # Distinctive characteristics assigned by the Crashlytics analyzer.
&quot;description&quot;: &quot;A String&quot;, # Output only. Supporting detail information.
&quot;signal&quot;: &quot;A String&quot;, # Output only. The signal name.
},
],
&quot;state&quot;: &quot;A String&quot;, # Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see [Regressed Issues](https://firebase.google.com/docs/crashlytics/troubleshooting?platform=ios#regressed-issues).
&quot;stateUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the issue state was last changed.
&quot;subtitle&quot;: &quot;A String&quot;, # Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message.
&quot;title&quot;: &quot;A String&quot;, # Output only. Immutable. Caption title. This is usually a source file or method name.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the Issue on the Firebase console. When this Issue is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
&quot;variants&quot;: [ # Output only. Immutable. The top 12 variants (subgroups) within the issue. Variants group events within an issue that are very similar. A single result implies that the variant is the same as the parent issue. This field will be empty when multiple issues are requested. Request a single issue to list variants.
{ # A variant is a subgroup of an issue where all events have very similar stack traces. Issues may contain one or more variants.
&quot;id&quot;: &quot;A String&quot;, # Output only. Immutable. Distinct identifier for the variant.
&quot;sampleEvent&quot;: &quot;A String&quot;, # Output only. The resource name for a sample event in this variant.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Provides a link to the variant on the Firebase console. When this variant is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
},
],
}</pre>
</div>
</body></html>