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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-merchantapi</artifactId >
25
- <version >conversions_v1beta-rev20241119 -2.0.0</version >
25
+ <version >conversions_v1beta-rev20250118 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
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
38
38
private java .lang .Integer attributionLookbackWindowDays ;
39
39
40
40
/**
41
- * Required. Attribution model.
42
41
* The value may be {@code null}.
43
42
*/
44
43
@ com .google .api .client .util .Key
@@ -73,15 +72,13 @@ public AttributionSettings setAttributionLookbackWindowDays(java.lang.Integer at
73
72
}
74
73
75
74
/**
76
- * Required. Attribution model.
77
75
* @return value or {@code null} for none
78
76
*/
79
77
public java .lang .String getAttributionModel () {
80
78
return attributionModel ;
81
79
}
82
80
83
81
/**
84
- * Required. Attribution model.
85
82
* @param attributionModel attributionModel or {@code null} for none
86
83
*/
87
84
public AttributionSettings setAttributionModel (java .lang .String attributionModel ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-merchantapi</artifactId >
25
- <version >conversions_v1beta-rev20241119 -2.0.0</version >
25
+ <version >conversions_v1beta-rev20250118 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments