File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-content/v2.1
com/google/api/services/content/model Expand file tree Collapse file tree 4 files changed +30
-6
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-rev20250427 -2.0.0</version >
25
+ <version >v2.1-rev20250603 -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-rev20250427 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-content:v2.1-rev20250603 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -65,6 +65,13 @@ public final class AccountUser extends com.google.api.client.json.GenericJson {
65
65
@ com .google .api .client .util .Key
66
66
private java .lang .Boolean paymentsManager ;
67
67
68
+ /**
69
+ * Optional. Whether user has standard read-only access.
70
+ * The value may be {@code null}.
71
+ */
72
+ @ com .google .api .client .util .Key
73
+ private java .lang .Boolean readOnly ;
74
+
68
75
/**
69
76
* Whether user is a reporting manager. This role is equivalent to the Performance and insights
70
77
* role in Merchant Center.
@@ -158,6 +165,23 @@ public AccountUser setPaymentsManager(java.lang.Boolean paymentsManager) {
158
165
return this ;
159
166
}
160
167
168
+ /**
169
+ * Optional. Whether user has standard read-only access.
170
+ * @return value or {@code null} for none
171
+ */
172
+ public java .lang .Boolean getReadOnly () {
173
+ return readOnly ;
174
+ }
175
+
176
+ /**
177
+ * Optional. Whether user has standard read-only access.
178
+ * @param readOnly readOnly or {@code null} for none
179
+ */
180
+ public AccountUser setReadOnly (java .lang .Boolean readOnly ) {
181
+ this .readOnly = readOnly ;
182
+ return this ;
183
+ }
184
+
161
185
/**
162
186
* Whether user is a reporting manager. This role is equivalent to the Performance and insights
163
187
* role in Merchant Center.
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-rev20250427 -2.0.0</version >
12
- <name >Content API for Shopping v2.1-rev20250427 -2.0.0</name >
11
+ <version >v2.1-rev20250603 -2.0.0</version >
12
+ <name >Content API for Shopping v2.1-rev20250603 -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-rev20250427 -2.0.0</version >
25
+ <version >v2.1-rev20250603 -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-rev20250427 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-content:v2.1-rev20250603 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments