Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-notebooks/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-notebooks</artifactId>
<version>v2-rev20260610-2.0.0</version>
<version>v2-rev20260722-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260610-2.0.0'
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260722-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,10 @@ public Patch setRequestId(java.lang.String requestId) {
* `gce_setup.reservation_affinity.key` * `gce_setup.reservation_affinity.values` *
* `gce_setup.tags` * `gce_setup.container_image` * `gce_setup.container_image.repository`
* * `gce_setup.container_image.tag` * `gce_setup.disable_public_ip` *
* `disable_proxy_access`
* `disable_proxy_access` Note: `gce_setup.disable_public_ip` and `disable_proxy_access`
* are one-way on update -- they can only be used to *disable* the feature (set the field
* to `true`). Requests that set either field back to `false` (re-enabling the external IP
* or proxy access) are rejected with `INVALID_ARGUMENT`.
*/
@com.google.api.client.util.Key
private String updateMask;
Expand All @@ -2326,7 +2329,10 @@ public Patch setRequestId(java.lang.String requestId) {
* `gce_setup.reservation_affinity.consume_reservation_type` * `gce_setup.reservation_affinity.key`
* `gce_setup.reservation_affinity.values` * `gce_setup.tags` * `gce_setup.container_image` *
`gce_setup.container_image.repository` * `gce_setup.container_image.tag` *
`gce_setup.disable_public_ip` * `disable_proxy_access`
`gce_setup.disable_public_ip` * `disable_proxy_access` Note: `gce_setup.disable_public_ip` and
`disable_proxy_access` are one-way on update -- they can only be used to *disable* the feature (set
the field to `true`). Requests that set either field back to `false` (re-enabling the external IP
or proxy access) are rejected with `INVALID_ARGUMENT`.
*/
public String getUpdateMask() {
return updateMask;
Expand All @@ -2348,7 +2354,10 @@ public String getUpdateMask() {
* `gce_setup.reservation_affinity.key` * `gce_setup.reservation_affinity.values` *
* `gce_setup.tags` * `gce_setup.container_image` * `gce_setup.container_image.repository`
* * `gce_setup.container_image.tag` * `gce_setup.disable_public_ip` *
* `disable_proxy_access`
* `disable_proxy_access` Note: `gce_setup.disable_public_ip` and `disable_proxy_access`
* are one-way on update -- they can only be used to *disable* the feature (set the field
* to `true`). Requests that set either field back to `false` (re-enabling the external IP
* or proxy access) are rejected with `INVALID_ARGUMENT`.
*/
public Patch setUpdateMask(String updateMask) {
this.updateMask = updateMask;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@
public final class AccessConfig extends com.google.api.client.json.GenericJson {

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

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

/**
* An external IP address associated with this instance. Specify an unused static external IP
* address available to the project or leave this field undefined to use an IP from a shared
* ephemeral IP address pool. If you specify a static external IP address, it must live in the
* same region as the zone of the instance.
* Optional. An external IP address associated with this instance. Specify an unused static
* external IP address available to the project or leave this field undefined to use an IP from a
* shared ephemeral IP address pool. If you specify a static external IP address, it must live in
* the same region as the zone of the instance.
* @param externalIp externalIp or {@code null} for none
*/
public AccessConfig setExternalIp(java.lang.String externalIp) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public final class BootDisk extends com.google.api.client.json.GenericJson {

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

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

/**
* Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.
* Optional. Disk encryption method used on the boot and data disks, defaults to GMEK.
* @return value or {@code null} for none
*/
public java.lang.String getDiskEncryption() {
return diskEncryption;
}

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

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

/**
* Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption
* is CMEK. Format:
* `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn
* more about using your own encryption keys.
* Optional. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK.
* Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
* Learn more about using your own encryption keys.
* @param kmsKey kmsKey or {@code null} for none
*/
public BootDisk setKmsKey(java.lang.String kmsKey) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public final class DataDisk extends com.google.api.client.json.GenericJson {

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

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

/**
* Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.
* Optional. Disk encryption method used on the boot and data disks, defaults to GMEK.
* @return value or {@code null} for none
*/
public java.lang.String getDiskEncryption() {
return diskEncryption;
}

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

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

/**
* Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption
* is CMEK. Format:
* `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}` Learn
* more about using your own encryption keys.
* Optional. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK.
* Format: `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
* Learn more about using your own encryption keys.
* @param kmsKey kmsKey or {@code null} for none
*/
public DataDisk setKmsKey(java.lang.String kmsKey) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-notebooks/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-notebooks</artifactId>
<version>v2-rev20260610-2.0.0</version>
<name>Notebooks API v2-rev20260610-2.0.0</name>
<version>v2-rev20260722-2.0.0</version>
<name>Notebooks API v2-rev20260722-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-notebooks/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-notebooks</artifactId>
<version>v2-rev20260610-2.0.0</version>
<version>v2-rev20260722-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260610-2.0.0'
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260722-2.0.0'
}
```

Expand Down
Loading