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: com.google.apis google-api-services-androidpublisher - v3-rev20240917-2.0.0 + v3-rev20241003-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240917-2.0.0' + implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241003-2.0.0' } ``` diff --git a/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ExternalOfferInitialAcquisitionDetails.java b/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ExternalOfferInitialAcquisitionDetails.java deleted file mode 100644 index c9ecbadfd12..00000000000 --- a/clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/ExternalOfferInitialAcquisitionDetails.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing permissions and limitations under - * the License. - */ -/* - * This code was generated by https://github.com/googleapis/google-api-java-client-services/ - * Modify at your own risk. - */ - -package com.google.api.services.androidpublisher.model; - -/** - * Details about the first time a user/device completed a transaction using external offers. - * - *

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 @@ com.google.apis google-api-services-androidpublisher - v3-rev20240917-2.0.0 - Google Play Android Developer API v3-rev20240917-2.0.0 + v3-rev20241003-2.0.0 + Google Play Android Developer API v3-rev20241003-2.0.0 jar 2011 diff --git a/clients/google-api-services-androidpublisher/v3/README.md b/clients/google-api-services-androidpublisher/v3/README.md index a53bed00497..091b9d70d48 100644 --- a/clients/google-api-services-androidpublisher/v3/README.md +++ b/clients/google-api-services-androidpublisher/v3/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-androidpublisher - v3-rev20240917-2.0.0 + v3-rev20241003-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240917-2.0.0' + implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241003-2.0.0' } ```