From d68ed2af1067573729a25ca9a327cad625b17111 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Wed, 3 Jun 2026 18:42:08 -0700
Subject: [PATCH] chore: regenerate saasservicemgmt client
---
.../v1/2.0.0/README.md | 4 +-
.../v1/SaaSServiceManagement.java | 2749 ++++++++++++--
.../v1/model/DeprovisionUnitGroup.java | 44 +
.../v1/model/DetachUnitGroup.java | 43 +
.../v1/model/ListSaasReleasesResponse.java | 118 +
.../ListUnitGroupOperationsResponse.java | 118 +
.../v1/model/ListUnitGroupsResponse.java | 118 +
.../v1/model/ProvisionUnitGroup.java | 44 +
.../saasservicemgmt/v1/model/Saas.java | 12 +-
.../saasservicemgmt/v1/model/SaasRelease.java | 302 ++
.../saasservicemgmt/v1/model/TierMapping.java | 88 +
.../v1/model/TierUnitKind.java | 91 +
.../saasservicemgmt/v1/model/Unit.java | 24 +
.../saasservicemgmt/v1/model/UnitGroup.java | 320 ++
.../v1/model/UnitGroupOperation.java | 343 ++
.../saasservicemgmt/v1/model/UnitKind.java | 24 +
.../v1/model/UnitOperation.java | 3 +
.../v1/2.0.0/pom.xml | 4 +-
.../v1/README.md | 4 +-
.../v1beta1/2.0.0/README.md | 4 +-
.../v1beta1/SaaSServiceManagement.java | 3326 ++++++++++++++++-
.../v1beta1/model/DeprovisionUnitGroup.java | 44 +
.../v1beta1/model/DetachUnitGroup.java | 43 +
.../model/ListSaasReleasesResponse.java | 118 +
.../ListUnitGroupOperationsResponse.java | 118 +
.../v1beta1/model/ListUnitGroupsResponse.java | 118 +
.../v1beta1/model/ProvisionUnitGroup.java | 44 +
.../saasservicemgmt/v1beta1/model/Saas.java | 12 +-
.../v1beta1/model/SaasRelease.java | 302 ++
.../v1beta1/model/TierMapping.java | 88 +
.../v1beta1/model/TierUnitKind.java | 91 +
.../saasservicemgmt/v1beta1/model/Unit.java | 24 +
.../v1beta1/model/UnitGroup.java | 320 ++
.../v1beta1/model/UnitGroupOperation.java | 343 ++
.../v1beta1/model/UnitKind.java | 24 +
.../v1beta1/model/UnitOperation.java | 3 +
.../v1beta1/2.0.0/pom.xml | 4 +-
.../v1beta1/README.md | 4 +-
38 files changed, 9025 insertions(+), 458 deletions(-)
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/DeprovisionUnitGroup.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/DetachUnitGroup.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ListSaasReleasesResponse.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ListUnitGroupOperationsResponse.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ListUnitGroupsResponse.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/ProvisionUnitGroup.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/SaasRelease.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/TierMapping.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/TierUnitKind.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/UnitGroup.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1/2.0.0/com/google/api/services/saasservicemgmt/v1/model/UnitGroupOperation.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/DeprovisionUnitGroup.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/DetachUnitGroup.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/ListSaasReleasesResponse.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/ListUnitGroupOperationsResponse.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/ListUnitGroupsResponse.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/ProvisionUnitGroup.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/SaasRelease.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/TierMapping.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/TierUnitKind.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/model/UnitGroup.java
create mode 100644 clients/google-api-services-saasservicemgmt/v1beta1/2.0.0/com/google/api/services/saasservicemgmt/v1beta1/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 88c0dacc252..e94ad3c0cce 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.Tenants.List request = saasservicemgmt.tenants().list(parameters ...)}
+ * {@code SaaSServiceManagement.SaasReleases.List request = saasservicemgmt.saasReleases().list(parameters ...)}
*
*
* @return the resource collection
*/
- public Tenants tenants() {
- return new Tenants();
+ public SaasReleases saasReleases() {
+ return new SaasReleases();
}
/**
- * The "tenants" collection of methods.
+ * The "saasReleases" collection of methods.
*/
- public class Tenants {
+ public class SaasReleases {
/**
- * Create a new tenant.
+ * Create a new saas release.
*
- * Create a request for the method "tenants.create".
+ * Create a request for the method "saasReleases.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 tenant.
- * @param content the {@link com.google.api.services.saasservicemgmt.v1.model.Tenant}
+ * @param parent Required. The parent of the saas release.
+ * @param content the {@link com.google.api.services.saasservicemgmt.v1.model.SaasRelease}
* @return the request
*/
- public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1.model.Tenant content) throws java.io.IOException {
+ public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1.model.SaasRelease content) throws java.io.IOException {
Create result = new Create(parent, content);
initialize(result);
return result;
}
- public class Create extends SaaSServiceManagementRequest
@@ -5236,12 +5164,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
- * Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
+ * 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. {@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
+ * 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
+ * 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
+ * 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
+ * The typical use is:
@@ -9422,12 +9350,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
+ * 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. {@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. {@link
+ * Patch#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
+ * 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
+ * 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
+ * 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
+ *
+ * {@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 {
+
/**
- * Update a single tenant.
+ * Create a new tenant.
*
- * Create a request for the method "tenants.patch".
+ * 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 Patch#execute()} method to invoke the remote operation.
+ * optional parameters, call the {@link Create#execute()} method to invoke the remote operation.
*
- * @param name Identifier. The resource name (full URI of the resource) following the standard naming scheme:
- * "projects/{project}/locations/{location}/tenants/{tenant}"
+ * @param parent Required. The parent of the tenant.
* @param content the {@link com.google.api.services.saasservicemgmt.v1.model.Tenant}
* @return the request
*/
- 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);
+ 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 Patch 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
* {@code SaaSServiceManagement saasservicemgmt = new SaaSServiceManagement(...);}
- * {@code SaaSServiceManagement.Tenants.List request = saasservicemgmt.tenants().list(parameters ...)}
+ * {@code SaaSServiceManagement.SaasReleases.List request = saasservicemgmt.saasReleases().list(parameters ...)}
*
*
* @return the resource collection
*/
- public Tenants tenants() {
- return new Tenants();
+ public SaasReleases saasReleases() {
+ return new SaasReleases();
}
/**
- * The "tenants" collection of methods.
+ * The "saasReleases" collection of methods.
*/
- public class Tenants {
+ public class SaasReleases {
/**
- * Create a new tenant.
+ * Create a new saas release.
*
- * Create a request for the method "tenants.create".
+ * Create a request for the method "saasReleases.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 tenant.
- * @param content the {@link com.google.api.services.saasservicemgmt.v1beta1.model.Tenant}
+ * @param parent Required. The parent of the saas release.
+ * @param content the {@link com.google.api.services.saasservicemgmt.v1beta1.model.SaasRelease}
* @return the request
*/
- public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1beta1.model.Tenant content) throws java.io.IOException {
+ public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1beta1.model.SaasRelease 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.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.
+ *
+ * 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 tenant.
+ * @param content the {@link com.google.api.services.saasservicemgmt.v1beta1.model.Tenant}
+ * @return the request
+ */
+ public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1beta1.model.Tenant 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.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.v1beta1.model.UnitGroupOperation}
+ * @return the request
+ */
+ public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1beta1.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.v1beta1.model.UnitGroup}
+ * @return the request
+ */
+ public Create create(java.lang.String parent, com.google.api.services.saasservicemgmt.v1beta1.model.UnitGroup content) throws java.io.IOException {
+ Create result = new Create(parent, content);
+ initialize(result);
+ return result;
+ }
+
+ public class Create extends SaaSServiceManagementRequest