From 8801a063fcd38986b6641777d84d19c5e4df8665 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:40:48 -0700
Subject: [PATCH] chore: regenerate saasservicemgmt client
---
.../v1/2.0.0/README.md | 4 +-
.../v1/SaaSServiceManagement.java | 2753 ++---------------
.../v1/model/ListSaasReleasesResponse.java | 118 -
.../ListUnitGroupOperationsResponse.java | 118 -
.../v1/model/ListUnitGroupsResponse.java | 118 -
.../saasservicemgmt/v1/model/RolloutKind.java | 4 +-
.../saasservicemgmt/v1/model/SaasRelease.java | 248 --
.../saasservicemgmt/v1/model/Unit.java | 24 -
.../saasservicemgmt/v1/model/UnitGroup.java | 248 --
.../v1/model/UnitGroupOperation.java | 247 --
.../saasservicemgmt/v1/model/UnitKind.java | 6 +-
.../v1/model/UnitOperation.java | 9 +
.../v1/2.0.0/pom.xml | 4 +-
.../v1/README.md | 4 +-
.../v1beta1/2.0.0/README.md | 4 +-
.../v1beta1/model/RolloutKind.java | 4 +-
.../v1beta1/model/UnitKind.java | 6 +-
.../v1beta1/model/UnitOperation.java | 9 +
.../v1beta1/2.0.0/pom.xml | 4 +-
.../v1beta1/README.md | 4 +-
20 files changed, 272 insertions(+), 3664 deletions(-)
delete mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ListSaasReleasesResponse.java
delete mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ListUnitGroupOperationsResponse.java
delete mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ListUnitGroupsResponse.java
delete mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/SaasRelease.java
delete mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/UnitGroup.java
delete mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/UnitGroupOperation.java
diff --git a/clients/google-api-services-saasservicemgmt/v1/2.0.0/README.md b/clients/google-api-services-saasservicemgmt/v1/2.0.0/README.md
index 62ad6481046..a53ddab3d6d 100644
--- a/clients/google-api-services-saasservicemgmt/v1/2.0.0/README.md
+++ b/clients/google-api-services-saasservicemgmt/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
The typical use is:
*
* {@code SaaSServiceManagement saasservicemgmt = new SaaSServiceManagement(...);}
- * {@code SaaSServiceManagement.SaasReleases.List request = saasservicemgmt.saasReleases().list(parameters ...)}
+ * {@code SaaSServiceManagement.Tenants.List request = saasservicemgmt.tenants().list(parameters ...)}
*
*
* @return the resource collection
*/
- public SaasReleases saasReleases() {
- return new SaasReleases();
+ public Tenants tenants() {
+ return new Tenants();
}
/**
- * The "saasReleases" collection of methods.
+ * The "tenants" collection of methods.
*/
- public class SaasReleases {
+ public class Tenants {
/**
- * Create a new saas release.
+ * Create a new tenant.
*
- * Create a request for the method "saasReleases.create".
+ * Create a request for the method "tenants.create".
*
* This request holds the parameters needed by the saasservicemgmt server. After setting any
* optional parameters, call the {@link Create#execute()} method to invoke the remote operation.
*
- * @param parent Required. The parent of the saas release.
- * @param content the {@link com.google.api.services.saasservicemgmt.v1.model.SaasRelease}
+ * @param parent Required. The parent of the tenant.
+ * @param content the {@link com.google.api.services.saasservicemgmt.v1.model.Tenant}
* @return the request
*/
- public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1.model.SaasRelease content) throws java.io.IOException {
+ public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1.model.Tenant content) throws java.io.IOException {
Create result = new Create(parent, content);
initialize(result);
return result;
}
- public class Create extends SaaSServiceManagementRequest
@@ -5164,12 +5236,12 @@ public class Get extends SaaSServiceManagementRequest
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
* must be called to initialize this instance immediately after invoking the constructor. The typical use is: {@link
- * Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
+ * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
* be called to initialize this instance immediately after invoking the constructor. {@link
- * Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
- * be called to initialize this instance immediately after invoking the constructor.
- * {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
- * must be called to initialize this instance immediately after invoking the constructor.
- * {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
- * must be called to initialize this instance immediately after invoking the constructor. {@link
- * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
- * be called to initialize this instance immediately after invoking the constructor. The typical use is: {@link
- * Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
- * be called to initialize this instance immediately after invoking the constructor. {@link
- * Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
- * be called to initialize this instance immediately after invoking the constructor.
- * {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
- * must be called to initialize this instance immediately after invoking the constructor.
- * {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
- * must be called to initialize this instance immediately after invoking the constructor. The typical use is: {@link
- * Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
- * be called to initialize this instance immediately after invoking the constructor. {@link
- * Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
- * be called to initialize this instance immediately after invoking the constructor.
- * {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
- * must be called to initialize this instance immediately after invoking the constructor.
- * {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
- * must be called to initialize this instance immediately after invoking the constructor. 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 App Lifecycle Manager API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * 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 App Lifecycle Manager API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * 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 App Lifecycle Manager API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * 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 App Lifecycle Manager API. For a detailed explanation
diff --git a/clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/SaasRelease.java b/clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/SaasRelease.java
deleted file mode 100644
index b574c71c3d3..00000000000
--- a/clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/SaasRelease.java
+++ /dev/null
@@ -1,248 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
- * in compliance with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software distributed under the License
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
- * or implied. See the License for the specific language governing permissions and limitations under
- * the License.
- */
-/*
- * This code was generated by https://github.com/googleapis/google-api-java-client-services/
- * Modify at your own risk.
- */
-
-package com.google.api.services.saasservicemgmt.v1.model;
-
-/**
- * SaasRelease is a collection of Releases that are assigned to a UnitGroup. It allows provisioning
- * and updates of UnitGroup, which contains multiple Units of different UnitKinds.
- *
- * 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 App Lifecycle Manager API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * 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 App Lifecycle Manager API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * 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 App Lifecycle Manager API. For a detailed explanation
- * see:
- * https://developers.google.com/api-client-library/java/google-http-java-client/json
- * 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 App Lifecycle Manager API. For a detailed explanation
diff --git a/clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/UnitKind.java b/clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/UnitKind.java
index 515b5ef26eb..7128ef081e4 100644
--- a/clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/UnitKind.java
+++ b/clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/UnitKind.java
@@ -111,7 +111,7 @@ public final class UnitKind extends com.google.api.client.json.GenericJson {
/**
* Optional. List of inputVariables for this release that will either be retrieved from a
- * dependency’s outputVariables, or will be passed on to a dependency’s inputVariables. Maximum
+ * dependency's outputVariables, or will be passed on to a dependency's inputVariables. Maximum
* 100.
* The value may be {@code null}.
*/
@@ -343,7 +343,7 @@ public UnitKind setEtag(java.lang.String etag) {
/**
* Optional. List of inputVariables for this release that will either be retrieved from a
- * dependency’s outputVariables, or will be passed on to a dependency’s inputVariables. Maximum
+ * dependency's outputVariables, or will be passed on to a dependency's inputVariables. Maximum
* 100.
* @return value or {@code null} for none
*/
@@ -353,7 +353,7 @@ public java.util.List
- * {@code SaaSServiceManagement saasservicemgmt = new SaaSServiceManagement(...);}
- * {@code SaaSServiceManagement.Tenants.List request = saasservicemgmt.tenants().list(parameters ...)}
- *
- *
- * @return the resource collection
- */
- public Tenants tenants() {
- return new Tenants();
- }
-
- /**
- * The "tenants" collection of methods.
- */
- public class Tenants {
-
/**
- * Create a new tenant.
+ * Update a single tenant.
*
- * Create a request for the method "tenants.create".
+ * Create a request for the method "tenants.patch".
*
* This request holds the parameters needed by the saasservicemgmt server. After setting any
- * optional parameters, call the {@link Create#execute()} method to invoke the remote operation.
+ * optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
*
- * @param parent Required. The parent of the tenant.
+ * @param name Identifier. The resource name (full URI of the resource) following the standard naming scheme:
+ * "projects/{project}/locations/{location}/tenants/{tenant}"
* @param content the {@link com.google.api.services.saasservicemgmt.v1.model.Tenant}
* @return the request
*/
- public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1.model.Tenant content) throws java.io.IOException {
- Create result = new Create(parent, content);
+ public Patch patch(java.lang.String name, com.google.api.services.saasservicemgmt.v1.model.Tenant content) throws java.io.IOException {
+ Patch result = new Patch(name, content);
initialize(result);
return result;
}
- public class Create extends SaaSServiceManagementRequest
- * {@code SaaSServiceManagement saasservicemgmt = new SaaSServiceManagement(...);}
- * {@code SaaSServiceManagement.UnitGroupOperations.List request = saasservicemgmt.unitGroupOperations().list(parameters ...)}
- *
- *
- * @return the resource collection
- */
- public UnitGroupOperations unitGroupOperations() {
- return new UnitGroupOperations();
- }
-
- /**
- * The "unitGroupOperations" collection of methods.
- */
- public class UnitGroupOperations {
-
- /**
- * Create a new unit group operation.
- *
- * Create a request for the method "unitGroupOperations.create".
- *
- * This request holds the parameters needed by the saasservicemgmt server. After setting any
- * optional parameters, call the {@link Create#execute()} method to invoke the remote operation.
- *
- * @param parent Required. The parent of the unit group operation.
- * @param content the {@link com.google.api.services.saasservicemgmt.v1.model.UnitGroupOperation}
- * @return the request
- */
- public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1.model.UnitGroupOperation content) throws java.io.IOException {
- Create result = new Create(parent, content);
- initialize(result);
- return result;
- }
-
- public class Create extends SaaSServiceManagementRequest
- * {@code SaaSServiceManagement saasservicemgmt = new SaaSServiceManagement(...);}
- * {@code SaaSServiceManagement.UnitGroups.List request = saasservicemgmt.unitGroups().list(parameters ...)}
- *
- *
- * @return the resource collection
- */
- public UnitGroups unitGroups() {
- return new UnitGroups();
- }
-
- /**
- * The "unitGroups" collection of methods.
- */
- public class UnitGroups {
-
- /**
- * Create a new unit group.
- *
- * Create a request for the method "unitGroups.create".
- *
- * This request holds the parameters needed by the saasservicemgmt server. After setting any
- * optional parameters, call the {@link Create#execute()} method to invoke the remote operation.
- *
- * @param parent Required. The parent of the unit group.
- * @param content the {@link com.google.api.services.saasservicemgmt.v1.model.UnitGroup}
- * @return the request
- */
- public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1.model.UnitGroup content) throws java.io.IOException {
- Create result = new Create(parent, content);
- initialize(result);
- return result;
- }
-
- public class Create extends SaaSServiceManagementRequest