diff --git a/clients/google-api-services-notebooks/v2/2.0.0/README.md b/clients/google-api-services-notebooks/v2/2.0.0/README.md
index 2bd821eb646..780e20ae078 100644
--- a/clients/google-api-services-notebooks/v2/2.0.0/README.md
+++ b/clients/google-api-services-notebooks/v2/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-notebooks
- v2-rev20260528-2.0.0
+ v2-rev20260610-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260528-2.0.0'
+ implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260610-2.0.0'
}
```
diff --git a/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/DataDisk.java b/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/DataDisk.java
index eb6b2a80134..5a01e8db252 100644
--- a/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/DataDisk.java
+++ b/clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/model/DataDisk.java
@@ -45,7 +45,7 @@ public final class DataDisk extends com.google.api.client.json.GenericJson {
private java.lang.Long diskSizeGb;
/**
- * Optional. Input only. Indicates the type of the disk.
+ * Optional. Indicates the type of the disk.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -105,7 +105,7 @@ public DataDisk setDiskSizeGb(java.lang.Long diskSizeGb) {
}
/**
- * Optional. Input only. Indicates the type of the disk.
+ * Optional. Indicates the type of the disk.
* @return value or {@code null} for none
*/
public java.lang.String getDiskType() {
@@ -113,7 +113,7 @@ public java.lang.String getDiskType() {
}
/**
- * Optional. Input only. Indicates the type of the disk.
+ * Optional. Indicates the type of the disk.
* @param diskType diskType or {@code null} for none
*/
public DataDisk setDiskType(java.lang.String diskType) {
diff --git a/clients/google-api-services-notebooks/v2/2.0.0/pom.xml b/clients/google-api-services-notebooks/v2/2.0.0/pom.xml
index 1ee2efcec86..d9626825d5c 100644
--- a/clients/google-api-services-notebooks/v2/2.0.0/pom.xml
+++ b/clients/google-api-services-notebooks/v2/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-notebooks
- v2-rev20260528-2.0.0
- Notebooks API v2-rev20260528-2.0.0
+ v2-rev20260610-2.0.0
+ Notebooks API v2-rev20260610-2.0.0
jar
2011
diff --git a/clients/google-api-services-notebooks/v2/README.md b/clients/google-api-services-notebooks/v2/README.md
index 2bd821eb646..780e20ae078 100644
--- a/clients/google-api-services-notebooks/v2/README.md
+++ b/clients/google-api-services-notebooks/v2/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-notebooks
- v2-rev20260528-2.0.0
+ v2-rev20260610-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260528-2.0.0'
+ implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260610-2.0.0'
}
```