Skip to content

Commit 9bf56c6

Browse files
1 parent 9fd5880 commit 9bf56c6

7 files changed

Lines changed: 54 additions & 51 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-rev20260610-2.0.0</version>
25+
<version>v2-rev20260722-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-rev20260610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260722-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,10 @@ public Patch setRequestId(java.lang.String requestId) {
23092309
* `gce_setup.reservation_affinity.key` * `gce_setup.reservation_affinity.values` *
23102310
* `gce_setup.tags` * `gce_setup.container_image` * `gce_setup.container_image.repository`
23112311
* * `gce_setup.container_image.tag` * `gce_setup.disable_public_ip` *
2312-
* `disable_proxy_access`
2312+
* `disable_proxy_access` Note: `gce_setup.disable_public_ip` and `disable_proxy_access`
2313+
* are one-way on update -- they can only be used to *disable* the feature (set the field
2314+
* to `true`). Requests that set either field back to `false` (re-enabling the external IP
2315+
* or proxy access) are rejected with `INVALID_ARGUMENT`.
23132316
*/
23142317
@com.google.api.client.util.Key
23152318
private String updateMask;
@@ -2326,7 +2329,10 @@ public Patch setRequestId(java.lang.String requestId) {
23262329
* `gce_setup.reservation_affinity.consume_reservation_type` * `gce_setup.reservation_affinity.key`
23272330
* `gce_setup.reservation_affinity.values` * `gce_setup.tags` * `gce_setup.container_image` *
23282331
`gce_setup.container_image.repository` * `gce_setup.container_image.tag` *
2329-
`gce_setup.disable_public_ip` * `disable_proxy_access`
2332+
`gce_setup.disable_public_ip` * `disable_proxy_access` Note: `gce_setup.disable_public_ip` and
2333+
`disable_proxy_access` are one-way on update -- they can only be used to *disable* the feature (set
2334+
the field to `true`). Requests that set either field back to `false` (re-enabling the external IP
2335+
or proxy access) are rejected with `INVALID_ARGUMENT`.
23302336
*/
23312337
public String getUpdateMask() {
23322338
return updateMask;
@@ -2348,7 +2354,10 @@ public String getUpdateMask() {
23482354
* `gce_setup.reservation_affinity.key` * `gce_setup.reservation_affinity.values` *
23492355
* `gce_setup.tags` * `gce_setup.container_image` * `gce_setup.container_image.repository`
23502356
* * `gce_setup.container_image.tag` * `gce_setup.disable_public_ip` *
2351-
* `disable_proxy_access`
2357+
* `disable_proxy_access` Note: `gce_setup.disable_public_ip` and `disable_proxy_access`
2358+
* are one-way on update -- they can only be used to *disable* the feature (set the field
2359+
* to `true`). Requests that set either field back to `false` (re-enabling the external IP
2360+
* or proxy access) are rejected with `INVALID_ARGUMENT`.
23522361
*/
23532362
public Patch setUpdateMask(String updateMask) {
23542363
this.updateMask = updateMask;

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@
3030
public final class AccessConfig extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* An external IP address associated with this instance. Specify an unused static external IP
34-
* address available to the project or leave this field undefined to use an IP from a shared
35-
* ephemeral IP address pool. If you specify a static external IP address, it must live in the
36-
* same region as the zone of the instance.
33+
* Optional. An external IP address associated with this instance. Specify an unused static
34+
* external IP address available to the project or leave this field undefined to use an IP from a
35+
* shared ephemeral IP address pool. If you specify a static external IP address, it must live in
36+
* the same region as the zone of the instance.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.lang.String externalIp;
4141

4242
/**
43-
* An external IP address associated with this instance. Specify an unused static external IP
44-
* address available to the project or leave this field undefined to use an IP from a shared
45-
* ephemeral IP address pool. If you specify a static external IP address, it must live in the
46-
* same region as the zone of the instance.
43+
* Optional. An external IP address associated with this instance. Specify an unused static
44+
* external IP address available to the project or leave this field undefined to use an IP from a
45+
* shared ephemeral IP address pool. If you specify a static external IP address, it must live in
46+
* the same region as the zone of the instance.
4747
* @return value or {@code null} for none
4848
*/
4949
public java.lang.String getExternalIp() {
5050
return externalIp;
5151
}
5252

5353
/**
54-
* An external IP address associated with this instance. Specify an unused static external IP
55-
* address available to the project or leave this field undefined to use an IP from a shared
56-
* ephemeral IP address pool. If you specify a static external IP address, it must live in the
57-
* same region as the zone of the instance.
54+
* Optional. An external IP address associated with this instance. Specify an unused static
55+
* external IP address available to the project or leave this field undefined to use an IP from a
56+
* shared ephemeral IP address pool. If you specify a static external IP address, it must live in
57+
* the same region as the zone of the instance.
5858
* @param externalIp externalIp or {@code null} for none
5959
*/
6060
public AccessConfig setExternalIp(java.lang.String externalIp) {

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

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class BootDisk extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.
33+
* Optional. Disk encryption method used on the boot and data disks, defaults to GMEK.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -52,25 +52,24 @@ public final class BootDisk extends com.google.api.client.json.GenericJson {
5252
private java.lang.String diskType;
5353

5454
/**
55-
* Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption
56-
* is CMEK. Format:
57-
* `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn
58-
* more about using your own encryption keys.
55+
* Optional. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK.
56+
* Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
57+
* Learn more about using your own encryption keys.
5958
* The value may be {@code null}.
6059
*/
6160
@com.google.api.client.util.Key
6261
private java.lang.String kmsKey;
6362

6463
/**
65-
* Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.
64+
* Optional. Disk encryption method used on the boot and data disks, defaults to GMEK.
6665
* @return value or {@code null} for none
6766
*/
6867
public java.lang.String getDiskEncryption() {
6968
return diskEncryption;
7069
}
7170

7271
/**
73-
* Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.
72+
* Optional. Disk encryption method used on the boot and data disks, defaults to GMEK.
7473
* @param diskEncryption diskEncryption or {@code null} for none
7574
*/
7675
public BootDisk setDiskEncryption(java.lang.String diskEncryption) {
@@ -115,21 +114,19 @@ public BootDisk setDiskType(java.lang.String diskType) {
115114
}
116115

117116
/**
118-
* Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption
119-
* is CMEK. Format:
120-
* `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn
121-
* more about using your own encryption keys.
117+
* Optional. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK.
118+
* Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
119+
* Learn more about using your own encryption keys.
122120
* @return value or {@code null} for none
123121
*/
124122
public java.lang.String getKmsKey() {
125123
return kmsKey;
126124
}
127125

128126
/**
129-
* Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption
130-
* is CMEK. Format:
131-
* `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn
132-
* more about using your own encryption keys.
127+
* Optional. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK.
128+
* Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
129+
* Learn more about using your own encryption keys.
133130
* @param kmsKey kmsKey or {@code null} for none
134131
*/
135132
public BootDisk setKmsKey(java.lang.String kmsKey) {

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

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class DataDisk extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.
33+
* Optional. Disk encryption method used on the boot and data disks, defaults to GMEK.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -52,10 +52,9 @@ public final class DataDisk extends com.google.api.client.json.GenericJson {
5252
private java.lang.String diskType;
5353

5454
/**
55-
* Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption
56-
* is CMEK. Format:
57-
* `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn
58-
* more about using your own encryption keys.
55+
* Optional. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK.
56+
* Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
57+
* Learn more about using your own encryption keys.
5958
* The value may be {@code null}.
6059
*/
6160
@com.google.api.client.util.Key
@@ -69,15 +68,15 @@ public final class DataDisk extends com.google.api.client.json.GenericJson {
6968
private java.util.List<java.lang.String> resourcePolicies;
7069

7170
/**
72-
* Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.
71+
* Optional. Disk encryption method used on the boot and data disks, defaults to GMEK.
7372
* @return value or {@code null} for none
7473
*/
7574
public java.lang.String getDiskEncryption() {
7675
return diskEncryption;
7776
}
7877

7978
/**
80-
* Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.
79+
* Optional. Disk encryption method used on the boot and data disks, defaults to GMEK.
8180
* @param diskEncryption diskEncryption or {@code null} for none
8281
*/
8382
public DataDisk setDiskEncryption(java.lang.String diskEncryption) {
@@ -122,21 +121,19 @@ public DataDisk setDiskType(java.lang.String diskType) {
122121
}
123122

124123
/**
125-
* Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption
126-
* is CMEK. Format:
127-
* `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn
128-
* more about using your own encryption keys.
124+
* Optional. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK.
125+
* Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
126+
* Learn more about using your own encryption keys.
129127
* @return value or {@code null} for none
130128
*/
131129
public java.lang.String getKmsKey() {
132130
return kmsKey;
133131
}
134132

135133
/**
136-
* Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption
137-
* is CMEK. Format:
138-
* `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn
139-
* more about using your own encryption keys.
134+
* Optional. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK.
135+
* Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
136+
* Learn more about using your own encryption keys.
140137
* @param kmsKey kmsKey or {@code null} for none
141138
*/
142139
public DataDisk setKmsKey(java.lang.String kmsKey) {

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

0 commit comments

Comments
 (0)