Skip to content

Commit f0693e7

Browse files
1 parent c19a117 commit f0693e7

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-content/v2.1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-content</artifactId>
25-
<version>v2.1-rev20250427-2.0.0</version>
25+
<version>v2.1-rev20250603-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

clients/google-api-services-content/v2.1/2.0.0/com/google/api/services/content/model/AccountUser.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ public final class AccountUser extends com.google.api.client.json.GenericJson {
6565
@com.google.api.client.util.Key
6666
private java.lang.Boolean paymentsManager;
6767

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+
6875
/**
6976
* Whether user is a reporting manager. This role is equivalent to the Performance and insights
7077
* role in Merchant Center.
@@ -158,6 +165,23 @@ public AccountUser setPaymentsManager(java.lang.Boolean paymentsManager) {
158165
return this;
159166
}
160167

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+
161185
/**
162186
* Whether user is a reporting manager. This role is equivalent to the Performance and insights
163187
* role in Merchant Center.

clients/google-api-services-content/v2.1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-content/v2.1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-content</artifactId>
25-
<version>v2.1-rev20250427-2.0.0</version>
25+
<version>v2.1-rev20250603-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)