Skip to content

Commit 8e799b7

Browse files
feat(playdeveloperreporting): update the api
#### playdeveloperreporting:v1alpha1 The following keys were added: - schemas.GooglePlayDeveloperReportingV1alpha1ErrorReport.properties.appVersion.$ref (Total Keys: 1) - schemas.GooglePlayDeveloperReportingV1alpha1ErrorReport.properties.vcsInformation.type (Total Keys: 1) #### playdeveloperreporting:v1beta1 The following keys were added: - schemas.GooglePlayDeveloperReportingV1beta1ErrorReport.properties.appVersion.$ref (Total Keys: 1) - schemas.GooglePlayDeveloperReportingV1beta1ErrorReport.properties.vcsInformation.type (Total Keys: 1)
1 parent 9490509 commit 8e799b7

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

docs/dyn/playdeveloperreporting_v1alpha1.vitals.errors.reports.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ <h3>Method Details</h3>
129129
{ # Response with a paginated list of error reports matching the search query.
130130
&quot;errorReports&quot;: [ # Error reports that were found.
131131
{ # An error report received for an app. There reports are produced by the Android platform code when a (potentially fatal) error condition is detected. Identical reports from many users will be deduplicated and coalesced into a single ErrorReport. **Required permissions**: to access this resource, the calling user needs the _View app information (read-only)_ permission for the app.
132+
&quot;appVersion&quot;: { # Representations of an app version. # The app version on which an event in this error report occurred on.
133+
&quot;versionCode&quot;: &quot;A String&quot;, # Numeric version code of the app version (set by the app&#x27;s developer).
134+
},
132135
&quot;deviceModel&quot;: { # Summary of a device # A device model on which an event in this error report occurred on.
133136
&quot;deviceId&quot;: { # Identifier of a device. # Identifier of the device.
134137
&quot;buildBrand&quot;: &quot;A String&quot;, # Value of Build.BRAND.
@@ -145,6 +148,7 @@ <h3>Method Details</h3>
145148
},
146149
&quot;reportText&quot;: &quot;A String&quot;, # Textual representation of the error report. These textual reports are produced by the platform. The reports are then sanitized and filtered to remove any potentially sensitive information. Although their format is fairly stable, they are not entirely meant for machine consumption and we cannot guarantee that there won&#x27;t be subtle changes to the formatting that may break systems trying to parse information out of the reports.
147150
&quot;type&quot;: &quot;A String&quot;, # Type of the error for which this report was generated.
151+
&quot;vcsInformation&quot;: &quot;A String&quot;, # Version control system information from BUNDLE-METADATA/version-control-info.textproto or META-INF/version-control-info.textproto of the app bundle or APK, respectively.
148152
},
149153
],
150154
&quot;nextPageToken&quot;: &quot;A String&quot;, # Page token to fetch the next page of reports.

docs/dyn/playdeveloperreporting_v1beta1.vitals.errors.reports.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ <h3>Method Details</h3>
129129
{ # Response with a paginated list of error reports matching the search query.
130130
&quot;errorReports&quot;: [ # Error reports that were found.
131131
{ # An error report received for an app. There reports are produced by the Android platform code when a (potentially fatal) error condition is detected. Identical reports from many users will be deduplicated and coalesced into a single ErrorReport. **Required permissions**: to access this resource, the calling user needs the _View app information (read-only)_ permission for the app.
132+
&quot;appVersion&quot;: { # Representations of an app version. # The app version on which an event in this error report occurred on.
133+
&quot;versionCode&quot;: &quot;A String&quot;, # Numeric version code of the app version (set by the app&#x27;s developer).
134+
},
132135
&quot;deviceModel&quot;: { # Summary of a device # A device model on which an event in this error report occurred on.
133136
&quot;deviceId&quot;: { # Identifier of a device. # Identifier of the device.
134137
&quot;buildBrand&quot;: &quot;A String&quot;, # Value of Build.BRAND.
@@ -145,6 +148,7 @@ <h3>Method Details</h3>
145148
},
146149
&quot;reportText&quot;: &quot;A String&quot;, # Textual representation of the error report. These textual reports are produced by the platform. The reports are then sanitized and filtered to remove any potentially sensitive information. Although their format is fairly stable, they are not entirely meant for machine consumption and we cannot guarantee that there won&#x27;t be subtle changes to the formatting that may break systems trying to parse information out of the reports.
147150
&quot;type&quot;: &quot;A String&quot;, # Type of the error for which this report was generated.
151+
&quot;vcsInformation&quot;: &quot;A String&quot;, # Version control system information from BUNDLE-METADATA/version-control-info.textproto or META-INF/version-control-info.textproto of the app bundle or APK, respectively.
148152
},
149153
],
150154
&quot;nextPageToken&quot;: &quot;A String&quot;, # Page token to fetch the next page of reports.

googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
}
942942
}
943943
},
944-
"revision": "20231205",
944+
"revision": "20231211",
945945
"rootUrl": "https://playdeveloperreporting.googleapis.com/",
946946
"schemas": {
947947
"GooglePlayDeveloperReportingV1alpha1Anomaly": {
@@ -1199,6 +1199,10 @@
11991199
"description": "An error report received for an app. There reports are produced by the Android platform code when a (potentially fatal) error condition is detected. Identical reports from many users will be deduplicated and coalesced into a single ErrorReport. **Required permissions**: to access this resource, the calling user needs the _View app information (read-only)_ permission for the app.",
12001200
"id": "GooglePlayDeveloperReportingV1alpha1ErrorReport",
12011201
"properties": {
1202+
"appVersion": {
1203+
"$ref": "GooglePlayDeveloperReportingV1alpha1AppVersion",
1204+
"description": "The app version on which an event in this error report occurred on."
1205+
},
12021206
"deviceModel": {
12031207
"$ref": "GooglePlayDeveloperReportingV1alpha1DeviceModelSummary",
12041208
"description": "A device model on which an event in this error report occurred on."
@@ -1237,6 +1241,10 @@
12371241
"Crash caused by an unhandled exception in Java (or Kotlin or any other JVM language) or a signal in native code such as SIGSEGV."
12381242
],
12391243
"type": "string"
1244+
},
1245+
"vcsInformation": {
1246+
"description": "Version control system information from BUNDLE-METADATA/version-control-info.textproto or META-INF/version-control-info.textproto of the app bundle or APK, respectively.",
1247+
"type": "string"
12401248
}
12411249
},
12421250
"type": "object"

googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
}
942942
}
943943
},
944-
"revision": "20231205",
944+
"revision": "20231211",
945945
"rootUrl": "https://playdeveloperreporting.googleapis.com/",
946946
"schemas": {
947947
"GooglePlayDeveloperReportingV1beta1Anomaly": {
@@ -1199,6 +1199,10 @@
11991199
"description": "An error report received for an app. There reports are produced by the Android platform code when a (potentially fatal) error condition is detected. Identical reports from many users will be deduplicated and coalesced into a single ErrorReport. **Required permissions**: to access this resource, the calling user needs the _View app information (read-only)_ permission for the app.",
12001200
"id": "GooglePlayDeveloperReportingV1beta1ErrorReport",
12011201
"properties": {
1202+
"appVersion": {
1203+
"$ref": "GooglePlayDeveloperReportingV1beta1AppVersion",
1204+
"description": "The app version on which an event in this error report occurred on."
1205+
},
12021206
"deviceModel": {
12031207
"$ref": "GooglePlayDeveloperReportingV1beta1DeviceModelSummary",
12041208
"description": "A device model on which an event in this error report occurred on."
@@ -1237,6 +1241,10 @@
12371241
"Crash caused by an unhandled exception in Java (or Kotlin or any other JVM language) or a signal in native code such as SIGSEGV."
12381242
],
12391243
"type": "string"
1244+
},
1245+
"vcsInformation": {
1246+
"description": "Version control system information from BUNDLE-METADATA/version-control-info.textproto or META-INF/version-control-info.textproto of the app bundle or APK, respectively.",
1247+
"type": "string"
12401248
}
12411249
},
12421250
"type": "object"

0 commit comments

Comments
 (0)