Skip to content

Commit 2004ef5

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate androidpublisher client (googleapis#2030)
1 parent 2261243 commit 2004ef5

File tree

20 files changed

+68
-68
lines changed

20 files changed

+68
-68
lines changed

clients/google-api-services-androidpublisher/v2.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-androidpublisher",
5-
"version": "v2-rev20190414-1.28.0"
5+
"version": "v2-rev20190611-1.28.0"
66
}
77
}

clients/google-api-services-androidpublisher/v2/1.26.0/com/google/api/services/androidpublisher/model/SubscriptionPurchase.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ public final class SubscriptionPurchase extends com.google.api.client.json.Gener
166166
private java.lang.String priceCurrencyCode;
167167

168168
/**
169-
* The profile id of the user when the subscription was purchased. Only present for purchases made
170-
* with 'Subscribe with Google'.
169+
* The Google profile id of the user when the subscription was purchased. Only present for
170+
* purchases made with 'Subscribe with Google'.
171171
* The value may be {@code null}.
172172
*/
173173
@com.google.api.client.util.Key
@@ -524,17 +524,17 @@ public SubscriptionPurchase setPriceCurrencyCode(java.lang.String priceCurrencyC
524524
}
525525

526526
/**
527-
* The profile id of the user when the subscription was purchased. Only present for purchases made
528-
* with 'Subscribe with Google'.
527+
* The Google profile id of the user when the subscription was purchased. Only present for
528+
* purchases made with 'Subscribe with Google'.
529529
* @return value or {@code null} for none
530530
*/
531531
public java.lang.String getProfileId() {
532532
return profileId;
533533
}
534534

535535
/**
536-
* The profile id of the user when the subscription was purchased. Only present for purchases made
537-
* with 'Subscribe with Google'.
536+
* The Google profile id of the user when the subscription was purchased. Only present for
537+
* purchases made with 'Subscribe with Google'.
538538
* @param profileId profileId or {@code null} for none
539539
*/
540540
public SubscriptionPurchase setProfileId(java.lang.String profileId) {

clients/google-api-services-androidpublisher/v2/1.26.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>v2-rev20190414-1.26.0</version>
12-
<name>Google Play Developer API v2-rev20190414-1.26.0</name>
11+
<version>v2-rev20190611-1.26.0</version>
12+
<name>Google Play Developer API v2-rev20190611-1.26.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidpublisher/v2/1.26.0/resources/androidpublisher.v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"VPK3KBfpaEgZ16pozGOoMYfKc0U/KWstMbflMj8TriTkwH1k6Zqa9M8\"",
3+
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/6wK1DQB5FQzTd770d7wHRHVlGb4\"",
44
"discoveryVersion": "v1",
55
"id": "androidpublisher:v2",
66
"name": "androidpublisher",
77
"canonicalName": "Android Publisher",
88
"version": "v2",
9-
"revision": "20190414",
9+
"revision": "20190611",
1010
"title": "Google Play Developer API",
1111
"description": "Accesses Android application developers' Google Play accounts.",
1212
"ownerDomain": "google.com",
@@ -985,7 +985,7 @@
985985
},
986986
"profileId": {
987987
"type": "string",
988-
"description": "The profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
988+
"description": "The Google profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
989989
},
990990
"profileName": {
991991
"type": "string",

clients/google-api-services-androidpublisher/v2/1.27.0/com/google/api/services/androidpublisher/model/SubscriptionPurchase.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ public final class SubscriptionPurchase extends com.google.api.client.json.Gener
166166
private java.lang.String priceCurrencyCode;
167167

168168
/**
169-
* The profile id of the user when the subscription was purchased. Only present for purchases made
170-
* with 'Subscribe with Google'.
169+
* The Google profile id of the user when the subscription was purchased. Only present for
170+
* purchases made with 'Subscribe with Google'.
171171
* The value may be {@code null}.
172172
*/
173173
@com.google.api.client.util.Key
@@ -524,17 +524,17 @@ public SubscriptionPurchase setPriceCurrencyCode(java.lang.String priceCurrencyC
524524
}
525525

526526
/**
527-
* The profile id of the user when the subscription was purchased. Only present for purchases made
528-
* with 'Subscribe with Google'.
527+
* The Google profile id of the user when the subscription was purchased. Only present for
528+
* purchases made with 'Subscribe with Google'.
529529
* @return value or {@code null} for none
530530
*/
531531
public java.lang.String getProfileId() {
532532
return profileId;
533533
}
534534

535535
/**
536-
* The profile id of the user when the subscription was purchased. Only present for purchases made
537-
* with 'Subscribe with Google'.
536+
* The Google profile id of the user when the subscription was purchased. Only present for
537+
* purchases made with 'Subscribe with Google'.
538538
* @param profileId profileId or {@code null} for none
539539
*/
540540
public SubscriptionPurchase setProfileId(java.lang.String profileId) {

clients/google-api-services-androidpublisher/v2/1.27.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>v2-rev20190414-1.27.0</version>
12-
<name>Google Play Developer API v2-rev20190414-1.27.0</name>
11+
<version>v2-rev20190611-1.27.0</version>
12+
<name>Google Play Developer API v2-rev20190611-1.27.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidpublisher/v2/1.27.0/resources/androidpublisher.v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"VPK3KBfpaEgZ16pozGOoMYfKc0U/KWstMbflMj8TriTkwH1k6Zqa9M8\"",
3+
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/6wK1DQB5FQzTd770d7wHRHVlGb4\"",
44
"discoveryVersion": "v1",
55
"id": "androidpublisher:v2",
66
"name": "androidpublisher",
77
"canonicalName": "Android Publisher",
88
"version": "v2",
9-
"revision": "20190414",
9+
"revision": "20190611",
1010
"title": "Google Play Developer API",
1111
"description": "Accesses Android application developers' Google Play accounts.",
1212
"ownerDomain": "google.com",
@@ -985,7 +985,7 @@
985985
},
986986
"profileId": {
987987
"type": "string",
988-
"description": "The profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
988+
"description": "The Google profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
989989
},
990990
"profileName": {
991991
"type": "string",

clients/google-api-services-androidpublisher/v2/1.28.0/com/google/api/services/androidpublisher/model/SubscriptionPurchase.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ public final class SubscriptionPurchase extends com.google.api.client.json.Gener
166166
private java.lang.String priceCurrencyCode;
167167

168168
/**
169-
* The profile id of the user when the subscription was purchased. Only present for purchases made
170-
* with 'Subscribe with Google'.
169+
* The Google profile id of the user when the subscription was purchased. Only present for
170+
* purchases made with 'Subscribe with Google'.
171171
* The value may be {@code null}.
172172
*/
173173
@com.google.api.client.util.Key
@@ -524,17 +524,17 @@ public SubscriptionPurchase setPriceCurrencyCode(java.lang.String priceCurrencyC
524524
}
525525

526526
/**
527-
* The profile id of the user when the subscription was purchased. Only present for purchases made
528-
* with 'Subscribe with Google'.
527+
* The Google profile id of the user when the subscription was purchased. Only present for
528+
* purchases made with 'Subscribe with Google'.
529529
* @return value or {@code null} for none
530530
*/
531531
public java.lang.String getProfileId() {
532532
return profileId;
533533
}
534534

535535
/**
536-
* The profile id of the user when the subscription was purchased. Only present for purchases made
537-
* with 'Subscribe with Google'.
536+
* The Google profile id of the user when the subscription was purchased. Only present for
537+
* purchases made with 'Subscribe with Google'.
538538
* @param profileId profileId or {@code null} for none
539539
*/
540540
public SubscriptionPurchase setProfileId(java.lang.String profileId) {

clients/google-api-services-androidpublisher/v2/1.28.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>v2-rev20190414-1.28.0</version>
12-
<name>Google Play Developer API v2-rev20190414-1.28.0</name>
11+
<version>v2-rev20190611-1.28.0</version>
12+
<name>Google Play Developer API v2-rev20190611-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidpublisher/v2/1.28.0/resources/androidpublisher.v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"VPK3KBfpaEgZ16pozGOoMYfKc0U/KWstMbflMj8TriTkwH1k6Zqa9M8\"",
3+
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/6wK1DQB5FQzTd770d7wHRHVlGb4\"",
44
"discoveryVersion": "v1",
55
"id": "androidpublisher:v2",
66
"name": "androidpublisher",
77
"canonicalName": "Android Publisher",
88
"version": "v2",
9-
"revision": "20190414",
9+
"revision": "20190611",
1010
"title": "Google Play Developer API",
1111
"description": "Accesses Android application developers' Google Play accounts.",
1212
"ownerDomain": "google.com",
@@ -985,7 +985,7 @@
985985
},
986986
"profileId": {
987987
"type": "string",
988-
"description": "The profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
988+
"description": "The Google profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
989989
},
990990
"profileName": {
991991
"type": "string",

clients/google-api-services-androidpublisher/v3.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-androidpublisher",
5-
"version": "v3-rev20190604-1.28.0"
5+
"version": "v3-rev20190611-1.28.0"
66
}
77
}

clients/google-api-services-androidpublisher/v3/1.26.0/com/google/api/services/androidpublisher/model/SubscriptionPurchase.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ public final class SubscriptionPurchase extends com.google.api.client.json.Gener
182182
private java.lang.String priceCurrencyCode;
183183

184184
/**
185-
* The profile id of the user when the subscription was purchased. Only present for purchases made
186-
* with 'Subscribe with Google'.
185+
* The Google profile id of the user when the subscription was purchased. Only present for
186+
* purchases made with 'Subscribe with Google'.
187187
* The value may be {@code null}.
188188
*/
189189
@com.google.api.client.util.Key
@@ -578,17 +578,17 @@ public SubscriptionPurchase setPriceCurrencyCode(java.lang.String priceCurrencyC
578578
}
579579

580580
/**
581-
* The profile id of the user when the subscription was purchased. Only present for purchases made
582-
* with 'Subscribe with Google'.
581+
* The Google profile id of the user when the subscription was purchased. Only present for
582+
* purchases made with 'Subscribe with Google'.
583583
* @return value or {@code null} for none
584584
*/
585585
public java.lang.String getProfileId() {
586586
return profileId;
587587
}
588588

589589
/**
590-
* The profile id of the user when the subscription was purchased. Only present for purchases made
591-
* with 'Subscribe with Google'.
590+
* The Google profile id of the user when the subscription was purchased. Only present for
591+
* purchases made with 'Subscribe with Google'.
592592
* @param profileId profileId or {@code null} for none
593593
*/
594594
public SubscriptionPurchase setProfileId(java.lang.String profileId) {

clients/google-api-services-androidpublisher/v3/1.26.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-rev20190604-1.26.0</version>
12-
<name>Google Play Developer API v3-rev20190604-1.26.0</name>
11+
<version>v3-rev20190611-1.26.0</version>
12+
<name>Google Play Developer API v3-rev20190611-1.26.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidpublisher/v3/1.26.0/resources/androidpublisher.v3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"VPK3KBfpaEgZ16pozGOoMYfKc0U/XCj5XS8gg6RZpfYMWcRBa-b3UUE\"",
3+
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/2JoGWl2Lc6WcpIEeif5Y8E05oy0\"",
44
"discoveryVersion": "v1",
55
"id": "androidpublisher:v3",
66
"name": "androidpublisher",
77
"canonicalName": "Android Publisher",
88
"version": "v3",
9-
"revision": "20190604",
9+
"revision": "20190611",
1010
"title": "Google Play Developer API",
1111
"description": "Accesses Android application developers' Google Play accounts.",
1212
"ownerDomain": "google.com",
@@ -1027,7 +1027,7 @@
10271027
},
10281028
"profileId": {
10291029
"type": "string",
1030-
"description": "The profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
1030+
"description": "The Google profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
10311031
},
10321032
"profileName": {
10331033
"type": "string",

clients/google-api-services-androidpublisher/v3/1.27.0/com/google/api/services/androidpublisher/model/SubscriptionPurchase.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ public final class SubscriptionPurchase extends com.google.api.client.json.Gener
182182
private java.lang.String priceCurrencyCode;
183183

184184
/**
185-
* The profile id of the user when the subscription was purchased. Only present for purchases made
186-
* with 'Subscribe with Google'.
185+
* The Google profile id of the user when the subscription was purchased. Only present for
186+
* purchases made with 'Subscribe with Google'.
187187
* The value may be {@code null}.
188188
*/
189189
@com.google.api.client.util.Key
@@ -578,17 +578,17 @@ public SubscriptionPurchase setPriceCurrencyCode(java.lang.String priceCurrencyC
578578
}
579579

580580
/**
581-
* The profile id of the user when the subscription was purchased. Only present for purchases made
582-
* with 'Subscribe with Google'.
581+
* The Google profile id of the user when the subscription was purchased. Only present for
582+
* purchases made with 'Subscribe with Google'.
583583
* @return value or {@code null} for none
584584
*/
585585
public java.lang.String getProfileId() {
586586
return profileId;
587587
}
588588

589589
/**
590-
* The profile id of the user when the subscription was purchased. Only present for purchases made
591-
* with 'Subscribe with Google'.
590+
* The Google profile id of the user when the subscription was purchased. Only present for
591+
* purchases made with 'Subscribe with Google'.
592592
* @param profileId profileId or {@code null} for none
593593
*/
594594
public SubscriptionPurchase setProfileId(java.lang.String profileId) {

clients/google-api-services-androidpublisher/v3/1.27.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-rev20190604-1.27.0</version>
12-
<name>Google Play Developer API v3-rev20190604-1.27.0</name>
11+
<version>v3-rev20190611-1.27.0</version>
12+
<name>Google Play Developer API v3-rev20190611-1.27.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidpublisher/v3/1.27.0/resources/androidpublisher.v3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"VPK3KBfpaEgZ16pozGOoMYfKc0U/XCj5XS8gg6RZpfYMWcRBa-b3UUE\"",
3+
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/2JoGWl2Lc6WcpIEeif5Y8E05oy0\"",
44
"discoveryVersion": "v1",
55
"id": "androidpublisher:v3",
66
"name": "androidpublisher",
77
"canonicalName": "Android Publisher",
88
"version": "v3",
9-
"revision": "20190604",
9+
"revision": "20190611",
1010
"title": "Google Play Developer API",
1111
"description": "Accesses Android application developers' Google Play accounts.",
1212
"ownerDomain": "google.com",
@@ -1027,7 +1027,7 @@
10271027
},
10281028
"profileId": {
10291029
"type": "string",
1030-
"description": "The profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
1030+
"description": "The Google profile id of the user when the subscription was purchased. Only present for purchases made with 'Subscribe with Google'."
10311031
},
10321032
"profileName": {
10331033
"type": "string",

clients/google-api-services-androidpublisher/v3/1.28.0/com/google/api/services/androidpublisher/model/SubscriptionPurchase.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ public final class SubscriptionPurchase extends com.google.api.client.json.Gener
182182
private java.lang.String priceCurrencyCode;
183183

184184
/**
185-
* The profile id of the user when the subscription was purchased. Only present for purchases made
186-
* with 'Subscribe with Google'.
185+
* The Google profile id of the user when the subscription was purchased. Only present for
186+
* purchases made with 'Subscribe with Google'.
187187
* The value may be {@code null}.
188188
*/
189189
@com.google.api.client.util.Key
@@ -578,17 +578,17 @@ public SubscriptionPurchase setPriceCurrencyCode(java.lang.String priceCurrencyC
578578
}
579579

580580
/**
581-
* The profile id of the user when the subscription was purchased. Only present for purchases made
582-
* with 'Subscribe with Google'.
581+
* The Google profile id of the user when the subscription was purchased. Only present for
582+
* purchases made with 'Subscribe with Google'.
583583
* @return value or {@code null} for none
584584
*/
585585
public java.lang.String getProfileId() {
586586
return profileId;
587587
}
588588

589589
/**
590-
* The profile id of the user when the subscription was purchased. Only present for purchases made
591-
* with 'Subscribe with Google'.
590+
* The Google profile id of the user when the subscription was purchased. Only present for
591+
* purchases made with 'Subscribe with Google'.
592592
* @param profileId profileId or {@code null} for none
593593
*/
594594
public SubscriptionPurchase setProfileId(java.lang.String profileId) {

0 commit comments

Comments
 (0)