diff --git a/clients/google-api-services-datamanager/v1/2.0.0/README.md b/clients/google-api-services-datamanager/v1/2.0.0/README.md index 788f33ba471..480d9a56f98 100644 --- a/clients/google-api-services-datamanager/v1/2.0.0/README.md +++ b/clients/google-api-services-datamanager/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-datamanager - v1-rev20260729-2.0.0 + v1-rev20260811-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-datamanager:v1-rev20260729-2.0.0' + implementation 'com.google.apis:google-api-services-datamanager:v1-rev20260811-2.0.0' } ``` diff --git a/clients/google-api-services-datamanager/v1/2.0.0/com/google/api/services/datamanager/v1/model/DeviceInfo.java b/clients/google-api-services-datamanager/v1/2.0.0/com/google/api/services/datamanager/v1/model/DeviceInfo.java index 566aaa670f2..24a26b15e45 100644 --- a/clients/google-api-services-datamanager/v1/2.0.0/com/google/api/services/datamanager/v1/model/DeviceInfo.java +++ b/clients/google-api-services-datamanager/v1/2.0.0/com/google/api/services/datamanager/v1/model/DeviceInfo.java @@ -59,13 +59,6 @@ public final class DeviceInfo extends com.google.api.client.json.GenericJson { /** * Optional. The IP address of the device for the given context. Required when used in an AdEvent. - * **Note:** Google Ads does not support IP address matching for end users in the European - * Economic Area (EEA), United Kingdom (UK), or Switzerland (CH). Add logic to conditionally - * exclude sharing IP addresses from users from these regions and ensure that you provide users - * with clear and comprehensive information about the data you collect on your sites, apps, and - * other properties and get consent where required by law or any applicable Google policies. See - * the [About offline conversion imports](https://support.google.com/google-ads/answer/2998031) - * page for more details. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -190,13 +183,6 @@ public DeviceInfo setCategory(java.lang.String category) { /** * Optional. The IP address of the device for the given context. Required when used in an AdEvent. - * **Note:** Google Ads does not support IP address matching for end users in the European - * Economic Area (EEA), United Kingdom (UK), or Switzerland (CH). Add logic to conditionally - * exclude sharing IP addresses from users from these regions and ensure that you provide users - * with clear and comprehensive information about the data you collect on your sites, apps, and - * other properties and get consent where required by law or any applicable Google policies. See - * the [About offline conversion imports](https://support.google.com/google-ads/answer/2998031) - * page for more details. * @return value or {@code null} for none */ public java.lang.String getIpAddress() { @@ -205,13 +191,6 @@ public java.lang.String getIpAddress() { /** * Optional. The IP address of the device for the given context. Required when used in an AdEvent. - * **Note:** Google Ads does not support IP address matching for end users in the European - * Economic Area (EEA), United Kingdom (UK), or Switzerland (CH). Add logic to conditionally - * exclude sharing IP addresses from users from these regions and ensure that you provide users - * with clear and comprehensive information about the data you collect on your sites, apps, and - * other properties and get consent where required by law or any applicable Google policies. See - * the [About offline conversion imports](https://support.google.com/google-ads/answer/2998031) - * page for more details. * @param ipAddress ipAddress or {@code null} for none */ public DeviceInfo setIpAddress(java.lang.String ipAddress) { diff --git a/clients/google-api-services-datamanager/v1/2.0.0/pom.xml b/clients/google-api-services-datamanager/v1/2.0.0/pom.xml index 5f699f77502..4cefd830609 100644 --- a/clients/google-api-services-datamanager/v1/2.0.0/pom.xml +++ b/clients/google-api-services-datamanager/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-datamanager - v1-rev20260729-2.0.0 - Data Manager API v1-rev20260729-2.0.0 + v1-rev20260811-2.0.0 + Data Manager API v1-rev20260811-2.0.0 jar 2011 diff --git a/clients/google-api-services-datamanager/v1/README.md b/clients/google-api-services-datamanager/v1/README.md index 788f33ba471..480d9a56f98 100644 --- a/clients/google-api-services-datamanager/v1/README.md +++ b/clients/google-api-services-datamanager/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-datamanager - v1-rev20260729-2.0.0 + v1-rev20260811-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-datamanager:v1-rev20260729-2.0.0' + implementation 'com.google.apis:google-api-services-datamanager:v1-rev20260811-2.0.0' } ```