Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-playdeveloperreporting</artifactId>
<version>v1alpha1-rev20250311-2.0.0</version>
<version>v1alpha1-rev20260201-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
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() {
return 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).
* @param versionCode versionCode or {@code null} for none
*/
public GooglePlayDeveloperReportingV1alpha1AppVersion setVersionCode(java.lang.Long versionCode) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -95,15 +95,15 @@ 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() {
return name;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -176,15 +176,15 @@ 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() {
return name;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -64,22 +64,22 @@ 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() {
return aggregationPeriod;
}

/**
* 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) {
Expand All @@ -88,15 +88,15 @@ 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<GooglePlayDeveloperReportingV1alpha1DimensionValue> getDimensions() {
return dimensions;
}

/**
* 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<GooglePlayDeveloperReportingV1alpha1DimensionValue> dimensions) {
Expand All @@ -105,15 +105,15 @@ 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<GooglePlayDeveloperReportingV1alpha1MetricValue> getMetrics() {
return metrics;
}

/**
* 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<GooglePlayDeveloperReportingV1alpha1MetricValue> metrics) {
Expand All @@ -122,15 +122,15 @@ 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() {
return startTime;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
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() {
return apiLevel;
}

/**
* 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) {
Expand Down
Loading