diff --git a/clients/google-api-services-androidpublisher/v3/2.0.0/README.md b/clients/google-api-services-androidpublisher/v3/2.0.0/README.md
index a53bed00497..091b9d70d48 100644
--- a/clients/google-api-services-androidpublisher/v3/2.0.0/README.md
+++ b/clients/google-api-services-androidpublisher/v3/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the Google Play Android Developer API. For a detailed - * explanation see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class ExternalOfferInitialAcquisitionDetails extends com.google.api.client.json.GenericJson { - - /** - * Required. The external transaction id of the first completed purchase made by the user. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String externalTransactionId; - - /** - * Required. The external transaction id of the first completed purchase made by the user. - * @return value or {@code null} for none - */ - public java.lang.String getExternalTransactionId() { - return externalTransactionId; - } - - /** - * Required. The external transaction id of the first completed purchase made by the user. - * @param externalTransactionId externalTransactionId or {@code null} for none - */ - public ExternalOfferInitialAcquisitionDetails setExternalTransactionId(java.lang.String externalTransactionId) { - this.externalTransactionId = externalTransactionId; - return this; - } - - @Override - public ExternalOfferInitialAcquisitionDetails set(String fieldName, Object value) { - return (ExternalOfferInitialAcquisitionDetails) super.set(fieldName, value); - } - - @Override - public ExternalOfferInitialAcquisitionDetails clone() { - return (ExternalOfferInitialAcquisitionDetails) super.clone(); - } - -} diff --git a/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ExternalTransaction.java b/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ExternalTransaction.java index d8d562ea3de..9d391296edb 100644 --- a/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ExternalTransaction.java +++ b/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ExternalTransaction.java @@ -54,15 +54,6 @@ public final class ExternalTransaction extends com.google.api.client.json.Generi @com.google.api.client.util.Key private Price currentTaxAmount; - /** - * Optional. Details about the first time a user/device completed a transaction using external - * offers. Not required for transactions made using user choice billing or alternative billing - * only. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private ExternalOfferInitialAcquisitionDetails externalOfferInitialAcquisitionDetails; - /** * Output only. The id of this transaction. All transaction ids under the same package name must * be unique. Set when creating the external transaction. @@ -207,27 +198,6 @@ public ExternalTransaction setCurrentTaxAmount(Price currentTaxAmount) { return this; } - /** - * Optional. Details about the first time a user/device completed a transaction using external - * offers. Not required for transactions made using user choice billing or alternative billing - * only. - * @return value or {@code null} for none - */ - public ExternalOfferInitialAcquisitionDetails getExternalOfferInitialAcquisitionDetails() { - return externalOfferInitialAcquisitionDetails; - } - - /** - * Optional. Details about the first time a user/device completed a transaction using external - * offers. Not required for transactions made using user choice billing or alternative billing - * only. - * @param externalOfferInitialAcquisitionDetails externalOfferInitialAcquisitionDetails or {@code null} for none - */ - public ExternalTransaction setExternalOfferInitialAcquisitionDetails(ExternalOfferInitialAcquisitionDetails externalOfferInitialAcquisitionDetails) { - this.externalOfferInitialAcquisitionDetails = externalOfferInitialAcquisitionDetails; - return this; - } - /** * Output only. The id of this transaction. All transaction ids under the same package name must * be unique. Set when creating the external transaction. diff --git a/clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml b/clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml index dc1204e0105..56d42477c47 100644 --- a/clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml +++ b/clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml @@ -8,8 +8,8 @@