Skip to content

Commit d6e520d

Browse files
1 parent 9c03eb0 commit d6e520d

14 files changed

+60
-180
lines changed

clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-playdeveloperreporting</artifactId>
25-
<version>v1alpha1-rev20241128-2.0.0</version>
25+
<version>v1alpha1-rev20250204-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1alpha1-rev20241128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1alpha1-rev20250204-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest.java

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,8 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateM
113113
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
114114

115115
/**
116-
* User view to select. The output data will correspond to the selected view. **Supported
117-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
118-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
119-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
120-
* android versions only, excluding data from released android versions. Only the following
121-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
122-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
116+
* User view to select. The output data will correspond to the selected view. The only supported
117+
* value is `OS_PUBLIC`.
123118
* The value may be {@code null}.
124119
*/
125120
@com.google.api.client.util.Key
@@ -308,27 +303,17 @@ public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequ
308303
}
309304

310305
/**
311-
* User view to select. The output data will correspond to the selected view. **Supported
312-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
313-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
314-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
315-
* android versions only, excluding data from released android versions. Only the following
316-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
317-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
306+
* User view to select. The output data will correspond to the selected view. The only supported
307+
* value is `OS_PUBLIC`.
318308
* @return value or {@code null} for none
319309
*/
320310
public java.lang.String getUserCohort() {
321311
return userCohort;
322312
}
323313

324314
/**
325-
* User view to select. The output data will correspond to the selected view. **Supported
326-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
327-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
328-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
329-
* android versions only, excluding data from released android versions. Only the following
330-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
331-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
315+
* User view to select. The output data will correspond to the selected view. The only supported
316+
* value is `OS_PUBLIC`.
332317
* @param userCohort userCohort or {@code null} for none
333318
*/
334319
public GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest setUserCohort(java.lang.String userCohort) {

clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest.java

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,8 @@ public final class GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMet
119119
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
120120

121121
/**
122-
* User view to select. The output data will correspond to the selected view. **Supported
123-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
124-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
125-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
126-
* Android versions only, excluding data from released Android versions. Only the following
127-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
128-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
122+
* User view to select. The output data will correspond to the selected view. The only supported
123+
* value is `OS_PUBLIC`.
129124
* The value may be {@code null}.
130125
*/
131126
@com.google.api.client.util.Key
@@ -326,27 +321,17 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetReques
326321
}
327322

328323
/**
329-
* User view to select. The output data will correspond to the selected view. **Supported
330-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
331-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
332-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
333-
* Android versions only, excluding data from released Android versions. Only the following
334-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
335-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
324+
* User view to select. The output data will correspond to the selected view. The only supported
325+
* value is `OS_PUBLIC`.
336326
* @return value or {@code null} for none
337327
*/
338328
public java.lang.String getUserCohort() {
339329
return userCohort;
340330
}
341331

342332
/**
343-
* User view to select. The output data will correspond to the selected view. **Supported
344-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
345-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
346-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
347-
* Android versions only, excluding data from released Android versions. Only the following
348-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
349-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
333+
* User view to select. The output data will correspond to the selected view. The only supported
334+
* value is `OS_PUBLIC`.
350335
* @param userCohort userCohort or {@code null} for none
351336
*/
352337
public GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest setUserCohort(java.lang.String userCohort) {

clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest.java

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,8 @@ public final class GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricS
112112
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
113113

114114
/**
115-
* User view to select. The output data will correspond to the selected view. **Supported
116-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
117-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
118-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
119-
* Android versions only, excluding data from released Android versions. Only the following
120-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
121-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
115+
* User view to select. The output data will correspond to the selected view. The only supported
116+
* value is `OS_PUBLIC`.
122117
* The value may be {@code null}.
123118
*/
124119
@com.google.api.client.util.Key
@@ -305,27 +300,17 @@ public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest se
305300
}
306301

307302
/**
308-
* User view to select. The output data will correspond to the selected view. **Supported
309-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
310-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
311-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
312-
* Android versions only, excluding data from released Android versions. Only the following
313-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
314-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
303+
* User view to select. The output data will correspond to the selected view. The only supported
304+
* value is `OS_PUBLIC`.
315305
* @return value or {@code null} for none
316306
*/
317307
public java.lang.String getUserCohort() {
318308
return userCohort;
319309
}
320310

321311
/**
322-
* User view to select. The output data will correspond to the selected view. **Supported
323-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
324-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
325-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
326-
* Android versions only, excluding data from released Android versions. Only the following
327-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
328-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
312+
* User view to select. The output data will correspond to the selected view. The only supported
313+
* value is `OS_PUBLIC`.
329314
* @param userCohort userCohort or {@code null} for none
330315
*/
331316
public GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest setUserCohort(java.lang.String userCohort) {

clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/com/google/api/services/playdeveloperreporting/v1alpha1/model/GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest.java

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,8 @@ public final class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakel
114114
private GooglePlayDeveloperReportingV1alpha1TimelineSpec timelineSpec;
115115

116116
/**
117-
* User view to select. The output data will correspond to the selected view. **Supported
118-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
119-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
120-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
121-
* android versions only, excluding data from released android versions. Only the following
122-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
123-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
117+
* User view to select. The output data will correspond to the selected view. The only supported
118+
* value is `OS_PUBLIC`.
124119
* The value may be {@code null}.
125120
*/
126121
@com.google.api.client.util.Key
@@ -311,27 +306,17 @@ public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetri
311306
}
312307

313308
/**
314-
* User view to select. The output data will correspond to the selected view. **Supported
315-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
316-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
317-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
318-
* android versions only, excluding data from released android versions. Only the following
319-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
320-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
309+
* User view to select. The output data will correspond to the selected view. The only supported
310+
* value is `OS_PUBLIC`.
321311
* @return value or {@code null} for none
322312
*/
323313
public java.lang.String getUserCohort() {
324314
return userCohort;
325315
}
326316

327317
/**
328-
* User view to select. The output data will correspond to the selected view. **Supported
329-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
330-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
331-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
332-
* android versions only, excluding data from released android versions. Only the following
333-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
334-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
318+
* User view to select. The output data will correspond to the selected view. The only supported
319+
* value is `OS_PUBLIC`.
335320
* @param userCohort userCohort or {@code null} for none
336321
*/
337322
public GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest setUserCohort(java.lang.String userCohort) {

clients/google-api-services-playdeveloperreporting/v1alpha1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-playdeveloperreporting</artifactId>
11-
<version>v1alpha1-rev20241128-2.0.0</version>
12-
<name>Google Play Developer Reporting API v1alpha1-rev20241128-2.0.0</name>
11+
<version>v1alpha1-rev20250204-2.0.0</version>
12+
<name>Google Play Developer Reporting API v1alpha1-rev20250204-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-playdeveloperreporting/v1alpha1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-playdeveloperreporting</artifactId>
25-
<version>v1alpha1-rev20241128-2.0.0</version>
25+
<version>v1alpha1-rev20250204-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1alpha1-rev20241128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1alpha1-rev20250204-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-playdeveloperreporting</artifactId>
25-
<version>v1beta1-rev20241128-2.0.0</version>
25+
<version>v1beta1-rev20250204-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1beta1-rev20241128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-playdeveloperreporting:v1beta1-rev20250204-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-playdeveloperreporting/v1beta1/2.0.0/com/google/api/services/playdeveloperreporting/v1beta1/model/GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest.java

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,8 @@ public final class GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMe
113113
private GooglePlayDeveloperReportingV1beta1TimelineSpec timelineSpec;
114114

115115
/**
116-
* User view to select. The output data will correspond to the selected view. **Supported
117-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
118-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
119-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
120-
* android versions only, excluding data from released android versions. Only the following
121-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
122-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
116+
* User view to select. The output data will correspond to the selected view. The only supported
117+
* value is `OS_PUBLIC`.
123118
* The value may be {@code null}.
124119
*/
125120
@com.google.api.client.util.Key
@@ -308,27 +303,17 @@ public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetReque
308303
}
309304

310305
/**
311-
* User view to select. The output data will correspond to the selected view. **Supported
312-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
313-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
314-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
315-
* android versions only, excluding data from released android versions. Only the following
316-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
317-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
306+
* User view to select. The output data will correspond to the selected view. The only supported
307+
* value is `OS_PUBLIC`.
318308
* @return value or {@code null} for none
319309
*/
320310
public java.lang.String getUserCohort() {
321311
return userCohort;
322312
}
323313

324314
/**
325-
* User view to select. The output data will correspond to the selected view. **Supported
326-
* values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the
327-
* default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have
328-
* opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta
329-
* android versions only, excluding data from released android versions. Only the following
330-
* dimensions are supported: * `versionCode` (int64): version of the app that was running on the
331-
* user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
315+
* User view to select. The output data will correspond to the selected view. The only supported
316+
* value is `OS_PUBLIC`.
332317
* @param userCohort userCohort or {@code null} for none
333318
*/
334319
public GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest setUserCohort(java.lang.String userCohort) {

0 commit comments

Comments
 (0)