Skip to content

Commit 9942fe1

Browse files
1 parent a1c0b96 commit 9942fe1

File tree

5 files changed

+33
-12
lines changed

5 files changed

+33
-12
lines changed

clients/google-api-services-searchads360/v0/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-searchads360</artifactId>
25-
<version>v0-rev20250407-2.0.0</version>
25+
<version>v0-rev20250721-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20250407-2.0.0'
38+
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20250721-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0ErrorsErrorCode.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class GoogleAdsSearchads360V0ErrorsErrorCode extends com.google.api
4444
@com.google.api.client.util.Key
4545
private java.lang.String authorizationError;
4646

47+
/**
48+
* The reasons for the conversion custom variable error
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String conversionCustomVariableError;
53+
4754
/**
4855
* The reasons for the custom column error
4956
* The value may be {@code null}.
@@ -155,6 +162,23 @@ public GoogleAdsSearchads360V0ErrorsErrorCode setAuthorizationError(java.lang.St
155162
return this;
156163
}
157164

165+
/**
166+
* The reasons for the conversion custom variable error
167+
* @return value or {@code null} for none
168+
*/
169+
public java.lang.String getConversionCustomVariableError() {
170+
return conversionCustomVariableError;
171+
}
172+
173+
/**
174+
* The reasons for the conversion custom variable error
175+
* @param conversionCustomVariableError conversionCustomVariableError or {@code null} for none
176+
*/
177+
public GoogleAdsSearchads360V0ErrorsErrorCode setConversionCustomVariableError(java.lang.String conversionCustomVariableError) {
178+
this.conversionCustomVariableError = conversionCustomVariableError;
179+
return this;
180+
}
181+
158182
/**
159183
* The reasons for the custom column error
160184
* @return value or {@code null} for none

clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0ResourcesAd.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ public final class GoogleAdsSearchads360V0ResourcesAd extends com.google.api.cli
6767

6868
/**
6969
* Immutable. The name of the ad. This is only used to be able to identify the ad. It does not
70-
* need to be unique and does not affect the served ad. The name field is currently only supported
71-
* for DisplayUploadAd, ImageAd, ShoppingComparisonListingAd and VideoAd.
70+
* need to be unique and does not affect the served ad.
7271
* The value may be {@code null}.
7372
*/
7473
@com.google.api.client.util.Key
@@ -197,8 +196,7 @@ public GoogleAdsSearchads360V0ResourcesAd setId(java.lang.Long id) {
197196

198197
/**
199198
* Immutable. The name of the ad. This is only used to be able to identify the ad. It does not
200-
* need to be unique and does not affect the served ad. The name field is currently only supported
201-
* for DisplayUploadAd, ImageAd, ShoppingComparisonListingAd and VideoAd.
199+
* need to be unique and does not affect the served ad.
202200
* @return value or {@code null} for none
203201
*/
204202
public java.lang.String getName() {
@@ -207,8 +205,7 @@ public java.lang.String getName() {
207205

208206
/**
209207
* Immutable. The name of the ad. This is only used to be able to identify the ad. It does not
210-
* need to be unique and does not affect the served ad. The name field is currently only supported
211-
* for DisplayUploadAd, ImageAd, ShoppingComparisonListingAd and VideoAd.
208+
* need to be unique and does not affect the served ad.
212209
* @param name name or {@code null} for none
213210
*/
214211
public GoogleAdsSearchads360V0ResourcesAd setName(java.lang.String name) {

clients/google-api-services-searchads360/v0/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-searchads360</artifactId>
11-
<version>v0-rev20250407-2.0.0</version>
12-
<name>Search Ads 360 Reporting API v0-rev20250407-2.0.0</name>
11+
<version>v0-rev20250721-2.0.0</version>
12+
<name>Search Ads 360 Reporting API v0-rev20250721-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-searchads360/v0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-searchads360</artifactId>
25-
<version>v0-rev20250407-2.0.0</version>
25+
<version>v0-rev20250721-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20250407-2.0.0'
38+
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20250721-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)