File tree Expand file tree Collapse file tree 9 files changed +30
-30
lines changed
clients/google-api-services-notebooks
com/google/api/services/notebooks/v1/model
com/google/api/services/notebooks/v2/model Expand file tree Collapse file tree 9 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-notebooks</artifactId >
25
- <version >v1-rev20240820 -2.0.0</version >
25
+ <version >v1-rev20240918 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-notebooks:v1-rev20240820 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-notebooks:v1-rev20240918 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -307,8 +307,8 @@ public final class Instance extends com.google.api.client.json.GenericJson {
307
307
private java .lang .String subnet ;
308
308
309
309
/**
310
- * Optional. The Compute Engine tags to add to runtime (see [Tagging
311
- * instances ](https://cloud.google.com/compute /docs/label-or-tag-resources# tags)).
310
+ * Optional. The Compute Engine network tags to add to runtime (see [Add network
311
+ * tags ](https://cloud.google.com/vpc /docs/add-remove-network- tags)).
312
312
* The value may be {@code null}.
313
313
*/
314
314
@ com .google .api .client .util .Key
@@ -980,17 +980,17 @@ public Instance setSubnet(java.lang.String subnet) {
980
980
}
981
981
982
982
/**
983
- * Optional. The Compute Engine tags to add to runtime (see [Tagging
984
- * instances ](https://cloud.google.com/compute /docs/label-or-tag-resources# tags)).
983
+ * Optional. The Compute Engine network tags to add to runtime (see [Add network
984
+ * tags ](https://cloud.google.com/vpc /docs/add-remove-network- tags)).
985
985
* @return value or {@code null} for none
986
986
*/
987
987
public java .util .List <java .lang .String > getTags () {
988
988
return tags ;
989
989
}
990
990
991
991
/**
992
- * Optional. The Compute Engine tags to add to runtime (see [Tagging
993
- * instances ](https://cloud.google.com/compute /docs/label-or-tag-resources# tags)).
992
+ * Optional. The Compute Engine network tags to add to runtime (see [Add network
993
+ * tags ](https://cloud.google.com/vpc /docs/add-remove-network- tags)).
994
994
* @param tags tags or {@code null} for none
995
995
*/
996
996
public Instance setTags (java .util .List <java .lang .String > tags ) {
Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ public final class VirtualMachineConfig extends com.google.api.client.json.Gener
170
170
private java .lang .String subnet ;
171
171
172
172
/**
173
- * Optional. The Compute Engine tags to add to runtime (see [Tagging
174
- * instances ](https://cloud.google.com/compute /docs/label-or-tag-resources# tags)).
173
+ * Optional. The Compute Engine network tags to add to runtime (see [Add network
174
+ * tags ](https://cloud.google.com/vpc /docs/add-remove-network- tags)).
175
175
* The value may be {@code null}.
176
176
*/
177
177
@ com .google .api .client .util .Key
@@ -500,17 +500,17 @@ public VirtualMachineConfig setSubnet(java.lang.String subnet) {
500
500
}
501
501
502
502
/**
503
- * Optional. The Compute Engine tags to add to runtime (see [Tagging
504
- * instances ](https://cloud.google.com/compute /docs/label-or-tag-resources# tags)).
503
+ * Optional. The Compute Engine network tags to add to runtime (see [Add network
504
+ * tags ](https://cloud.google.com/vpc /docs/add-remove-network- tags)).
505
505
* @return value or {@code null} for none
506
506
*/
507
507
public java .util .List <java .lang .String > getTags () {
508
508
return tags ;
509
509
}
510
510
511
511
/**
512
- * Optional. The Compute Engine tags to add to runtime (see [Tagging
513
- * instances ](https://cloud.google.com/compute /docs/label-or-tag-resources# tags)).
512
+ * Optional. The Compute Engine network tags to add to runtime (see [Add network
513
+ * tags ](https://cloud.google.com/vpc /docs/add-remove-network- tags)).
514
514
* @param tags tags or {@code null} for none
515
515
*/
516
516
public VirtualMachineConfig setTags (java .util .List <java .lang .String > tags ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-notebooks</artifactId >
11
- <version >v1-rev20240820 -2.0.0</version >
12
- <name >Notebooks API v1-rev20240820 -2.0.0</name >
11
+ <version >v1-rev20240918 -2.0.0</version >
12
+ <name >Notebooks API v1-rev20240918 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-notebooks</artifactId >
25
- <version >v1-rev20240820 -2.0.0</version >
25
+ <version >v1-rev20240918 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-notebooks:v1-rev20240820 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-notebooks:v1-rev20240918 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-notebooks</artifactId >
25
- <version >v2-rev20240820 -2.0.0</version >
25
+ <version >v2-rev20240918 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-notebooks:v2-rev20240820 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-notebooks:v2-rev20240918 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ public final class GceSetup extends com.google.api.client.json.GenericJson {
142
142
private ShieldedInstanceConfig shieldedInstanceConfig ;
143
143
144
144
/**
145
- * Optional. The Compute Engine tags to add to runtime (see [Tagging
146
- * instances ](https://cloud.google.com/compute /docs/label-or-tag-resources# tags)).
145
+ * Optional. The Compute Engine network tags to add to runtime (see [Add network
146
+ * tags ](https://cloud.google.com/vpc /docs/add-remove-network- tags)).
147
147
* The value may be {@code null}.
148
148
*/
149
149
@ com .google .api .client .util .Key
@@ -396,17 +396,17 @@ public GceSetup setShieldedInstanceConfig(ShieldedInstanceConfig shieldedInstanc
396
396
}
397
397
398
398
/**
399
- * Optional. The Compute Engine tags to add to runtime (see [Tagging
400
- * instances ](https://cloud.google.com/compute /docs/label-or-tag-resources# tags)).
399
+ * Optional. The Compute Engine network tags to add to runtime (see [Add network
400
+ * tags ](https://cloud.google.com/vpc /docs/add-remove-network- tags)).
401
401
* @return value or {@code null} for none
402
402
*/
403
403
public java .util .List <java .lang .String > getTags () {
404
404
return tags ;
405
405
}
406
406
407
407
/**
408
- * Optional. The Compute Engine tags to add to runtime (see [Tagging
409
- * instances ](https://cloud.google.com/compute /docs/label-or-tag-resources# tags)).
408
+ * Optional. The Compute Engine network tags to add to runtime (see [Add network
409
+ * tags ](https://cloud.google.com/vpc /docs/add-remove-network- tags)).
410
410
* @param tags tags or {@code null} for none
411
411
*/
412
412
public GceSetup setTags (java .util .List <java .lang .String > tags ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-notebooks</artifactId >
11
- <version >v2-rev20240820 -2.0.0</version >
12
- <name >Notebooks API v2-rev20240820 -2.0.0</name >
11
+ <version >v2-rev20240918 -2.0.0</version >
12
+ <name >Notebooks API v2-rev20240918 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-notebooks</artifactId >
25
- <version >v2-rev20240820 -2.0.0</version >
25
+ <version >v2-rev20240918 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-notebooks:v2-rev20240820 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-notebooks:v2-rev20240918 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments