Skip to content

Commit 908513c

Browse files
1 parent 39a3c2a commit 908513c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ public final class Instance extends com.google.api.client.json.GenericJson {
9797
private java.lang.String id;
9898

9999
/**
100-
* Optional. Input only. The owner of this instance after creation. Format: `[email protected]`
101-
* Currently supports one owner only. If not specified, all of the service account users of your
102-
* VM instance's service account can use the instance.
100+
* Optional. The owner of this instance after creation. Format: `[email protected]` Currently
101+
* supports one owner only. If not specified, all of the service account users of your VM
102+
* instance's service account can use the instance.
103103
* The value may be {@code null}.
104104
*/
105105
@com.google.api.client.util.Key
@@ -332,19 +332,19 @@ public Instance setId(java.lang.String id) {
332332
}
333333

334334
/**
335-
* Optional. Input only. The owner of this instance after creation. Format: `[email protected]`
336-
* Currently supports one owner only. If not specified, all of the service account users of your
337-
* VM instance's service account can use the instance.
335+
* Optional. The owner of this instance after creation. Format: `[email protected]` Currently
336+
* supports one owner only. If not specified, all of the service account users of your VM
337+
* instance's service account can use the instance.
338338
* @return value or {@code null} for none
339339
*/
340340
public java.util.List<java.lang.String> getInstanceOwners() {
341341
return instanceOwners;
342342
}
343343

344344
/**
345-
* Optional. Input only. The owner of this instance after creation. Format: `[email protected]`
346-
* Currently supports one owner only. If not specified, all of the service account users of your
347-
* VM instance's service account can use the instance.
345+
* Optional. The owner of this instance after creation. Format: `[email protected]` Currently
346+
* supports one owner only. If not specified, all of the service account users of your VM
347+
* instance's service account can use the instance.
348348
* @param instanceOwners instanceOwners or {@code null} for none
349349
*/
350350
public Instance setInstanceOwners(java.util.List<java.lang.String> instanceOwners) {

clients/google-api-services-notebooks/v2/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-notebooks</artifactId>
11-
<version>v2-rev20250430-2.0.0</version>
12-
<name>Notebooks API v2-rev20250430-2.0.0</name>
11+
<version>v2-rev20250507-2.0.0</version>
12+
<name>Notebooks API v2-rev20250507-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)