From b4f0852920637e848d129fdd92ab848c0daf46e1 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Sat, 20 Jun 2026 18:34:12 -0700
Subject: [PATCH] chore: regenerate dataproc client
---
.../v1/2.0.0/README.md | 4 +--
.../model/ConfidentialInstanceConfig.java | 26 ++++++++++++++-
.../dataproc/model/GceClusterConfig.java | 6 ++--
.../dataproc/model/GkeNodeConfig.java | 33 +++++++++++++++++++
.../v1/2.0.0/pom.xml | 4 +--
.../google-api-services-dataproc/v1/README.md | 4 +--
6 files changed, 67 insertions(+), 10 deletions(-)
diff --git a/clients/google-api-services-dataproc/v1/2.0.0/README.md b/clients/google-api-services-dataproc/v1/2.0.0/README.md
index b94bda43bf4..6963fcb7633 100644
--- a/clients/google-api-services-dataproc/v1/2.0.0/README.md
+++ b/clients/google-api-services-dataproc/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see:
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class ConfidentialInstanceConfig extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. Defines the type of Confidential Compute technology to use.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String confidentialInstanceType;
+
/**
* Optional. Deprecated: Use 'confidential_instance_type' instead. Defines whether the instance
* should have confidential compute enabled.
@@ -38,6 +45,23 @@ public final class ConfidentialInstanceConfig extends com.google.api.client.json
@com.google.api.client.util.Key
private java.lang.Boolean enableConfidentialCompute;
+ /**
+ * Optional. Defines the type of Confidential Compute technology to use.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getConfidentialInstanceType() {
+ return confidentialInstanceType;
+ }
+
+ /**
+ * Optional. Defines the type of Confidential Compute technology to use.
+ * @param confidentialInstanceType confidentialInstanceType or {@code null} for none
+ */
+ public ConfidentialInstanceConfig setConfidentialInstanceType(java.lang.String confidentialInstanceType) {
+ this.confidentialInstanceType = confidentialInstanceType;
+ return this;
+ }
+
/**
* Optional. Deprecated: Use 'confidential_instance_type' instead. Defines whether the instance
* should have confidential compute enabled.
diff --git a/clients/google-api-services-dataproc/v1/2.0.0/com/google/api/services/dataproc/model/GceClusterConfig.java b/clients/google-api-services-dataproc/v1/2.0.0/com/google/api/services/dataproc/model/GceClusterConfig.java
index 9e71665aff7..bfdeb3b4175 100644
--- a/clients/google-api-services-dataproc/v1/2.0.0/com/google/api/services/dataproc/model/GceClusterConfig.java
+++ b/clients/google-api-services-dataproc/v1/2.0.0/com/google/api/services/dataproc/model/GceClusterConfig.java
@@ -46,7 +46,7 @@ public final class GceClusterConfig extends com.google.api.client.json.GenericJs
/**
* Optional. Confidential Instance Config for clusters using Confidential VMs
- * (https://cloud.google.com/compute/confidential-vm/docs).
+ * (https://cloud.google.com/confidential-computing/confidential-vm/docs).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -215,7 +215,7 @@ public GceClusterConfig setAutoZoneExcludeZoneUris(java.util.List