diff --git a/docs/dyn/playdeveloperreporting_v1alpha1.vitals.errors.reports.html b/docs/dyn/playdeveloperreporting_v1alpha1.vitals.errors.reports.html index 97e934c944..e46104ef77 100644 --- a/docs/dyn/playdeveloperreporting_v1alpha1.vitals.errors.reports.html +++ b/docs/dyn/playdeveloperreporting_v1alpha1.vitals.errors.reports.html @@ -129,6 +129,9 @@

Method Details

{ # Response with a paginated list of error reports matching the search query. "errorReports": [ # Error reports that were found. { # 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. + "appVersion": { # Representations of an app version. # The app version on which an event in this error report occurred on. + "versionCode": "A String", # Numeric version code of the app version (set by the app's developer). + }, "deviceModel": { # Summary of a device # A device model on which an event in this error report occurred on. "deviceId": { # Identifier of a device. # Identifier of the device. "buildBrand": "A String", # Value of Build.BRAND. @@ -145,6 +148,7 @@

Method Details

}, "reportText": "A String", # 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't be subtle changes to the formatting that may break systems trying to parse information out of the reports. "type": "A String", # Type of the error for which this report was generated. + "vcsInformation": "A String", # 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. }, ], "nextPageToken": "A String", # Page token to fetch the next page of reports. diff --git a/docs/dyn/playdeveloperreporting_v1beta1.vitals.errors.reports.html b/docs/dyn/playdeveloperreporting_v1beta1.vitals.errors.reports.html index d7ac7e6be2..b59c040bd3 100644 --- a/docs/dyn/playdeveloperreporting_v1beta1.vitals.errors.reports.html +++ b/docs/dyn/playdeveloperreporting_v1beta1.vitals.errors.reports.html @@ -129,6 +129,9 @@

Method Details

{ # Response with a paginated list of error reports matching the search query. "errorReports": [ # Error reports that were found. { # 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. + "appVersion": { # Representations of an app version. # The app version on which an event in this error report occurred on. + "versionCode": "A String", # Numeric version code of the app version (set by the app's developer). + }, "deviceModel": { # Summary of a device # A device model on which an event in this error report occurred on. "deviceId": { # Identifier of a device. # Identifier of the device. "buildBrand": "A String", # Value of Build.BRAND. @@ -145,6 +148,7 @@

Method Details

}, "reportText": "A String", # 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't be subtle changes to the formatting that may break systems trying to parse information out of the reports. "type": "A String", # Type of the error for which this report was generated. + "vcsInformation": "A String", # 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. }, ], "nextPageToken": "A String", # Page token to fetch the next page of reports. diff --git a/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json b/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json index 30099fddc8..2ee76ba17f 100644 --- a/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1alpha1.json @@ -941,7 +941,7 @@ } } }, - "revision": "20231205", + "revision": "20231211", "rootUrl": "https://playdeveloperreporting.googleapis.com/", "schemas": { "GooglePlayDeveloperReportingV1alpha1Anomaly": { @@ -1199,6 +1199,10 @@ "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.", "id": "GooglePlayDeveloperReportingV1alpha1ErrorReport", "properties": { + "appVersion": { + "$ref": "GooglePlayDeveloperReportingV1alpha1AppVersion", + "description": "The app version on which an event in this error report occurred on." + }, "deviceModel": { "$ref": "GooglePlayDeveloperReportingV1alpha1DeviceModelSummary", "description": "A device model on which an event in this error report occurred on." @@ -1237,6 +1241,10 @@ "Crash caused by an unhandled exception in Java (or Kotlin or any other JVM language) or a signal in native code such as SIGSEGV." ], "type": "string" + }, + "vcsInformation": { + "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.", + "type": "string" } }, "type": "object" diff --git a/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json b/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json index ac4eb01a46..4e3d3b4f33 100644 --- a/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/playdeveloperreporting.v1beta1.json @@ -941,7 +941,7 @@ } } }, - "revision": "20231205", + "revision": "20231211", "rootUrl": "https://playdeveloperreporting.googleapis.com/", "schemas": { "GooglePlayDeveloperReportingV1beta1Anomaly": { @@ -1199,6 +1199,10 @@ "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.", "id": "GooglePlayDeveloperReportingV1beta1ErrorReport", "properties": { + "appVersion": { + "$ref": "GooglePlayDeveloperReportingV1beta1AppVersion", + "description": "The app version on which an event in this error report occurred on." + }, "deviceModel": { "$ref": "GooglePlayDeveloperReportingV1beta1DeviceModelSummary", "description": "A device model on which an event in this error report occurred on." @@ -1237,6 +1241,10 @@ "Crash caused by an unhandled exception in Java (or Kotlin or any other JVM language) or a signal in native code such as SIGSEGV." ], "type": "string" + }, + "vcsInformation": { + "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.", + "type": "string" } }, "type": "object"