Skip to content

Commit 011a352

Browse files
1 parent b76b343 commit 011a352

File tree

8 files changed

+32
-20
lines changed

8 files changed

+32
-20
lines changed

clients/google-api-services-notebooks/v1/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-notebooks</artifactId>
25-
<version>v1-rev20231213-2.0.0</version>
25+
<version>v1-rev20240118-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-notebooks:v1-rev20231213-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20240118-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/model/Binding.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ public final class Binding extends com.google.api.client.json.GenericJson {
9494

9595
/**
9696
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
97-
* `roles/editor`, or `roles/owner`.
97+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
98+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
99+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
98100
* The value may be {@code null}.
99101
*/
100102
@com.google.api.client.util.Key
@@ -234,7 +236,9 @@ public Binding setMembers(java.util.List<java.lang.String> members) {
234236

235237
/**
236238
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
237-
* `roles/editor`, or `roles/owner`.
239+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
240+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
241+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
238242
* @return value or {@code null} for none
239243
*/
240244
public java.lang.String getRole() {
@@ -243,7 +247,9 @@ public java.lang.String getRole() {
243247

244248
/**
245249
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
246-
* `roles/editor`, or `roles/owner`.
250+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
251+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
252+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
247253
* @param role role or {@code null} for none
248254
*/
249255
public Binding setRole(java.lang.String role) {

clients/google-api-services-notebooks/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-notebooks</artifactId>
11-
<version>v1-rev20231213-2.0.0</version>
12-
<name>Notebooks API v1-rev20231213-2.0.0</name>
11+
<version>v1-rev20240118-2.0.0</version>
12+
<name>Notebooks API v1-rev20240118-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.43.3/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.35.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
9696
</links>
9797
</configuration>

clients/google-api-services-notebooks/v1/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-notebooks</artifactId>
25-
<version>v1-rev20231213-2.0.0</version>
25+
<version>v1-rev20240118-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-notebooks:v1-rev20231213-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20240118-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-notebooks/v2/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-notebooks</artifactId>
25-
<version>v2-rev20231227-2.0.0</version>
25+
<version>v2-rev20240118-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-notebooks:v2-rev20231227-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20240118-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/Binding.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ public final class Binding extends com.google.api.client.json.GenericJson {
9494

9595
/**
9696
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
97-
* `roles/editor`, or `roles/owner`.
97+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
98+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
99+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
98100
* The value may be {@code null}.
99101
*/
100102
@com.google.api.client.util.Key
@@ -234,7 +236,9 @@ public Binding setMembers(java.util.List<java.lang.String> members) {
234236

235237
/**
236238
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
237-
* `roles/editor`, or `roles/owner`.
239+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
240+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
241+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
238242
* @return value or {@code null} for none
239243
*/
240244
public java.lang.String getRole() {
@@ -243,7 +247,9 @@ public java.lang.String getRole() {
243247

244248
/**
245249
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
246-
* `roles/editor`, or `roles/owner`.
250+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
251+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
252+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
247253
* @param role role or {@code null} for none
248254
*/
249255
public Binding setRole(java.lang.String role) {

clients/google-api-services-notebooks/v2/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-notebooks</artifactId>
11-
<version>v2-rev20231227-2.0.0</version>
12-
<name>Notebooks API v2-rev20231227-2.0.0</name>
11+
<version>v2-rev20240118-2.0.0</version>
12+
<name>Notebooks API v2-rev20240118-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.43.3/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.35.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
9696
</links>
9797
</configuration>

clients/google-api-services-notebooks/v2/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-notebooks</artifactId>
25-
<version>v2-rev20231227-2.0.0</version>
25+
<version>v2-rev20240118-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-notebooks:v2-rev20231227-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20240118-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)