Skip to content

Commit 7123273

Browse files
1 parent 016964f commit 7123273

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
lines changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ public final class Instance extends com.google.api.client.json.GenericJson {
307307
private java.lang.String subnet;
308308

309309
/**
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)).
312312
* The value may be {@code null}.
313313
*/
314314
@com.google.api.client.util.Key
@@ -980,17 +980,17 @@ public Instance setSubnet(java.lang.String subnet) {
980980
}
981981

982982
/**
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)).
985985
* @return value or {@code null} for none
986986
*/
987987
public java.util.List<java.lang.String> getTags() {
988988
return tags;
989989
}
990990

991991
/**
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)).
994994
* @param tags tags or {@code null} for none
995995
*/
996996
public Instance setTags(java.util.List<java.lang.String> tags) {

clients/google-api-services-notebooks/v1/2.0.0/com/google/api/services/notebooks/v1/model/VirtualMachineConfig.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ public final class VirtualMachineConfig extends com.google.api.client.json.Gener
170170
private java.lang.String subnet;
171171

172172
/**
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)).
175175
* The value may be {@code null}.
176176
*/
177177
@com.google.api.client.util.Key
@@ -500,17 +500,17 @@ public VirtualMachineConfig setSubnet(java.lang.String subnet) {
500500
}
501501

502502
/**
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)).
505505
* @return value or {@code null} for none
506506
*/
507507
public java.util.List<java.lang.String> getTags() {
508508
return tags;
509509
}
510510

511511
/**
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)).
514514
* @param tags tags or {@code null} for none
515515
*/
516516
public VirtualMachineConfig setTags(java.util.List<java.lang.String> tags) {

clients/google-api-services-notebooks/v1/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>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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ public final class GceSetup extends com.google.api.client.json.GenericJson {
142142
private ShieldedInstanceConfig shieldedInstanceConfig;
143143

144144
/**
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)).
147147
* The value may be {@code null}.
148148
*/
149149
@com.google.api.client.util.Key
@@ -396,17 +396,17 @@ public GceSetup setShieldedInstanceConfig(ShieldedInstanceConfig shieldedInstanc
396396
}
397397

398398
/**
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)).
401401
* @return value or {@code null} for none
402402
*/
403403
public java.util.List<java.lang.String> getTags() {
404404
return tags;
405405
}
406406

407407
/**
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)).
410410
* @param tags tags or {@code null} for none
411411
*/
412412
public GceSetup setTags(java.util.List<java.lang.String> tags) {

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

0 commit comments

Comments
 (0)