File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
clients/google-api-services-content/v2.1
com/google/api/services/content/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-content</artifactId >
25
- <version >v2.1-rev20241217 -2.0.0</version >
25
+ <version >v2.1-rev20250115 -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-content:v2.1-rev20241217 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-content:v2.1-rev20250115 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ public final class AttributionSettings extends com.google.api.client.json.Generi
39
39
private java .lang .Integer attributionLookbackWindowInDays ;
40
40
41
41
/**
42
- * Required. Attribution model.
43
42
* The value may be {@code null}.
44
43
*/
45
44
@ com .google .api .client .util .Key
@@ -74,15 +73,13 @@ public AttributionSettings setAttributionLookbackWindowInDays(java.lang.Integer
74
73
}
75
74
76
75
/**
77
- * Required. Attribution model.
78
76
* @return value or {@code null} for none
79
77
*/
80
78
public java .lang .String getAttributionModel () {
81
79
return attributionModel ;
82
80
}
83
81
84
82
/**
85
- * Required. Attribution model.
86
83
* @param attributionModel attributionModel or {@code null} for none
87
84
*/
88
85
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-content</artifactId >
11
- <version >v2.1-rev20241217 -2.0.0</version >
12
- <name >Content API for Shopping v2.1-rev20241217 -2.0.0</name >
11
+ <version >v2.1-rev20250115 -2.0.0</version >
12
+ <name >Content API for Shopping v2.1-rev20250115 -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-content</artifactId >
25
- <version >v2.1-rev20241217 -2.0.0</version >
25
+ <version >v2.1-rev20250115 -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-content:v2.1-rev20241217 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-content:v2.1-rev20250115 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments