Skip to content

Commit 409786a

Browse files
1 parent 4a14613 commit 409786a

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class DataDisk extends com.google.api.client.json.GenericJson {
4545
private java.lang.Long diskSizeGb;
4646

4747
/**
48-
* Optional. Input only. Indicates the type of the disk.
48+
* Optional. Indicates the type of the disk.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -105,15 +105,15 @@ public DataDisk setDiskSizeGb(java.lang.Long diskSizeGb) {
105105
}
106106

107107
/**
108-
* Optional. Input only. Indicates the type of the disk.
108+
* Optional. Indicates the type of the disk.
109109
* @return value or {@code null} for none
110110
*/
111111
public java.lang.String getDiskType() {
112112
return diskType;
113113
}
114114

115115
/**
116-
* Optional. Input only. Indicates the type of the disk.
116+
* Optional. Indicates the type of the disk.
117117
* @param diskType diskType or {@code null} for none
118118
*/
119119
public DataDisk setDiskType(java.lang.String diskType) {

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-rev20260528-2.0.0</version>
12-
<name>Notebooks API v2-rev20260528-2.0.0</name>
11+
<version>v2-rev20260610-2.0.0</version>
12+
<name>Notebooks API v2-rev20260610-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-rev20260528-2.0.0</version>
25+
<version>v2-rev20260610-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-rev20260528-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260610-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)