File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
clients/google-api-services-merchantapi/conversions_v1beta
com/google/api/services/merchantapi/conversions_v1beta/model Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff 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-merchantapi</artifactId >
25- <version >conversions_v1beta-rev20241119 -2.0.0</version >
25+ <version >conversions_v1beta-rev20250118 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-merchantapi:conversions_v1beta-rev20241119 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-merchantapi:conversions_v1beta-rev20250118 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ public final class AttributionSettings extends com.google.api.client.json.Generi
3838 private java .lang .Integer attributionLookbackWindowDays ;
3939
4040 /**
41- * Required. Attribution model.
4241 * The value may be {@code null}.
4342 */
4443 @ com .google .api .client .util .Key
@@ -73,15 +72,13 @@ public AttributionSettings setAttributionLookbackWindowDays(java.lang.Integer at
7372 }
7473
7574 /**
76- * Required. Attribution model.
7775 * @return value or {@code null} for none
7876 */
7977 public java .lang .String getAttributionModel () {
8078 return attributionModel ;
8179 }
8280
8381 /**
84- * Required. Attribution model.
8582 * @param attributionModel attributionModel or {@code null} for none
8683 */
8784 public AttributionSettings setAttributionModel (java .lang .String attributionModel ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-merchantapi</artifactId >
11- <version >conversions_v1beta-rev20241119 -2.0.0</version >
12- <name >Merchant API conversions_v1beta-rev20241119 -2.0.0</name >
11+ <version >conversions_v1beta-rev20250118 -2.0.0</version >
12+ <name >Merchant API conversions_v1beta-rev20250118 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-merchantapi</artifactId >
25- <version >conversions_v1beta-rev20241119 -2.0.0</version >
25+ <version >conversions_v1beta-rev20250118 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-merchantapi:conversions_v1beta-rev20241119 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-merchantapi:conversions_v1beta-rev20250118 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments