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:
*
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1AppVersion.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1AppVersion.java
index d1b723713ab..fada188dc64 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1AppVersion.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1AppVersion.java
@@ -31,14 +31,14 @@
public final class GooglePlayDeveloperReportingV1alpha1AppVersion extends com.google.api.client.json.GenericJson {
/**
- * Numeric version code of the app version (set by the app's developer).
+ * Optional. Numeric version code of the app version (set by the app's developer).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long versionCode;
/**
- * Numeric version code of the app version (set by the app's developer).
+ * Optional. Numeric version code of the app version (set by the app's developer).
* @return value or {@code null} for none
*/
public java.lang.Long getVersionCode() {
@@ -46,7 +46,7 @@ public java.lang.Long getVersionCode() {
}
/**
- * Numeric version code of the app version (set by the app's developer).
+ * Optional. Numeric version code of the app version (set by the app's developer).
* @param versionCode versionCode or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1AppVersion setVersionCode(java.lang.Long versionCode) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet.java
index 728218e34ea..2970ca7fdbe 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet.java
@@ -71,7 +71,7 @@ public final class GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet exten
private GooglePlayDeveloperReportingV1alpha1FreshnessInfo freshnessInfo;
/**
- * The resource name. Format: apps/{app}/errorCountMetricSet
+ * Identifier. The resource name. Format: apps/{app}/errorCountMetricSet
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -95,7 +95,7 @@ public GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet setFreshnessInfo(
}
/**
- * The resource name. Format: apps/{app}/errorCountMetricSet
+ * Identifier. The resource name. Format: apps/{app}/errorCountMetricSet
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -103,7 +103,7 @@ public java.lang.String getName() {
}
/**
- * The resource name. Format: apps/{app}/errorCountMetricSet
+ * Identifier. The resource name. Format: apps/{app}/errorCountMetricSet
* @param name name or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet setName(java.lang.String name) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1ErrorReport.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1ErrorReport.java
index 8664224ceca..f06267b2548 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1ErrorReport.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1ErrorReport.java
@@ -64,7 +64,7 @@ public final class GooglePlayDeveloperReportingV1alpha1ErrorReport extends com.g
private java.lang.String issue;
/**
- * The resource name of the report. Format: apps/{app}/{report}
+ * Identifier. The resource name of the report. Format: apps/{app}/{report}
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -176,7 +176,7 @@ public GooglePlayDeveloperReportingV1alpha1ErrorReport setIssue(java.lang.String
}
/**
- * The resource name of the report. Format: apps/{app}/{report}
+ * Identifier. The resource name of the report. Format: apps/{app}/{report}
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -184,7 +184,7 @@ public java.lang.String getName() {
}
/**
- * The resource name of the report. Format: apps/{app}/{report}
+ * Identifier. The resource name of the report. Format: apps/{app}/{report}
* @param name name or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1ErrorReport setName(java.lang.String name) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1MetricsRow.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1MetricsRow.java
index 981f6bf3105..d008c368c00 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1MetricsRow.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1MetricsRow.java
@@ -31,14 +31,14 @@
public final class GooglePlayDeveloperReportingV1alpha1MetricsRow extends com.google.api.client.json.GenericJson {
/**
- * Granularity of the aggregation period of the row.
+ * Optional. Granularity of the aggregation period of the row.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String aggregationPeriod;
/**
- * Dimension columns in the row.
+ * Optional. Dimension columns in the row.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -51,7 +51,7 @@ public final class GooglePlayDeveloperReportingV1alpha1MetricsRow extends com.go
}
/**
- * Metric columns in the row.
+ * Optional. Metric columns in the row.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -64,14 +64,14 @@ public final class GooglePlayDeveloperReportingV1alpha1MetricsRow extends com.go
}
/**
- * Starting date (and time for hourly aggregation) of the period covered by this row.
+ * Optional. Starting date (and time for hourly aggregation) of the period covered by this row.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDateTime startTime;
/**
- * Granularity of the aggregation period of the row.
+ * Optional. Granularity of the aggregation period of the row.
* @return value or {@code null} for none
*/
public java.lang.String getAggregationPeriod() {
@@ -79,7 +79,7 @@ public java.lang.String getAggregationPeriod() {
}
/**
- * Granularity of the aggregation period of the row.
+ * Optional. Granularity of the aggregation period of the row.
* @param aggregationPeriod aggregationPeriod or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1MetricsRow setAggregationPeriod(java.lang.String aggregationPeriod) {
@@ -88,7 +88,7 @@ public GooglePlayDeveloperReportingV1alpha1MetricsRow setAggregationPeriod(java.
}
/**
- * Dimension columns in the row.
+ * Optional. Dimension columns in the row.
* @return value or {@code null} for none
*/
public java.util.List getDimensions() {
@@ -96,7 +96,7 @@ public java.util.List getDim
}
/**
- * Dimension columns in the row.
+ * Optional. Dimension columns in the row.
* @param dimensions dimensions or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1MetricsRow setDimensions(java.util.List dimensions) {
@@ -105,7 +105,7 @@ public GooglePlayDeveloperReportingV1alpha1MetricsRow setDimensions(java.util.Li
}
/**
- * Metric columns in the row.
+ * Optional. Metric columns in the row.
* @return value or {@code null} for none
*/
public java.util.List getMetrics() {
@@ -113,7 +113,7 @@ public java.util.List getMetric
}
/**
- * Metric columns in the row.
+ * Optional. Metric columns in the row.
* @param metrics metrics or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1MetricsRow setMetrics(java.util.List metrics) {
@@ -122,7 +122,7 @@ public GooglePlayDeveloperReportingV1alpha1MetricsRow setMetrics(java.util.List<
}
/**
- * Starting date (and time for hourly aggregation) of the period covered by this row.
+ * Optional. Starting date (and time for hourly aggregation) of the period covered by this row.
* @return value or {@code null} for none
*/
public GoogleTypeDateTime getStartTime() {
@@ -130,7 +130,7 @@ public GoogleTypeDateTime getStartTime() {
}
/**
- * Starting date (and time for hourly aggregation) of the period covered by this row.
+ * Optional. Starting date (and time for hourly aggregation) of the period covered by this row.
* @param startTime startTime or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1MetricsRow setStartTime(GoogleTypeDateTime startTime) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1OsVersion.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1OsVersion.java
index 05e39bcac08..a6b3cae3753 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1OsVersion.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1OsVersion.java
@@ -31,14 +31,14 @@
public final class GooglePlayDeveloperReportingV1alpha1OsVersion extends com.google.api.client.json.GenericJson {
/**
- * Numeric version code of the OS - API level
+ * Optional. Numeric version code of the OS - API level
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long apiLevel;
/**
- * Numeric version code of the OS - API level
+ * Optional. Numeric version code of the OS - API level
* @return value or {@code null} for none
*/
public java.lang.Long getApiLevel() {
@@ -46,7 +46,7 @@ public java.lang.Long getApiLevel() {
}
/**
- * Numeric version code of the OS - API level
+ * Optional. Numeric version code of the OS - API level
* @param apiLevel apiLevel or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1OsVersion setApiLevel(java.lang.Long apiLevel) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest.java
index 638f7db9438..1d82fcb2360 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequ
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,8 +68,8 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequ
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of
- * distinct users in the aggregation period that experienced at least one ANR. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one ANR. *
* `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` in the last
* 7 days. The daily values are weighted by the count of distinct users for the day. Not supported
* in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
@@ -95,57 +95,58 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequ
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -164,17 +165,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -194,7 +195,7 @@ public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setDimen
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -204,7 +205,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -215,8 +216,8 @@ public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setFilte
}
/**
- * Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of
- * distinct users in the aggregation period that experienced at least one ANR. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one ANR. *
* `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` in the last
* 7 days. The daily values are weighted by the count of distinct users for the day. Not supported
* in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
@@ -243,8 +244,8 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of
- * distinct users in the aggregation period that experienced at least one ANR. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one ANR. *
* `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` in the last
* 7 days. The daily values are weighted by the count of distinct users for the day. Not supported
* in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
@@ -272,8 +273,8 @@ public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setMetri
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -281,8 +282,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -291,9 +292,9 @@ public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setPageS
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -301,9 +302,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -312,10 +313,10 @@ public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setPageT
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
@@ -323,10 +324,10 @@ public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec) {
@@ -335,13 +336,14 @@ public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setTimel
}
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -349,13 +351,14 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest.java
index 0d8a78745fd..d233ede5b6e 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRe
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,8 +68,8 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRe
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage
- * of distinct users in the aggregation period that experienced at least one crash. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one crash. *
* `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
* last 7 days. The daily values are weighted by the count of distinct users for the day. *
* `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
@@ -97,57 +97,58 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRe
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -166,17 +167,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -196,7 +197,7 @@ public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setDim
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -206,7 +207,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -217,8 +218,8 @@ public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setFil
}
/**
- * Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage
- * of distinct users in the aggregation period that experienced at least one crash. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one crash. *
* `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
* last 7 days. The daily values are weighted by the count of distinct users for the day. *
* `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
@@ -247,8 +248,8 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage
- * of distinct users in the aggregation period that experienced at least one crash. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one crash. *
* `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
* last 7 days. The daily values are weighted by the count of distinct users for the day. *
* `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
@@ -278,8 +279,8 @@ public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setMet
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -287,8 +288,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -297,9 +298,9 @@ public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setPag
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -307,9 +308,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -318,10 +319,10 @@ public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setPag
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
@@ -329,10 +330,10 @@ public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec) {
@@ -341,13 +342,14 @@ public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setTim
}
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -355,13 +357,14 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest.java
index b1656ee0a26..bb7277907f6 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceModel` (string): unique identifier of the user's device model. *
- * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `reportType`
- * (string): the type of error. The value should correspond to one of the possible values in
- * ErrorType. * `issueId` (string): the id an error was assigned to. The value should correspond
- * to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
- * in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
- * system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceModel` (string): unique identifier of the user's
+ * device model. * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. *
+ * `reportType` (string): the type of error. The value should correspond to one of the possible
+ * values in ErrorType. * `issueId` (string): the id an error was assigned to. The value should
+ * correspond to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of
+ * the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
+ * device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetR
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions and: * `isUserPerceived` (string): denotes whether error is user perceived
* or not, USER_PERCEIVED or NOT_USER_PERCEIVED.
@@ -69,54 +69,55 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetR
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`):
- * Absolute count of individual error reports that have been received for an app. *
- * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports have been
- * received. Care must be taken not to aggregate this count further, as it may result in users
- * being counted multiple times. This value is not rounded, however it may be an approximation.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `errorReportCount`
+ * (`google.type.Decimal`): Absolute count of individual error reports that have been received for
+ * an app. * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports
+ * have been received. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. This value is not rounded, however it may be an
+ * approximation.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. The default and only supported
- * timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. The default and only
+ * supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceModel` (string): unique identifier of the user's device model. *
- * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `reportType`
- * (string): the type of error. The value should correspond to one of the possible values in
- * ErrorType. * `issueId` (string): the id an error was assigned to. The value should correspond
- * to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
- * in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
- * system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceModel` (string): unique identifier of the user's
+ * device model. * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. *
+ * `reportType` (string): the type of error. The value should correspond to one of the possible
+ * values in ErrorType. * `issueId` (string): the id an error was assigned to. The value should
+ * correspond to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of
+ * the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
+ * device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -135,17 +136,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceModel` (string): unique identifier of the user's device model. *
- * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `reportType`
- * (string): the type of error. The value should correspond to one of the possible values in
- * ErrorType. * `issueId` (string): the id an error was assigned to. The value should correspond
- * to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
- * in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
- * system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceModel` (string): unique identifier of the user's
+ * device model. * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. *
+ * `reportType` (string): the type of error. The value should correspond to one of the possible
+ * values in ErrorType. * `issueId` (string): the id an error was assigned to. The value should
+ * correspond to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of
+ * the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
+ * device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -165,7 +166,7 @@ public GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest setDi
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions and: * `isUserPerceived` (string): denotes whether error is user perceived
* or not, USER_PERCEIVED or NOT_USER_PERCEIVED.
@@ -176,7 +177,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions and: * `isUserPerceived` (string): denotes whether error is user perceived
* or not, USER_PERCEIVED or NOT_USER_PERCEIVED.
@@ -188,11 +189,12 @@ public GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest setFi
}
/**
- * Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`):
- * Absolute count of individual error reports that have been received for an app. *
- * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports have been
- * received. Care must be taken not to aggregate this count further, as it may result in users
- * being counted multiple times. This value is not rounded, however it may be an approximation.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `errorReportCount`
+ * (`google.type.Decimal`): Absolute count of individual error reports that have been received for
+ * an app. * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports
+ * have been received. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. This value is not rounded, however it may be an
+ * approximation.
* @return value or {@code null} for none
*/
public java.util.List getMetrics() {
@@ -200,11 +202,12 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`):
- * Absolute count of individual error reports that have been received for an app. *
- * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports have been
- * received. Care must be taken not to aggregate this count further, as it may result in users
- * being counted multiple times. This value is not rounded, however it may be an approximation.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `errorReportCount`
+ * (`google.type.Decimal`): Absolute count of individual error reports that have been received for
+ * an app. * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports
+ * have been received. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. This value is not rounded, however it may be an
+ * approximation.
* @param metrics metrics or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest setMetrics(java.util.List metrics) {
@@ -213,8 +216,8 @@ public GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest setMe
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -222,8 +225,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -232,9 +235,9 @@ public GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest setPa
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -242,9 +245,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -253,9 +256,9 @@ public GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest setPa
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. The default and only supported
- * timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. The default and only
+ * supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
@@ -263,9 +266,9 @@ public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. The default and only supported
- * timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. The default and only
+ * supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest.java
index 090f8527b74..585abaa8001 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateM
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,70 +68,70 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateM
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had more than 10 wakeups per hour.
- * * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `excessiveWakeupRate` in the last 7 days. The daily values are weighted by the count of
- * distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
- * Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily values are
- * weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`):
- * Count of distinct users in the aggregation period that were used as normalization value for the
- * `excessiveWakeupRate` metric. A user is counted in this metric if they app was doing any work
- * on the device, i.e., not just active foreground usage but also background work. Care must be
- * taken not to aggregate this count further, as it may result in users being counted multiple
- * times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending
- * on the magnitude of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had more
+ * than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`):
+ * Rolling average value of `excessiveWakeupRate` in the last 7 days. The daily values are
+ * weighted by the count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted`
+ * (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days.
+ * The daily values are weighted by the count of distinct users for the day. * `distinctUsers`
+ * (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as
+ * normalization value for the `excessiveWakeupRate` metric. A user is counted in this metric if
+ * they app was doing any work on the device, i.e., not just active foreground usage but also
+ * background work. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. The value is rounded to the nearest multiple of 10, 100,
+ * 1,000 or 1,000,000, depending on the magnitude of the value.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -150,17 +150,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -180,7 +180,7 @@ public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequ
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -190,7 +190,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -201,19 +201,19 @@ public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequ
}
/**
- * Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had more than 10 wakeups per hour.
- * * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `excessiveWakeupRate` in the last 7 days. The daily values are weighted by the count of
- * distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
- * Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily values are
- * weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`):
- * Count of distinct users in the aggregation period that were used as normalization value for the
- * `excessiveWakeupRate` metric. A user is counted in this metric if they app was doing any work
- * on the device, i.e., not just active foreground usage but also background work. Care must be
- * taken not to aggregate this count further, as it may result in users being counted multiple
- * times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending
- * on the magnitude of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had more
+ * than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`):
+ * Rolling average value of `excessiveWakeupRate` in the last 7 days. The daily values are
+ * weighted by the count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted`
+ * (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days.
+ * The daily values are weighted by the count of distinct users for the day. * `distinctUsers`
+ * (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as
+ * normalization value for the `excessiveWakeupRate` metric. A user is counted in this metric if
+ * they app was doing any work on the device, i.e., not just active foreground usage but also
+ * background work. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. The value is rounded to the nearest multiple of 10, 100,
+ * 1,000 or 1,000,000, depending on the magnitude of the value.
* @return value or {@code null} for none
*/
public java.util.List getMetrics() {
@@ -221,19 +221,19 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had more than 10 wakeups per hour.
- * * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `excessiveWakeupRate` in the last 7 days. The daily values are weighted by the count of
- * distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
- * Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily values are
- * weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`):
- * Count of distinct users in the aggregation period that were used as normalization value for the
- * `excessiveWakeupRate` metric. A user is counted in this metric if they app was doing any work
- * on the device, i.e., not just active foreground usage but also background work. Care must be
- * taken not to aggregate this count further, as it may result in users being counted multiple
- * times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending
- * on the magnitude of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had more
+ * than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`):
+ * Rolling average value of `excessiveWakeupRate` in the last 7 days. The daily values are
+ * weighted by the count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted`
+ * (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days.
+ * The daily values are weighted by the count of distinct users for the day. * `distinctUsers`
+ * (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as
+ * normalization value for the `excessiveWakeupRate` metric. A user is counted in this metric if
+ * they app was doing any work on the device, i.e., not just active foreground usage but also
+ * background work. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. The value is rounded to the nearest multiple of 10, 100,
+ * 1,000 or 1,000,000, depending on the magnitude of the value.
* @param metrics metrics or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest setMetrics(java.util.List metrics) {
@@ -242,8 +242,8 @@ public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequ
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -251,8 +251,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -261,9 +261,9 @@ public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequ
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -271,9 +271,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -282,9 +282,9 @@ public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequ
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
@@ -292,9 +292,9 @@ public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec) {
@@ -303,8 +303,8 @@ public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequ
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -312,8 +312,8 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest.java
index 734d3d6be6e..f6c878bc9c4 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMet
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,7 +68,7 @@ public final class GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMet
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
* (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
* rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
* value of `slowRenderingRate20Fps` in the last 7 days. The daily values are weighted by the
@@ -93,51 +93,51 @@ public final class GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMet
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -156,17 +156,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -186,7 +186,7 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetReques
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -196,7 +196,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -207,7 +207,7 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetReques
}
/**
- * Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
* (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
* rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
* value of `slowRenderingRate20Fps` in the last 7 days. The daily values are weighted by the
@@ -233,7 +233,7 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
* (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
* rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
* value of `slowRenderingRate20Fps` in the last 7 days. The daily values are weighted by the
@@ -260,8 +260,8 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetReques
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -269,8 +269,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -279,9 +279,9 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetReques
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -289,9 +289,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -300,9 +300,9 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetReques
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
@@ -310,9 +310,9 @@ public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec) {
@@ -321,8 +321,8 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetReques
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -330,8 +330,8 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest.java
index 7f33d227076..11a785f1267 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricS
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,69 +68,69 @@ public final class GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricS
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a slow start. *
- * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate`
- * in the last 7 days. The daily values are weighted by the count of distinct users for the day. *
- * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `slowStartRate` in the last 28 days. The daily values are weighted by the count of distinct
- * users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the
- * aggregation period that were used as normalization value for the `slowStartRate` metric. A user
- * is counted in this metric if their app was launched in the device. Care must be taken not to
- * aggregate this count further, as it may result in users being counted multiple times. The value
- * is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude
- * of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowStartRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
+ * start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
+ * `slowStartRate` in the last 7 days. The daily values are weighted by the count of distinct
+ * users for the day. * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average
+ * value of `slowStartRate` in the last 28 days. The daily values are weighted by the count of
+ * distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users
+ * in the aggregation period that were used as normalization value for the `slowStartRate` metric.
+ * A user is counted in this metric if their app was launched in the device. Care must be taken
+ * not to aggregate this count further, as it may result in users being counted multiple times.
+ * The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
+ * magnitude of the value.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -149,17 +149,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -179,7 +179,7 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest se
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -189,7 +189,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -200,18 +200,18 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest se
}
/**
- * Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a slow start. *
- * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate`
- * in the last 7 days. The daily values are weighted by the count of distinct users for the day. *
- * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `slowStartRate` in the last 28 days. The daily values are weighted by the count of distinct
- * users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the
- * aggregation period that were used as normalization value for the `slowStartRate` metric. A user
- * is counted in this metric if their app was launched in the device. Care must be taken not to
- * aggregate this count further, as it may result in users being counted multiple times. The value
- * is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude
- * of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowStartRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
+ * start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
+ * `slowStartRate` in the last 7 days. The daily values are weighted by the count of distinct
+ * users for the day. * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average
+ * value of `slowStartRate` in the last 28 days. The daily values are weighted by the count of
+ * distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users
+ * in the aggregation period that were used as normalization value for the `slowStartRate` metric.
+ * A user is counted in this metric if their app was launched in the device. Care must be taken
+ * not to aggregate this count further, as it may result in users being counted multiple times.
+ * The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
+ * magnitude of the value.
* @return value or {@code null} for none
*/
public java.util.List getMetrics() {
@@ -219,18 +219,18 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a slow start. *
- * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate`
- * in the last 7 days. The daily values are weighted by the count of distinct users for the day. *
- * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `slowStartRate` in the last 28 days. The daily values are weighted by the count of distinct
- * users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the
- * aggregation period that were used as normalization value for the `slowStartRate` metric. A user
- * is counted in this metric if their app was launched in the device. Care must be taken not to
- * aggregate this count further, as it may result in users being counted multiple times. The value
- * is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude
- * of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowStartRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
+ * start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
+ * `slowStartRate` in the last 7 days. The daily values are weighted by the count of distinct
+ * users for the day. * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average
+ * value of `slowStartRate` in the last 28 days. The daily values are weighted by the count of
+ * distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users
+ * in the aggregation period that were used as normalization value for the `slowStartRate` metric.
+ * A user is counted in this metric if their app was launched in the device. Care must be taken
+ * not to aggregate this count further, as it may result in users being counted multiple times.
+ * The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
+ * magnitude of the value.
* @param metrics metrics or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest setMetrics(java.util.List metrics) {
@@ -239,8 +239,8 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest se
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -248,8 +248,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -258,9 +258,9 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest se
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -268,9 +268,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -279,9 +279,9 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest se
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
@@ -289,9 +289,9 @@ public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec) {
@@ -300,8 +300,8 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest se
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -309,8 +309,8 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest.java
index 23d1658927a..45759bf73f6 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakel
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,9 +68,9 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakel
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a wakelock held in the
- * background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a
+ * wakelock held in the background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
* (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The
* daily values are weighted by the count of distinct users for the day. *
* `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
@@ -88,51 +88,51 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakel
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -151,17 +151,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -181,7 +181,7 @@ public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetri
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -191,7 +191,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -202,9 +202,9 @@ public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetri
}
/**
- * Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a wakelock held in the
- * background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a
+ * wakelock held in the background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
* (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The
* daily values are weighted by the count of distinct users for the day. *
* `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
@@ -223,9 +223,9 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a wakelock held in the
- * background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a
+ * wakelock held in the background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
* (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The
* daily values are weighted by the count of distinct users for the day. *
* `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
@@ -245,8 +245,8 @@ public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetri
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -254,8 +254,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -264,9 +264,9 @@ public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetri
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -274,9 +274,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -285,9 +285,9 @@ public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetri
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
@@ -295,9 +295,9 @@ public GooglePlayDeveloperReportingV1alpha1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec) {
@@ -306,8 +306,8 @@ public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetri
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -315,8 +315,8 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1TimelineSpec.java b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1TimelineSpec.java
index 2bb93afb9c6..e48a9693984 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1TimelineSpec.java
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1TimelineSpec.java
@@ -41,37 +41,37 @@
public final class GooglePlayDeveloperReportingV1alpha1TimelineSpec extends com.google.api.client.json.GenericJson {
/**
- * Type of the aggregation period of the datapoints in the timeline. Intervals are identified by
- * the date and time at the start of the interval.
+ * Optional. Type of the aggregation period of the datapoints in the timeline. Intervals are
+ * identified by the date and time at the start of the interval.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String aggregationPeriod;
/**
- * Ending datapoint of the timeline (exclusive). See start_time for restrictions. The timezone of
- * the end point must match the timezone of the start point.
+ * Optional. Ending datapoint of the timeline (exclusive). See start_time for restrictions. The
+ * timezone of the end point must match the timezone of the start point.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDateTime endTime;
/**
- * Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation period as
- * follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The time_zone can
- * be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other utc_offset or
- * timezone id will result in a validation error. * DAILY: the 'hours', 'minutes', 'seconds' and
- * 'nanos' fields must be unset. Different metric sets support different timezones. It can be left
- * unset to use the default timezone specified by the metric set. The timezone of the end point
- * must match the timezone of the start point.
+ * Optional. Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation
+ * period as follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The
+ * time_zone can be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other
+ * utc_offset or timezone id will result in a validation error. * DAILY: the 'hours', 'minutes',
+ * 'seconds' and 'nanos' fields must be unset. Different metric sets support different timezones.
+ * It can be left unset to use the default timezone specified by the metric set. The timezone of
+ * the end point must match the timezone of the start point.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDateTime startTime;
/**
- * Type of the aggregation period of the datapoints in the timeline. Intervals are identified by
- * the date and time at the start of the interval.
+ * Optional. Type of the aggregation period of the datapoints in the timeline. Intervals are
+ * identified by the date and time at the start of the interval.
* @return value or {@code null} for none
*/
public java.lang.String getAggregationPeriod() {
@@ -79,8 +79,8 @@ public java.lang.String getAggregationPeriod() {
}
/**
- * Type of the aggregation period of the datapoints in the timeline. Intervals are identified by
- * the date and time at the start of the interval.
+ * Optional. Type of the aggregation period of the datapoints in the timeline. Intervals are
+ * identified by the date and time at the start of the interval.
* @param aggregationPeriod aggregationPeriod or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec setAggregationPeriod(java.lang.String aggregationPeriod) {
@@ -89,8 +89,8 @@ public GooglePlayDeveloperReportingV1alpha1TimelineSpec setAggregationPeriod(jav
}
/**
- * Ending datapoint of the timeline (exclusive). See start_time for restrictions. The timezone of
- * the end point must match the timezone of the start point.
+ * Optional. Ending datapoint of the timeline (exclusive). See start_time for restrictions. The
+ * timezone of the end point must match the timezone of the start point.
* @return value or {@code null} for none
*/
public GoogleTypeDateTime getEndTime() {
@@ -98,8 +98,8 @@ public GoogleTypeDateTime getEndTime() {
}
/**
- * Ending datapoint of the timeline (exclusive). See start_time for restrictions. The timezone of
- * the end point must match the timezone of the start point.
+ * Optional. Ending datapoint of the timeline (exclusive). See start_time for restrictions. The
+ * timezone of the end point must match the timezone of the start point.
* @param endTime endTime or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec setEndTime(GoogleTypeDateTime endTime) {
@@ -108,13 +108,13 @@ public GooglePlayDeveloperReportingV1alpha1TimelineSpec setEndTime(GoogleTypeDat
}
/**
- * Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation period as
- * follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The time_zone can
- * be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other utc_offset or
- * timezone id will result in a validation error. * DAILY: the 'hours', 'minutes', 'seconds' and
- * 'nanos' fields must be unset. Different metric sets support different timezones. It can be left
- * unset to use the default timezone specified by the metric set. The timezone of the end point
- * must match the timezone of the start point.
+ * Optional. Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation
+ * period as follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The
+ * time_zone can be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other
+ * utc_offset or timezone id will result in a validation error. * DAILY: the 'hours', 'minutes',
+ * 'seconds' and 'nanos' fields must be unset. Different metric sets support different timezones.
+ * It can be left unset to use the default timezone specified by the metric set. The timezone of
+ * the end point must match the timezone of the start point.
* @return value or {@code null} for none
*/
public GoogleTypeDateTime getStartTime() {
@@ -122,13 +122,13 @@ public GoogleTypeDateTime getStartTime() {
}
/**
- * Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation period as
- * follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The time_zone can
- * be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other utc_offset or
- * timezone id will result in a validation error. * DAILY: the 'hours', 'minutes', 'seconds' and
- * 'nanos' fields must be unset. Different metric sets support different timezones. It can be left
- * unset to use the default timezone specified by the metric set. The timezone of the end point
- * must match the timezone of the start point.
+ * Optional. Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation
+ * period as follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The
+ * time_zone can be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other
+ * utc_offset or timezone id will result in a validation error. * DAILY: the 'hours', 'minutes',
+ * 'seconds' and 'nanos' fields must be unset. Different metric sets support different timezones.
+ * It can be left unset to use the default timezone specified by the metric set. The timezone of
+ * the end point must match the timezone of the start point.
* @param startTime startTime or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1TimelineSpec setStartTime(GoogleTypeDateTime startTime) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/pom.xml b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/pom.xml
index e64e9a53600..2ac09305a66 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/pom.xml
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-playdeveloperreporting
- v1alpha1-rev20250311-2.0.0
- Google Play Developer Reporting API v1alpha1-rev20250311-2.0.0
+ v1alpha1-rev20260201-2.0.0
+ Google Play Developer Reporting API v1alpha1-rev20260201-2.0.0
jar
2011
diff --git a/clients/google-api-services-playdeveloperreporting/v1alpha1/README.md b/clients/google-api-services-playdeveloperreporting/v1alpha1/README.md
index 1dfb69378e5..996d02b22e7 100644
--- a/clients/google-api-services-playdeveloperreporting/v1alpha1/README.md
+++ b/clients/google-api-services-playdeveloperreporting/v1alpha1/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/v1beta1/2.0.0/README.md b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/README.md
index cede32fd4e2..65e2598061e 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/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
- v1beta1-rev20250311-2.0.0
+ v1beta1-rev20260201-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1beta1-rev20250311-2.0.0'
+ implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1beta1-rev20260201-2.0.0'
}
```
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/Playdeveloperreporting.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/Playdeveloperreporting.java
index 495d2626a4f..a79bd2c7f80 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/Playdeveloperreporting.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/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:
*
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1AppVersion.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1AppVersion.java
index 1309b875999..4f14b608492 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1AppVersion.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1AppVersion.java
@@ -31,14 +31,14 @@
public final class GooglePlayDeveloperReportingV1beta1AppVersion extends com.google.api.client.json.GenericJson {
/**
- * Numeric version code of the app version (set by the app's developer).
+ * Optional. Numeric version code of the app version (set by the app's developer).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long versionCode;
/**
- * Numeric version code of the app version (set by the app's developer).
+ * Optional. Numeric version code of the app version (set by the app's developer).
* @return value or {@code null} for none
*/
public java.lang.Long getVersionCode() {
@@ -46,7 +46,7 @@ public java.lang.Long getVersionCode() {
}
/**
- * Numeric version code of the app version (set by the app's developer).
+ * Optional. Numeric version code of the app version (set by the app's developer).
* @param versionCode versionCode or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1AppVersion setVersionCode(java.lang.Long versionCode) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet.java
index 9ade96eb703..f13e81b6aad 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet.java
@@ -71,7 +71,7 @@ public final class GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet extend
private GooglePlayDeveloperReportingV1beta1FreshnessInfo freshnessInfo;
/**
- * The resource name. Format: apps/{app}/errorCountMetricSet
+ * Identifier. The resource name. Format: apps/{app}/errorCountMetricSet
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -95,7 +95,7 @@ public GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet setFreshnessInfo(G
}
/**
- * The resource name. Format: apps/{app}/errorCountMetricSet
+ * Identifier. The resource name. Format: apps/{app}/errorCountMetricSet
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -103,7 +103,7 @@ public java.lang.String getName() {
}
/**
- * The resource name. Format: apps/{app}/errorCountMetricSet
+ * Identifier. The resource name. Format: apps/{app}/errorCountMetricSet
* @param name name or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet setName(java.lang.String name) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1ErrorReport.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1ErrorReport.java
index 5f9835babdb..6ecc02dd5d1 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1ErrorReport.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1ErrorReport.java
@@ -64,7 +64,7 @@ public final class GooglePlayDeveloperReportingV1beta1ErrorReport extends com.go
private java.lang.String issue;
/**
- * The resource name of the report. Format: apps/{app}/{report}
+ * Identifier. The resource name of the report. Format: apps/{app}/{report}
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -176,7 +176,7 @@ public GooglePlayDeveloperReportingV1beta1ErrorReport setIssue(java.lang.String
}
/**
- * The resource name of the report. Format: apps/{app}/{report}
+ * Identifier. The resource name of the report. Format: apps/{app}/{report}
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -184,7 +184,7 @@ public java.lang.String getName() {
}
/**
- * The resource name of the report. Format: apps/{app}/{report}
+ * Identifier. The resource name of the report. Format: apps/{app}/{report}
* @param name name or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1ErrorReport setName(java.lang.String name) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1MetricsRow.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1MetricsRow.java
index 376c09abdba..4b4a7f01745 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1MetricsRow.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1MetricsRow.java
@@ -31,14 +31,14 @@
public final class GooglePlayDeveloperReportingV1beta1MetricsRow extends com.google.api.client.json.GenericJson {
/**
- * Granularity of the aggregation period of the row.
+ * Optional. Granularity of the aggregation period of the row.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String aggregationPeriod;
/**
- * Dimension columns in the row.
+ * Optional. Dimension columns in the row.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -51,7 +51,7 @@ public final class GooglePlayDeveloperReportingV1beta1MetricsRow extends com.goo
}
/**
- * Metric columns in the row.
+ * Optional. Metric columns in the row.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -64,14 +64,14 @@ public final class GooglePlayDeveloperReportingV1beta1MetricsRow extends com.goo
}
/**
- * Starting date (and time for hourly aggregation) of the period covered by this row.
+ * Optional. Starting date (and time for hourly aggregation) of the period covered by this row.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDateTime startTime;
/**
- * Granularity of the aggregation period of the row.
+ * Optional. Granularity of the aggregation period of the row.
* @return value or {@code null} for none
*/
public java.lang.String getAggregationPeriod() {
@@ -79,7 +79,7 @@ public java.lang.String getAggregationPeriod() {
}
/**
- * Granularity of the aggregation period of the row.
+ * Optional. Granularity of the aggregation period of the row.
* @param aggregationPeriod aggregationPeriod or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1MetricsRow setAggregationPeriod(java.lang.String aggregationPeriod) {
@@ -88,7 +88,7 @@ public GooglePlayDeveloperReportingV1beta1MetricsRow setAggregationPeriod(java.l
}
/**
- * Dimension columns in the row.
+ * Optional. Dimension columns in the row.
* @return value or {@code null} for none
*/
public java.util.List getDimensions() {
@@ -96,7 +96,7 @@ public java.util.List getDime
}
/**
- * Dimension columns in the row.
+ * Optional. Dimension columns in the row.
* @param dimensions dimensions or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1MetricsRow setDimensions(java.util.List dimensions) {
@@ -105,7 +105,7 @@ public GooglePlayDeveloperReportingV1beta1MetricsRow setDimensions(java.util.Lis
}
/**
- * Metric columns in the row.
+ * Optional. Metric columns in the row.
* @return value or {@code null} for none
*/
public java.util.List getMetrics() {
@@ -113,7 +113,7 @@ public java.util.List getMetrics
}
/**
- * Metric columns in the row.
+ * Optional. Metric columns in the row.
* @param metrics metrics or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1MetricsRow setMetrics(java.util.List metrics) {
@@ -122,7 +122,7 @@ public GooglePlayDeveloperReportingV1beta1MetricsRow setMetrics(java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,8 +68,8 @@ public final class GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetReque
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of
- * distinct users in the aggregation period that experienced at least one ANR. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one ANR. *
* `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` in the last
* 7 days. The daily values are weighted by the count of distinct users for the day. Not supported
* in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
@@ -95,57 +95,58 @@ public final class GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetReque
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -164,17 +165,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -194,7 +195,7 @@ public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setDimens
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -204,7 +205,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -215,8 +216,8 @@ public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setFilter
}
/**
- * Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of
- * distinct users in the aggregation period that experienced at least one ANR. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one ANR. *
* `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` in the last
* 7 days. The daily values are weighted by the count of distinct users for the day. Not supported
* in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
@@ -243,8 +244,8 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of
- * distinct users in the aggregation period that experienced at least one ANR. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one ANR. *
* `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` in the last
* 7 days. The daily values are weighted by the count of distinct users for the day. Not supported
* in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
@@ -272,8 +273,8 @@ public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setMetric
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -281,8 +282,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -291,9 +292,9 @@ public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setPageSi
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -301,9 +302,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -312,10 +313,10 @@ public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setPageTo
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
@@ -323,10 +324,10 @@ public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec) {
@@ -335,13 +336,14 @@ public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setTimeli
}
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -349,13 +351,14 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest.java
index efcbcd187f5..fb5eacf4504 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetReq
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,8 +68,8 @@ public final class GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetReq
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage
- * of distinct users in the aggregation period that experienced at least one crash. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one crash. *
* `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
* last 7 days. The daily values are weighted by the count of distinct users for the day. *
* `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
@@ -97,57 +97,58 @@ public final class GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetReq
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -166,17 +167,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API
- * level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
- * version of the app that was running on the user's device. * `deviceModel` (string): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
- * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
- * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
- * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
- * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
- * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string):
+ * the API level of Android that was running on the user's device, e.g., 26. * `versionCode`
+ * (int64): version of the app that was running on the user's device. * `deviceModel` (string):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
+ * device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of
+ * the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's
+ * device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the
+ * United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
+ * etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -196,7 +197,7 @@ public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setDime
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -206,7 +207,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -217,8 +218,8 @@ public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setFilt
}
/**
- * Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage
- * of distinct users in the aggregation period that experienced at least one crash. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one crash. *
* `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
* last 7 days. The daily values are weighted by the count of distinct users for the day. *
* `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
@@ -247,8 +248,8 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage
- * of distinct users in the aggregation period that experienced at least one crash. *
+ * Optional. Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`):
+ * Percentage of distinct users in the aggregation period that experienced at least one crash. *
* `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
* last 7 days. The daily values are weighted by the count of distinct users for the day. *
* `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the
@@ -278,8 +279,8 @@ public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setMetr
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -287,8 +288,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100,000; values above 100,000 will be coerced to 100,000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -297,9 +298,9 @@ public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setPage
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -307,9 +308,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -318,10 +319,10 @@ public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setPage
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
@@ -329,10 +330,10 @@ public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated
- * in hourly intervals. The default and only supported timezone is `UTC`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY:
+ * metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec) {
@@ -341,13 +342,14 @@ public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setTime
}
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -355,13 +357,14 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. **Supported
- * values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
- * default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
- * opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
- * android versions only, excluding data from released android versions. Only the following
- * dimensions are supported: * `versionCode` (int64): version of the app that was running on the
- * user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
+ * Optional. User view to select. The output data will correspond to the selected view.
+ * **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions.
+ * This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from
+ * users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select
+ * data from beta android versions only, excluding data from released android versions. Only the
+ * following dimensions are supported: * `versionCode` (int64): version of the app that was
+ * running on the user's device. * `osBuild` (string): OS build of the user's device, e.g.,
+ * "T1B2.220916.004".
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest.java
index 4161b3f8c5b..73a73da7d17 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceModel` (string): unique identifier of the user's device model. *
- * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `reportType`
- * (string): the type of error. The value should correspond to one of the possible values in
- * ErrorType. * `issueId` (string): the id an error was assigned to. The value should correspond
- * to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
- * in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
- * system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceModel` (string): unique identifier of the user's
+ * device model. * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. *
+ * `reportType` (string): the type of error. The value should correspond to one of the possible
+ * values in ErrorType. * `issueId` (string): the id an error was assigned to. The value should
+ * correspond to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of
+ * the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
+ * device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRe
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions and: * `isUserPerceived` (string): denotes whether error is user perceived
* or not, USER_PERCEIVED or NOT_USER_PERCEIVED.
@@ -69,54 +69,55 @@ public final class GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRe
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`):
- * Absolute count of individual error reports that have been received for an app. *
- * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports have been
- * received. Care must be taken not to aggregate this count further, as it may result in users
- * being counted multiple times. This value is not rounded, however it may be an approximation.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `errorReportCount`
+ * (`google.type.Decimal`): Absolute count of individual error reports that have been received for
+ * an app. * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports
+ * have been received. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. This value is not rounded, however it may be an
+ * approximation.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. The default and only supported
- * timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. The default and only
+ * supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceModel` (string): unique identifier of the user's device model. *
- * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `reportType`
- * (string): the type of error. The value should correspond to one of the possible values in
- * ErrorType. * `issueId` (string): the id an error was assigned to. The value should correspond
- * to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
- * in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
- * system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceModel` (string): unique identifier of the user's
+ * device model. * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. *
+ * `reportType` (string): the type of error. The value should correspond to one of the possible
+ * values in ErrorType. * `issueId` (string): the id an error was assigned to. The value should
+ * correspond to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of
+ * the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
+ * device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -135,17 +136,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): unique
- * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
- * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
- * google/coral. * `deviceModel` (string): unique identifier of the user's device model. *
- * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `reportType`
- * (string): the type of error. The value should correspond to one of the possible values in
- * ErrorType. * `issueId` (string): the id an error was assigned to. The value should correspond
- * to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
- * in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
- * system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * unique identifier of the user's device model. The form of the identifier is
+ * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to
+ * Build.DEVICE, e.g., google/coral. * `deviceModel` (string): unique identifier of the user's
+ * device model. * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. *
+ * `reportType` (string): the type of error. The value should correspond to one of the possible
+ * values in ErrorType. * `issueId` (string): the id an error was assigned to. The value should
+ * correspond to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of
+ * the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
+ * device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -165,7 +166,7 @@ public GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setDim
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions and: * `isUserPerceived` (string): denotes whether error is user perceived
* or not, USER_PERCEIVED or NOT_USER_PERCEIVED.
@@ -176,7 +177,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions and: * `isUserPerceived` (string): denotes whether error is user perceived
* or not, USER_PERCEIVED or NOT_USER_PERCEIVED.
@@ -188,11 +189,12 @@ public GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setFil
}
/**
- * Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`):
- * Absolute count of individual error reports that have been received for an app. *
- * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports have been
- * received. Care must be taken not to aggregate this count further, as it may result in users
- * being counted multiple times. This value is not rounded, however it may be an approximation.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `errorReportCount`
+ * (`google.type.Decimal`): Absolute count of individual error reports that have been received for
+ * an app. * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports
+ * have been received. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. This value is not rounded, however it may be an
+ * approximation.
* @return value or {@code null} for none
*/
public java.util.List getMetrics() {
@@ -200,11 +202,12 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`):
- * Absolute count of individual error reports that have been received for an app. *
- * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports have been
- * received. Care must be taken not to aggregate this count further, as it may result in users
- * being counted multiple times. This value is not rounded, however it may be an approximation.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `errorReportCount`
+ * (`google.type.Decimal`): Absolute count of individual error reports that have been received for
+ * an app. * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports
+ * have been received. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. This value is not rounded, however it may be an
+ * approximation.
* @param metrics metrics or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setMetrics(java.util.List metrics) {
@@ -213,8 +216,8 @@ public GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setMet
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -222,8 +225,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -232,9 +235,9 @@ public GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setPag
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -242,9 +245,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -253,9 +256,9 @@ public GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setPag
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. The default and only supported
- * timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. The default and only
+ * supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
@@ -263,9 +266,9 @@ public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. The default and only supported
- * timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. The default and only
+ * supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest.java
index a60a1d2ef5c..8324ac42d45 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMe
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,70 +68,70 @@ public final class GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMe
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had more than 10 wakeups per hour.
- * * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `excessiveWakeupRate` in the last 7 days. The daily values are weighted by the count of
- * distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
- * Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily values are
- * weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`):
- * Count of distinct users in the aggregation period that were used as normalization value for the
- * `excessiveWakeupRate` metric. A user is counted in this metric if they app was doing any work
- * on the device, i.e., not just active foreground usage but also background work. Care must be
- * taken not to aggregate this count further, as it may result in users being counted multiple
- * times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending
- * on the magnitude of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had more
+ * than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`):
+ * Rolling average value of `excessiveWakeupRate` in the last 7 days. The daily values are
+ * weighted by the count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted`
+ * (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days.
+ * The daily values are weighted by the count of distinct users for the day. * `distinctUsers`
+ * (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as
+ * normalization value for the `excessiveWakeupRate` metric. A user is counted in this metric if
+ * they app was doing any work on the device, i.e., not just active foreground usage but also
+ * background work. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. The value is rounded to the nearest multiple of 10, 100,
+ * 1,000 or 1,000,000, depending on the magnitude of the value.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -150,17 +150,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -180,7 +180,7 @@ public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetReque
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -190,7 +190,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -201,19 +201,19 @@ public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetReque
}
/**
- * Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had more than 10 wakeups per hour.
- * * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `excessiveWakeupRate` in the last 7 days. The daily values are weighted by the count of
- * distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
- * Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily values are
- * weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`):
- * Count of distinct users in the aggregation period that were used as normalization value for the
- * `excessiveWakeupRate` metric. A user is counted in this metric if they app was doing any work
- * on the device, i.e., not just active foreground usage but also background work. Care must be
- * taken not to aggregate this count further, as it may result in users being counted multiple
- * times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending
- * on the magnitude of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had more
+ * than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`):
+ * Rolling average value of `excessiveWakeupRate` in the last 7 days. The daily values are
+ * weighted by the count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted`
+ * (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days.
+ * The daily values are weighted by the count of distinct users for the day. * `distinctUsers`
+ * (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as
+ * normalization value for the `excessiveWakeupRate` metric. A user is counted in this metric if
+ * they app was doing any work on the device, i.e., not just active foreground usage but also
+ * background work. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. The value is rounded to the nearest multiple of 10, 100,
+ * 1,000 or 1,000,000, depending on the magnitude of the value.
* @return value or {@code null} for none
*/
public java.util.List getMetrics() {
@@ -221,19 +221,19 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had more than 10 wakeups per hour.
- * * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `excessiveWakeupRate` in the last 7 days. The daily values are weighted by the count of
- * distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
- * Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily values are
- * weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`):
- * Count of distinct users in the aggregation period that were used as normalization value for the
- * `excessiveWakeupRate` metric. A user is counted in this metric if they app was doing any work
- * on the device, i.e., not just active foreground usage but also background work. Care must be
- * taken not to aggregate this count further, as it may result in users being counted multiple
- * times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending
- * on the magnitude of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had more
+ * than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`):
+ * Rolling average value of `excessiveWakeupRate` in the last 7 days. The daily values are
+ * weighted by the count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted`
+ * (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days.
+ * The daily values are weighted by the count of distinct users for the day. * `distinctUsers`
+ * (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as
+ * normalization value for the `excessiveWakeupRate` metric. A user is counted in this metric if
+ * they app was doing any work on the device, i.e., not just active foreground usage but also
+ * background work. Care must be taken not to aggregate this count further, as it may result in
+ * users being counted multiple times. The value is rounded to the nearest multiple of 10, 100,
+ * 1,000 or 1,000,000, depending on the magnitude of the value.
* @param metrics metrics or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest setMetrics(java.util.List metrics) {
@@ -242,8 +242,8 @@ public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetReque
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -251,8 +251,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -261,9 +261,9 @@ public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetReque
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -271,9 +271,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -282,9 +282,9 @@ public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetReque
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
@@ -292,9 +292,9 @@ public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec) {
@@ -303,8 +303,8 @@ public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetReque
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -312,8 +312,8 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest.java
index 626d67dd74e..6429125e6ef 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetr
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,7 +68,7 @@ public final class GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetr
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
* (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
* rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
* value of `slowRenderingRate20Fps` in the last 7 days. The daily values are weighted by the
@@ -93,51 +93,51 @@ public final class GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetr
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -156,17 +156,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -186,7 +186,7 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -196,7 +196,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -207,7 +207,7 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
}
/**
- * Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
* (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
* rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
* value of `slowRenderingRate20Fps` in the last 7 days. The daily values are weighted by the
@@ -233,7 +233,7 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps`
* (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
* rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
* value of `slowRenderingRate20Fps` in the last 7 days. The daily values are weighted by the
@@ -260,8 +260,8 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -269,8 +269,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -279,9 +279,9 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -289,9 +289,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -300,9 +300,9 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
@@ -310,9 +310,9 @@ public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec) {
@@ -321,8 +321,8 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -330,8 +330,8 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest.java
index 0e5e7b1de79..7ca6694a48f 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSe
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,69 +68,69 @@ public final class GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSe
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a slow start. *
- * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate`
- * in the last 7 days. The daily values are weighted by the count of distinct users for the day. *
- * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `slowStartRate` in the last 28 days. The daily values are weighted by the count of distinct
- * users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the
- * aggregation period that were used as normalization value for the `slowStartRate` metric. A user
- * is counted in this metric if their app was launched in the device. Care must be taken not to
- * aggregate this count further, as it may result in users being counted multiple times. The value
- * is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude
- * of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowStartRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
+ * start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
+ * `slowStartRate` in the last 7 days. The daily values are weighted by the count of distinct
+ * users for the day. * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average
+ * value of `slowStartRate` in the last 28 days. The daily values are weighted by the count of
+ * distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users
+ * in the aggregation period that were used as normalization value for the `slowStartRate` metric.
+ * A user is counted in this metric if their app was launched in the device. Care must be taken
+ * not to aggregate this count further, as it may result in users being counted multiple times.
+ * The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
+ * magnitude of the value.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -149,17 +149,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -179,7 +179,7 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest set
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -189,7 +189,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -200,18 +200,18 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest set
}
/**
- * Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a slow start. *
- * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate`
- * in the last 7 days. The daily values are weighted by the count of distinct users for the day. *
- * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `slowStartRate` in the last 28 days. The daily values are weighted by the count of distinct
- * users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the
- * aggregation period that were used as normalization value for the `slowStartRate` metric. A user
- * is counted in this metric if their app was launched in the device. Care must be taken not to
- * aggregate this count further, as it may result in users being counted multiple times. The value
- * is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude
- * of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowStartRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
+ * start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
+ * `slowStartRate` in the last 7 days. The daily values are weighted by the count of distinct
+ * users for the day. * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average
+ * value of `slowStartRate` in the last 28 days. The daily values are weighted by the count of
+ * distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users
+ * in the aggregation period that were used as normalization value for the `slowStartRate` metric.
+ * A user is counted in this metric if their app was launched in the device. Care must be taken
+ * not to aggregate this count further, as it may result in users being counted multiple times.
+ * The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
+ * magnitude of the value.
* @return value or {@code null} for none
*/
public java.util.List getMetrics() {
@@ -219,18 +219,18 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a slow start. *
- * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate`
- * in the last 7 days. The daily values are weighted by the count of distinct users for the day. *
- * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
- * `slowStartRate` in the last 28 days. The daily values are weighted by the count of distinct
- * users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the
- * aggregation period that were used as normalization value for the `slowStartRate` metric. A user
- * is counted in this metric if their app was launched in the device. Care must be taken not to
- * aggregate this count further, as it may result in users being counted multiple times. The value
- * is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude
- * of the value.
+ * Optional. Metrics to aggregate. **Supported metrics:** * `slowStartRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow
+ * start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
+ * `slowStartRate` in the last 7 days. The daily values are weighted by the count of distinct
+ * users for the day. * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average
+ * value of `slowStartRate` in the last 28 days. The daily values are weighted by the count of
+ * distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users
+ * in the aggregation period that were used as normalization value for the `slowStartRate` metric.
+ * A user is counted in this metric if their app was launched in the device. Care must be taken
+ * not to aggregate this count further, as it may result in users being counted multiple times.
+ * The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
+ * magnitude of the value.
* @param metrics metrics or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest setMetrics(java.util.List metrics) {
@@ -239,8 +239,8 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest set
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -248,8 +248,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -258,9 +258,9 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest set
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -268,9 +268,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -279,9 +279,9 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest set
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
@@ -289,9 +289,9 @@ public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec) {
@@ -300,8 +300,8 @@ public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest set
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -309,8 +309,8 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest.java
index 3dd526b0b41..eefcf28cfc2 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest.java
@@ -31,17 +31,17 @@
public final class GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest extends com.google.api.client.json.GenericJson {
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -59,7 +59,7 @@ public final class GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelo
private java.util.List dimensions;
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* The value may be {@code null}.
@@ -68,9 +68,9 @@ public final class GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelo
private java.lang.String filter;
/**
- * Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a wakelock held in the
- * background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a
+ * wakelock held in the background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
* (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The
* daily values are weighted by the count of distinct users for the day. *
* `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
@@ -88,51 +88,51 @@ public final class GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelo
private java.util.List metrics;
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String pageToken;
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec;
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String userCohort;
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -151,17 +151,17 @@ public java.util.List getDimensions() {
}
/**
- * Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level
- * of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of
- * the app that was running on the user's device. * `deviceModel` (string): unique identifier of
- * the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand
- * corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. *
- * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. *
- * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE.
- * * `countryCode` (string): the country or region of the user's device based on their IP address,
- * represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket`
- * (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
- * Make of the device's primary system-on-chip, e.g., Samsung.
+ * Optional. Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the
+ * API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64):
+ * version of the app that was running on the user's device. * `deviceModel` (string): unique
+ * identifier of the user's device model. The form of the identifier is 'deviceBrand/device',
+ * where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g.,
+ * google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g.,
+ * google. * `deviceType` (string): the type (also known as form factor) of the user's device,
+ * e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on
+ * their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). *
+ * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
+ * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
* `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100".
* [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
@@ -181,7 +181,7 @@ public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetric
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @return value or {@code null} for none
@@ -191,7 +191,7 @@ public java.lang.String getFilter() {
}
/**
- * Filters to apply to data. The filtering expression follows
+ * Optional. Filters to apply to data. The filtering expression follows
* [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all
* breakdown dimensions.
* @param filter filter or {@code null} for none
@@ -202,9 +202,9 @@ public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetric
}
/**
- * Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a wakelock held in the
- * background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a
+ * wakelock held in the background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
* (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The
* daily values are weighted by the count of distinct users for the day. *
* `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
@@ -223,9 +223,9 @@ public java.util.List getMetrics() {
}
/**
- * Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.type.Decimal`):
- * Percentage of distinct users in the aggregation period that had a wakelock held in the
- * background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
+ * Optional. Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate`
+ * (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a
+ * wakelock held in the background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted`
* (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The
* daily values are weighted by the count of distinct users for the day. *
* `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
@@ -245,8 +245,8 @@ public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetric
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -254,8 +254,8 @@ public java.lang.Integer getPageSize() {
}
/**
- * Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The
- * maximum value is 100000; values above 100000 will be coerced to 100000.
+ * Optional. Maximum size of the returned data. If unspecified, at most 1000 rows will be
+ * returned. The maximum value is 100000; values above 100000 will be coerced to 100000.
* @param pageSize pageSize or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest setPageSize(java.lang.Integer pageSize) {
@@ -264,9 +264,9 @@ public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetric
}
/**
- * 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.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -274,9 +274,9 @@ public java.lang.String getPageToken() {
}
/**
- * 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.
* @param pageToken pageToken or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest setPageToken(java.lang.String pageToken) {
@@ -285,9 +285,9 @@ public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetric
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @return value or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
@@ -295,9 +295,9 @@ public GooglePlayDeveloperReportingV1beta1TimelineSpec getTimelineSpec() {
}
/**
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** *
- * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the
- * only supported timezone is `America/Los_Angeles`.
+ * Optional. Specification of the timeline aggregation parameters. **Supported aggregation
+ * periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical
+ * constraints, the only supported timezone is `America/Los_Angeles`.
* @param timelineSpec timelineSpec or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest setTimelineSpec(GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec) {
@@ -306,8 +306,8 @@ public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetric
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @return value or {@code null} for none
*/
public java.lang.String getUserCohort() {
@@ -315,8 +315,8 @@ public java.lang.String getUserCohort() {
}
/**
- * User view to select. The output data will correspond to the selected view. The only supported
- * value is `OS_PUBLIC`.
+ * Optional. User view to select. The output data will correspond to the selected view. The only
+ * supported value is `OS_PUBLIC`.
* @param userCohort userCohort or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest setUserCohort(java.lang.String userCohort) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1TimelineSpec.java b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1TimelineSpec.java
index 107e078c253..ff045373715 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1TimelineSpec.java
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1TimelineSpec.java
@@ -41,37 +41,37 @@
public final class GooglePlayDeveloperReportingV1beta1TimelineSpec extends com.google.api.client.json.GenericJson {
/**
- * Type of the aggregation period of the datapoints in the timeline. Intervals are identified by
- * the date and time at the start of the interval.
+ * Optional. Type of the aggregation period of the datapoints in the timeline. Intervals are
+ * identified by the date and time at the start of the interval.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String aggregationPeriod;
/**
- * Ending datapoint of the timeline (exclusive). See start_time for restrictions. The timezone of
- * the end point must match the timezone of the start point.
+ * Optional. Ending datapoint of the timeline (exclusive). See start_time for restrictions. The
+ * timezone of the end point must match the timezone of the start point.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDateTime endTime;
/**
- * Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation period as
- * follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The time_zone can
- * be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other utc_offset or
- * timezone id will result in a validation error. * DAILY: the 'hours', 'minutes', 'seconds' and
- * 'nanos' fields must be unset. Different metric sets support different timezones. It can be left
- * unset to use the default timezone specified by the metric set. The timezone of the end point
- * must match the timezone of the start point.
+ * Optional. Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation
+ * period as follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The
+ * time_zone can be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other
+ * utc_offset or timezone id will result in a validation error. * DAILY: the 'hours', 'minutes',
+ * 'seconds' and 'nanos' fields must be unset. Different metric sets support different timezones.
+ * It can be left unset to use the default timezone specified by the metric set. The timezone of
+ * the end point must match the timezone of the start point.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDateTime startTime;
/**
- * Type of the aggregation period of the datapoints in the timeline. Intervals are identified by
- * the date and time at the start of the interval.
+ * Optional. Type of the aggregation period of the datapoints in the timeline. Intervals are
+ * identified by the date and time at the start of the interval.
* @return value or {@code null} for none
*/
public java.lang.String getAggregationPeriod() {
@@ -79,8 +79,8 @@ public java.lang.String getAggregationPeriod() {
}
/**
- * Type of the aggregation period of the datapoints in the timeline. Intervals are identified by
- * the date and time at the start of the interval.
+ * Optional. Type of the aggregation period of the datapoints in the timeline. Intervals are
+ * identified by the date and time at the start of the interval.
* @param aggregationPeriod aggregationPeriod or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec setAggregationPeriod(java.lang.String aggregationPeriod) {
@@ -89,8 +89,8 @@ public GooglePlayDeveloperReportingV1beta1TimelineSpec setAggregationPeriod(java
}
/**
- * Ending datapoint of the timeline (exclusive). See start_time for restrictions. The timezone of
- * the end point must match the timezone of the start point.
+ * Optional. Ending datapoint of the timeline (exclusive). See start_time for restrictions. The
+ * timezone of the end point must match the timezone of the start point.
* @return value or {@code null} for none
*/
public GoogleTypeDateTime getEndTime() {
@@ -98,8 +98,8 @@ public GoogleTypeDateTime getEndTime() {
}
/**
- * Ending datapoint of the timeline (exclusive). See start_time for restrictions. The timezone of
- * the end point must match the timezone of the start point.
+ * Optional. Ending datapoint of the timeline (exclusive). See start_time for restrictions. The
+ * timezone of the end point must match the timezone of the start point.
* @param endTime endTime or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec setEndTime(GoogleTypeDateTime endTime) {
@@ -108,13 +108,13 @@ public GooglePlayDeveloperReportingV1beta1TimelineSpec setEndTime(GoogleTypeDate
}
/**
- * Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation period as
- * follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The time_zone can
- * be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other utc_offset or
- * timezone id will result in a validation error. * DAILY: the 'hours', 'minutes', 'seconds' and
- * 'nanos' fields must be unset. Different metric sets support different timezones. It can be left
- * unset to use the default timezone specified by the metric set. The timezone of the end point
- * must match the timezone of the start point.
+ * Optional. Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation
+ * period as follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The
+ * time_zone can be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other
+ * utc_offset or timezone id will result in a validation error. * DAILY: the 'hours', 'minutes',
+ * 'seconds' and 'nanos' fields must be unset. Different metric sets support different timezones.
+ * It can be left unset to use the default timezone specified by the metric set. The timezone of
+ * the end point must match the timezone of the start point.
* @return value or {@code null} for none
*/
public GoogleTypeDateTime getStartTime() {
@@ -122,13 +122,13 @@ public GoogleTypeDateTime getStartTime() {
}
/**
- * Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation period as
- * follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The time_zone can
- * be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other utc_offset or
- * timezone id will result in a validation error. * DAILY: the 'hours', 'minutes', 'seconds' and
- * 'nanos' fields must be unset. Different metric sets support different timezones. It can be left
- * unset to use the default timezone specified by the metric set. The timezone of the end point
- * must match the timezone of the start point.
+ * Optional. Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation
+ * period as follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The
+ * time_zone can be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other
+ * utc_offset or timezone id will result in a validation error. * DAILY: the 'hours', 'minutes',
+ * 'seconds' and 'nanos' fields must be unset. Different metric sets support different timezones.
+ * It can be left unset to use the default timezone specified by the metric set. The timezone of
+ * the end point must match the timezone of the start point.
* @param startTime startTime or {@code null} for none
*/
public GooglePlayDeveloperReportingV1beta1TimelineSpec setStartTime(GoogleTypeDateTime startTime) {
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/pom.xml b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/pom.xml
index 85d5037dea6..ca81950a61d 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-playdeveloperreporting
- v1beta1-rev20250311-2.0.0
- Google Play Developer Reporting API v1beta1-rev20250311-2.0.0
+ v1beta1-rev20260201-2.0.0
+ Google Play Developer Reporting API v1beta1-rev20260201-2.0.0
jar
2011
diff --git a/clients/google-api-services-playdeveloperreporting/v1beta1/README.md b/clients/google-api-services-playdeveloperreporting/v1beta1/README.md
index cede32fd4e2..65e2598061e 100644
--- a/clients/google-api-services-playdeveloperreporting/v1beta1/README.md
+++ b/clients/google-api-services-playdeveloperreporting/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-playdeveloperreporting
- v1beta1-rev20250311-2.0.0
+ v1beta1-rev20260201-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1beta1-rev20250311-2.0.0'
+ implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1beta1-rev20260201-2.0.0'
}
```