You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0CommonSegments.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,13 @@ public final class GoogleAdsSearchads360V0CommonSegments extends com.google.api.
120
120
@com.google.api.client.util.Key
121
121
privatejava.lang.StringgeoTargetMetro;
122
122
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
+
privatejava.lang.StringgeoTargetPostalCode;
129
+
123
130
/**
124
131
* Resource name of the geo target constant that represents a region.
125
132
* The value may be {@code null}.
@@ -696,6 +703,23 @@ public GoogleAdsSearchads360V0CommonSegments setGeoTargetMetro(java.lang.String
696
703
returnthis;
697
704
}
698
705
706
+
/**
707
+
* Resource name of the geo target constant that represents a postal code.
708
+
* @return value or {@code null} for none
709
+
*/
710
+
publicjava.lang.StringgetGeoTargetPostalCode() {
711
+
returngeoTargetPostalCode;
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
Copy file name to clipboardExpand all lines: clients/google-api-services-searchads360/v0/2.0.0/com/google/api/services/searchads360/v0/model/GoogleAdsSearchads360V0ResourcesAdGroupBidModifier.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public final class GoogleAdsSearchads360V0ResourcesAdGroupBidModifier extends co
32
32
33
33
/**
34
34
* 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.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@com.google.api.client.util.Key
@@ -55,7 +55,7 @@ public final class GoogleAdsSearchads360V0ResourcesAdGroupBidModifier extends co
55
55
56
56
/**
57
57
* 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.
59
59
* @return value or {@code null} for none
60
60
*/
61
61
publicjava.lang.DoublegetBidModifier() {
@@ -64,7 +64,7 @@ public java.lang.Double getBidModifier() {
64
64
65
65
/**
66
66
* 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.
68
68
* @param bidModifier bidModifier or {@code null} for none
0 commit comments