Skip to content

Commit

Permalink
Regenerate androidpublisher client (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jun 21, 2019
1 parent 609c9fe commit 27cca16
Show file tree
Hide file tree
Showing 30 changed files with 75 additions and 75 deletions.
Expand Up @@ -2,6 +2,6 @@
"maven": {
"groupId": "com.google.apis",
"artifactId": "google-api-services-androidpublisher",
"version": "v1.1-rev20190120-1.28.0"
"version": "v1.1-rev20190618-1.28.0"
}
}
Expand Up @@ -60,7 +60,7 @@ public final class InappPurchase extends com.google.api.client.json.GenericJson
private java.lang.String orderId;

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -154,15 +154,15 @@ public InappPurchase setOrderId(java.lang.String orderId) {
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @return value or {@code null} for none
*/
public java.lang.Integer getPurchaseState() {
return purchaseState;
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @param purchaseState purchaseState or {@code null} for none
*/
public InappPurchase setPurchaseState(java.lang.Integer purchaseState) {
Expand Down
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v1.1-rev20190120-1.26.0</version>
<name>Google Play Developer API v1.1-rev20190120-1.26.0</name>
<version>v1.1-rev20190618-1.26.0</version>
<name>Google Play Developer API v1.1-rev20190618-1.26.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/SlWD_44AAZzh33wX5EZhE-9oiU0\"",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/LNVDXWhUWjL42z9rVSE1bNdVBAQ\"",
"discoveryVersion": "v1",
"id": "androidpublisher:v1.1",
"name": "androidpublisher",
"canonicalName": "Android Publisher",
"version": "v1.1",
"revision": "20190120",
"revision": "20190618",
"title": "Google Play Developer API",
"description": "Accesses Android application developers' Google Play accounts.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"purchaseState": {
"type": "integer",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled \n- Pending",
"format": "int32"
},
"purchaseTime": {
Expand Down
Expand Up @@ -60,7 +60,7 @@ public final class InappPurchase extends com.google.api.client.json.GenericJson
private java.lang.String orderId;

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -154,15 +154,15 @@ public InappPurchase setOrderId(java.lang.String orderId) {
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @return value or {@code null} for none
*/
public java.lang.Integer getPurchaseState() {
return purchaseState;
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @param purchaseState purchaseState or {@code null} for none
*/
public InappPurchase setPurchaseState(java.lang.Integer purchaseState) {
Expand Down
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v1.1-rev20190120-1.27.0</version>
<name>Google Play Developer API v1.1-rev20190120-1.27.0</name>
<version>v1.1-rev20190618-1.27.0</version>
<name>Google Play Developer API v1.1-rev20190618-1.27.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/SlWD_44AAZzh33wX5EZhE-9oiU0\"",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/LNVDXWhUWjL42z9rVSE1bNdVBAQ\"",
"discoveryVersion": "v1",
"id": "androidpublisher:v1.1",
"name": "androidpublisher",
"canonicalName": "Android Publisher",
"version": "v1.1",
"revision": "20190120",
"revision": "20190618",
"title": "Google Play Developer API",
"description": "Accesses Android application developers' Google Play accounts.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"purchaseState": {
"type": "integer",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled \n- Pending",
"format": "int32"
},
"purchaseTime": {
Expand Down
Expand Up @@ -60,7 +60,7 @@ public final class InappPurchase extends com.google.api.client.json.GenericJson
private java.lang.String orderId;

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -154,15 +154,15 @@ public InappPurchase setOrderId(java.lang.String orderId) {
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @return value or {@code null} for none
*/
public java.lang.Integer getPurchaseState() {
return purchaseState;
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @param purchaseState purchaseState or {@code null} for none
*/
public InappPurchase setPurchaseState(java.lang.Integer purchaseState) {
Expand Down
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v1.1-rev20190120-1.28.0</version>
<name>Google Play Developer API v1.1-rev20190120-1.28.0</name>
<version>v1.1-rev20190618-1.28.0</version>
<name>Google Play Developer API v1.1-rev20190618-1.28.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/SlWD_44AAZzh33wX5EZhE-9oiU0\"",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/LNVDXWhUWjL42z9rVSE1bNdVBAQ\"",
"discoveryVersion": "v1",
"id": "androidpublisher:v1.1",
"name": "androidpublisher",
"canonicalName": "Android Publisher",
"version": "v1.1",
"revision": "20190120",
"revision": "20190618",
"title": "Google Play Developer API",
"description": "Accesses Android application developers' Google Play accounts.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"purchaseState": {
"type": "integer",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled \n- Pending",
"format": "int32"
},
"purchaseTime": {
Expand Down
Expand Up @@ -2,6 +2,6 @@
"maven": {
"groupId": "com.google.apis",
"artifactId": "google-api-services-androidpublisher",
"version": "v2-rev20190616-1.28.0"
"version": "v2-rev20190618-1.28.0"
}
}
Expand Up @@ -60,7 +60,7 @@ public final class ProductPurchase extends com.google.api.client.json.GenericJso
private java.lang.String orderId;

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -154,15 +154,15 @@ public ProductPurchase setOrderId(java.lang.String orderId) {
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @return value or {@code null} for none
*/
public java.lang.Integer getPurchaseState() {
return purchaseState;
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @param purchaseState purchaseState or {@code null} for none
*/
public ProductPurchase setPurchaseState(java.lang.Integer purchaseState) {
Expand Down
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v2-rev20190616-1.26.0</version>
<name>Google Play Developer API v2-rev20190616-1.26.0</name>
<version>v2-rev20190618-1.26.0</version>
<name>Google Play Developer API v2-rev20190618-1.26.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/rOP4v00pYltM6r8OL4h3_Dm1dSA\"",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/eA9uCYnVj_lGdL5C2QozYYgTfro\"",
"discoveryVersion": "v1",
"id": "androidpublisher:v2",
"name": "androidpublisher",
"canonicalName": "Android Publisher",
"version": "v2",
"revision": "20190616",
"revision": "20190618",
"title": "Google Play Developer API",
"description": "Accesses Android application developers' Google Play accounts.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -738,7 +738,7 @@
},
"purchaseState": {
"type": "integer",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled \n- Pending",
"format": "int32"
},
"purchaseTimeMillis": {
Expand Down
Expand Up @@ -60,7 +60,7 @@ public final class ProductPurchase extends com.google.api.client.json.GenericJso
private java.lang.String orderId;

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -154,15 +154,15 @@ public ProductPurchase setOrderId(java.lang.String orderId) {
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @return value or {@code null} for none
*/
public java.lang.Integer getPurchaseState() {
return purchaseState;
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @param purchaseState purchaseState or {@code null} for none
*/
public ProductPurchase setPurchaseState(java.lang.Integer purchaseState) {
Expand Down
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v2-rev20190616-1.27.0</version>
<name>Google Play Developer API v2-rev20190616-1.27.0</name>
<version>v2-rev20190618-1.27.0</version>
<name>Google Play Developer API v2-rev20190618-1.27.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/rOP4v00pYltM6r8OL4h3_Dm1dSA\"",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/eA9uCYnVj_lGdL5C2QozYYgTfro\"",
"discoveryVersion": "v1",
"id": "androidpublisher:v2",
"name": "androidpublisher",
"canonicalName": "Android Publisher",
"version": "v2",
"revision": "20190616",
"revision": "20190618",
"title": "Google Play Developer API",
"description": "Accesses Android application developers' Google Play accounts.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -738,7 +738,7 @@
},
"purchaseState": {
"type": "integer",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled \n- Pending",
"format": "int32"
},
"purchaseTimeMillis": {
Expand Down
Expand Up @@ -60,7 +60,7 @@ public final class ProductPurchase extends com.google.api.client.json.GenericJso
private java.lang.String orderId;

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -154,15 +154,15 @@ public ProductPurchase setOrderId(java.lang.String orderId) {
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @return value or {@code null} for none
*/
public java.lang.Integer getPurchaseState() {
return purchaseState;
}

/**
* The purchase state of the order. Possible values are: - Purchased - Canceled
* The purchase state of the order. Possible values are: - Purchased - Canceled - Pending
* @param purchaseState purchaseState or {@code null} for none
*/
public ProductPurchase setPurchaseState(java.lang.Integer purchaseState) {
Expand Down
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v2-rev20190616-1.28.0</version>
<name>Google Play Developer API v2-rev20190616-1.28.0</name>
<version>v2-rev20190618-1.28.0</version>
<name>Google Play Developer API v2-rev20190618-1.28.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/rOP4v00pYltM6r8OL4h3_Dm1dSA\"",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/eA9uCYnVj_lGdL5C2QozYYgTfro\"",
"discoveryVersion": "v1",
"id": "androidpublisher:v2",
"name": "androidpublisher",
"canonicalName": "Android Publisher",
"version": "v2",
"revision": "20190616",
"revision": "20190618",
"title": "Google Play Developer API",
"description": "Accesses Android application developers' Google Play accounts.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -738,7 +738,7 @@
},
"purchaseState": {
"type": "integer",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled",
"description": "The purchase state of the order. Possible values are: \n- Purchased \n- Canceled \n- Pending",
"format": "int32"
},
"purchaseTimeMillis": {
Expand Down
Expand Up @@ -2,6 +2,6 @@
"maven": {
"groupId": "com.google.apis",
"artifactId": "google-api-services-androidpublisher",
"version": "v3-rev20190616-1.28.0"
"version": "v3-rev20190618-1.28.0"
}
}

0 comments on commit 27cca16

Please sign in to comment.