Skip to content

Commit 4601cd2

Browse files
1 parent 27894b5 commit 4601cd2

7 files changed

Lines changed: 41 additions & 27 deletions

File tree

clients/google-api-services-androidpublisher/v3/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-androidpublisher</artifactId>
25-
<version>v3-rev20260311-2.0.0</version>
25+
<version>v3-rev20260312-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-androidpublisher:v3-rev20260311-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20260312-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/AndroidPublisher.java

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,17 +1799,27 @@ public Commit setEditId(java.lang.String editId) {
17991799
return this;
18001800
}
18011801

1802-
/** Optional. The behavior of committing a new edit while changes are already in review. */
1802+
/**
1803+
* Optional. Specify how the API should behave if there are changes currently in review. If
1804+
* this value is not set, it will default to "CANCEL_IN_REVIEW_AND_SUBMIT", which will cancel
1805+
* the changes in review and then send all the changes for publishing.
1806+
*/
18031807
@com.google.api.client.util.Key
18041808
private java.lang.String changesInReviewBehavior;
18051809

1806-
/** Optional. The behavior of committing a new edit while changes are already in review.
1810+
/** Optional. Specify how the API should behave if there are changes currently in review. If this value
1811+
is not set, it will default to "CANCEL_IN_REVIEW_AND_SUBMIT", which will cancel the changes in
1812+
review and then send all the changes for publishing.
18071813
*/
18081814
public java.lang.String getChangesInReviewBehavior() {
18091815
return changesInReviewBehavior;
18101816
}
18111817

1812-
/** Optional. The behavior of committing a new edit while changes are already in review. */
1818+
/**
1819+
* Optional. Specify how the API should behave if there are changes currently in review. If
1820+
* this value is not set, it will default to "CANCEL_IN_REVIEW_AND_SUBMIT", which will cancel
1821+
* the changes in review and then send all the changes for publishing.
1822+
*/
18131823
public Commit setChangesInReviewBehavior(java.lang.String changesInReviewBehavior) {
18141824
this.changesInReviewBehavior = changesInReviewBehavior;
18151825
return this;

clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ArtifactSummary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.androidpublisher.model;
1818

1919
/**
20-
* Contains information about the artifact.
20+
* Summary of an artifact.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Play Android Developer API. For a detailed

clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ListReleaseSummariesResponse.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.androidpublisher.model;
1818

1919
/**
20-
* Wraps response to list releases.
20+
* Response listing all releases for a given track that are either ready to be sent for review, in
21+
* review, approved, not approved or available.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Google Play Android Developer API. For a detailed
@@ -31,22 +32,22 @@
3132
public final class ListReleaseSummariesResponse extends com.google.api.client.json.GenericJson {
3233

3334
/**
34-
* List of releases on this track. This excludes any releases that are obsolete.
35+
* List of releases for this track. There will be a maximum of 20 releases returned.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
3839
private java.util.List<ReleaseSummary> releases;
3940

4041
/**
41-
* List of releases on this track. This excludes any releases that are obsolete.
42+
* List of releases for this track. There will be a maximum of 20 releases returned.
4243
* @return value or {@code null} for none
4344
*/
4445
public java.util.List<ReleaseSummary> getReleases() {
4546
return releases;
4647
}
4748

4849
/**
49-
* List of releases on this track. This excludes any releases that are obsolete.
50+
* List of releases for this track. There will be a maximum of 20 releases returned.
5051
* @param releases releases or {@code null} for none
5152
*/
5253
public ListReleaseSummariesResponse setReleases(java.util.List<ReleaseSummary> releases) {

clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ReleaseSummary.java

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.androidpublisher.model;
1818

1919
/**
20-
* Contains information about the release.
20+
* Summary of a release.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Play Android Developer API. For a detailed
@@ -31,7 +31,7 @@
3131
public final class ReleaseSummary extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* List of active artifacts on this release. This does not include controlled artifacts.
34+
* List of active artifacts on this release.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -44,36 +44,37 @@ public final class ReleaseSummary extends com.google.api.client.json.GenericJson
4444
}
4545

4646
/**
47-
* The lifecycle state of the release.
47+
* The lifecycle state of a release.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
5151
private java.lang.String releaseLifecycleState;
5252

5353
/**
54-
* The name of the release.
54+
* Name of the release.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
5858
private java.lang.String releaseName;
5959

6060
/**
61-
* The alias of the track that this release belongs to.
61+
* Identifier of the track. More on [track name](https://developers.google.com/android-
62+
* publisher/tracks).
6263
* The value may be {@code null}.
6364
*/
6465
@com.google.api.client.util.Key
6566
private java.lang.String track;
6667

6768
/**
68-
* List of active artifacts on this release. This does not include controlled artifacts.
69+
* List of active artifacts on this release.
6970
* @return value or {@code null} for none
7071
*/
7172
public java.util.List<ArtifactSummary> getActiveArtifacts() {
7273
return activeArtifacts;
7374
}
7475

7576
/**
76-
* List of active artifacts on this release. This does not include controlled artifacts.
77+
* List of active artifacts on this release.
7778
* @param activeArtifacts activeArtifacts or {@code null} for none
7879
*/
7980
public ReleaseSummary setActiveArtifacts(java.util.List<ArtifactSummary> activeArtifacts) {
@@ -82,15 +83,15 @@ public ReleaseSummary setActiveArtifacts(java.util.List<ArtifactSummary> activeA
8283
}
8384

8485
/**
85-
* The lifecycle state of the release.
86+
* The lifecycle state of a release.
8687
* @return value or {@code null} for none
8788
*/
8889
public java.lang.String getReleaseLifecycleState() {
8990
return releaseLifecycleState;
9091
}
9192

9293
/**
93-
* The lifecycle state of the release.
94+
* The lifecycle state of a release.
9495
* @param releaseLifecycleState releaseLifecycleState or {@code null} for none
9596
*/
9697
public ReleaseSummary setReleaseLifecycleState(java.lang.String releaseLifecycleState) {
@@ -99,15 +100,15 @@ public ReleaseSummary setReleaseLifecycleState(java.lang.String releaseLifecycle
99100
}
100101

101102
/**
102-
* The name of the release.
103+
* Name of the release.
103104
* @return value or {@code null} for none
104105
*/
105106
public java.lang.String getReleaseName() {
106107
return releaseName;
107108
}
108109

109110
/**
110-
* The name of the release.
111+
* Name of the release.
111112
* @param releaseName releaseName or {@code null} for none
112113
*/
113114
public ReleaseSummary setReleaseName(java.lang.String releaseName) {
@@ -116,15 +117,17 @@ public ReleaseSummary setReleaseName(java.lang.String releaseName) {
116117
}
117118

118119
/**
119-
* The alias of the track that this release belongs to.
120+
* Identifier of the track. More on [track name](https://developers.google.com/android-
121+
* publisher/tracks).
120122
* @return value or {@code null} for none
121123
*/
122124
public java.lang.String getTrack() {
123125
return track;
124126
}
125127

126128
/**
127-
* The alias of the track that this release belongs to.
129+
* Identifier of the track. More on [track name](https://developers.google.com/android-
130+
* publisher/tracks).
128131
* @param track track or {@code null} for none
129132
*/
130133
public ReleaseSummary setTrack(java.lang.String track) {

clients/google-api-services-androidpublisher/v3/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-androidpublisher</artifactId>
11-
<version>v3-rev20260311-2.0.0</version>
12-
<name>Google Play Android Developer API v3-rev20260311-2.0.0</name>
11+
<version>v3-rev20260312-2.0.0</version>
12+
<name>Google Play Android Developer API v3-rev20260312-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidpublisher/v3/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-androidpublisher</artifactId>
25-
<version>v3-rev20260311-2.0.0</version>
25+
<version>v3-rev20260312-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-androidpublisher:v3-rev20260311-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20260312-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)