diff --git a/clients/google-api-services-admob/v1/2.0.0/README.md b/clients/google-api-services-admob/v1/2.0.0/README.md index 613877c5dfe..164f41046a7 100644 --- a/clients/google-api-services-admob/v1/2.0.0/README.md +++ b/clients/google-api-services-admob/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-admob - v1-rev20240514-2.0.0 + v1-rev20260610-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-admob:v1-rev20240514-2.0.0' + implementation 'com.google.apis:google-api-services-admob:v1-rev20260610-2.0.0' } ``` diff --git a/clients/google-api-services-admob/v1/2.0.0/com/google/api/services/admob/v1/model/AdUnit.java b/clients/google-api-services-admob/v1/2.0.0/com/google/api/services/admob/v1/model/AdUnit.java index 2f8d981e6c1..2e4e6101877 100644 --- a/clients/google-api-services-admob/v1/2.0.0/com/google/api/services/admob/v1/model/AdUnit.java +++ b/clients/google-api-services-admob/v1/2.0.0/com/google/api/services/admob/v1/model/AdUnit.java @@ -53,8 +53,8 @@ public final class AdUnit extends com.google.api.client.json.GenericJson { private java.util.List adTypes; /** - * The externally visible ID of the ad unit which can be used to integrate with the AdMob SDK. - * This is a read only property. Example: ca-app-pub-9876543210987654/0123456789 + * The externally visible ID of the ad unit which can be used to integrate with AdMob. This is a + * read only property. Example: ca-app-pub-9876543210987654/0123456789 * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -137,8 +137,8 @@ public AdUnit setAdTypes(java.util.List adTypes) { } /** - * The externally visible ID of the ad unit which can be used to integrate with the AdMob SDK. - * This is a read only property. Example: ca-app-pub-9876543210987654/0123456789 + * The externally visible ID of the ad unit which can be used to integrate with AdMob. This is a + * read only property. Example: ca-app-pub-9876543210987654/0123456789 * @return value or {@code null} for none */ public java.lang.String getAdUnitId() { @@ -146,8 +146,8 @@ public java.lang.String getAdUnitId() { } /** - * The externally visible ID of the ad unit which can be used to integrate with the AdMob SDK. - * This is a read only property. Example: ca-app-pub-9876543210987654/0123456789 + * The externally visible ID of the ad unit which can be used to integrate with AdMob. This is a + * read only property. Example: ca-app-pub-9876543210987654/0123456789 * @param adUnitId adUnitId or {@code null} for none */ public AdUnit setAdUnitId(java.lang.String adUnitId) { diff --git a/clients/google-api-services-admob/v1/2.0.0/com/google/api/services/admob/v1/model/App.java b/clients/google-api-services-admob/v1/2.0.0/com/google/api/services/admob/v1/model/App.java index 57a4b3f5152..65e1e7fdc7d 100644 --- a/clients/google-api-services-admob/v1/2.0.0/com/google/api/services/admob/v1/model/App.java +++ b/clients/google-api-services-admob/v1/2.0.0/com/google/api/services/admob/v1/model/App.java @@ -37,8 +37,8 @@ public final class App extends com.google.api.client.json.GenericJson { private java.lang.String appApprovalState; /** - * The externally visible ID of the app which can be used to integrate with the AdMob SDK. This is - * a read only property. Example: ca-app-pub-9876543210987654~0123456789 + * The externally visible ID of the app which can be used to integrate with AdMob. This is a read + * only property. Example: ca-app-pub-9876543210987654~0123456789 * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -94,8 +94,8 @@ public App setAppApprovalState(java.lang.String appApprovalState) { } /** - * The externally visible ID of the app which can be used to integrate with the AdMob SDK. This is - * a read only property. Example: ca-app-pub-9876543210987654~0123456789 + * The externally visible ID of the app which can be used to integrate with AdMob. This is a read + * only property. Example: ca-app-pub-9876543210987654~0123456789 * @return value or {@code null} for none */ public java.lang.String getAppId() { @@ -103,8 +103,8 @@ public java.lang.String getAppId() { } /** - * The externally visible ID of the app which can be used to integrate with the AdMob SDK. This is - * a read only property. Example: ca-app-pub-9876543210987654~0123456789 + * The externally visible ID of the app which can be used to integrate with AdMob. This is a read + * only property. Example: ca-app-pub-9876543210987654~0123456789 * @param appId appId or {@code null} for none */ public App setAppId(java.lang.String appId) { diff --git a/clients/google-api-services-admob/v1/2.0.0/pom.xml b/clients/google-api-services-admob/v1/2.0.0/pom.xml index f9ae678eed9..634a4b94341 100644 --- a/clients/google-api-services-admob/v1/2.0.0/pom.xml +++ b/clients/google-api-services-admob/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-admob - v1-rev20240514-2.0.0 - AdMob API v1-rev20240514-2.0.0 + v1-rev20260610-2.0.0 + AdMob API v1-rev20260610-2.0.0 jar 2011 diff --git a/clients/google-api-services-admob/v1/README.md b/clients/google-api-services-admob/v1/README.md index 613877c5dfe..164f41046a7 100644 --- a/clients/google-api-services-admob/v1/README.md +++ b/clients/google-api-services-admob/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-admob - v1-rev20240514-2.0.0 + v1-rev20260610-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-admob:v1-rev20240514-2.0.0' + implementation 'com.google.apis:google-api-services-admob:v1-rev20260610-2.0.0' } ``` diff --git a/clients/google-api-services-admob/v1beta/2.0.0/README.md b/clients/google-api-services-admob/v1beta/2.0.0/README.md index 694862f33e5..20c1d253656 100644 --- a/clients/google-api-services-admob/v1beta/2.0.0/README.md +++ b/clients/google-api-services-admob/v1beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-admob - v1beta-rev20260223-2.0.0 + v1beta-rev20260610-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-admob:v1beta-rev20260223-2.0.0' + implementation 'com.google.apis:google-api-services-admob:v1beta-rev20260610-2.0.0' } ``` diff --git a/clients/google-api-services-admob/v1beta/2.0.0/com/google/api/services/admob/v1beta/model/AdUnit.java b/clients/google-api-services-admob/v1beta/2.0.0/com/google/api/services/admob/v1beta/model/AdUnit.java index 27e44941553..e25a800b6fa 100644 --- a/clients/google-api-services-admob/v1beta/2.0.0/com/google/api/services/admob/v1beta/model/AdUnit.java +++ b/clients/google-api-services-admob/v1beta/2.0.0/com/google/api/services/admob/v1beta/model/AdUnit.java @@ -53,8 +53,8 @@ public final class AdUnit extends com.google.api.client.json.GenericJson { private java.util.List adTypes; /** - * The externally visible ID of the ad unit which can be used to integrate with the AdMob SDK. - * This is a read only property. Example: ca-app-pub-9876543210987654/0123456789 + * The externally visible ID of the ad unit which can be used to integrate with AdMob. This is a + * read only property. Example: ca-app-pub-9876543210987654/0123456789 * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -145,8 +145,8 @@ public AdUnit setAdTypes(java.util.List adTypes) { } /** - * The externally visible ID of the ad unit which can be used to integrate with the AdMob SDK. - * This is a read only property. Example: ca-app-pub-9876543210987654/0123456789 + * The externally visible ID of the ad unit which can be used to integrate with AdMob. This is a + * read only property. Example: ca-app-pub-9876543210987654/0123456789 * @return value or {@code null} for none */ public java.lang.String getAdUnitId() { @@ -154,8 +154,8 @@ public java.lang.String getAdUnitId() { } /** - * The externally visible ID of the ad unit which can be used to integrate with the AdMob SDK. - * This is a read only property. Example: ca-app-pub-9876543210987654/0123456789 + * The externally visible ID of the ad unit which can be used to integrate with AdMob. This is a + * read only property. Example: ca-app-pub-9876543210987654/0123456789 * @param adUnitId adUnitId or {@code null} for none */ public AdUnit setAdUnitId(java.lang.String adUnitId) { diff --git a/clients/google-api-services-admob/v1beta/2.0.0/com/google/api/services/admob/v1beta/model/App.java b/clients/google-api-services-admob/v1beta/2.0.0/com/google/api/services/admob/v1beta/model/App.java index 2cb08cfbc74..6739e4e4773 100644 --- a/clients/google-api-services-admob/v1beta/2.0.0/com/google/api/services/admob/v1beta/model/App.java +++ b/clients/google-api-services-admob/v1beta/2.0.0/com/google/api/services/admob/v1beta/model/App.java @@ -37,8 +37,8 @@ public final class App extends com.google.api.client.json.GenericJson { private java.lang.String appApprovalState; /** - * The externally visible ID of the app which can be used to integrate with the AdMob SDK. This is - * a read only property. Example: ca-app-pub-9876543210987654~0123456789 + * The externally visible ID of the app which can be used to integrate with AdMob. This is a read + * only property. Example: ca-app-pub-9876543210987654~0123456789 * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -94,8 +94,8 @@ public App setAppApprovalState(java.lang.String appApprovalState) { } /** - * The externally visible ID of the app which can be used to integrate with the AdMob SDK. This is - * a read only property. Example: ca-app-pub-9876543210987654~0123456789 + * The externally visible ID of the app which can be used to integrate with AdMob. This is a read + * only property. Example: ca-app-pub-9876543210987654~0123456789 * @return value or {@code null} for none */ public java.lang.String getAppId() { @@ -103,8 +103,8 @@ public java.lang.String getAppId() { } /** - * The externally visible ID of the app which can be used to integrate with the AdMob SDK. This is - * a read only property. Example: ca-app-pub-9876543210987654~0123456789 + * The externally visible ID of the app which can be used to integrate with AdMob. This is a read + * only property. Example: ca-app-pub-9876543210987654~0123456789 * @param appId appId or {@code null} for none */ public App setAppId(java.lang.String appId) { diff --git a/clients/google-api-services-admob/v1beta/2.0.0/pom.xml b/clients/google-api-services-admob/v1beta/2.0.0/pom.xml index 40b1838dd14..fa5707c4d92 100644 --- a/clients/google-api-services-admob/v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-admob/v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-admob - v1beta-rev20260223-2.0.0 - AdMob API v1beta-rev20260223-2.0.0 + v1beta-rev20260610-2.0.0 + AdMob API v1beta-rev20260610-2.0.0 jar 2011 diff --git a/clients/google-api-services-admob/v1beta/README.md b/clients/google-api-services-admob/v1beta/README.md index 694862f33e5..20c1d253656 100644 --- a/clients/google-api-services-admob/v1beta/README.md +++ b/clients/google-api-services-admob/v1beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-admob - v1beta-rev20260223-2.0.0 + v1beta-rev20260610-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-admob:v1beta-rev20260223-2.0.0' + implementation 'com.google.apis:google-api-services-admob:v1beta-rev20260610-2.0.0' } ```