File tree Expand file tree Collapse file tree
clients/google-api-services-notebooks/v2
com/google/api/services/notebooks/v2/model Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments