Skip to content

Commit 8052a32

Browse files
1 parent 6683b11 commit 8052a32

File tree

5 files changed

+33
-9
lines changed

5 files changed

+33
-9
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-rev20251116-2.0.0</version>
25+
<version>v0-rev20251204-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-rev20251116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20251204-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ public final class GoogleAdsSearchads360V0CommonSegments extends com.google.api.
120120
@com.google.api.client.util.Key
121121
private java.lang.String geoTargetMetro;
122122

123+
/**
124+
* Resource name of the geo target constant that represents a postal code.
125+
* The value may be {@code null}.
126+
*/
127+
@com.google.api.client.util.Key
128+
private java.lang.String geoTargetPostalCode;
129+
123130
/**
124131
* Resource name of the geo target constant that represents a region.
125132
* The value may be {@code null}.
@@ -696,6 +703,23 @@ public GoogleAdsSearchads360V0CommonSegments setGeoTargetMetro(java.lang.String
696703
return this;
697704
}
698705

706+
/**
707+
* Resource name of the geo target constant that represents a postal code.
708+
* @return value or {@code null} for none
709+
*/
710+
public java.lang.String getGeoTargetPostalCode() {
711+
return geoTargetPostalCode;
712+
}
713+
714+
/**
715+
* Resource name of the geo target constant that represents a postal code.
716+
* @param geoTargetPostalCode geoTargetPostalCode or {@code null} for none
717+
*/
718+
public GoogleAdsSearchads360V0CommonSegments setGeoTargetPostalCode(java.lang.String geoTargetPostalCode) {
719+
this.geoTargetPostalCode = geoTargetPostalCode;
720+
return this;
721+
}
722+
699723
/**
700724
* Resource name of the geo target constant that represents a region.
701725
* @return value or {@code null} for none

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class GoogleAdsSearchads360V0ResourcesAdGroupBidModifier extends co
3232

3333
/**
3434
* The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 -
35-
* 10.0. The range is 1.0 - 6.0 for PreferredContent. Use 0 to opt out of a Device type.
35+
* 10.0. Use 0 to opt out of a Device type.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -55,7 +55,7 @@ public final class GoogleAdsSearchads360V0ResourcesAdGroupBidModifier extends co
5555

5656
/**
5757
* The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 -
58-
* 10.0. The range is 1.0 - 6.0 for PreferredContent. Use 0 to opt out of a Device type.
58+
* 10.0. Use 0 to opt out of a Device type.
5959
* @return value or {@code null} for none
6060
*/
6161
public java.lang.Double getBidModifier() {
@@ -64,7 +64,7 @@ public java.lang.Double getBidModifier() {
6464

6565
/**
6666
* The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 -
67-
* 10.0. The range is 1.0 - 6.0 for PreferredContent. Use 0 to opt out of a Device type.
67+
* 10.0. Use 0 to opt out of a Device type.
6868
* @param bidModifier bidModifier or {@code null} for none
6969
*/
7070
public GoogleAdsSearchads360V0ResourcesAdGroupBidModifier setBidModifier(java.lang.Double bidModifier) {

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-rev20251116-2.0.0</version>
12-
<name>Search Ads 360 Reporting API v0-rev20251116-2.0.0</name>
11+
<version>v0-rev20251204-2.0.0</version>
12+
<name>Search Ads 360 Reporting API v0-rev20251204-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-rev20251116-2.0.0</version>
25+
<version>v0-rev20251204-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-rev20251116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-searchads360:v0-rev20251204-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)