From 441b7e99d90525d57f85fe3b797e9d5958044eb2 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:06:28 -0800 Subject: [PATCH] chore: regenerate playdeveloperreporting client --- .../v1alpha1/2.0.0/README.md | 4 +- .../v1alpha1/Playdeveloperreporting.java | 375 +++++++++--------- ...yDeveloperReportingV1alpha1AppVersion.java | 6 +- ...rReportingV1alpha1ErrorCountMetricSet.java | 6 +- ...DeveloperReportingV1alpha1ErrorReport.java | 6 +- ...yDeveloperReportingV1alpha1MetricsRow.java | 24 +- ...ayDeveloperReportingV1alpha1OsVersion.java | 6 +- ...gV1alpha1QueryAnrRateMetricSetRequest.java | 183 ++++----- ...1alpha1QueryCrashRateMetricSetRequest.java | 183 ++++----- ...alpha1QueryErrorCountMetricSetRequest.java | 153 +++---- ...ryExcessiveWakeupRateMetricSetRequest.java | 210 +++++----- ...uerySlowRenderingRateMetricSetRequest.java | 138 +++---- ...ha1QuerySlowStartRateMetricSetRequest.java | 204 +++++----- ...ackgroundWakelockRateMetricSetRequest.java | 150 +++---- ...eveloperReportingV1alpha1TimelineSpec.java | 66 +-- .../v1alpha1/2.0.0/pom.xml | 4 +- .../v1alpha1/README.md | 4 +- .../v1beta1/2.0.0/README.md | 4 +- .../v1beta1/Playdeveloperreporting.java | 375 +++++++++--------- ...ayDeveloperReportingV1beta1AppVersion.java | 6 +- ...erReportingV1beta1ErrorCountMetricSet.java | 6 +- ...yDeveloperReportingV1beta1ErrorReport.java | 6 +- ...ayDeveloperReportingV1beta1MetricsRow.java | 24 +- ...layDeveloperReportingV1beta1OsVersion.java | 6 +- ...ngV1beta1QueryAnrRateMetricSetRequest.java | 183 ++++----- ...V1beta1QueryCrashRateMetricSetRequest.java | 183 ++++----- ...1beta1QueryErrorCountMetricSetRequest.java | 153 +++---- ...ryExcessiveWakeupRateMetricSetRequest.java | 210 +++++----- ...uerySlowRenderingRateMetricSetRequest.java | 138 +++---- ...ta1QuerySlowStartRateMetricSetRequest.java | 204 +++++----- ...ackgroundWakelockRateMetricSetRequest.java | 150 +++---- ...DeveloperReportingV1beta1TimelineSpec.java | 66 +-- .../v1beta1/2.0.0/pom.xml | 4 +- .../v1beta1/README.md | 4 +- 34 files changed, 1734 insertions(+), 1710 deletions(-) diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/README.md b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/README.md index 1dfb69378e5..996d02b22e7 100644 --- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/README.md +++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-playdeveloperreporting - v1alpha1-rev20250311-2.0.0 + v1alpha1-rev20260201-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1alpha1-rev20250311-2.0.0' + implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1alpha1-rev20260201-2.0.0' } ``` diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/Playdeveloperreporting.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/Playdeveloperreporting.java index 6bf8b144024..6fa32020d3d 100644 --- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/Playdeveloperreporting.java +++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/Playdeveloperreporting.java @@ -103,7 +103,7 @@ public class Playdeveloperreporting extends com.google.api.client.googleapis.ser * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * * @param jsonFactory JSON factory, which may be: @@ -288,7 +288,7 @@ public List setParent(java.lang.String parent) { } /** - * Filtering criteria for anomalies. For basic filter guidance, please check: + * Optional. Filtering criteria for anomalies. For basic filter guidance, please check: * https://google.aip.dev/160. **Supported functions:** * `activeBetween(startTime, endTime)`: * If specified, only list anomalies that were active in between `startTime` (inclusive) and * `endTime` (exclusive). Both parameters are expected to conform to an RFC-3339 formatted @@ -301,7 +301,7 @@ public List setParent(java.lang.String parent) { @com.google.api.client.util.Key private java.lang.String filter; - /** Filtering criteria for anomalies. For basic filter guidance, please check: + /** Optional. Filtering criteria for anomalies. For basic filter guidance, please check: https://google.aip.dev/160. **Supported functions:** * `activeBetween(startTime, endTime)`: If specified, only list anomalies that were active in between `startTime` (inclusive) and `endTime` (exclusive). Both parameters are expected to conform to an RFC-3339 formatted string (e.g. @@ -316,7 +316,7 @@ public java.lang.String getFilter() { } /** - * Filtering criteria for anomalies. For basic filter guidance, please check: + * Optional. Filtering criteria for anomalies. For basic filter guidance, please check: * https://google.aip.dev/160. **Supported functions:** * `activeBetween(startTime, endTime)`: * If specified, only list anomalies that were active in between `startTime` (inclusive) and * `endTime` (exclusive). Both parameters are expected to conform to an RFC-3339 formatted @@ -332,22 +332,22 @@ public List setFilter(java.lang.String filter) { } /** - * Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. - * The maximum value is 100; values above 100 will be coerced to 100. + * Optional. Maximum size of the returned data. If unspecified, at most 10 anomalies will be + * returned. The maximum value is 100; values above 100 will be coerced to 100. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; - /** Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. The - maximum value is 100; values above 100 will be coerced to 100. + /** Optional. Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. + The maximum value is 100; values above 100 will be coerced to 100. */ public java.lang.Integer getPageSize() { return pageSize; } /** - * Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. - * The maximum value is 100; values above 100 will be coerced to 100. + * Optional. Maximum size of the returned data. If unspecified, at most 10 anomalies will be + * returned. The maximum value is 100; values above 100 will be coerced to 100. */ public List setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; @@ -355,25 +355,25 @@ public List setPageSize(java.lang.Integer pageSize) { } /** - * A page token, received from a previous `ListErrorReports` call. Provide this to retrieve - * the subsequent page. When paginating, all other parameters provided to `ListErrorReports` - * must match the call that provided the page token. + * Optional. A page token, received from a previous `ListErrorReports` call. Provide this to + * retrieve the subsequent page. When paginating, all other parameters provided to + * `ListErrorReports` must match the call that provided the page token. */ @com.google.api.client.util.Key private java.lang.String pageToken; - /** A page token, received from a previous `ListErrorReports` call. Provide this to retrieve the - subsequent page. When paginating, all other parameters provided to `ListErrorReports` must match - the call that provided the page token. + /** Optional. A page token, received from a previous `ListErrorReports` call. Provide this to retrieve + the subsequent page. When paginating, all other parameters provided to `ListErrorReports` must + match the call that provided the page token. */ public java.lang.String getPageToken() { return pageToken; } /** - * A page token, received from a previous `ListErrorReports` call. Provide this to retrieve - * the subsequent page. When paginating, all other parameters provided to `ListErrorReports` - * must match the call that provided the page token. + * Optional. A page token, received from a previous `ListErrorReports` call. Provide this to + * retrieve the subsequent page. When paginating, all other parameters provided to + * `ListErrorReports` must match the call that provided the page token. */ public List setPageToken(java.lang.String pageToken) { this.pageToken = pageToken; @@ -655,25 +655,25 @@ public Search setUploadProtocol(java.lang.String uploadProtocol) { } /** - * The maximum number of apps to return. The service may return fewer than this value. If - * unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 - * will be coerced to 1000. + * Optional. The maximum number of apps to return. The service may return fewer than this + * value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values + * above 1000 will be coerced to 1000. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; - /** The maximum number of apps to return. The service may return fewer than this value. If unspecified, - at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to - 1000. + /** Optional. The maximum number of apps to return. The service may return fewer than this value. If + unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be + coerced to 1000. */ public java.lang.Integer getPageSize() { return pageSize; } /** - * The maximum number of apps to return. The service may return fewer than this value. If - * unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 - * will be coerced to 1000. + * Optional. The maximum number of apps to return. The service may return fewer than this + * value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values + * above 1000 will be coerced to 1000. */ public Search setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; @@ -681,24 +681,24 @@ public Search setPageSize(java.lang.Integer pageSize) { } /** - * A page token, received from a previous `SearchAccessibleApps` call. Provide this to - * retrieve the subsequent page. When paginating, all other parameters provided to + * Optional. A page token, received from a previous `SearchAccessibleApps` call. Provide this + * to retrieve the subsequent page. When paginating, all other parameters provided to * `SearchAccessibleApps` must match the call that provided the page token. */ @com.google.api.client.util.Key private java.lang.String pageToken; - /** A page token, received from a previous `SearchAccessibleApps` call. Provide this to retrieve the - subsequent page. When paginating, all other parameters provided to `SearchAccessibleApps` must - match the call that provided the page token. + /** Optional. A page token, received from a previous `SearchAccessibleApps` call. Provide this to + retrieve the subsequent page. When paginating, all other parameters provided to + `SearchAccessibleApps` must match the call that provided the page token. */ public java.lang.String getPageToken() { return pageToken; } /** - * A page token, received from a previous `SearchAccessibleApps` call. Provide this to - * retrieve the subsequent page. When paginating, all other parameters provided to + * Optional. A page token, received from a previous `SearchAccessibleApps` call. Provide this + * to retrieve the subsequent page. When paginating, all other parameters provided to * `SearchAccessibleApps` must match the call that provided the page token. */ public Search setPageToken(java.lang.String pageToken) { @@ -1794,59 +1794,60 @@ public Search setParent(java.lang.String parent) { } /** - * A selection predicate to retrieve only a subset of the issues. Counts in the returned - * error issues will only reflect occurrences that matched the filter. For filtering - * basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** - * * `apiLevel`: Matches error issues that occurred in the requested Android versions - * (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * - * `versionCode`: Matches error issues that occurred in the requested app version codes - * only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error - * issues that occurred in the requested devices. Example: `deviceModel = "google/walleye" - * OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that occurred - * in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: - * Matches error issues that occurred in the requested device types. Example: `deviceType - * = "PHONE"`. * `errorIssueType`: Matches error issues of the requested types only. Valid - * candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR - * errorIssueType = ANR`. * `appProcessState`: Matches error issues on the process state - * of an app, indicating whether an app runs in the foreground (user-visible) or - * background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = - * FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived. It is - * not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** - * * Comparison operators: The only supported comparison operator is equality. The - * filtered field must appear on the left hand side of the comparison. * Logical - * Operators: Logical operators `AND` and `OR` can be used to build complex filters - * following a conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR` - * operator takes precedence over `AND` so the use of parenthesis is not necessary when - * building CNF. The `OR` operator is only supported to build disjunctions that apply to - * the same field, e.g., `versionCode = 123 OR errorIssueType = ANR` is not a valid - * filter. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND - * errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = - * CRASH` * `versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)` + * Optional. A selection predicate to retrieve only a subset of the issues. Counts in the + * returned error issues will only reflect occurrences that matched the filter. For + * filtering basics, please check [AIP-160](https://google.aip.dev/160). ** Supported + * field names:** * `apiLevel`: Matches error issues that occurred in the requested + * Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR + * apiLevel = 29`. * `versionCode`: Matches error issues that occurred in the requested + * app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * + * `deviceModel`: Matches error issues that occurred in the requested devices. Example: + * `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: + * Matches error issues that occurred in the requested device brands. Example: + * `deviceBrand = "Google". * `deviceType`: Matches error issues that occurred in the + * requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches + * error issues of the requested types only. Valid candidates: `CRASH`, `ANR`, + * `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * + * `appProcessState`: Matches error issues on the process state of an app, indicating + * whether an app runs in the foreground (user-visible) or background. Valid candidates: + * `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * + * `isUserPerceived`: Matches error issues that are user-perceived. It is not accompanied + * by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison + * operators: The only supported comparison operator is equality. The filtered field must + * appear on the left hand side of the comparison. * Logical Operators: Logical operators + * `AND` and `OR` can be used to build complex filters following a conjunctive normal form + * (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over + * `AND` so the use of parenthesis is not necessary when building CNF. The `OR` operator + * is only supported to build disjunctions that apply to the same field, e.g., + * `versionCode = 123 OR errorIssueType = ANR` is not a valid filter. ** Examples ** Some + * valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * + * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 + * AND (errorIssueType = OR errorIssueType = CRASH)` */ @com.google.api.client.util.Key private java.lang.String filter; - /** A selection predicate to retrieve only a subset of the issues. Counts in the returned error issues - will only reflect occurrences that matched the filter. For filtering basics, please check - [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches error - issues that occurred in the requested Android versions (specified as the numeric API level) only. - Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error issues that occurred in - the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * - `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = - "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that - occurred in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches - error issues that occurred in the requested device types. Example: `deviceType = "PHONE"`. * - `errorIssueType`: Matches error issues of the requested types only. Valid candidates: `CRASH`, - `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `appProcessState`: - Matches error issues on the process state of an app, indicating whether an app runs in the - foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: - `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived. - It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * - Comparison operators: The only supported comparison operator is equality. The filtered field must - appear on the left hand side of the comparison. * Logical Operators: Logical operators `AND` and - `OR` can be used to build complex filters following a conjunctive normal form (CNF), i.e., - conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use of - parenthesis is not necessary when building CNF. The `OR` operator is only supported to build + /** Optional. A selection predicate to retrieve only a subset of the issues. Counts in the returned + error issues will only reflect occurrences that matched the filter. For filtering basics, please + check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches + error issues that occurred in the requested Android versions (specified as the numeric API level) + only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error issues that + occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = + 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: + `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error + issues that occurred in the requested device brands. Example: `deviceBrand = "Google". * + `deviceType`: Matches error issues that occurred in the requested device types. Example: + `deviceType = "PHONE"`. * `errorIssueType`: Matches error issues of the requested types only. Valid + candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. + * `appProcessState`: Matches error issues on the process state of an app, indicating whether an app + runs in the foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. + Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error issues that are user- + perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported + operators:** * Comparison operators: The only supported comparison operator is equality. The + filtered field must appear on the left hand side of the comparison. * Logical Operators: Logical + operators `AND` and `OR` can be used to build complex filters following a conjunctive normal form + (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use + of parenthesis is not necessary when building CNF. The `OR` operator is only supported to build disjunctions that apply to the same field, e.g., `versionCode = 123 OR errorIssueType = ANR` is not a valid filter. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * @@ -1857,34 +1858,35 @@ public java.lang.String getFilter() { } /** - * A selection predicate to retrieve only a subset of the issues. Counts in the returned - * error issues will only reflect occurrences that matched the filter. For filtering - * basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** - * * `apiLevel`: Matches error issues that occurred in the requested Android versions - * (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * - * `versionCode`: Matches error issues that occurred in the requested app version codes - * only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error - * issues that occurred in the requested devices. Example: `deviceModel = "google/walleye" - * OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that occurred - * in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: - * Matches error issues that occurred in the requested device types. Example: `deviceType - * = "PHONE"`. * `errorIssueType`: Matches error issues of the requested types only. Valid - * candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR - * errorIssueType = ANR`. * `appProcessState`: Matches error issues on the process state - * of an app, indicating whether an app runs in the foreground (user-visible) or - * background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = - * FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived. It is - * not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** - * * Comparison operators: The only supported comparison operator is equality. The - * filtered field must appear on the left hand side of the comparison. * Logical - * Operators: Logical operators `AND` and `OR` can be used to build complex filters - * following a conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR` - * operator takes precedence over `AND` so the use of parenthesis is not necessary when - * building CNF. The `OR` operator is only supported to build disjunctions that apply to - * the same field, e.g., `versionCode = 123 OR errorIssueType = ANR` is not a valid - * filter. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND - * errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = - * CRASH` * `versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)` + * Optional. A selection predicate to retrieve only a subset of the issues. Counts in the + * returned error issues will only reflect occurrences that matched the filter. For + * filtering basics, please check [AIP-160](https://google.aip.dev/160). ** Supported + * field names:** * `apiLevel`: Matches error issues that occurred in the requested + * Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR + * apiLevel = 29`. * `versionCode`: Matches error issues that occurred in the requested + * app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * + * `deviceModel`: Matches error issues that occurred in the requested devices. Example: + * `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: + * Matches error issues that occurred in the requested device brands. Example: + * `deviceBrand = "Google". * `deviceType`: Matches error issues that occurred in the + * requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches + * error issues of the requested types only. Valid candidates: `CRASH`, `ANR`, + * `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * + * `appProcessState`: Matches error issues on the process state of an app, indicating + * whether an app runs in the foreground (user-visible) or background. Valid candidates: + * `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * + * `isUserPerceived`: Matches error issues that are user-perceived. It is not accompanied + * by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison + * operators: The only supported comparison operator is equality. The filtered field must + * appear on the left hand side of the comparison. * Logical Operators: Logical operators + * `AND` and `OR` can be used to build complex filters following a conjunctive normal form + * (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over + * `AND` so the use of parenthesis is not necessary when building CNF. The `OR` operator + * is only supported to build disjunctions that apply to the same field, e.g., + * `versionCode = 123 OR errorIssueType = ANR` is not a valid filter. ** Examples ** Some + * valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * + * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 + * AND (errorIssueType = OR errorIssueType = CRASH)` */ public Search setFilter(java.lang.String filter) { this.filter = filter; @@ -2308,16 +2310,17 @@ public Search setIntervalStartTimeYear(java.lang.Integer intervalStartTimeYear) } /** - * Specifies a field that will be used to order the results. ** Supported dimensions:** * - * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders - * issues by number of unique affected users. ** Supported operations:** * `asc` for - * ascending order. * `desc` for descending order. Format: A field and an operation, e.g., - * `errorReportCount desc` *Note:* currently only one field is supported at a time. + * Optional. Specifies a field that will be used to order the results. ** Supported + * dimensions:** * `errorReportCount`: Orders issues by number of error reports. * + * `distinctUsers`: Orders issues by number of unique affected users. ** Supported + * operations:** * `asc` for ascending order. * `desc` for descending order. Format: A + * field and an operation, e.g., `errorReportCount desc` *Note:* currently only one field + * is supported at a time. */ @com.google.api.client.util.Key private java.lang.String orderBy; - /** Specifies a field that will be used to order the results. ** Supported dimensions:** * + /** Optional. Specifies a field that will be used to order the results. ** Supported dimensions:** * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders issues by number of unique affected users. ** Supported operations:** * `asc` for ascending order. * `desc` for descending order. Format: A field and an operation, e.g., `errorReportCount desc` *Note:* @@ -2328,11 +2331,12 @@ public java.lang.String getOrderBy() { } /** - * Specifies a field that will be used to order the results. ** Supported dimensions:** * - * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders - * issues by number of unique affected users. ** Supported operations:** * `asc` for - * ascending order. * `desc` for descending order. Format: A field and an operation, e.g., - * `errorReportCount desc` *Note:* currently only one field is supported at a time. + * Optional. Specifies a field that will be used to order the results. ** Supported + * dimensions:** * `errorReportCount`: Orders issues by number of error reports. * + * `distinctUsers`: Orders issues by number of unique affected users. ** Supported + * operations:** * `asc` for ascending order. * `desc` for descending order. Format: A + * field and an operation, e.g., `errorReportCount desc` *Note:* currently only one field + * is supported at a time. */ public Search setOrderBy(java.lang.String orderBy) { this.orderBy = orderBy; @@ -2340,25 +2344,25 @@ public Search setOrderBy(java.lang.String orderBy) { } /** - * The maximum number of error issues to return. The service may return fewer than this - * value. If unspecified, at most 50 error issues will be returned. The maximum value is - * 1000; values above 1000 will be coerced to 1000. + * Optional. The maximum number of error issues to return. The service may return fewer + * than this value. If unspecified, at most 50 error issues will be returned. The maximum + * value is 1000; values above 1000 will be coerced to 1000. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; - /** The maximum number of error issues to return. The service may return fewer than this value. If - unspecified, at most 50 error issues will be returned. The maximum value is 1000; values above 1000 - will be coerced to 1000. + /** Optional. The maximum number of error issues to return. The service may return fewer than this + value. If unspecified, at most 50 error issues will be returned. The maximum value is 1000; values + above 1000 will be coerced to 1000. */ public java.lang.Integer getPageSize() { return pageSize; } /** - * The maximum number of error issues to return. The service may return fewer than this - * value. If unspecified, at most 50 error issues will be returned. The maximum value is - * 1000; values above 1000 will be coerced to 1000. + * Optional. The maximum number of error issues to return. The service may return fewer + * than this value. If unspecified, at most 50 error issues will be returned. The maximum + * value is 1000; values above 1000 will be coerced to 1000. */ public Search setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; @@ -2366,25 +2370,25 @@ public Search setPageSize(java.lang.Integer pageSize) { } /** - * A page token, received from a previous call. Provide this to retrieve the subsequent - * page. When paginating, all other parameters provided to the request must match the call - * that provided the page token. + * Optional. A page token, received from a previous call. Provide this to retrieve the + * subsequent page. When paginating, all other parameters provided to the request must + * match the call that provided the page token. */ @com.google.api.client.util.Key private java.lang.String pageToken; - /** A page token, received from a previous call. Provide this to retrieve the subsequent page. When - paginating, all other parameters provided to the request must match the call that provided the page - token. + /** Optional. A page token, received from a previous call. Provide this to retrieve the subsequent + page. When paginating, all other parameters provided to the request must match the call that + provided the page token. */ public java.lang.String getPageToken() { return pageToken; } /** - * A page token, received from a previous call. Provide this to retrieve the subsequent - * page. When paginating, all other parameters provided to the request must match the call - * that provided the page token. + * Optional. A page token, received from a previous call. Provide this to retrieve the + * subsequent page. When paginating, all other parameters provided to the request must + * match the call that provided the page token. */ public Search setPageToken(java.lang.String pageToken) { this.pageToken = pageToken; @@ -2585,9 +2589,9 @@ public Search setParent(java.lang.String parent) { } /** - * A selection predicate to retrieve only a subset of the reports. For filtering basics, - * please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * - * `apiLevel`: Matches error reports that occurred in the requested Android versions + * Optional. A selection predicate to retrieve only a subset of the reports. For filtering + * basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** + * * `apiLevel`: Matches error reports that occurred in the requested Android versions * (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * * `versionCode`: Matches error reports that occurred in the requested app version codes * only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error @@ -2620,29 +2624,29 @@ public Search setParent(java.lang.String parent) { @com.google.api.client.util.Key private java.lang.String filter; - /** A selection predicate to retrieve only a subset of the reports. For filtering basics, please check - [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches error - reports that occurred in the requested Android versions (specified as the numeric API level) only. - Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that occurred in - the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * - `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = - "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that - occurred in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches - error reports that occurred in the requested device types. Example: `deviceType = "PHONE"`. * - `errorIssueType`: Matches error reports of the requested types only. Valid candidates: `CRASH`, - `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `errorIssueId`: - Matches error reports belonging to the requested error issue ids only. Example: `errorIssueId = - 1234 OR errorIssueId = 4567`. * `errorReportId`: Matches error reports with the requested error - report id. Example: `errorReportId = 1234 OR errorReportId = 4567`. * `appProcessState`: Matches - error reports on the process state of an app, indicating whether an app runs in the foreground - (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: - `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-perceived. - It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * - Comparison operators: The only supported comparison operator is equality. The filtered field must - appear on the left hand side of the comparison. * Logical Operators: Logical operators `AND` and - `OR` can be used to build complex filters following a conjunctive normal form (CNF), i.e., - conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use of - parenthesis is not necessary when building CNF. The `OR` operator is only supported to build + /** Optional. A selection predicate to retrieve only a subset of the reports. For filtering basics, + please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: + Matches error reports that occurred in the requested Android versions (specified as the numeric API + level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that + occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = + 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: + `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error + issues that occurred in the requested device brands. Example: `deviceBrand = "Google". * + `deviceType`: Matches error reports that occurred in the requested device types. Example: + `deviceType = "PHONE"`. * `errorIssueType`: Matches error reports of the requested types only. + Valid candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = + ANR`. * `errorIssueId`: Matches error reports belonging to the requested error issue ids only. + Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `errorReportId`: Matches error reports + with the requested error report id. Example: `errorReportId = 1234 OR errorReportId = 4567`. * + `appProcessState`: Matches error reports on the process state of an app, indicating whether an app + runs in the foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. + Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that are user- + perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported + operators:** * Comparison operators: The only supported comparison operator is equality. The + filtered field must appear on the left hand side of the comparison. * Logical Operators: Logical + operators `AND` and `OR` can be used to build complex filters following a conjunctive normal form + (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use + of parenthesis is not necessary when building CNF. The `OR` operator is only supported to build disjunctions that apply to the same field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter expression `versionCode = 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 @@ -2654,9 +2658,9 @@ public java.lang.String getFilter() { } /** - * A selection predicate to retrieve only a subset of the reports. For filtering basics, - * please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * - * `apiLevel`: Matches error reports that occurred in the requested Android versions + * Optional. A selection predicate to retrieve only a subset of the reports. For filtering + * basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** + * * `apiLevel`: Matches error reports that occurred in the requested Android versions * (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * * `versionCode`: Matches error reports that occurred in the requested app version codes * only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error @@ -3108,14 +3112,14 @@ public Search setIntervalStartTimeYear(java.lang.Integer intervalStartTimeYear) } /** - * The maximum number of reports to return. The service may return fewer than this value. - * If unspecified, at most 50 reports will be returned. The maximum value is 100; values - * above 100 will be coerced to 100. + * Optional. The maximum number of reports to return. The service may return fewer than + * this value. If unspecified, at most 50 reports will be returned. The maximum value is + * 100; values above 100 will be coerced to 100. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; - /** The maximum number of reports to return. The service may return fewer than this value. If + /** Optional. The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 100; values above 100 will be coerced to 100. */ @@ -3124,9 +3128,9 @@ public java.lang.Integer getPageSize() { } /** - * The maximum number of reports to return. The service may return fewer than this value. - * If unspecified, at most 50 reports will be returned. The maximum value is 100; values - * above 100 will be coerced to 100. + * Optional. The maximum number of reports to return. The service may return fewer than + * this value. If unspecified, at most 50 reports will be returned. The maximum value is + * 100; values above 100 will be coerced to 100. */ public Search setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; @@ -3134,24 +3138,24 @@ public Search setPageSize(java.lang.Integer pageSize) { } /** - * A page token, received from a previous `SearchErrorReports` call. Provide this to - * retrieve the subsequent page. When paginating, all other parameters provided to + * Optional. A page token, received from a previous `SearchErrorReports` call. Provide + * this to retrieve the subsequent page. When paginating, all other parameters provided to * `SearchErrorReports` must match the call that provided the page token. */ @com.google.api.client.util.Key private java.lang.String pageToken; - /** A page token, received from a previous `SearchErrorReports` call. Provide this to retrieve the - subsequent page. When paginating, all other parameters provided to `SearchErrorReports` must match - the call that provided the page token. + /** Optional. A page token, received from a previous `SearchErrorReports` call. Provide this to + retrieve the subsequent page. When paginating, all other parameters provided to + `SearchErrorReports` must match the call that provided the page token. */ public java.lang.String getPageToken() { return pageToken; } /** - * A page token, received from a previous `SearchErrorReports` call. Provide this to - * retrieve the subsequent page. When paginating, all other parameters provided to + * Optional. A page token, received from a previous `SearchErrorReports` call. Provide + * this to retrieve the subsequent page. When paginating, all other parameters provided to * `SearchErrorReports` must match the call that provided the page token. */ public Search setPageToken(java.lang.String pageToken) { @@ -4661,8 +4665,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: * * @param jsonFactory JSON factory, which may be: @@ -288,7 +288,7 @@ public List setParent(java.lang.String parent) { } /** - * Filtering criteria for anomalies. For basic filter guidance, please check: + * Optional. Filtering criteria for anomalies. For basic filter guidance, please check: * https://google.aip.dev/160. **Supported functions:** * `activeBetween(startTime, endTime)`: * If specified, only list anomalies that were active in between `startTime` (inclusive) and * `endTime` (exclusive). Both parameters are expected to conform to an RFC-3339 formatted @@ -301,7 +301,7 @@ public List setParent(java.lang.String parent) { @com.google.api.client.util.Key private java.lang.String filter; - /** Filtering criteria for anomalies. For basic filter guidance, please check: + /** Optional. Filtering criteria for anomalies. For basic filter guidance, please check: https://google.aip.dev/160. **Supported functions:** * `activeBetween(startTime, endTime)`: If specified, only list anomalies that were active in between `startTime` (inclusive) and `endTime` (exclusive). Both parameters are expected to conform to an RFC-3339 formatted string (e.g. @@ -316,7 +316,7 @@ public java.lang.String getFilter() { } /** - * Filtering criteria for anomalies. For basic filter guidance, please check: + * Optional. Filtering criteria for anomalies. For basic filter guidance, please check: * https://google.aip.dev/160. **Supported functions:** * `activeBetween(startTime, endTime)`: * If specified, only list anomalies that were active in between `startTime` (inclusive) and * `endTime` (exclusive). Both parameters are expected to conform to an RFC-3339 formatted @@ -332,22 +332,22 @@ public List setFilter(java.lang.String filter) { } /** - * Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. - * The maximum value is 100; values above 100 will be coerced to 100. + * Optional. Maximum size of the returned data. If unspecified, at most 10 anomalies will be + * returned. The maximum value is 100; values above 100 will be coerced to 100. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; - /** Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. The - maximum value is 100; values above 100 will be coerced to 100. + /** Optional. Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. + The maximum value is 100; values above 100 will be coerced to 100. */ public java.lang.Integer getPageSize() { return pageSize; } /** - * Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. - * The maximum value is 100; values above 100 will be coerced to 100. + * Optional. Maximum size of the returned data. If unspecified, at most 10 anomalies will be + * returned. The maximum value is 100; values above 100 will be coerced to 100. */ public List setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; @@ -355,25 +355,25 @@ public List setPageSize(java.lang.Integer pageSize) { } /** - * A page token, received from a previous `ListErrorReports` call. Provide this to retrieve - * the subsequent page. When paginating, all other parameters provided to `ListErrorReports` - * must match the call that provided the page token. + * Optional. A page token, received from a previous `ListErrorReports` call. Provide this to + * retrieve the subsequent page. When paginating, all other parameters provided to + * `ListErrorReports` must match the call that provided the page token. */ @com.google.api.client.util.Key private java.lang.String pageToken; - /** A page token, received from a previous `ListErrorReports` call. Provide this to retrieve the - subsequent page. When paginating, all other parameters provided to `ListErrorReports` must match - the call that provided the page token. + /** Optional. A page token, received from a previous `ListErrorReports` call. Provide this to retrieve + the subsequent page. When paginating, all other parameters provided to `ListErrorReports` must + match the call that provided the page token. */ public java.lang.String getPageToken() { return pageToken; } /** - * A page token, received from a previous `ListErrorReports` call. Provide this to retrieve - * the subsequent page. When paginating, all other parameters provided to `ListErrorReports` - * must match the call that provided the page token. + * Optional. A page token, received from a previous `ListErrorReports` call. Provide this to + * retrieve the subsequent page. When paginating, all other parameters provided to + * `ListErrorReports` must match the call that provided the page token. */ public List setPageToken(java.lang.String pageToken) { this.pageToken = pageToken; @@ -655,25 +655,25 @@ public Search setUploadProtocol(java.lang.String uploadProtocol) { } /** - * The maximum number of apps to return. The service may return fewer than this value. If - * unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 - * will be coerced to 1000. + * Optional. The maximum number of apps to return. The service may return fewer than this + * value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values + * above 1000 will be coerced to 1000. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; - /** The maximum number of apps to return. The service may return fewer than this value. If unspecified, - at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to - 1000. + /** Optional. The maximum number of apps to return. The service may return fewer than this value. If + unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be + coerced to 1000. */ public java.lang.Integer getPageSize() { return pageSize; } /** - * The maximum number of apps to return. The service may return fewer than this value. If - * unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 - * will be coerced to 1000. + * Optional. The maximum number of apps to return. The service may return fewer than this + * value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values + * above 1000 will be coerced to 1000. */ public Search setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; @@ -681,24 +681,24 @@ public Search setPageSize(java.lang.Integer pageSize) { } /** - * A page token, received from a previous `SearchAccessibleApps` call. Provide this to - * retrieve the subsequent page. When paginating, all other parameters provided to + * Optional. A page token, received from a previous `SearchAccessibleApps` call. Provide this + * to retrieve the subsequent page. When paginating, all other parameters provided to * `SearchAccessibleApps` must match the call that provided the page token. */ @com.google.api.client.util.Key private java.lang.String pageToken; - /** A page token, received from a previous `SearchAccessibleApps` call. Provide this to retrieve the - subsequent page. When paginating, all other parameters provided to `SearchAccessibleApps` must - match the call that provided the page token. + /** Optional. A page token, received from a previous `SearchAccessibleApps` call. Provide this to + retrieve the subsequent page. When paginating, all other parameters provided to + `SearchAccessibleApps` must match the call that provided the page token. */ public java.lang.String getPageToken() { return pageToken; } /** - * A page token, received from a previous `SearchAccessibleApps` call. Provide this to - * retrieve the subsequent page. When paginating, all other parameters provided to + * Optional. A page token, received from a previous `SearchAccessibleApps` call. Provide this + * to retrieve the subsequent page. When paginating, all other parameters provided to * `SearchAccessibleApps` must match the call that provided the page token. */ public Search setPageToken(java.lang.String pageToken) { @@ -1794,59 +1794,60 @@ public Search setParent(java.lang.String parent) { } /** - * A selection predicate to retrieve only a subset of the issues. Counts in the returned - * error issues will only reflect occurrences that matched the filter. For filtering - * basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** - * * `apiLevel`: Matches error issues that occurred in the requested Android versions - * (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * - * `versionCode`: Matches error issues that occurred in the requested app version codes - * only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error - * issues that occurred in the requested devices. Example: `deviceModel = "google/walleye" - * OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that occurred - * in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: - * Matches error issues that occurred in the requested device types. Example: `deviceType - * = "PHONE"`. * `errorIssueType`: Matches error issues of the requested types only. Valid - * candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR - * errorIssueType = ANR`. * `appProcessState`: Matches error issues on the process state - * of an app, indicating whether an app runs in the foreground (user-visible) or - * background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = - * FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived. It is - * not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** - * * Comparison operators: The only supported comparison operator is equality. The - * filtered field must appear on the left hand side of the comparison. * Logical - * Operators: Logical operators `AND` and `OR` can be used to build complex filters - * following a conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR` - * operator takes precedence over `AND` so the use of parenthesis is not necessary when - * building CNF. The `OR` operator is only supported to build disjunctions that apply to - * the same field, e.g., `versionCode = 123 OR errorIssueType = ANR` is not a valid - * filter. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND - * errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = - * CRASH` * `versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)` + * Optional. A selection predicate to retrieve only a subset of the issues. Counts in the + * returned error issues will only reflect occurrences that matched the filter. For + * filtering basics, please check [AIP-160](https://google.aip.dev/160). ** Supported + * field names:** * `apiLevel`: Matches error issues that occurred in the requested + * Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR + * apiLevel = 29`. * `versionCode`: Matches error issues that occurred in the requested + * app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * + * `deviceModel`: Matches error issues that occurred in the requested devices. Example: + * `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: + * Matches error issues that occurred in the requested device brands. Example: + * `deviceBrand = "Google". * `deviceType`: Matches error issues that occurred in the + * requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches + * error issues of the requested types only. Valid candidates: `CRASH`, `ANR`, + * `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * + * `appProcessState`: Matches error issues on the process state of an app, indicating + * whether an app runs in the foreground (user-visible) or background. Valid candidates: + * `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * + * `isUserPerceived`: Matches error issues that are user-perceived. It is not accompanied + * by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison + * operators: The only supported comparison operator is equality. The filtered field must + * appear on the left hand side of the comparison. * Logical Operators: Logical operators + * `AND` and `OR` can be used to build complex filters following a conjunctive normal form + * (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over + * `AND` so the use of parenthesis is not necessary when building CNF. The `OR` operator + * is only supported to build disjunctions that apply to the same field, e.g., + * `versionCode = 123 OR errorIssueType = ANR` is not a valid filter. ** Examples ** Some + * valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * + * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 + * AND (errorIssueType = OR errorIssueType = CRASH)` */ @com.google.api.client.util.Key private java.lang.String filter; - /** A selection predicate to retrieve only a subset of the issues. Counts in the returned error issues - will only reflect occurrences that matched the filter. For filtering basics, please check - [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches error - issues that occurred in the requested Android versions (specified as the numeric API level) only. - Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error issues that occurred in - the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * - `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = - "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that - occurred in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches - error issues that occurred in the requested device types. Example: `deviceType = "PHONE"`. * - `errorIssueType`: Matches error issues of the requested types only. Valid candidates: `CRASH`, - `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `appProcessState`: - Matches error issues on the process state of an app, indicating whether an app runs in the - foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: - `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived. - It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * - Comparison operators: The only supported comparison operator is equality. The filtered field must - appear on the left hand side of the comparison. * Logical Operators: Logical operators `AND` and - `OR` can be used to build complex filters following a conjunctive normal form (CNF), i.e., - conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use of - parenthesis is not necessary when building CNF. The `OR` operator is only supported to build + /** Optional. A selection predicate to retrieve only a subset of the issues. Counts in the returned + error issues will only reflect occurrences that matched the filter. For filtering basics, please + check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches + error issues that occurred in the requested Android versions (specified as the numeric API level) + only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error issues that + occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = + 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: + `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error + issues that occurred in the requested device brands. Example: `deviceBrand = "Google". * + `deviceType`: Matches error issues that occurred in the requested device types. Example: + `deviceType = "PHONE"`. * `errorIssueType`: Matches error issues of the requested types only. Valid + candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. + * `appProcessState`: Matches error issues on the process state of an app, indicating whether an app + runs in the foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. + Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error issues that are user- + perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported + operators:** * Comparison operators: The only supported comparison operator is equality. The + filtered field must appear on the left hand side of the comparison. * Logical Operators: Logical + operators `AND` and `OR` can be used to build complex filters following a conjunctive normal form + (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use + of parenthesis is not necessary when building CNF. The `OR` operator is only supported to build disjunctions that apply to the same field, e.g., `versionCode = 123 OR errorIssueType = ANR` is not a valid filter. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * @@ -1857,34 +1858,35 @@ public java.lang.String getFilter() { } /** - * A selection predicate to retrieve only a subset of the issues. Counts in the returned - * error issues will only reflect occurrences that matched the filter. For filtering - * basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** - * * `apiLevel`: Matches error issues that occurred in the requested Android versions - * (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * - * `versionCode`: Matches error issues that occurred in the requested app version codes - * only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error - * issues that occurred in the requested devices. Example: `deviceModel = "google/walleye" - * OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that occurred - * in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: - * Matches error issues that occurred in the requested device types. Example: `deviceType - * = "PHONE"`. * `errorIssueType`: Matches error issues of the requested types only. Valid - * candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR - * errorIssueType = ANR`. * `appProcessState`: Matches error issues on the process state - * of an app, indicating whether an app runs in the foreground (user-visible) or - * background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = - * FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived. It is - * not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** - * * Comparison operators: The only supported comparison operator is equality. The - * filtered field must appear on the left hand side of the comparison. * Logical - * Operators: Logical operators `AND` and `OR` can be used to build complex filters - * following a conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR` - * operator takes precedence over `AND` so the use of parenthesis is not necessary when - * building CNF. The `OR` operator is only supported to build disjunctions that apply to - * the same field, e.g., `versionCode = 123 OR errorIssueType = ANR` is not a valid - * filter. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND - * errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = - * CRASH` * `versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)` + * Optional. A selection predicate to retrieve only a subset of the issues. Counts in the + * returned error issues will only reflect occurrences that matched the filter. For + * filtering basics, please check [AIP-160](https://google.aip.dev/160). ** Supported + * field names:** * `apiLevel`: Matches error issues that occurred in the requested + * Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR + * apiLevel = 29`. * `versionCode`: Matches error issues that occurred in the requested + * app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * + * `deviceModel`: Matches error issues that occurred in the requested devices. Example: + * `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: + * Matches error issues that occurred in the requested device brands. Example: + * `deviceBrand = "Google". * `deviceType`: Matches error issues that occurred in the + * requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches + * error issues of the requested types only. Valid candidates: `CRASH`, `ANR`, + * `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * + * `appProcessState`: Matches error issues on the process state of an app, indicating + * whether an app runs in the foreground (user-visible) or background. Valid candidates: + * `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * + * `isUserPerceived`: Matches error issues that are user-perceived. It is not accompanied + * by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison + * operators: The only supported comparison operator is equality. The filtered field must + * appear on the left hand side of the comparison. * Logical Operators: Logical operators + * `AND` and `OR` can be used to build complex filters following a conjunctive normal form + * (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over + * `AND` so the use of parenthesis is not necessary when building CNF. The `OR` operator + * is only supported to build disjunctions that apply to the same field, e.g., + * `versionCode = 123 OR errorIssueType = ANR` is not a valid filter. ** Examples ** Some + * valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * + * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 + * AND (errorIssueType = OR errorIssueType = CRASH)` */ public Search setFilter(java.lang.String filter) { this.filter = filter; @@ -2308,16 +2310,17 @@ public Search setIntervalStartTimeYear(java.lang.Integer intervalStartTimeYear) } /** - * Specifies a field that will be used to order the results. ** Supported dimensions:** * - * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders - * issues by number of unique affected users. ** Supported operations:** * `asc` for - * ascending order. * `desc` for descending order. Format: A field and an operation, e.g., - * `errorReportCount desc` *Note:* currently only one field is supported at a time. + * Optional. Specifies a field that will be used to order the results. ** Supported + * dimensions:** * `errorReportCount`: Orders issues by number of error reports. * + * `distinctUsers`: Orders issues by number of unique affected users. ** Supported + * operations:** * `asc` for ascending order. * `desc` for descending order. Format: A + * field and an operation, e.g., `errorReportCount desc` *Note:* currently only one field + * is supported at a time. */ @com.google.api.client.util.Key private java.lang.String orderBy; - /** Specifies a field that will be used to order the results. ** Supported dimensions:** * + /** Optional. Specifies a field that will be used to order the results. ** Supported dimensions:** * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders issues by number of unique affected users. ** Supported operations:** * `asc` for ascending order. * `desc` for descending order. Format: A field and an operation, e.g., `errorReportCount desc` *Note:* @@ -2328,11 +2331,12 @@ public java.lang.String getOrderBy() { } /** - * Specifies a field that will be used to order the results. ** Supported dimensions:** * - * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders - * issues by number of unique affected users. ** Supported operations:** * `asc` for - * ascending order. * `desc` for descending order. Format: A field and an operation, e.g., - * `errorReportCount desc` *Note:* currently only one field is supported at a time. + * Optional. Specifies a field that will be used to order the results. ** Supported + * dimensions:** * `errorReportCount`: Orders issues by number of error reports. * + * `distinctUsers`: Orders issues by number of unique affected users. ** Supported + * operations:** * `asc` for ascending order. * `desc` for descending order. Format: A + * field and an operation, e.g., `errorReportCount desc` *Note:* currently only one field + * is supported at a time. */ public Search setOrderBy(java.lang.String orderBy) { this.orderBy = orderBy; @@ -2340,25 +2344,25 @@ public Search setOrderBy(java.lang.String orderBy) { } /** - * The maximum number of error issues to return. The service may return fewer than this - * value. If unspecified, at most 50 error issues will be returned. The maximum value is - * 1000; values above 1000 will be coerced to 1000. + * Optional. The maximum number of error issues to return. The service may return fewer + * than this value. If unspecified, at most 50 error issues will be returned. The maximum + * value is 1000; values above 1000 will be coerced to 1000. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; - /** The maximum number of error issues to return. The service may return fewer than this value. If - unspecified, at most 50 error issues will be returned. The maximum value is 1000; values above 1000 - will be coerced to 1000. + /** Optional. The maximum number of error issues to return. The service may return fewer than this + value. If unspecified, at most 50 error issues will be returned. The maximum value is 1000; values + above 1000 will be coerced to 1000. */ public java.lang.Integer getPageSize() { return pageSize; } /** - * The maximum number of error issues to return. The service may return fewer than this - * value. If unspecified, at most 50 error issues will be returned. The maximum value is - * 1000; values above 1000 will be coerced to 1000. + * Optional. The maximum number of error issues to return. The service may return fewer + * than this value. If unspecified, at most 50 error issues will be returned. The maximum + * value is 1000; values above 1000 will be coerced to 1000. */ public Search setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; @@ -2366,25 +2370,25 @@ public Search setPageSize(java.lang.Integer pageSize) { } /** - * A page token, received from a previous call. Provide this to retrieve the subsequent - * page. When paginating, all other parameters provided to the request must match the call - * that provided the page token. + * Optional. A page token, received from a previous call. Provide this to retrieve the + * subsequent page. When paginating, all other parameters provided to the request must + * match the call that provided the page token. */ @com.google.api.client.util.Key private java.lang.String pageToken; - /** A page token, received from a previous call. Provide this to retrieve the subsequent page. When - paginating, all other parameters provided to the request must match the call that provided the page - token. + /** Optional. A page token, received from a previous call. Provide this to retrieve the subsequent + page. When paginating, all other parameters provided to the request must match the call that + provided the page token. */ public java.lang.String getPageToken() { return pageToken; } /** - * A page token, received from a previous call. Provide this to retrieve the subsequent - * page. When paginating, all other parameters provided to the request must match the call - * that provided the page token. + * Optional. A page token, received from a previous call. Provide this to retrieve the + * subsequent page. When paginating, all other parameters provided to the request must + * match the call that provided the page token. */ public Search setPageToken(java.lang.String pageToken) { this.pageToken = pageToken; @@ -2585,9 +2589,9 @@ public Search setParent(java.lang.String parent) { } /** - * A selection predicate to retrieve only a subset of the reports. For filtering basics, - * please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * - * `apiLevel`: Matches error reports that occurred in the requested Android versions + * Optional. A selection predicate to retrieve only a subset of the reports. For filtering + * basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** + * * `apiLevel`: Matches error reports that occurred in the requested Android versions * (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * * `versionCode`: Matches error reports that occurred in the requested app version codes * only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error @@ -2620,29 +2624,29 @@ public Search setParent(java.lang.String parent) { @com.google.api.client.util.Key private java.lang.String filter; - /** A selection predicate to retrieve only a subset of the reports. For filtering basics, please check - [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches error - reports that occurred in the requested Android versions (specified as the numeric API level) only. - Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that occurred in - the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * - `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = - "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that - occurred in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches - error reports that occurred in the requested device types. Example: `deviceType = "PHONE"`. * - `errorIssueType`: Matches error reports of the requested types only. Valid candidates: `CRASH`, - `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `errorIssueId`: - Matches error reports belonging to the requested error issue ids only. Example: `errorIssueId = - 1234 OR errorIssueId = 4567`. * `errorReportId`: Matches error reports with the requested error - report id. Example: `errorReportId = 1234 OR errorReportId = 4567`. * `appProcessState`: Matches - error reports on the process state of an app, indicating whether an app runs in the foreground - (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: - `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-perceived. - It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * - Comparison operators: The only supported comparison operator is equality. The filtered field must - appear on the left hand side of the comparison. * Logical Operators: Logical operators `AND` and - `OR` can be used to build complex filters following a conjunctive normal form (CNF), i.e., - conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use of - parenthesis is not necessary when building CNF. The `OR` operator is only supported to build + /** Optional. A selection predicate to retrieve only a subset of the reports. For filtering basics, + please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: + Matches error reports that occurred in the requested Android versions (specified as the numeric API + level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that + occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = + 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: + `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error + issues that occurred in the requested device brands. Example: `deviceBrand = "Google". * + `deviceType`: Matches error reports that occurred in the requested device types. Example: + `deviceType = "PHONE"`. * `errorIssueType`: Matches error reports of the requested types only. + Valid candidates: `CRASH`, `ANR`, `NON_FATAL`. Example: `errorIssueType = CRASH OR errorIssueType = + ANR`. * `errorIssueId`: Matches error reports belonging to the requested error issue ids only. + Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `errorReportId`: Matches error reports + with the requested error report id. Example: `errorReportId = 1234 OR errorReportId = 4567`. * + `appProcessState`: Matches error reports on the process state of an app, indicating whether an app + runs in the foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. + Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that are user- + perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported + operators:** * Comparison operators: The only supported comparison operator is equality. The + filtered field must appear on the left hand side of the comparison. * Logical Operators: Logical + operators `AND` and `OR` can be used to build complex filters following a conjunctive normal form + (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use + of parenthesis is not necessary when building CNF. The `OR` operator is only supported to build disjunctions that apply to the same field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter expression `versionCode = 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 @@ -2654,9 +2658,9 @@ public java.lang.String getFilter() { } /** - * A selection predicate to retrieve only a subset of the reports. For filtering basics, - * please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * - * `apiLevel`: Matches error reports that occurred in the requested Android versions + * Optional. A selection predicate to retrieve only a subset of the reports. For filtering + * basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** + * * `apiLevel`: Matches error reports that occurred in the requested Android versions * (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * * `versionCode`: Matches error reports that occurred in the requested app version codes * only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error @@ -3108,14 +3112,14 @@ public Search setIntervalStartTimeYear(java.lang.Integer intervalStartTimeYear) } /** - * The maximum number of reports to return. The service may return fewer than this value. - * If unspecified, at most 50 reports will be returned. The maximum value is 100; values - * above 100 will be coerced to 100. + * Optional. The maximum number of reports to return. The service may return fewer than + * this value. If unspecified, at most 50 reports will be returned. The maximum value is + * 100; values above 100 will be coerced to 100. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; - /** The maximum number of reports to return. The service may return fewer than this value. If + /** Optional. The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 100; values above 100 will be coerced to 100. */ @@ -3124,9 +3128,9 @@ public java.lang.Integer getPageSize() { } /** - * The maximum number of reports to return. The service may return fewer than this value. - * If unspecified, at most 50 reports will be returned. The maximum value is 100; values - * above 100 will be coerced to 100. + * Optional. The maximum number of reports to return. The service may return fewer than + * this value. If unspecified, at most 50 reports will be returned. The maximum value is + * 100; values above 100 will be coerced to 100. */ public Search setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; @@ -3134,24 +3138,24 @@ public Search setPageSize(java.lang.Integer pageSize) { } /** - * A page token, received from a previous `SearchErrorReports` call. Provide this to - * retrieve the subsequent page. When paginating, all other parameters provided to + * Optional. A page token, received from a previous `SearchErrorReports` call. Provide + * this to retrieve the subsequent page. When paginating, all other parameters provided to * `SearchErrorReports` must match the call that provided the page token. */ @com.google.api.client.util.Key private java.lang.String pageToken; - /** A page token, received from a previous `SearchErrorReports` call. Provide this to retrieve the - subsequent page. When paginating, all other parameters provided to `SearchErrorReports` must match - the call that provided the page token. + /** Optional. A page token, received from a previous `SearchErrorReports` call. Provide this to + retrieve the subsequent page. When paginating, all other parameters provided to + `SearchErrorReports` must match the call that provided the page token. */ public java.lang.String getPageToken() { return pageToken; } /** - * A page token, received from a previous `SearchErrorReports` call. Provide this to - * retrieve the subsequent page. When paginating, all other parameters provided to + * Optional. A page token, received from a previous `SearchErrorReports` call. Provide + * this to retrieve the subsequent page. When paginating, all other parameters provided to * `SearchErrorReports` must match the call that provided the page token. */ public Search setPageToken(java.lang.String pageToken) { @@ -4661,8 +4665,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: *