From 6799f2d11e740a991b468c5ea3f494963ff295a2 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:42:32 -0700 Subject: [PATCH] chore: regenerate workloadmanager client --- .../v1/2.0.0/README.md | 4 +- .../workloadmanager/v1/WorkloadManager.java | 116 +++++++++-------- .../v1/model/ActiveDirectory.java | 32 ++--- .../workloadmanager/v1/model/Actuation.java | 42 +++---- .../v1/model/ActuationOutput.java | 50 ++++---- .../workloadmanager/v1/model/AppDetails.java | 92 +++++++------- .../workloadmanager/v1/model/Database.java | 80 ++++++------ .../v1/model/DatabaseDetails.java | 50 ++++---- .../workloadmanager/v1/model/Deployment.java | 60 ++++----- .../v1/model/DeploymentOutput.java | 14 +-- .../v1/model/ListActuationsResponse.java | 6 +- .../v1/model/ListDeploymentsResponse.java | 8 +- .../v1/model/LocationDetails.java | 80 ++++++------ .../workloadmanager/v1/model/Pacemaker.java | 38 +++--- .../v1/model/SapSystemS4Config.java | 83 ++++++------ .../v1/model/SqlLocationDetails.java | 80 ++++++------ .../v1/model/SqlServerWorkload.java | 119 +++++++++--------- .../v1/model/TerraformVariable.java | 6 +- .../v1/2.0.0/pom.xml | 4 +- .../v1/README.md | 4 +- 20 files changed, 486 insertions(+), 482 deletions(-) diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/README.md b/clients/google-api-services-workloadmanager/v1/2.0.0/README.md index d09a341add0..649d08fdb67 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/README.md +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-workloadmanager - v1-rev20260429-2.0.0 + v1-rev20260602-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260429-2.0.0' + implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260602-2.0.0' } ``` diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/WorkloadManager.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/WorkloadManager.java index 32528ad36b3..1342d6ca3b6 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/WorkloadManager.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/WorkloadManager.java @@ -707,17 +707,17 @@ public Create setParent(java.lang.String parent) { return this; } - /** Required. Id of the deployment */ + /** Required. ID of the deployment. */ @com.google.api.client.util.Key private java.lang.String deploymentId; - /** Required. Id of the deployment + /** Required. ID of the deployment. */ public java.lang.String getDeploymentId() { return deploymentId; } - /** Required. Id of the deployment */ + /** Required. ID of the deployment. */ public Create setDeploymentId(java.lang.String deploymentId) { this.deploymentId = deploymentId; return this; @@ -779,7 +779,7 @@ public Create set(String parameterName, Object value) { * This request holds the parameters needed by the workloadmanager server. After setting any * optional parameters, call the {@link Delete#execute()} method to invoke the remote operation. * - * @param name Required. Name of the resource + * @param name Required. Name of the resource. * @return the request */ public Delete delete(java.lang.String name) throws java.io.IOException { @@ -806,7 +806,7 @@ public class Delete extends WorkloadManagerRequest * - * @param name Required. Name of the resource + * @param name Required. Name of the resource. * @since 1.13 */ protected Delete(java.lang.String name) { @@ -874,17 +874,17 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) { return (Delete) super.setUploadProtocol(uploadProtocol); } - /** Required. Name of the resource */ + /** Required. Name of the resource. */ @com.google.api.client.util.Key private java.lang.String name; - /** Required. Name of the resource + /** Required. Name of the resource. */ public java.lang.String getName() { return name; } - /** Required. Name of the resource */ + /** Required. Name of the resource. */ public Delete setName(java.lang.String name) { if (!getSuppressPatternChecks()) { com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(), @@ -896,22 +896,22 @@ public Delete setName(java.lang.String name) { } /** - * Optional. If set to true, any actuation will also be deleted. Followed the best - * practice from https://aip.dev/135#cascading-delete + * Optional. If set to true, any actuation will also be deleted. Follows the best practice + * from https://aip.dev/135#cascading-delete. */ @com.google.api.client.util.Key private java.lang.Boolean force; - /** Optional. If set to true, any actuation will also be deleted. Followed the best practice from - https://aip.dev/135#cascading-delete + /** Optional. If set to true, any actuation will also be deleted. Follows the best practice from + https://aip.dev/135#cascading-delete. */ public java.lang.Boolean getForce() { return force; } /** - * Optional. If set to true, any actuation will also be deleted. Followed the best - * practice from https://aip.dev/135#cascading-delete + * Optional. If set to true, any actuation will also be deleted. Follows the best practice + * from https://aip.dev/135#cascading-delete. */ public Delete setForce(java.lang.Boolean force) { this.force = force; @@ -931,8 +931,8 @@ public Delete set(String parameterName, Object value) { * This request holds the parameters needed by the workloadmanager server. After setting any * optional parameters, call the {@link Get#execute()} method to invoke the remote operation. * - * @param name Required. Name of the resource. The format will be - * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' + * @param name Required. Name of the resource. The format is + * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. * @return the request */ public Get get(java.lang.String name) throws java.io.IOException { @@ -958,8 +958,8 @@ public class Get extends WorkloadManagerRequest * - * @param name Required. Name of the resource. The format will be - * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' + * @param name Required. Name of the resource. The format is + * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. * @since 1.13 */ protected Get(java.lang.String name) { @@ -1038,22 +1038,22 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Required. Name of the resource. The format will be - * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' + * Required. Name of the resource. The format is + * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. */ @com.google.api.client.util.Key private java.lang.String name; - /** Required. Name of the resource. The format will be - 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' + /** Required. Name of the resource. The format is + 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. */ public java.lang.String getName() { return name; } /** - * Required. Name of the resource. The format will be - * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' + * Required. Name of the resource. The format is + * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. */ public Get setName(java.lang.String name) { if (!getSuppressPatternChecks()) { @@ -1212,17 +1212,17 @@ public List setParent(java.lang.String parent) { return this; } - /** Optional. Filter resource follow https://google.aip.dev/160 */ + /** Optional. Filter resource following https://google.aip.dev/160. */ @com.google.api.client.util.Key private java.lang.String filter; - /** Optional. Filter resource follow https://google.aip.dev/160 + /** Optional. Filter resource following https://google.aip.dev/160. */ public java.lang.String getFilter() { return filter; } - /** Optional. Filter resource follow https://google.aip.dev/160 */ + /** Optional. Filter resource following https://google.aip.dev/160. */ public List setFilter(java.lang.String filter) { this.filter = filter; return this; @@ -1322,7 +1322,7 @@ public class Actuations { * optional parameters, call the {@link Create#execute()} method to invoke the remote operation. * * @param parent Required. The resource name of the Actuation location using the form: - * 'projects/{project_id}/locations/{location}/deployments/{deployment}' + * 'projects/{project_id}/locations/{location}/deployments/{deployment}'. * @param content the {@link com.google.api.services.workloadmanager.v1.model.Actuation} * @return the request */ @@ -1351,7 +1351,7 @@ public class Create extends WorkloadManagerRequest * * @param parent Required. The resource name of the Actuation location using the form: - * 'projects/{project_id}/locations/{location}/deployments/{deployment}' + * 'projects/{project_id}/locations/{location}/deployments/{deployment}'. * @param content the {@link com.google.api.services.workloadmanager.v1.model.Actuation} * @since 1.13 */ @@ -1422,13 +1422,13 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) { /** * Required. The resource name of the Actuation location using the form: - * 'projects/{project_id}/locations/{location}/deployments/{deployment}' + * 'projects/{project_id}/locations/{location}/deployments/{deployment}'. */ @com.google.api.client.util.Key private java.lang.String parent; /** Required. The resource name of the Actuation location using the form: - 'projects/{project_id}/locations/{location}/deployments/{deployment}' + 'projects/{project_id}/locations/{location}/deployments/{deployment}'. */ public java.lang.String getParent() { return parent; @@ -1436,7 +1436,7 @@ public java.lang.String getParent() { /** * Required. The resource name of the Actuation location using the form: - * 'projects/{project_id}/locations/{location}/deployments/{deployment}' + * 'projects/{project_id}/locations/{location}/deployments/{deployment}'. */ public Create setParent(java.lang.String parent) { if (!getSuppressPatternChecks()) { @@ -1497,16 +1497,15 @@ public Create set(String parameterName, Object value) { } } /** - * Deletes a single Actuation + * Deletes a single Actuation. * * Create a request for the method "actuations.delete". * * This request holds the parameters needed by the workloadmanager server. After setting any * optional parameters, call the {@link Delete#execute()} method to invoke the remote operation. * - * @param name Required. The name of the book to delete. - * project/{project_id}/locations/{location_id}/deployments/{deployment_id}/actuations/{actua - * tion_id} + * @param name Required. The name of the actuation to delete. + * projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}. * @return the request */ public Delete delete(java.lang.String name) throws java.io.IOException { @@ -1523,7 +1522,7 @@ public class Delete extends WorkloadManagerRequest * - * @param name Required. The name of the book to delete. - * project/{project_id}/locations/{location_id}/deployments/{deployment_id}/actuations/{actua - * tion_id} + * @param name Required. The name of the actuation to delete. + * projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}. * @since 1.13 */ protected Delete(java.lang.String name) { @@ -1604,22 +1602,22 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Required. The name of the book to delete. project/{project_id}/locations/{location_id - * }/deployments/{deployment_id}/actuations/{actuation_id} + * Required. The name of the actuation to delete. projects/{project}/locations/{location + * }/deployments/{deployment}/actuations/{actuation}. */ @com.google.api.client.util.Key private java.lang.String name; - /** Required. The name of the book to delete. - project/{project_id}/locations/{location_id}/deployments/{deployment_id}/actuations/{actuation_id} + /** Required. The name of the actuation to delete. + projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}. */ public java.lang.String getName() { return name; } /** - * Required. The name of the book to delete. project/{project_id}/locations/{location_id - * }/deployments/{deployment_id}/actuations/{actuation_id} + * Required. The name of the actuation to delete. projects/{project}/locations/{location + * }/deployments/{deployment}/actuations/{actuation}. */ public Delete setName(java.lang.String name) { if (!getSuppressPatternChecks()) { @@ -1644,7 +1642,7 @@ public Delete set(String parameterName, Object value) { * This request holds the parameters needed by the workloadmanager server. After setting any * optional parameters, call the {@link Get#execute()} method to invoke the remote operation. * - * @param name Required. Name of the resource + * @param name Required. Name of the resource. * @return the request */ public Get get(java.lang.String name) throws java.io.IOException { @@ -1670,7 +1668,7 @@ public class Get extends WorkloadManagerRequest * - * @param name Required. Name of the resource + * @param name Required. Name of the resource. * @since 1.13 */ protected Get(java.lang.String name) { @@ -1748,17 +1746,17 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) { return (Get) super.setUploadProtocol(uploadProtocol); } - /** Required. Name of the resource */ + /** Required. Name of the resource. */ @com.google.api.client.util.Key private java.lang.String name; - /** Required. Name of the resource + /** Required. Name of the resource. */ public java.lang.String getName() { return name; } - /** Required. Name of the resource */ + /** Required. Name of the resource. */ public Get setName(java.lang.String name) { if (!getSuppressPatternChecks()) { com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(), @@ -1783,7 +1781,7 @@ public Get set(String parameterName, Object value) { * optional parameters, call the {@link List#execute()} method to invoke the remote operation. * * @param parent Required. The resource prefix of the Actuation using the form: - * 'projects/{project_id}/locations/{location}/deployments/{deployment}' + * 'projects/{project_id}/locations/{location}/deployments/{deployment}'. * @return the request */ public List list(java.lang.String parent) throws java.io.IOException { @@ -1810,7 +1808,7 @@ public class List extends WorkloadManagerRequest * * @param parent Required. The resource prefix of the Actuation using the form: - * 'projects/{project_id}/locations/{location}/deployments/{deployment}' + * 'projects/{project_id}/locations/{location}/deployments/{deployment}'. * @since 1.13 */ protected List(java.lang.String parent) { @@ -1890,13 +1888,13 @@ public List setUploadProtocol(java.lang.String uploadProtocol) { /** * Required. The resource prefix of the Actuation using the form: - * 'projects/{project_id}/locations/{location}/deployments/{deployment}' + * 'projects/{project_id}/locations/{location}/deployments/{deployment}'. */ @com.google.api.client.util.Key private java.lang.String parent; /** Required. The resource prefix of the Actuation using the form: - 'projects/{project_id}/locations/{location}/deployments/{deployment}' + 'projects/{project_id}/locations/{location}/deployments/{deployment}'. */ public java.lang.String getParent() { return parent; @@ -1904,7 +1902,7 @@ public java.lang.String getParent() { /** * Required. The resource prefix of the Actuation using the form: - * 'projects/{project_id}/locations/{location}/deployments/{deployment}' + * 'projects/{project_id}/locations/{location}/deployments/{deployment}'. */ public List setParent(java.lang.String parent) { if (!getSuppressPatternChecks()) { @@ -1916,17 +1914,17 @@ public List setParent(java.lang.String parent) { return this; } - /** Optional. Filtering results */ + /** Optional. Filtering results. */ @com.google.api.client.util.Key private java.lang.String filter; - /** Optional. Filtering results + /** Optional. Filtering results. */ public java.lang.String getFilter() { return filter; } - /** Optional. Filtering results */ + /** Optional. Filtering results. */ public List setFilter(java.lang.String filter) { this.filter = filter; return this; diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ActiveDirectory.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ActiveDirectory.java index e9dfc9d30d9..0d4013eb154 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ActiveDirectory.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ActiveDirectory.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Active directory details + * Active Directory details. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,42 +30,42 @@ public final class ActiveDirectory extends com.google.api.client.json.GenericJson { /** - * Optional. DNS IP address + * Optional. DNS IP address. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String dnsAddress; /** - * Optional. human readable form of a domain such as “google.com”. + * Optional. Human readable form of a domain such as “google.com”. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String domain; /** - * Optional. domain username + * Optional. Domain username. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String domainUsername; /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String secretManagerSecret; /** - * Required. active directory type + * Required. Active Directory type. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String type; /** - * Optional. DNS IP address + * Optional. DNS IP address. * @return value or {@code null} for none */ public java.lang.String getDnsAddress() { @@ -73,7 +73,7 @@ public java.lang.String getDnsAddress() { } /** - * Optional. DNS IP address + * Optional. DNS IP address. * @param dnsAddress dnsAddress or {@code null} for none */ public ActiveDirectory setDnsAddress(java.lang.String dnsAddress) { @@ -82,7 +82,7 @@ public ActiveDirectory setDnsAddress(java.lang.String dnsAddress) { } /** - * Optional. human readable form of a domain such as “google.com”. + * Optional. Human readable form of a domain such as “google.com”. * @return value or {@code null} for none */ public java.lang.String getDomain() { @@ -90,7 +90,7 @@ public java.lang.String getDomain() { } /** - * Optional. human readable form of a domain such as “google.com”. + * Optional. Human readable form of a domain such as “google.com”. * @param domain domain or {@code null} for none */ public ActiveDirectory setDomain(java.lang.String domain) { @@ -99,7 +99,7 @@ public ActiveDirectory setDomain(java.lang.String domain) { } /** - * Optional. domain username + * Optional. Domain username. * @return value or {@code null} for none */ public java.lang.String getDomainUsername() { @@ -107,7 +107,7 @@ public java.lang.String getDomainUsername() { } /** - * Optional. domain username + * Optional. Domain username. * @param domainUsername domainUsername or {@code null} for none */ public ActiveDirectory setDomainUsername(java.lang.String domainUsername) { @@ -116,7 +116,7 @@ public ActiveDirectory setDomainUsername(java.lang.String domainUsername) { } /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * @return value or {@code null} for none */ public java.lang.String getSecretManagerSecret() { @@ -124,7 +124,7 @@ public java.lang.String getSecretManagerSecret() { } /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * @param secretManagerSecret secretManagerSecret or {@code null} for none */ public ActiveDirectory setSecretManagerSecret(java.lang.String secretManagerSecret) { @@ -133,7 +133,7 @@ public ActiveDirectory setSecretManagerSecret(java.lang.String secretManagerSecr } /** - * Required. active directory type + * Required. Active Directory type. * @return value or {@code null} for none */ public java.lang.String getType() { @@ -141,7 +141,7 @@ public java.lang.String getType() { } /** - * Required. active directory type + * Required. Active Directory type. * @param type type or {@code null} for none */ public ActiveDirectory setType(java.lang.String type) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Actuation.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Actuation.java index 3c9fe30f7ea..8f57f606402 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Actuation.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Actuation.java @@ -31,50 +31,50 @@ public final class Actuation extends com.google.api.client.json.GenericJson { /** - * Output only. [Output only] Actuation output + * Output only. Actuation output. * The value may be {@code null}. */ @com.google.api.client.util.Key private ActuationOutput actuationOutput; /** - * Output only. [Output only] Deployment output + * Output only. Deployment output. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List deploymentOutput; /** - * Output only. [Output only] End time stamp + * Output only. End time stamp. * The value may be {@code null}. */ @com.google.api.client.util.Key private String endTime; /** - * The name of actuation resource. The format is - * projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation} + * The name of the actuation resource. The format is + * projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String name; /** - * Output only. [Output only] Start time stamp + * Output only. Start time stamp. * The value may be {@code null}. */ @com.google.api.client.util.Key private String startTime; /** - * Output only. [Output only] Actuation state + * Output only. Actuation state. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String state; /** - * Output only. [Output only] Actuation output + * Output only. Actuation output. * @return value or {@code null} for none */ public ActuationOutput getActuationOutput() { @@ -82,7 +82,7 @@ public ActuationOutput getActuationOutput() { } /** - * Output only. [Output only] Actuation output + * Output only. Actuation output. * @param actuationOutput actuationOutput or {@code null} for none */ public Actuation setActuationOutput(ActuationOutput actuationOutput) { @@ -91,7 +91,7 @@ public Actuation setActuationOutput(ActuationOutput actuationOutput) { } /** - * Output only. [Output only] Deployment output + * Output only. Deployment output. * @return value or {@code null} for none */ public java.util.List getDeploymentOutput() { @@ -99,7 +99,7 @@ public java.util.List getDeploymentOutput() { } /** - * Output only. [Output only] Deployment output + * Output only. Deployment output. * @param deploymentOutput deploymentOutput or {@code null} for none */ public Actuation setDeploymentOutput(java.util.List deploymentOutput) { @@ -108,7 +108,7 @@ public Actuation setDeploymentOutput(java.util.List deployment } /** - * Output only. [Output only] End time stamp + * Output only. End time stamp. * @return value or {@code null} for none */ public String getEndTime() { @@ -116,7 +116,7 @@ public String getEndTime() { } /** - * Output only. [Output only] End time stamp + * Output only. End time stamp. * @param endTime endTime or {@code null} for none */ public Actuation setEndTime(String endTime) { @@ -125,8 +125,8 @@ public Actuation setEndTime(String endTime) { } /** - * The name of actuation resource. The format is - * projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation} + * The name of the actuation resource. The format is + * projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}. * @return value or {@code null} for none */ public java.lang.String getName() { @@ -134,8 +134,8 @@ public java.lang.String getName() { } /** - * The name of actuation resource. The format is - * projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation} + * The name of the actuation resource. The format is + * projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}. * @param name name or {@code null} for none */ public Actuation setName(java.lang.String name) { @@ -144,7 +144,7 @@ public Actuation setName(java.lang.String name) { } /** - * Output only. [Output only] Start time stamp + * Output only. Start time stamp. * @return value or {@code null} for none */ public String getStartTime() { @@ -152,7 +152,7 @@ public String getStartTime() { } /** - * Output only. [Output only] Start time stamp + * Output only. Start time stamp. * @param startTime startTime or {@code null} for none */ public Actuation setStartTime(String startTime) { @@ -161,7 +161,7 @@ public Actuation setStartTime(String startTime) { } /** - * Output only. [Output only] Actuation state + * Output only. Actuation state. * @return value or {@code null} for none */ public java.lang.String getState() { @@ -169,7 +169,7 @@ public java.lang.String getState() { } /** - * Output only. [Output only] Actuation state + * Output only. Actuation state. * @param state state or {@code null} for none */ public Actuation setState(java.lang.String state) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ActuationOutput.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ActuationOutput.java index 1f5dbf9b257..9192cc36a01 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ActuationOutput.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ActuationOutput.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Message for output of Actuation + * Message for output of actuation. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,28 +30,28 @@ public final class ActuationOutput extends com.google.api.client.json.GenericJson { /** - * A link to gcs file that store build logs + * A link to the Cloud Storage file that stores build logs. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String actuateLogs; /** - * Output only. error message return from ansible. + * Output only. Error message returned from Ansible. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String ansibleError; /** - * Output only. failed task name return from ansible. + * Output only. Failed task name returned from Ansible. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List ansibleFailedTask; /** - * reference to Blueprint Controller deployment and revision resource + * Reference to the Blueprint Controller deployment and revision resource. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -73,14 +73,14 @@ public final class ActuationOutput extends com.google.api.client.json.GenericJso private java.lang.String errorCode; /** - * A link to actuation cloud build log. + * A link to the actuation Cloud Build log. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String errorLogs; /** - * Output only. whether the error message is user facing. If true, the error message will be shown + * Output only. Whether the error message is user facing. If true, the error message will be shown * in the UI. * The value may be {@code null}. */ @@ -88,21 +88,21 @@ public final class ActuationOutput extends com.google.api.client.json.GenericJso private java.lang.Boolean hasUserFacingErrorMsg; /** - * Output only. error message return from terraform. + * Output only. Error message returned from Terraform. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String terraformError; /** - * reference to terraform template used + * Reference to the Terraform template used. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String terraformTemplate; /** - * A link to gcs file that store build logs + * A link to the Cloud Storage file that stores build logs. * @return value or {@code null} for none */ public java.lang.String getActuateLogs() { @@ -110,7 +110,7 @@ public java.lang.String getActuateLogs() { } /** - * A link to gcs file that store build logs + * A link to the Cloud Storage file that stores build logs. * @param actuateLogs actuateLogs or {@code null} for none */ public ActuationOutput setActuateLogs(java.lang.String actuateLogs) { @@ -119,7 +119,7 @@ public ActuationOutput setActuateLogs(java.lang.String actuateLogs) { } /** - * Output only. error message return from ansible. + * Output only. Error message returned from Ansible. * @return value or {@code null} for none */ public java.lang.String getAnsibleError() { @@ -127,7 +127,7 @@ public java.lang.String getAnsibleError() { } /** - * Output only. error message return from ansible. + * Output only. Error message returned from Ansible. * @param ansibleError ansibleError or {@code null} for none */ public ActuationOutput setAnsibleError(java.lang.String ansibleError) { @@ -136,7 +136,7 @@ public ActuationOutput setAnsibleError(java.lang.String ansibleError) { } /** - * Output only. failed task name return from ansible. + * Output only. Failed task name returned from Ansible. * @return value or {@code null} for none */ public java.util.List getAnsibleFailedTask() { @@ -144,7 +144,7 @@ public java.util.List getAnsibleFailedTask() { } /** - * Output only. failed task name return from ansible. + * Output only. Failed task name returned from Ansible. * @param ansibleFailedTask ansibleFailedTask or {@code null} for none */ public ActuationOutput setAnsibleFailedTask(java.util.List ansibleFailedTask) { @@ -153,7 +153,7 @@ public ActuationOutput setAnsibleFailedTask(java.util.List ans } /** - * reference to Blueprint Controller deployment and revision resource + * Reference to the Blueprint Controller deployment and revision resource. * @return value or {@code null} for none */ public java.lang.String getBlueprintId() { @@ -161,7 +161,7 @@ public java.lang.String getBlueprintId() { } /** - * reference to Blueprint Controller deployment and revision resource + * Reference to the Blueprint Controller deployment and revision resource. * @param blueprintId blueprintId or {@code null} for none */ public ActuationOutput setBlueprintId(java.lang.String blueprintId) { @@ -206,7 +206,7 @@ public ActuationOutput setErrorCode(java.lang.String errorCode) { } /** - * A link to actuation cloud build log. + * A link to the actuation Cloud Build log. * @return value or {@code null} for none */ public java.lang.String getErrorLogs() { @@ -214,7 +214,7 @@ public java.lang.String getErrorLogs() { } /** - * A link to actuation cloud build log. + * A link to the actuation Cloud Build log. * @param errorLogs errorLogs or {@code null} for none */ public ActuationOutput setErrorLogs(java.lang.String errorLogs) { @@ -223,7 +223,7 @@ public ActuationOutput setErrorLogs(java.lang.String errorLogs) { } /** - * Output only. whether the error message is user facing. If true, the error message will be shown + * Output only. Whether the error message is user facing. If true, the error message will be shown * in the UI. * @return value or {@code null} for none */ @@ -232,7 +232,7 @@ public java.lang.Boolean getHasUserFacingErrorMsg() { } /** - * Output only. whether the error message is user facing. If true, the error message will be shown + * Output only. Whether the error message is user facing. If true, the error message will be shown * in the UI. * @param hasUserFacingErrorMsg hasUserFacingErrorMsg or {@code null} for none */ @@ -242,7 +242,7 @@ public ActuationOutput setHasUserFacingErrorMsg(java.lang.Boolean hasUserFacingE } /** - * Output only. error message return from terraform. + * Output only. Error message returned from Terraform. * @return value or {@code null} for none */ public java.lang.String getTerraformError() { @@ -250,7 +250,7 @@ public java.lang.String getTerraformError() { } /** - * Output only. error message return from terraform. + * Output only. Error message returned from Terraform. * @param terraformError terraformError or {@code null} for none */ public ActuationOutput setTerraformError(java.lang.String terraformError) { @@ -259,7 +259,7 @@ public ActuationOutput setTerraformError(java.lang.String terraformError) { } /** - * reference to terraform template used + * Reference to the Terraform template used. * @return value or {@code null} for none */ public java.lang.String getTerraformTemplate() { @@ -267,7 +267,7 @@ public java.lang.String getTerraformTemplate() { } /** - * reference to terraform template used + * Reference to the Terraform template used. * @param terraformTemplate terraformTemplate or {@code null} for none */ public ActuationOutput setTerraformTemplate(java.lang.String terraformTemplate) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/AppDetails.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/AppDetails.java index 75dffe93367..9aadf4e90e6 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/AppDetails.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/AppDetails.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Message for sap instant details + * Message for SAP instance details. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,98 +30,98 @@ public final class AppDetails extends com.google.api.client.json.GenericJson { /** - * Optional. instance id for app + * Optional. Instance ID for app. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String appInstanceId; /** - * Application service account - let custoemrs bring their own SA for application + * Application service account. Let customers bring their own service account for the application. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String appServiceAccount; /** - * Optional. Customized vm names + * Optional. Customized VM names. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List appVmNames; /** - * Required. image for ascs server + * Required. Image for the ASCS server. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String ascsImage; /** - * Optional. instance id for ascs + * Optional. Instance ID for ASCS. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String ascsInstanceId; /** - * Required. ascs_machine_type + * Required. ASCS machine type. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String ascsMachineType; /** - * ASCS service account - let custoemrs bring their own SA for ASCS + * ASCS service account. Let customers bring their own service account for ASCS. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String ascsServiceAccount; /** - * Optional. ASCS vm name + * Optional. ASCS VM name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String ascsVm; /** - * Optional. instance id for ers + * Optional. Instance ID for ERS. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String ersInstanceId; /** - * Optional. ERS vm name + * Optional. ERS VM name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String ersVm; /** - * Required. image for app server and ascs server + * Required. Image for the app server and ASCS server. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String image; /** - * Required. machine type + * Required. Machine type. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String machineType; /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String secretManagerSecret; /** - * Optional. Storage location + * Optional. Storage location. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -135,14 +135,14 @@ public final class AppDetails extends com.google.api.client.json.GenericJson { private java.lang.String sid; /** - * Required. vms_multiplier + * Required. VMs multiplier. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer vmsMultiplier; /** - * Optional. instance id for app + * Optional. Instance ID for app. * @return value or {@code null} for none */ public java.lang.String getAppInstanceId() { @@ -150,7 +150,7 @@ public java.lang.String getAppInstanceId() { } /** - * Optional. instance id for app + * Optional. Instance ID for app. * @param appInstanceId appInstanceId or {@code null} for none */ public AppDetails setAppInstanceId(java.lang.String appInstanceId) { @@ -159,7 +159,7 @@ public AppDetails setAppInstanceId(java.lang.String appInstanceId) { } /** - * Application service account - let custoemrs bring their own SA for application + * Application service account. Let customers bring their own service account for the application. * @return value or {@code null} for none */ public java.lang.String getAppServiceAccount() { @@ -167,7 +167,7 @@ public java.lang.String getAppServiceAccount() { } /** - * Application service account - let custoemrs bring their own SA for application + * Application service account. Let customers bring their own service account for the application. * @param appServiceAccount appServiceAccount or {@code null} for none */ public AppDetails setAppServiceAccount(java.lang.String appServiceAccount) { @@ -176,7 +176,7 @@ public AppDetails setAppServiceAccount(java.lang.String appServiceAccount) { } /** - * Optional. Customized vm names + * Optional. Customized VM names. * @return value or {@code null} for none */ public java.util.List getAppVmNames() { @@ -184,7 +184,7 @@ public java.util.List getAppVmNames() { } /** - * Optional. Customized vm names + * Optional. Customized VM names. * @param appVmNames appVmNames or {@code null} for none */ public AppDetails setAppVmNames(java.util.List appVmNames) { @@ -193,7 +193,7 @@ public AppDetails setAppVmNames(java.util.List appVmNames) { } /** - * Required. image for ascs server + * Required. Image for the ASCS server. * @return value or {@code null} for none */ public java.lang.String getAscsImage() { @@ -201,7 +201,7 @@ public java.lang.String getAscsImage() { } /** - * Required. image for ascs server + * Required. Image for the ASCS server. * @param ascsImage ascsImage or {@code null} for none */ public AppDetails setAscsImage(java.lang.String ascsImage) { @@ -210,7 +210,7 @@ public AppDetails setAscsImage(java.lang.String ascsImage) { } /** - * Optional. instance id for ascs + * Optional. Instance ID for ASCS. * @return value or {@code null} for none */ public java.lang.String getAscsInstanceId() { @@ -218,7 +218,7 @@ public java.lang.String getAscsInstanceId() { } /** - * Optional. instance id for ascs + * Optional. Instance ID for ASCS. * @param ascsInstanceId ascsInstanceId or {@code null} for none */ public AppDetails setAscsInstanceId(java.lang.String ascsInstanceId) { @@ -227,7 +227,7 @@ public AppDetails setAscsInstanceId(java.lang.String ascsInstanceId) { } /** - * Required. ascs_machine_type + * Required. ASCS machine type. * @return value or {@code null} for none */ public java.lang.String getAscsMachineType() { @@ -235,7 +235,7 @@ public java.lang.String getAscsMachineType() { } /** - * Required. ascs_machine_type + * Required. ASCS machine type. * @param ascsMachineType ascsMachineType or {@code null} for none */ public AppDetails setAscsMachineType(java.lang.String ascsMachineType) { @@ -244,7 +244,7 @@ public AppDetails setAscsMachineType(java.lang.String ascsMachineType) { } /** - * ASCS service account - let custoemrs bring their own SA for ASCS + * ASCS service account. Let customers bring their own service account for ASCS. * @return value or {@code null} for none */ public java.lang.String getAscsServiceAccount() { @@ -252,7 +252,7 @@ public java.lang.String getAscsServiceAccount() { } /** - * ASCS service account - let custoemrs bring their own SA for ASCS + * ASCS service account. Let customers bring their own service account for ASCS. * @param ascsServiceAccount ascsServiceAccount or {@code null} for none */ public AppDetails setAscsServiceAccount(java.lang.String ascsServiceAccount) { @@ -261,7 +261,7 @@ public AppDetails setAscsServiceAccount(java.lang.String ascsServiceAccount) { } /** - * Optional. ASCS vm name + * Optional. ASCS VM name. * @return value or {@code null} for none */ public java.lang.String getAscsVm() { @@ -269,7 +269,7 @@ public java.lang.String getAscsVm() { } /** - * Optional. ASCS vm name + * Optional. ASCS VM name. * @param ascsVm ascsVm or {@code null} for none */ public AppDetails setAscsVm(java.lang.String ascsVm) { @@ -278,7 +278,7 @@ public AppDetails setAscsVm(java.lang.String ascsVm) { } /** - * Optional. instance id for ers + * Optional. Instance ID for ERS. * @return value or {@code null} for none */ public java.lang.String getErsInstanceId() { @@ -286,7 +286,7 @@ public java.lang.String getErsInstanceId() { } /** - * Optional. instance id for ers + * Optional. Instance ID for ERS. * @param ersInstanceId ersInstanceId or {@code null} for none */ public AppDetails setErsInstanceId(java.lang.String ersInstanceId) { @@ -295,7 +295,7 @@ public AppDetails setErsInstanceId(java.lang.String ersInstanceId) { } /** - * Optional. ERS vm name + * Optional. ERS VM name. * @return value or {@code null} for none */ public java.lang.String getErsVm() { @@ -303,7 +303,7 @@ public java.lang.String getErsVm() { } /** - * Optional. ERS vm name + * Optional. ERS VM name. * @param ersVm ersVm or {@code null} for none */ public AppDetails setErsVm(java.lang.String ersVm) { @@ -312,7 +312,7 @@ public AppDetails setErsVm(java.lang.String ersVm) { } /** - * Required. image for app server and ascs server + * Required. Image for the app server and ASCS server. * @return value or {@code null} for none */ public java.lang.String getImage() { @@ -320,7 +320,7 @@ public java.lang.String getImage() { } /** - * Required. image for app server and ascs server + * Required. Image for the app server and ASCS server. * @param image image or {@code null} for none */ public AppDetails setImage(java.lang.String image) { @@ -329,7 +329,7 @@ public AppDetails setImage(java.lang.String image) { } /** - * Required. machine type + * Required. Machine type. * @return value or {@code null} for none */ public java.lang.String getMachineType() { @@ -337,7 +337,7 @@ public java.lang.String getMachineType() { } /** - * Required. machine type + * Required. Machine type. * @param machineType machineType or {@code null} for none */ public AppDetails setMachineType(java.lang.String machineType) { @@ -346,7 +346,7 @@ public AppDetails setMachineType(java.lang.String machineType) { } /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * @return value or {@code null} for none */ public java.lang.String getSecretManagerSecret() { @@ -354,7 +354,7 @@ public java.lang.String getSecretManagerSecret() { } /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * @param secretManagerSecret secretManagerSecret or {@code null} for none */ public AppDetails setSecretManagerSecret(java.lang.String secretManagerSecret) { @@ -363,7 +363,7 @@ public AppDetails setSecretManagerSecret(java.lang.String secretManagerSecret) { } /** - * Optional. Storage location + * Optional. Storage location. * @return value or {@code null} for none */ public java.lang.String getSharedStorage() { @@ -371,7 +371,7 @@ public java.lang.String getSharedStorage() { } /** - * Optional. Storage location + * Optional. Storage location. * @param sharedStorage sharedStorage or {@code null} for none */ public AppDetails setSharedStorage(java.lang.String sharedStorage) { @@ -397,7 +397,7 @@ public AppDetails setSid(java.lang.String sid) { } /** - * Required. vms_multiplier + * Required. VMs multiplier. * @return value or {@code null} for none */ public java.lang.Integer getVmsMultiplier() { @@ -405,7 +405,7 @@ public java.lang.Integer getVmsMultiplier() { } /** - * Required. vms_multiplier + * Required. VMs multiplier. * @param vmsMultiplier vmsMultiplier or {@code null} for none */ public AppDetails setVmsMultiplier(java.lang.Integer vmsMultiplier) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Database.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Database.java index 783f627d9b9..4e57a13878f 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Database.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Database.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Database details + * Database details. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,86 +30,86 @@ public final class Database extends com.google.api.client.json.GenericJson { /** - * Required. disk_type + * Required. Disk type. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String diskType; /** - * Optional. only useful for Linux High Availability setup + * Optional. Only useful for Linux High Availability setup. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String floatingIpAddress; /** - * Required. machine type + * Required. Machine type. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String machineType; /** - * Optional. the name of a secondary-sole-tenant node/node group + * Optional. The name of a secondary-sole-tenant node/node group. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String secondarySoleTenantNode; /** - * Optional. the type of a secondary-sole-tenant node/node group e.g. compute.googleapis.com/node- - * name + * Optional. The type of a secondary-sole-tenant node/node group. E.g., + * compute.googleapis.com/node-name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String secondarySoleTenantNodeType; /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String secretManagerSecret; /** - * Required. whether simultaneous multithreading is enabled or not + * Required. Whether simultaneous multithreading is enabled or not. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean smt; /** - * Optional. the name of a primary sole-tenant node/node group + * Optional. The name of a primary sole-tenant node/node group. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String soleTenantNode; /** - * Optional. the type of a primary sole-tenant node/node group e.g. compute.googleapis.com/node- - * name + * Optional. The type of a primary sole-tenant node/node group. E.g., compute.googleapis.com/node- + * name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String soleTenantNodeType; /** - * Required. whether to have TempDB on local SSD + * Required. Whether to have TempDB on local SSD. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean tempdbOnSsd; /** - * Required. SHARED or SOLE_TENANT + * Required. SHARED or SOLE_TENANT. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String tenancyModel; /** - * Required. disk_type + * Required. Disk type. * @return value or {@code null} for none */ public java.lang.String getDiskType() { @@ -117,7 +117,7 @@ public java.lang.String getDiskType() { } /** - * Required. disk_type + * Required. Disk type. * @param diskType diskType or {@code null} for none */ public Database setDiskType(java.lang.String diskType) { @@ -126,7 +126,7 @@ public Database setDiskType(java.lang.String diskType) { } /** - * Optional. only useful for Linux High Availability setup + * Optional. Only useful for Linux High Availability setup. * @return value or {@code null} for none */ public java.lang.String getFloatingIpAddress() { @@ -134,7 +134,7 @@ public java.lang.String getFloatingIpAddress() { } /** - * Optional. only useful for Linux High Availability setup + * Optional. Only useful for Linux High Availability setup. * @param floatingIpAddress floatingIpAddress or {@code null} for none */ public Database setFloatingIpAddress(java.lang.String floatingIpAddress) { @@ -143,7 +143,7 @@ public Database setFloatingIpAddress(java.lang.String floatingIpAddress) { } /** - * Required. machine type + * Required. Machine type. * @return value or {@code null} for none */ public java.lang.String getMachineType() { @@ -151,7 +151,7 @@ public java.lang.String getMachineType() { } /** - * Required. machine type + * Required. Machine type. * @param machineType machineType or {@code null} for none */ public Database setMachineType(java.lang.String machineType) { @@ -160,7 +160,7 @@ public Database setMachineType(java.lang.String machineType) { } /** - * Optional. the name of a secondary-sole-tenant node/node group + * Optional. The name of a secondary-sole-tenant node/node group. * @return value or {@code null} for none */ public java.lang.String getSecondarySoleTenantNode() { @@ -168,7 +168,7 @@ public java.lang.String getSecondarySoleTenantNode() { } /** - * Optional. the name of a secondary-sole-tenant node/node group + * Optional. The name of a secondary-sole-tenant node/node group. * @param secondarySoleTenantNode secondarySoleTenantNode or {@code null} for none */ public Database setSecondarySoleTenantNode(java.lang.String secondarySoleTenantNode) { @@ -177,8 +177,8 @@ public Database setSecondarySoleTenantNode(java.lang.String secondarySoleTenantN } /** - * Optional. the type of a secondary-sole-tenant node/node group e.g. compute.googleapis.com/node- - * name + * Optional. The type of a secondary-sole-tenant node/node group. E.g., + * compute.googleapis.com/node-name. * @return value or {@code null} for none */ public java.lang.String getSecondarySoleTenantNodeType() { @@ -186,8 +186,8 @@ public java.lang.String getSecondarySoleTenantNodeType() { } /** - * Optional. the type of a secondary-sole-tenant node/node group e.g. compute.googleapis.com/node- - * name + * Optional. The type of a secondary-sole-tenant node/node group. E.g., + * compute.googleapis.com/node-name. * @param secondarySoleTenantNodeType secondarySoleTenantNodeType or {@code null} for none */ public Database setSecondarySoleTenantNodeType(java.lang.String secondarySoleTenantNodeType) { @@ -196,7 +196,7 @@ public Database setSecondarySoleTenantNodeType(java.lang.String secondarySoleTen } /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * @return value or {@code null} for none */ public java.lang.String getSecretManagerSecret() { @@ -204,7 +204,7 @@ public java.lang.String getSecretManagerSecret() { } /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * @param secretManagerSecret secretManagerSecret or {@code null} for none */ public Database setSecretManagerSecret(java.lang.String secretManagerSecret) { @@ -213,7 +213,7 @@ public Database setSecretManagerSecret(java.lang.String secretManagerSecret) { } /** - * Required. whether simultaneous multithreading is enabled or not + * Required. Whether simultaneous multithreading is enabled or not. * @return value or {@code null} for none */ public java.lang.Boolean getSmt() { @@ -221,7 +221,7 @@ public java.lang.Boolean getSmt() { } /** - * Required. whether simultaneous multithreading is enabled or not + * Required. Whether simultaneous multithreading is enabled or not. * @param smt smt or {@code null} for none */ public Database setSmt(java.lang.Boolean smt) { @@ -230,7 +230,7 @@ public Database setSmt(java.lang.Boolean smt) { } /** - * Optional. the name of a primary sole-tenant node/node group + * Optional. The name of a primary sole-tenant node/node group. * @return value or {@code null} for none */ public java.lang.String getSoleTenantNode() { @@ -238,7 +238,7 @@ public java.lang.String getSoleTenantNode() { } /** - * Optional. the name of a primary sole-tenant node/node group + * Optional. The name of a primary sole-tenant node/node group. * @param soleTenantNode soleTenantNode or {@code null} for none */ public Database setSoleTenantNode(java.lang.String soleTenantNode) { @@ -247,8 +247,8 @@ public Database setSoleTenantNode(java.lang.String soleTenantNode) { } /** - * Optional. the type of a primary sole-tenant node/node group e.g. compute.googleapis.com/node- - * name + * Optional. The type of a primary sole-tenant node/node group. E.g., compute.googleapis.com/node- + * name. * @return value or {@code null} for none */ public java.lang.String getSoleTenantNodeType() { @@ -256,8 +256,8 @@ public java.lang.String getSoleTenantNodeType() { } /** - * Optional. the type of a primary sole-tenant node/node group e.g. compute.googleapis.com/node- - * name + * Optional. The type of a primary sole-tenant node/node group. E.g., compute.googleapis.com/node- + * name. * @param soleTenantNodeType soleTenantNodeType or {@code null} for none */ public Database setSoleTenantNodeType(java.lang.String soleTenantNodeType) { @@ -266,7 +266,7 @@ public Database setSoleTenantNodeType(java.lang.String soleTenantNodeType) { } /** - * Required. whether to have TempDB on local SSD + * Required. Whether to have TempDB on local SSD. * @return value or {@code null} for none */ public java.lang.Boolean getTempdbOnSsd() { @@ -274,7 +274,7 @@ public java.lang.Boolean getTempdbOnSsd() { } /** - * Required. whether to have TempDB on local SSD + * Required. Whether to have TempDB on local SSD. * @param tempdbOnSsd tempdbOnSsd or {@code null} for none */ public Database setTempdbOnSsd(java.lang.Boolean tempdbOnSsd) { @@ -283,7 +283,7 @@ public Database setTempdbOnSsd(java.lang.Boolean tempdbOnSsd) { } /** - * Required. SHARED or SOLE_TENANT + * Required. SHARED or SOLE_TENANT. * @return value or {@code null} for none */ public java.lang.String getTenancyModel() { @@ -291,7 +291,7 @@ public java.lang.String getTenancyModel() { } /** - * Required. SHARED or SOLE_TENANT + * Required. SHARED or SOLE_TENANT. * @param tenancyModel tenancyModel or {@code null} for none */ public Database setTenancyModel(java.lang.String tenancyModel) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/DatabaseDetails.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/DatabaseDetails.java index b79f5bd8ed0..ee23bd2a764 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/DatabaseDetails.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/DatabaseDetails.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Message for sap instant details + * Message for SAP instance details. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,56 +30,56 @@ public final class DatabaseDetails extends com.google.api.client.json.GenericJson { /** - * Database service account - let custoemrs bring their own SA for database + * Database service account. Let customers bring their own SA for the database. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String databaseServiceAccount; /** - * Required. disk_type + * Required. Disk type. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String diskType; /** - * Required. image for database server + * Required. Image for the database server. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String image; /** - * Optional. instance id + * Optional. Instance ID. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String instanceId; /** - * Required. machine type + * Required. Machine type. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String machineType; /** - * Optional. primary db vm name + * Optional. Primary DB VM name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String primaryDbVm; /** - * Optional. secondary db vm name + * Optional. Secondary DB VM name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String secondaryDbVm; /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -93,7 +93,7 @@ public final class DatabaseDetails extends com.google.api.client.json.GenericJso private java.lang.String sid; /** - * Database service account - let custoemrs bring their own SA for database + * Database service account. Let customers bring their own SA for the database. * @return value or {@code null} for none */ public java.lang.String getDatabaseServiceAccount() { @@ -101,7 +101,7 @@ public java.lang.String getDatabaseServiceAccount() { } /** - * Database service account - let custoemrs bring their own SA for database + * Database service account. Let customers bring their own SA for the database. * @param databaseServiceAccount databaseServiceAccount or {@code null} for none */ public DatabaseDetails setDatabaseServiceAccount(java.lang.String databaseServiceAccount) { @@ -110,7 +110,7 @@ public DatabaseDetails setDatabaseServiceAccount(java.lang.String databaseServic } /** - * Required. disk_type + * Required. Disk type. * @return value or {@code null} for none */ public java.lang.String getDiskType() { @@ -118,7 +118,7 @@ public java.lang.String getDiskType() { } /** - * Required. disk_type + * Required. Disk type. * @param diskType diskType or {@code null} for none */ public DatabaseDetails setDiskType(java.lang.String diskType) { @@ -127,7 +127,7 @@ public DatabaseDetails setDiskType(java.lang.String diskType) { } /** - * Required. image for database server + * Required. Image for the database server. * @return value or {@code null} for none */ public java.lang.String getImage() { @@ -135,7 +135,7 @@ public java.lang.String getImage() { } /** - * Required. image for database server + * Required. Image for the database server. * @param image image or {@code null} for none */ public DatabaseDetails setImage(java.lang.String image) { @@ -144,7 +144,7 @@ public DatabaseDetails setImage(java.lang.String image) { } /** - * Optional. instance id + * Optional. Instance ID. * @return value or {@code null} for none */ public java.lang.String getInstanceId() { @@ -152,7 +152,7 @@ public java.lang.String getInstanceId() { } /** - * Optional. instance id + * Optional. Instance ID. * @param instanceId instanceId or {@code null} for none */ public DatabaseDetails setInstanceId(java.lang.String instanceId) { @@ -161,7 +161,7 @@ public DatabaseDetails setInstanceId(java.lang.String instanceId) { } /** - * Required. machine type + * Required. Machine type. * @return value or {@code null} for none */ public java.lang.String getMachineType() { @@ -169,7 +169,7 @@ public java.lang.String getMachineType() { } /** - * Required. machine type + * Required. Machine type. * @param machineType machineType or {@code null} for none */ public DatabaseDetails setMachineType(java.lang.String machineType) { @@ -178,7 +178,7 @@ public DatabaseDetails setMachineType(java.lang.String machineType) { } /** - * Optional. primary db vm name + * Optional. Primary DB VM name. * @return value or {@code null} for none */ public java.lang.String getPrimaryDbVm() { @@ -186,7 +186,7 @@ public java.lang.String getPrimaryDbVm() { } /** - * Optional. primary db vm name + * Optional. Primary DB VM name. * @param primaryDbVm primaryDbVm or {@code null} for none */ public DatabaseDetails setPrimaryDbVm(java.lang.String primaryDbVm) { @@ -195,7 +195,7 @@ public DatabaseDetails setPrimaryDbVm(java.lang.String primaryDbVm) { } /** - * Optional. secondary db vm name + * Optional. Secondary DB VM name. * @return value or {@code null} for none */ public java.lang.String getSecondaryDbVm() { @@ -203,7 +203,7 @@ public java.lang.String getSecondaryDbVm() { } /** - * Optional. secondary db vm name + * Optional. Secondary DB VM name. * @param secondaryDbVm secondaryDbVm or {@code null} for none */ public DatabaseDetails setSecondaryDbVm(java.lang.String secondaryDbVm) { @@ -212,7 +212,7 @@ public DatabaseDetails setSecondaryDbVm(java.lang.String secondaryDbVm) { } /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * @return value or {@code null} for none */ public java.lang.String getSecretManagerSecret() { @@ -220,7 +220,7 @@ public java.lang.String getSecretManagerSecret() { } /** - * Required. secret_manager_secret + * Required. Secret Manager secret. * @param secretManagerSecret secretManagerSecret or {@code null} for none */ public DatabaseDetails setSecretManagerSecret(java.lang.String secretManagerSecret) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Deployment.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Deployment.java index 51a72b8d5ba..dee67ffd50c 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Deployment.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Deployment.java @@ -30,45 +30,45 @@ public final class Deployment extends com.google.api.client.json.GenericJson { /** - * Output only. [Output only] Create time stamp + * Output only. Create time stamp. * The value may be {@code null}. */ @com.google.api.client.util.Key private String createTime; /** - * Description of the Deployment + * Description of the deployment. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String description; /** - * The name of deployment resource. The format will be - * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' + * The name of the deployment resource. The format is + * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String name; /** - * SAP system workload input + * SAP system workload input. * The value may be {@code null}. */ @com.google.api.client.util.Key private SapSystemS4Config sapSystemS4Config; /** - * User-specified Service Account (SA) credentials to be used for cloud build Format: + * User-specified Service Account (SA) credentials to be used for Cloud Build. Format: * `projects/{projectID}/serviceAccounts/{serviceAccount}` The default Cloud Build SA will be used - * initially if this field is not set during deployment creation + * initially if this field is not set during deployment creation. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String serviceAccount; /** - * MS SQL workload input + * MS SQL workload input. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -92,7 +92,7 @@ public final class Deployment extends com.google.api.client.json.GenericJson { private java.util.Map terraformVariables; /** - * Output only. [Output only] Update time stamp + * Output only. Update time stamp. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -108,14 +108,14 @@ public final class Deployment extends com.google.api.client.json.GenericJson { private java.lang.String workerPool; /** - * Optional. Workload type of the deployment + * Optional. Workload type of the deployment. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String workloadType; /** - * Output only. [Output only] Create time stamp + * Output only. Create time stamp. * @return value or {@code null} for none */ public String getCreateTime() { @@ -123,7 +123,7 @@ public String getCreateTime() { } /** - * Output only. [Output only] Create time stamp + * Output only. Create time stamp. * @param createTime createTime or {@code null} for none */ public Deployment setCreateTime(String createTime) { @@ -132,7 +132,7 @@ public Deployment setCreateTime(String createTime) { } /** - * Description of the Deployment + * Description of the deployment. * @return value or {@code null} for none */ public java.lang.String getDescription() { @@ -140,7 +140,7 @@ public java.lang.String getDescription() { } /** - * Description of the Deployment + * Description of the deployment. * @param description description or {@code null} for none */ public Deployment setDescription(java.lang.String description) { @@ -149,8 +149,8 @@ public Deployment setDescription(java.lang.String description) { } /** - * The name of deployment resource. The format will be - * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' + * The name of the deployment resource. The format is + * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. * @return value or {@code null} for none */ public java.lang.String getName() { @@ -158,8 +158,8 @@ public java.lang.String getName() { } /** - * The name of deployment resource. The format will be - * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}' + * The name of the deployment resource. The format is + * 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'. * @param name name or {@code null} for none */ public Deployment setName(java.lang.String name) { @@ -168,7 +168,7 @@ public Deployment setName(java.lang.String name) { } /** - * SAP system workload input + * SAP system workload input. * @return value or {@code null} for none */ public SapSystemS4Config getSapSystemS4Config() { @@ -176,7 +176,7 @@ public SapSystemS4Config getSapSystemS4Config() { } /** - * SAP system workload input + * SAP system workload input. * @param sapSystemS4Config sapSystemS4Config or {@code null} for none */ public Deployment setSapSystemS4Config(SapSystemS4Config sapSystemS4Config) { @@ -185,9 +185,9 @@ public Deployment setSapSystemS4Config(SapSystemS4Config sapSystemS4Config) { } /** - * User-specified Service Account (SA) credentials to be used for cloud build Format: + * User-specified Service Account (SA) credentials to be used for Cloud Build. Format: * `projects/{projectID}/serviceAccounts/{serviceAccount}` The default Cloud Build SA will be used - * initially if this field is not set during deployment creation + * initially if this field is not set during deployment creation. * @return value or {@code null} for none */ public java.lang.String getServiceAccount() { @@ -195,9 +195,9 @@ public java.lang.String getServiceAccount() { } /** - * User-specified Service Account (SA) credentials to be used for cloud build Format: + * User-specified Service Account (SA) credentials to be used for Cloud Build. Format: * `projects/{projectID}/serviceAccounts/{serviceAccount}` The default Cloud Build SA will be used - * initially if this field is not set during deployment creation + * initially if this field is not set during deployment creation. * @param serviceAccount serviceAccount or {@code null} for none */ public Deployment setServiceAccount(java.lang.String serviceAccount) { @@ -206,7 +206,7 @@ public Deployment setServiceAccount(java.lang.String serviceAccount) { } /** - * MS SQL workload input + * MS SQL workload input. * @return value or {@code null} for none */ public SqlServerWorkload getSqlServerWorkload() { @@ -214,7 +214,7 @@ public SqlServerWorkload getSqlServerWorkload() { } /** - * MS SQL workload input + * MS SQL workload input. * @param sqlServerWorkload sqlServerWorkload or {@code null} for none */ public Deployment setSqlServerWorkload(SqlServerWorkload sqlServerWorkload) { @@ -263,7 +263,7 @@ public Deployment setTerraformVariables(java.util.Map } /** - * Output only. [Output only] Update time stamp + * Output only. Update time stamp. * @return value or {@code null} for none */ public String getUpdateTime() { @@ -271,7 +271,7 @@ public String getUpdateTime() { } /** - * Output only. [Output only] Update time stamp + * Output only. Update time stamp. * @param updateTime updateTime or {@code null} for none */ public Deployment setUpdateTime(String updateTime) { @@ -301,7 +301,7 @@ public Deployment setWorkerPool(java.lang.String workerPool) { } /** - * Optional. Workload type of the deployment + * Optional. Workload type of the deployment. * @return value or {@code null} for none */ public java.lang.String getWorkloadType() { @@ -309,7 +309,7 @@ public java.lang.String getWorkloadType() { } /** - * Optional. Workload type of the deployment + * Optional. Workload type of the deployment. * @param workloadType workloadType or {@code null} for none */ public Deployment setWorkloadType(java.lang.String workloadType) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/DeploymentOutput.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/DeploymentOutput.java index c327b530ec9..cf3fde3ebd8 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/DeploymentOutput.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/DeploymentOutput.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Message for output of deployment resource + * Message for output of deployment resource. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,21 +30,21 @@ public final class DeploymentOutput extends com.google.api.client.json.GenericJson { /** - * name of the resource + * Name of the resource. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String name; /** - * type of the resource + * Type of the resource. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String type; /** - * name of the resource + * Name of the resource. * @return value or {@code null} for none */ public java.lang.String getName() { @@ -52,7 +52,7 @@ public java.lang.String getName() { } /** - * name of the resource + * Name of the resource. * @param name name or {@code null} for none */ public DeploymentOutput setName(java.lang.String name) { @@ -61,7 +61,7 @@ public DeploymentOutput setName(java.lang.String name) { } /** - * type of the resource + * Type of the resource. * @return value or {@code null} for none */ public java.lang.String getType() { @@ -69,7 +69,7 @@ public java.lang.String getType() { } /** - * type of the resource + * Type of the resource. * @param type type or {@code null} for none */ public DeploymentOutput setType(java.lang.String type) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ListActuationsResponse.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ListActuationsResponse.java index e485b72cc4c..2bf21a17f51 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ListActuationsResponse.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ListActuationsResponse.java @@ -30,7 +30,7 @@ public final class ListActuationsResponse extends com.google.api.client.json.GenericJson { /** - * The list of Actuation + * The list of actuations. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -58,7 +58,7 @@ public final class ListActuationsResponse extends com.google.api.client.json.Gen private java.util.List unreachable; /** - * The list of Actuation + * The list of actuations. * @return value or {@code null} for none */ public java.util.List getActuations() { @@ -66,7 +66,7 @@ public java.util.List getActuations() { } /** - * The list of Actuation + * The list of actuations. * @param actuations actuations or {@code null} for none */ public ListActuationsResponse setActuations(java.util.List actuations) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ListDeploymentsResponse.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ListDeploymentsResponse.java index 3124956cb43..e6259085d26 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ListDeploymentsResponse.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/ListDeploymentsResponse.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Message for response to listing Deployments + * Message for response to listing deployments. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,7 +30,7 @@ public final class ListDeploymentsResponse extends com.google.api.client.json.GenericJson { /** - * The list of Deployment + * The list of deployments. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -57,7 +57,7 @@ public final class ListDeploymentsResponse extends com.google.api.client.json.Ge private java.util.List unreachable; /** - * The list of Deployment + * The list of deployments. * @return value or {@code null} for none */ public java.util.List getDeployments() { @@ -65,7 +65,7 @@ public java.util.List getDeployments() { } /** - * The list of Deployment + * The list of deployments. * @param deployments deployments or {@code null} for none */ public ListDeploymentsResponse setDeployments(java.util.List deployments) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/LocationDetails.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/LocationDetails.java index 0032cef2264..6fbf1a7be44 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/LocationDetails.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/LocationDetails.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Message for sap instant details + * Message for SAP instance details. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,37 +30,37 @@ public final class LocationDetails extends com.google.api.client.json.GenericJson { /** - * Optional. create firewall, if true, create firewall for the deployment. This field provides an - * option to not always create firewall for the deployment. + * Optional. Create firewall. If true, creates a firewall for the deployment. This field provides + * an option to not always create a firewall for the deployment. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean createCommsFirewall; /** - * Optional. network tags + * Optional. Network tags. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List customTags; /** - * Optional. when user skip DNS configuration from UI, deployment_dns_enabled=false otherwise - * deployment_dns_enabled=true + * Optional. When the user skips DNS configuration in the UI, `deployment_dns_enabled` is false; + * otherwise `deployment_dns_enabled` is true. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean deploymentDnsEnabled; /** - * Optional. dns zone name + * Optional. DNS zone name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String dnsZone; /** - * Optional. dns_zone_name_suffix + * Optional. DNS zone name suffix. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -73,50 +73,50 @@ public final class LocationDetails extends com.google.api.client.json.GenericJso private java.lang.String internetAccess; /** - * Optional. network project + * Optional. Network project. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String networkProject; /** - * Required. region_name + * Required. Region name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String regionName; /** - * Required. subnet_name + * Required. Subnet name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String subnetName; /** - * Required. vpc_name + * Required. VPC name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String vpcName; /** - * Required. zone1_name + * Required. Zone 1 name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String zone1Name; /** - * Optional. zone2_name + * Optional. Zone 2 name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String zone2Name; /** - * Optional. create firewall, if true, create firewall for the deployment. This field provides an - * option to not always create firewall for the deployment. + * Optional. Create firewall. If true, creates a firewall for the deployment. This field provides + * an option to not always create a firewall for the deployment. * @return value or {@code null} for none */ public java.lang.Boolean getCreateCommsFirewall() { @@ -124,8 +124,8 @@ public java.lang.Boolean getCreateCommsFirewall() { } /** - * Optional. create firewall, if true, create firewall for the deployment. This field provides an - * option to not always create firewall for the deployment. + * Optional. Create firewall. If true, creates a firewall for the deployment. This field provides + * an option to not always create a firewall for the deployment. * @param createCommsFirewall createCommsFirewall or {@code null} for none */ public LocationDetails setCreateCommsFirewall(java.lang.Boolean createCommsFirewall) { @@ -134,7 +134,7 @@ public LocationDetails setCreateCommsFirewall(java.lang.Boolean createCommsFirew } /** - * Optional. network tags + * Optional. Network tags. * @return value or {@code null} for none */ public java.util.List getCustomTags() { @@ -142,7 +142,7 @@ public java.util.List getCustomTags() { } /** - * Optional. network tags + * Optional. Network tags. * @param customTags customTags or {@code null} for none */ public LocationDetails setCustomTags(java.util.List customTags) { @@ -151,8 +151,8 @@ public LocationDetails setCustomTags(java.util.List customTags } /** - * Optional. when user skip DNS configuration from UI, deployment_dns_enabled=false otherwise - * deployment_dns_enabled=true + * Optional. When the user skips DNS configuration in the UI, `deployment_dns_enabled` is false; + * otherwise `deployment_dns_enabled` is true. * @return value or {@code null} for none */ public java.lang.Boolean getDeploymentDnsEnabled() { @@ -160,8 +160,8 @@ public java.lang.Boolean getDeploymentDnsEnabled() { } /** - * Optional. when user skip DNS configuration from UI, deployment_dns_enabled=false otherwise - * deployment_dns_enabled=true + * Optional. When the user skips DNS configuration in the UI, `deployment_dns_enabled` is false; + * otherwise `deployment_dns_enabled` is true. * @param deploymentDnsEnabled deploymentDnsEnabled or {@code null} for none */ public LocationDetails setDeploymentDnsEnabled(java.lang.Boolean deploymentDnsEnabled) { @@ -170,7 +170,7 @@ public LocationDetails setDeploymentDnsEnabled(java.lang.Boolean deploymentDnsEn } /** - * Optional. dns zone name + * Optional. DNS zone name. * @return value or {@code null} for none */ public java.lang.String getDnsZone() { @@ -178,7 +178,7 @@ public java.lang.String getDnsZone() { } /** - * Optional. dns zone name + * Optional. DNS zone name. * @param dnsZone dnsZone or {@code null} for none */ public LocationDetails setDnsZone(java.lang.String dnsZone) { @@ -187,7 +187,7 @@ public LocationDetails setDnsZone(java.lang.String dnsZone) { } /** - * Optional. dns_zone_name_suffix + * Optional. DNS zone name suffix. * @return value or {@code null} for none */ public java.lang.String getDnsZoneNameSuffix() { @@ -195,7 +195,7 @@ public java.lang.String getDnsZoneNameSuffix() { } /** - * Optional. dns_zone_name_suffix + * Optional. DNS zone name suffix. * @param dnsZoneNameSuffix dnsZoneNameSuffix or {@code null} for none */ public LocationDetails setDnsZoneNameSuffix(java.lang.String dnsZoneNameSuffix) { @@ -219,7 +219,7 @@ public LocationDetails setInternetAccess(java.lang.String internetAccess) { } /** - * Optional. network project + * Optional. Network project. * @return value or {@code null} for none */ public java.lang.String getNetworkProject() { @@ -227,7 +227,7 @@ public java.lang.String getNetworkProject() { } /** - * Optional. network project + * Optional. Network project. * @param networkProject networkProject or {@code null} for none */ public LocationDetails setNetworkProject(java.lang.String networkProject) { @@ -236,7 +236,7 @@ public LocationDetails setNetworkProject(java.lang.String networkProject) { } /** - * Required. region_name + * Required. Region name. * @return value or {@code null} for none */ public java.lang.String getRegionName() { @@ -244,7 +244,7 @@ public java.lang.String getRegionName() { } /** - * Required. region_name + * Required. Region name. * @param regionName regionName or {@code null} for none */ public LocationDetails setRegionName(java.lang.String regionName) { @@ -253,7 +253,7 @@ public LocationDetails setRegionName(java.lang.String regionName) { } /** - * Required. subnet_name + * Required. Subnet name. * @return value or {@code null} for none */ public java.lang.String getSubnetName() { @@ -261,7 +261,7 @@ public java.lang.String getSubnetName() { } /** - * Required. subnet_name + * Required. Subnet name. * @param subnetName subnetName or {@code null} for none */ public LocationDetails setSubnetName(java.lang.String subnetName) { @@ -270,7 +270,7 @@ public LocationDetails setSubnetName(java.lang.String subnetName) { } /** - * Required. vpc_name + * Required. VPC name. * @return value or {@code null} for none */ public java.lang.String getVpcName() { @@ -278,7 +278,7 @@ public java.lang.String getVpcName() { } /** - * Required. vpc_name + * Required. VPC name. * @param vpcName vpcName or {@code null} for none */ public LocationDetails setVpcName(java.lang.String vpcName) { @@ -287,7 +287,7 @@ public LocationDetails setVpcName(java.lang.String vpcName) { } /** - * Required. zone1_name + * Required. Zone 1 name. * @return value or {@code null} for none */ public java.lang.String getZone1Name() { @@ -295,7 +295,7 @@ public java.lang.String getZone1Name() { } /** - * Required. zone1_name + * Required. Zone 1 name. * @param zone1Name zone1Name or {@code null} for none */ public LocationDetails setZone1Name(java.lang.String zone1Name) { @@ -304,7 +304,7 @@ public LocationDetails setZone1Name(java.lang.String zone1Name) { } /** - * Optional. zone2_name + * Optional. Zone 2 name. * @return value or {@code null} for none */ public java.lang.String getZone2Name() { @@ -312,7 +312,7 @@ public java.lang.String getZone2Name() { } /** - * Optional. zone2_name + * Optional. Zone 2 name. * @param zone2Name zone2Name or {@code null} for none */ public LocationDetails setZone2Name(java.lang.String zone2Name) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Pacemaker.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Pacemaker.java index 28b013c026b..a5f6f0ee319 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Pacemaker.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/Pacemaker.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * pacemaker configuration + * Pacemaker configuration. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,49 +30,49 @@ public final class Pacemaker extends com.google.api.client.json.GenericJson { /** - * Required. bucket location for node certificates + * Required. Bucket location for node certificates. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String bucketNameNodeCertificates; /** - * Required. pacemaker cluster name + * Required. Pacemaker cluster name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String pacemakerCluster; /** - * Required. pacemaker cluster secret name + * Required. Pacemaker cluster secret name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String pacemakerClusterSecret; /** - * Required. pacemaker cluster username + * Required. Pacemaker cluster username. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String pacemakerClusterUsername; /** - * Required. sql pacemaker secret name + * Required. SQL Pacemaker secret name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String sqlPacemakerSecret; /** - * Required. sql pacemaker username + * Required. SQL Pacemaker username. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String sqlPacemakerUsername; /** - * Required. bucket location for node certificates + * Required. Bucket location for node certificates. * @return value or {@code null} for none */ public java.lang.String getBucketNameNodeCertificates() { @@ -80,7 +80,7 @@ public java.lang.String getBucketNameNodeCertificates() { } /** - * Required. bucket location for node certificates + * Required. Bucket location for node certificates. * @param bucketNameNodeCertificates bucketNameNodeCertificates or {@code null} for none */ public Pacemaker setBucketNameNodeCertificates(java.lang.String bucketNameNodeCertificates) { @@ -89,7 +89,7 @@ public Pacemaker setBucketNameNodeCertificates(java.lang.String bucketNameNodeCe } /** - * Required. pacemaker cluster name + * Required. Pacemaker cluster name. * @return value or {@code null} for none */ public java.lang.String getPacemakerCluster() { @@ -97,7 +97,7 @@ public java.lang.String getPacemakerCluster() { } /** - * Required. pacemaker cluster name + * Required. Pacemaker cluster name. * @param pacemakerCluster pacemakerCluster or {@code null} for none */ public Pacemaker setPacemakerCluster(java.lang.String pacemakerCluster) { @@ -106,7 +106,7 @@ public Pacemaker setPacemakerCluster(java.lang.String pacemakerCluster) { } /** - * Required. pacemaker cluster secret name + * Required. Pacemaker cluster secret name. * @return value or {@code null} for none */ public java.lang.String getPacemakerClusterSecret() { @@ -114,7 +114,7 @@ public java.lang.String getPacemakerClusterSecret() { } /** - * Required. pacemaker cluster secret name + * Required. Pacemaker cluster secret name. * @param pacemakerClusterSecret pacemakerClusterSecret or {@code null} for none */ public Pacemaker setPacemakerClusterSecret(java.lang.String pacemakerClusterSecret) { @@ -123,7 +123,7 @@ public Pacemaker setPacemakerClusterSecret(java.lang.String pacemakerClusterSecr } /** - * Required. pacemaker cluster username + * Required. Pacemaker cluster username. * @return value or {@code null} for none */ public java.lang.String getPacemakerClusterUsername() { @@ -131,7 +131,7 @@ public java.lang.String getPacemakerClusterUsername() { } /** - * Required. pacemaker cluster username + * Required. Pacemaker cluster username. * @param pacemakerClusterUsername pacemakerClusterUsername or {@code null} for none */ public Pacemaker setPacemakerClusterUsername(java.lang.String pacemakerClusterUsername) { @@ -140,7 +140,7 @@ public Pacemaker setPacemakerClusterUsername(java.lang.String pacemakerClusterUs } /** - * Required. sql pacemaker secret name + * Required. SQL Pacemaker secret name. * @return value or {@code null} for none */ public java.lang.String getSqlPacemakerSecret() { @@ -148,7 +148,7 @@ public java.lang.String getSqlPacemakerSecret() { } /** - * Required. sql pacemaker secret name + * Required. SQL Pacemaker secret name. * @param sqlPacemakerSecret sqlPacemakerSecret or {@code null} for none */ public Pacemaker setSqlPacemakerSecret(java.lang.String sqlPacemakerSecret) { @@ -157,7 +157,7 @@ public Pacemaker setSqlPacemakerSecret(java.lang.String sqlPacemakerSecret) { } /** - * Required. sql pacemaker username + * Required. SQL Pacemaker username. * @return value or {@code null} for none */ public java.lang.String getSqlPacemakerUsername() { @@ -165,7 +165,7 @@ public java.lang.String getSqlPacemakerUsername() { } /** - * Required. sql pacemaker username + * Required. SQL Pacemaker username. * @param sqlPacemakerUsername sqlPacemakerUsername or {@code null} for none */ public Pacemaker setSqlPacemakerUsername(java.lang.String sqlPacemakerUsername) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SapSystemS4Config.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SapSystemS4Config.java index f0592c4c66b..2593675e5d7 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SapSystemS4Config.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SapSystemS4Config.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Message for sap system workload + * Message for SAP system workload. * *

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 Workload Manager API. For a detailed explanation see: @@ -36,85 +36,86 @@ public final class SapSystemS4Config extends com.google.api.client.json.GenericJ private java.lang.Boolean allowStoppingForUpdate; /** - * Ansible runner service account - let custoemrs bring their own SA for Ansible runner + * Ansible runner service account. Let customers bring their own service account for the Ansible + * runner. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String ansibleRunnerServiceAccount; /** - * instance details + * Instance details. * The value may be {@code null}. */ @com.google.api.client.util.Key private AppDetails app; /** - * database details + * Database details. * The value may be {@code null}. */ @com.google.api.client.util.Key private DatabaseDetails database; /** - * Required. two model non-HA and HA supported + * Required. Supports non-HA and HA models. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String deploymentModel; /** - * Required. deployment environment + * Required. Deployment environment. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String environmentType; /** - * the project that infrastructure deployed, current only support the same project where the - * deployment resource exist. + * The project that infrastructure is deployed in. Currently only supports the same project where + * the deployment resource exists. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String gcpProjectId; /** - * database details + * Database details. * The value may be {@code null}. */ @com.google.api.client.util.Key private LocationDetails location; /** - * Required. media_bucket_name + * Required. Media bucket name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String mediaBucketName; /** - * Optional. sap_boot_disk_image + * Optional. SAP boot disk image. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String sapBootDiskImage; /** - * Required. support scale up and scale out + * Required. Supports scale up and scale out. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String scalingMethod; /** - * Required. sap hana version + * Required. SAP HANA version. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String version; /** - * vm_prefix + * VM prefix. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -136,7 +137,8 @@ public SapSystemS4Config setAllowStoppingForUpdate(java.lang.Boolean allowStoppi } /** - * Ansible runner service account - let custoemrs bring their own SA for Ansible runner + * Ansible runner service account. Let customers bring their own service account for the Ansible + * runner. * @return value or {@code null} for none */ public java.lang.String getAnsibleRunnerServiceAccount() { @@ -144,7 +146,8 @@ public java.lang.String getAnsibleRunnerServiceAccount() { } /** - * Ansible runner service account - let custoemrs bring their own SA for Ansible runner + * Ansible runner service account. Let customers bring their own service account for the Ansible + * runner. * @param ansibleRunnerServiceAccount ansibleRunnerServiceAccount or {@code null} for none */ public SapSystemS4Config setAnsibleRunnerServiceAccount(java.lang.String ansibleRunnerServiceAccount) { @@ -153,7 +156,7 @@ public SapSystemS4Config setAnsibleRunnerServiceAccount(java.lang.String ansible } /** - * instance details + * Instance details. * @return value or {@code null} for none */ public AppDetails getApp() { @@ -161,7 +164,7 @@ public AppDetails getApp() { } /** - * instance details + * Instance details. * @param app app or {@code null} for none */ public SapSystemS4Config setApp(AppDetails app) { @@ -170,7 +173,7 @@ public SapSystemS4Config setApp(AppDetails app) { } /** - * database details + * Database details. * @return value or {@code null} for none */ public DatabaseDetails getDatabase() { @@ -178,7 +181,7 @@ public DatabaseDetails getDatabase() { } /** - * database details + * Database details. * @param database database or {@code null} for none */ public SapSystemS4Config setDatabase(DatabaseDetails database) { @@ -187,7 +190,7 @@ public SapSystemS4Config setDatabase(DatabaseDetails database) { } /** - * Required. two model non-HA and HA supported + * Required. Supports non-HA and HA models. * @return value or {@code null} for none */ public java.lang.String getDeploymentModel() { @@ -195,7 +198,7 @@ public java.lang.String getDeploymentModel() { } /** - * Required. two model non-HA and HA supported + * Required. Supports non-HA and HA models. * @param deploymentModel deploymentModel or {@code null} for none */ public SapSystemS4Config setDeploymentModel(java.lang.String deploymentModel) { @@ -204,7 +207,7 @@ public SapSystemS4Config setDeploymentModel(java.lang.String deploymentModel) { } /** - * Required. deployment environment + * Required. Deployment environment. * @return value or {@code null} for none */ public java.lang.String getEnvironmentType() { @@ -212,7 +215,7 @@ public java.lang.String getEnvironmentType() { } /** - * Required. deployment environment + * Required. Deployment environment. * @param environmentType environmentType or {@code null} for none */ public SapSystemS4Config setEnvironmentType(java.lang.String environmentType) { @@ -221,8 +224,8 @@ public SapSystemS4Config setEnvironmentType(java.lang.String environmentType) { } /** - * the project that infrastructure deployed, current only support the same project where the - * deployment resource exist. + * The project that infrastructure is deployed in. Currently only supports the same project where + * the deployment resource exists. * @return value or {@code null} for none */ public java.lang.String getGcpProjectId() { @@ -230,8 +233,8 @@ public java.lang.String getGcpProjectId() { } /** - * the project that infrastructure deployed, current only support the same project where the - * deployment resource exist. + * The project that infrastructure is deployed in. Currently only supports the same project where + * the deployment resource exists. * @param gcpProjectId gcpProjectId or {@code null} for none */ public SapSystemS4Config setGcpProjectId(java.lang.String gcpProjectId) { @@ -240,7 +243,7 @@ public SapSystemS4Config setGcpProjectId(java.lang.String gcpProjectId) { } /** - * database details + * Database details. * @return value or {@code null} for none */ public LocationDetails getLocation() { @@ -248,7 +251,7 @@ public LocationDetails getLocation() { } /** - * database details + * Database details. * @param location location or {@code null} for none */ public SapSystemS4Config setLocation(LocationDetails location) { @@ -257,7 +260,7 @@ public SapSystemS4Config setLocation(LocationDetails location) { } /** - * Required. media_bucket_name + * Required. Media bucket name. * @return value or {@code null} for none */ public java.lang.String getMediaBucketName() { @@ -265,7 +268,7 @@ public java.lang.String getMediaBucketName() { } /** - * Required. media_bucket_name + * Required. Media bucket name. * @param mediaBucketName mediaBucketName or {@code null} for none */ public SapSystemS4Config setMediaBucketName(java.lang.String mediaBucketName) { @@ -274,7 +277,7 @@ public SapSystemS4Config setMediaBucketName(java.lang.String mediaBucketName) { } /** - * Optional. sap_boot_disk_image + * Optional. SAP boot disk image. * @return value or {@code null} for none */ public java.lang.String getSapBootDiskImage() { @@ -282,7 +285,7 @@ public java.lang.String getSapBootDiskImage() { } /** - * Optional. sap_boot_disk_image + * Optional. SAP boot disk image. * @param sapBootDiskImage sapBootDiskImage or {@code null} for none */ public SapSystemS4Config setSapBootDiskImage(java.lang.String sapBootDiskImage) { @@ -291,7 +294,7 @@ public SapSystemS4Config setSapBootDiskImage(java.lang.String sapBootDiskImage) } /** - * Required. support scale up and scale out + * Required. Supports scale up and scale out. * @return value or {@code null} for none */ public java.lang.String getScalingMethod() { @@ -299,7 +302,7 @@ public java.lang.String getScalingMethod() { } /** - * Required. support scale up and scale out + * Required. Supports scale up and scale out. * @param scalingMethod scalingMethod or {@code null} for none */ public SapSystemS4Config setScalingMethod(java.lang.String scalingMethod) { @@ -308,7 +311,7 @@ public SapSystemS4Config setScalingMethod(java.lang.String scalingMethod) { } /** - * Required. sap hana version + * Required. SAP HANA version. * @return value or {@code null} for none */ public java.lang.String getVersion() { @@ -316,7 +319,7 @@ public java.lang.String getVersion() { } /** - * Required. sap hana version + * Required. SAP HANA version. * @param version version or {@code null} for none */ public SapSystemS4Config setVersion(java.lang.String version) { @@ -325,7 +328,7 @@ public SapSystemS4Config setVersion(java.lang.String version) { } /** - * vm_prefix + * VM prefix. * @return value or {@code null} for none */ public java.lang.String getVmPrefix() { @@ -333,7 +336,7 @@ public java.lang.String getVmPrefix() { } /** - * vm_prefix + * VM prefix. * @param vmPrefix vmPrefix or {@code null} for none */ public SapSystemS4Config setVmPrefix(java.lang.String vmPrefix) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SqlLocationDetails.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SqlLocationDetails.java index fe662e77646..f49301e986b 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SqlLocationDetails.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SqlLocationDetails.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Location and networking details for configuring SQL server workload + * Location and networking details for configuring SQL server workload. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,75 +30,75 @@ public final class SqlLocationDetails extends com.google.api.client.json.GenericJson { /** - * Optional. create a new DNS Zone when the field is empty, Only show for `Using an existing DNS` - * List of existing DNS Zones tf variable name: existing_dns_zone_name + * Optional. Create a new DNS zone when the field is empty. Only shown for `Using an existing + * DNS`. List of existing DNS zones. Terraform variable name: existing_dns_zone_name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String dnsZone; /** - * Required. the project that infrastructure deployed, currently only supports the same project - * where the deployment resource exists. + * Required. The project that infrastructure is deployed in. Currently only supports the same + * project where the deployment resource exists. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String gcpProjectId; /** - * Required. Internet Access + * Required. Internet Access. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String internetAccess; /** - * Required. network name + * Required. Network name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String network; /** - * Required. primary zone + * Required. Primary zone. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String primaryZone; /** - * Required. region name + * Required. Region name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String region; /** - * Optional. secondary zone can't be same as primary_zone and is only for High Availability - * deployment mode + * Optional. Secondary zone cannot be the same as primary_zone and is only for High Availability + * deployment mode. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String secondaryZone; /** - * Required. subnetwork name + * Required. Subnetwork name. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String subnetwork; /** - * Optional. teriary zone can't be same as primary_zone and secondary zone, and it is only for - * High Availability deployment mode + * Optional. Tertiary zone cannot be the same as primary_zone and secondary_zone, and it is only + * for High Availability deployment mode. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String tertiaryZone; /** - * Optional. create a new DNS Zone when the field is empty, Only show for `Using an existing DNS` - * List of existing DNS Zones tf variable name: existing_dns_zone_name + * Optional. Create a new DNS zone when the field is empty. Only shown for `Using an existing + * DNS`. List of existing DNS zones. Terraform variable name: existing_dns_zone_name. * @return value or {@code null} for none */ public java.lang.String getDnsZone() { @@ -106,8 +106,8 @@ public java.lang.String getDnsZone() { } /** - * Optional. create a new DNS Zone when the field is empty, Only show for `Using an existing DNS` - * List of existing DNS Zones tf variable name: existing_dns_zone_name + * Optional. Create a new DNS zone when the field is empty. Only shown for `Using an existing + * DNS`. List of existing DNS zones. Terraform variable name: existing_dns_zone_name. * @param dnsZone dnsZone or {@code null} for none */ public SqlLocationDetails setDnsZone(java.lang.String dnsZone) { @@ -116,8 +116,8 @@ public SqlLocationDetails setDnsZone(java.lang.String dnsZone) { } /** - * Required. the project that infrastructure deployed, currently only supports the same project - * where the deployment resource exists. + * Required. The project that infrastructure is deployed in. Currently only supports the same + * project where the deployment resource exists. * @return value or {@code null} for none */ public java.lang.String getGcpProjectId() { @@ -125,8 +125,8 @@ public java.lang.String getGcpProjectId() { } /** - * Required. the project that infrastructure deployed, currently only supports the same project - * where the deployment resource exists. + * Required. The project that infrastructure is deployed in. Currently only supports the same + * project where the deployment resource exists. * @param gcpProjectId gcpProjectId or {@code null} for none */ public SqlLocationDetails setGcpProjectId(java.lang.String gcpProjectId) { @@ -135,7 +135,7 @@ public SqlLocationDetails setGcpProjectId(java.lang.String gcpProjectId) { } /** - * Required. Internet Access + * Required. Internet Access. * @return value or {@code null} for none */ public java.lang.String getInternetAccess() { @@ -143,7 +143,7 @@ public java.lang.String getInternetAccess() { } /** - * Required. Internet Access + * Required. Internet Access. * @param internetAccess internetAccess or {@code null} for none */ public SqlLocationDetails setInternetAccess(java.lang.String internetAccess) { @@ -152,7 +152,7 @@ public SqlLocationDetails setInternetAccess(java.lang.String internetAccess) { } /** - * Required. network name + * Required. Network name. * @return value or {@code null} for none */ public java.lang.String getNetwork() { @@ -160,7 +160,7 @@ public java.lang.String getNetwork() { } /** - * Required. network name + * Required. Network name. * @param network network or {@code null} for none */ public SqlLocationDetails setNetwork(java.lang.String network) { @@ -169,7 +169,7 @@ public SqlLocationDetails setNetwork(java.lang.String network) { } /** - * Required. primary zone + * Required. Primary zone. * @return value or {@code null} for none */ public java.lang.String getPrimaryZone() { @@ -177,7 +177,7 @@ public java.lang.String getPrimaryZone() { } /** - * Required. primary zone + * Required. Primary zone. * @param primaryZone primaryZone or {@code null} for none */ public SqlLocationDetails setPrimaryZone(java.lang.String primaryZone) { @@ -186,7 +186,7 @@ public SqlLocationDetails setPrimaryZone(java.lang.String primaryZone) { } /** - * Required. region name + * Required. Region name. * @return value or {@code null} for none */ public java.lang.String getRegion() { @@ -194,7 +194,7 @@ public java.lang.String getRegion() { } /** - * Required. region name + * Required. Region name. * @param region region or {@code null} for none */ public SqlLocationDetails setRegion(java.lang.String region) { @@ -203,8 +203,8 @@ public SqlLocationDetails setRegion(java.lang.String region) { } /** - * Optional. secondary zone can't be same as primary_zone and is only for High Availability - * deployment mode + * Optional. Secondary zone cannot be the same as primary_zone and is only for High Availability + * deployment mode. * @return value or {@code null} for none */ public java.lang.String getSecondaryZone() { @@ -212,8 +212,8 @@ public java.lang.String getSecondaryZone() { } /** - * Optional. secondary zone can't be same as primary_zone and is only for High Availability - * deployment mode + * Optional. Secondary zone cannot be the same as primary_zone and is only for High Availability + * deployment mode. * @param secondaryZone secondaryZone or {@code null} for none */ public SqlLocationDetails setSecondaryZone(java.lang.String secondaryZone) { @@ -222,7 +222,7 @@ public SqlLocationDetails setSecondaryZone(java.lang.String secondaryZone) { } /** - * Required. subnetwork name + * Required. Subnetwork name. * @return value or {@code null} for none */ public java.lang.String getSubnetwork() { @@ -230,7 +230,7 @@ public java.lang.String getSubnetwork() { } /** - * Required. subnetwork name + * Required. Subnetwork name. * @param subnetwork subnetwork or {@code null} for none */ public SqlLocationDetails setSubnetwork(java.lang.String subnetwork) { @@ -239,8 +239,8 @@ public SqlLocationDetails setSubnetwork(java.lang.String subnetwork) { } /** - * Optional. teriary zone can't be same as primary_zone and secondary zone, and it is only for - * High Availability deployment mode + * Optional. Tertiary zone cannot be the same as primary_zone and secondary_zone, and it is only + * for High Availability deployment mode. * @return value or {@code null} for none */ public java.lang.String getTertiaryZone() { @@ -248,8 +248,8 @@ public java.lang.String getTertiaryZone() { } /** - * Optional. teriary zone can't be same as primary_zone and secondary zone, and it is only for - * High Availability deployment mode + * Optional. Tertiary zone cannot be the same as primary_zone and secondary_zone, and it is only + * for High Availability deployment mode. * @param tertiaryZone tertiaryZone or {@code null} for none */ public SqlLocationDetails setTertiaryZone(java.lang.String tertiaryZone) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SqlServerWorkload.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SqlServerWorkload.java index 977f2b8da82..ed4be69fc7d 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SqlServerWorkload.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/SqlServerWorkload.java @@ -17,7 +17,7 @@ package com.google.api.services.workloadmanager.v1.model; /** - * Message for MS SQL workload + * Message for MS SQL workload. * *

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 Workload Manager API. For a detailed explanation see: @@ -30,128 +30,129 @@ public final class SqlServerWorkload extends com.google.api.client.json.GenericJson { /** - * Required. active directory details + * Required. Active Directory details. * The value may be {@code null}. */ @com.google.api.client.util.Key private ActiveDirectory activeDirectory; /** - * Compute engine service account - let customers bring their own SA for Compute engine + * Compute Engine service account. Let customers bring their own service account for Compute + * Engine. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String computeEngineServiceAccount; /** - * Required. database details + * Required. Database details. * The value may be {@code null}. */ @com.google.api.client.util.Key private Database database; /** - * Required. HIGH_AVAILABILITY or SINGLE_INSTANCE + * Required. HIGH_AVAILABILITY or SINGLE_INSTANCE. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String deploymentModel; /** - * Required. deployment environment + * Required. Deployment environment. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String environmentType; /** - * Optional. SHARED_DISK or S2D + * Optional. SHARED_DISK or S2D. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String fciType; /** - * Optional. AOAG or FCI, it is only needed for High Availability deployment mode + * Optional. AOAG or FCI. It is only needed for the High Availability deployment mode. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String haType; /** - * Required. SQL licensing type + * Required. SQL licensing type. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean isSqlPayg; /** - * Required. location details + * Required. Location details. * The value may be {@code null}. */ @com.google.api.client.util.Key private SqlLocationDetails location; /** - * Required. name of the media storing SQL server installation files + * Required. Name of the media storing SQL server installation files. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String mediaBucket; /** - * Required. type of the operating system the SQL server is going to run on top of + * Required. The type of the operating system the SQL server is going to run on top of. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String operatingSystemType; /** - * Required. the image of the operating system + * Required. The image of the operating system. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String osImage; /** - * Optional. OS image type, it's used to create boot disks for VM instances When either Windows - * licensing type or SQL licensing type is BYOL, this option is disabled and default to custom - * image + * Optional. OS image type. It's used to create boot disks for VM instances. When either Windows + * licensing type or SQL licensing type is BYOL, this option is disabled and defaults to a custom + * image. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String osImageType; /** - * Optional. pacemaker configuration, only applicable for Linux HA deployments + * Optional. Pacemaker configuration, only applicable for Linux HA deployments. * The value may be {@code null}. */ @com.google.api.client.util.Key private Pacemaker pacemaker; /** - * Optional. SQL Server Edition type, only applicable when Operating System is Linux + * Optional. SQL Server Edition type, only applicable when the operating system is Linux. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String sqlServerEdition; /** - * Optional. 2017 or 2019 or 2022 + * Optional. 2017, 2019, or 2022. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String sqlServerVersion; /** - * Required. should be unique in the project + * Required. Should be unique in the project. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String vmPrefix; /** - * Required. active directory details + * Required. Active Directory details. * @return value or {@code null} for none */ public ActiveDirectory getActiveDirectory() { @@ -159,7 +160,7 @@ public ActiveDirectory getActiveDirectory() { } /** - * Required. active directory details + * Required. Active Directory details. * @param activeDirectory activeDirectory or {@code null} for none */ public SqlServerWorkload setActiveDirectory(ActiveDirectory activeDirectory) { @@ -168,7 +169,8 @@ public SqlServerWorkload setActiveDirectory(ActiveDirectory activeDirectory) { } /** - * Compute engine service account - let customers bring their own SA for Compute engine + * Compute Engine service account. Let customers bring their own service account for Compute + * Engine. * @return value or {@code null} for none */ public java.lang.String getComputeEngineServiceAccount() { @@ -176,7 +178,8 @@ public java.lang.String getComputeEngineServiceAccount() { } /** - * Compute engine service account - let customers bring their own SA for Compute engine + * Compute Engine service account. Let customers bring their own service account for Compute + * Engine. * @param computeEngineServiceAccount computeEngineServiceAccount or {@code null} for none */ public SqlServerWorkload setComputeEngineServiceAccount(java.lang.String computeEngineServiceAccount) { @@ -185,7 +188,7 @@ public SqlServerWorkload setComputeEngineServiceAccount(java.lang.String compute } /** - * Required. database details + * Required. Database details. * @return value or {@code null} for none */ public Database getDatabase() { @@ -193,7 +196,7 @@ public Database getDatabase() { } /** - * Required. database details + * Required. Database details. * @param database database or {@code null} for none */ public SqlServerWorkload setDatabase(Database database) { @@ -202,7 +205,7 @@ public SqlServerWorkload setDatabase(Database database) { } /** - * Required. HIGH_AVAILABILITY or SINGLE_INSTANCE + * Required. HIGH_AVAILABILITY or SINGLE_INSTANCE. * @return value or {@code null} for none */ public java.lang.String getDeploymentModel() { @@ -210,7 +213,7 @@ public java.lang.String getDeploymentModel() { } /** - * Required. HIGH_AVAILABILITY or SINGLE_INSTANCE + * Required. HIGH_AVAILABILITY or SINGLE_INSTANCE. * @param deploymentModel deploymentModel or {@code null} for none */ public SqlServerWorkload setDeploymentModel(java.lang.String deploymentModel) { @@ -219,7 +222,7 @@ public SqlServerWorkload setDeploymentModel(java.lang.String deploymentModel) { } /** - * Required. deployment environment + * Required. Deployment environment. * @return value or {@code null} for none */ public java.lang.String getEnvironmentType() { @@ -227,7 +230,7 @@ public java.lang.String getEnvironmentType() { } /** - * Required. deployment environment + * Required. Deployment environment. * @param environmentType environmentType or {@code null} for none */ public SqlServerWorkload setEnvironmentType(java.lang.String environmentType) { @@ -236,7 +239,7 @@ public SqlServerWorkload setEnvironmentType(java.lang.String environmentType) { } /** - * Optional. SHARED_DISK or S2D + * Optional. SHARED_DISK or S2D. * @return value or {@code null} for none */ public java.lang.String getFciType() { @@ -244,7 +247,7 @@ public java.lang.String getFciType() { } /** - * Optional. SHARED_DISK or S2D + * Optional. SHARED_DISK or S2D. * @param fciType fciType or {@code null} for none */ public SqlServerWorkload setFciType(java.lang.String fciType) { @@ -253,7 +256,7 @@ public SqlServerWorkload setFciType(java.lang.String fciType) { } /** - * Optional. AOAG or FCI, it is only needed for High Availability deployment mode + * Optional. AOAG or FCI. It is only needed for the High Availability deployment mode. * @return value or {@code null} for none */ public java.lang.String getHaType() { @@ -261,7 +264,7 @@ public java.lang.String getHaType() { } /** - * Optional. AOAG or FCI, it is only needed for High Availability deployment mode + * Optional. AOAG or FCI. It is only needed for the High Availability deployment mode. * @param haType haType or {@code null} for none */ public SqlServerWorkload setHaType(java.lang.String haType) { @@ -270,7 +273,7 @@ public SqlServerWorkload setHaType(java.lang.String haType) { } /** - * Required. SQL licensing type + * Required. SQL licensing type. * @return value or {@code null} for none */ public java.lang.Boolean getIsSqlPayg() { @@ -278,7 +281,7 @@ public java.lang.Boolean getIsSqlPayg() { } /** - * Required. SQL licensing type + * Required. SQL licensing type. * @param isSqlPayg isSqlPayg or {@code null} for none */ public SqlServerWorkload setIsSqlPayg(java.lang.Boolean isSqlPayg) { @@ -287,7 +290,7 @@ public SqlServerWorkload setIsSqlPayg(java.lang.Boolean isSqlPayg) { } /** - * Required. location details + * Required. Location details. * @return value or {@code null} for none */ public SqlLocationDetails getLocation() { @@ -295,7 +298,7 @@ public SqlLocationDetails getLocation() { } /** - * Required. location details + * Required. Location details. * @param location location or {@code null} for none */ public SqlServerWorkload setLocation(SqlLocationDetails location) { @@ -304,7 +307,7 @@ public SqlServerWorkload setLocation(SqlLocationDetails location) { } /** - * Required. name of the media storing SQL server installation files + * Required. Name of the media storing SQL server installation files. * @return value or {@code null} for none */ public java.lang.String getMediaBucket() { @@ -312,7 +315,7 @@ public java.lang.String getMediaBucket() { } /** - * Required. name of the media storing SQL server installation files + * Required. Name of the media storing SQL server installation files. * @param mediaBucket mediaBucket or {@code null} for none */ public SqlServerWorkload setMediaBucket(java.lang.String mediaBucket) { @@ -321,7 +324,7 @@ public SqlServerWorkload setMediaBucket(java.lang.String mediaBucket) { } /** - * Required. type of the operating system the SQL server is going to run on top of + * Required. The type of the operating system the SQL server is going to run on top of. * @return value or {@code null} for none */ public java.lang.String getOperatingSystemType() { @@ -329,7 +332,7 @@ public java.lang.String getOperatingSystemType() { } /** - * Required. type of the operating system the SQL server is going to run on top of + * Required. The type of the operating system the SQL server is going to run on top of. * @param operatingSystemType operatingSystemType or {@code null} for none */ public SqlServerWorkload setOperatingSystemType(java.lang.String operatingSystemType) { @@ -338,7 +341,7 @@ public SqlServerWorkload setOperatingSystemType(java.lang.String operatingSystem } /** - * Required. the image of the operating system + * Required. The image of the operating system. * @return value or {@code null} for none */ public java.lang.String getOsImage() { @@ -346,7 +349,7 @@ public java.lang.String getOsImage() { } /** - * Required. the image of the operating system + * Required. The image of the operating system. * @param osImage osImage or {@code null} for none */ public SqlServerWorkload setOsImage(java.lang.String osImage) { @@ -355,9 +358,9 @@ public SqlServerWorkload setOsImage(java.lang.String osImage) { } /** - * Optional. OS image type, it's used to create boot disks for VM instances When either Windows - * licensing type or SQL licensing type is BYOL, this option is disabled and default to custom - * image + * Optional. OS image type. It's used to create boot disks for VM instances. When either Windows + * licensing type or SQL licensing type is BYOL, this option is disabled and defaults to a custom + * image. * @return value or {@code null} for none */ public java.lang.String getOsImageType() { @@ -365,9 +368,9 @@ public java.lang.String getOsImageType() { } /** - * Optional. OS image type, it's used to create boot disks for VM instances When either Windows - * licensing type or SQL licensing type is BYOL, this option is disabled and default to custom - * image + * Optional. OS image type. It's used to create boot disks for VM instances. When either Windows + * licensing type or SQL licensing type is BYOL, this option is disabled and defaults to a custom + * image. * @param osImageType osImageType or {@code null} for none */ public SqlServerWorkload setOsImageType(java.lang.String osImageType) { @@ -376,7 +379,7 @@ public SqlServerWorkload setOsImageType(java.lang.String osImageType) { } /** - * Optional. pacemaker configuration, only applicable for Linux HA deployments + * Optional. Pacemaker configuration, only applicable for Linux HA deployments. * @return value or {@code null} for none */ public Pacemaker getPacemaker() { @@ -384,7 +387,7 @@ public Pacemaker getPacemaker() { } /** - * Optional. pacemaker configuration, only applicable for Linux HA deployments + * Optional. Pacemaker configuration, only applicable for Linux HA deployments. * @param pacemaker pacemaker or {@code null} for none */ public SqlServerWorkload setPacemaker(Pacemaker pacemaker) { @@ -393,7 +396,7 @@ public SqlServerWorkload setPacemaker(Pacemaker pacemaker) { } /** - * Optional. SQL Server Edition type, only applicable when Operating System is Linux + * Optional. SQL Server Edition type, only applicable when the operating system is Linux. * @return value or {@code null} for none */ public java.lang.String getSqlServerEdition() { @@ -401,7 +404,7 @@ public java.lang.String getSqlServerEdition() { } /** - * Optional. SQL Server Edition type, only applicable when Operating System is Linux + * Optional. SQL Server Edition type, only applicable when the operating system is Linux. * @param sqlServerEdition sqlServerEdition or {@code null} for none */ public SqlServerWorkload setSqlServerEdition(java.lang.String sqlServerEdition) { @@ -410,7 +413,7 @@ public SqlServerWorkload setSqlServerEdition(java.lang.String sqlServerEdition) } /** - * Optional. 2017 or 2019 or 2022 + * Optional. 2017, 2019, or 2022. * @return value or {@code null} for none */ public java.lang.String getSqlServerVersion() { @@ -418,7 +421,7 @@ public java.lang.String getSqlServerVersion() { } /** - * Optional. 2017 or 2019 or 2022 + * Optional. 2017, 2019, or 2022. * @param sqlServerVersion sqlServerVersion or {@code null} for none */ public SqlServerWorkload setSqlServerVersion(java.lang.String sqlServerVersion) { @@ -427,7 +430,7 @@ public SqlServerWorkload setSqlServerVersion(java.lang.String sqlServerVersion) } /** - * Required. should be unique in the project + * Required. Should be unique in the project. * @return value or {@code null} for none */ public java.lang.String getVmPrefix() { @@ -435,7 +438,7 @@ public java.lang.String getVmPrefix() { } /** - * Required. should be unique in the project + * Required. Should be unique in the project. * @param vmPrefix vmPrefix or {@code null} for none */ public SqlServerWorkload setVmPrefix(java.lang.String vmPrefix) { diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/TerraformVariable.java b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/TerraformVariable.java index 84674ab6295..f5a1d32a793 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/TerraformVariable.java +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/com/google/api/services/workloadmanager/v1/model/TerraformVariable.java @@ -17,9 +17,9 @@ package com.google.api.services.workloadmanager.v1.model; /** - * In order to align with Infra Manager dependency, we create the same TerraformVariable message to - * represent a Terraform input variable, by following Infra Manager's API documentation: - * https://cloud.google.com/infrastructure-manager/docs/reference/rest A Terraform input variable. + * In order to align with the Infra Manager dependency, we create the same TerraformVariable message + * to represent a Terraform input variable, by following Infra Manager's API documentation: + * https://cloud.google.com/infrastructure-manager/docs/reference/rest. A Terraform input variable. * *

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 Workload Manager API. For a detailed explanation see: diff --git a/clients/google-api-services-workloadmanager/v1/2.0.0/pom.xml b/clients/google-api-services-workloadmanager/v1/2.0.0/pom.xml index cfbd5b0bb42..cdac329ba47 100644 --- a/clients/google-api-services-workloadmanager/v1/2.0.0/pom.xml +++ b/clients/google-api-services-workloadmanager/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-workloadmanager - v1-rev20260429-2.0.0 - Workload Manager API v1-rev20260429-2.0.0 + v1-rev20260602-2.0.0 + Workload Manager API v1-rev20260602-2.0.0 jar 2011 diff --git a/clients/google-api-services-workloadmanager/v1/README.md b/clients/google-api-services-workloadmanager/v1/README.md index d09a341add0..649d08fdb67 100644 --- a/clients/google-api-services-workloadmanager/v1/README.md +++ b/clients/google-api-services-workloadmanager/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-workloadmanager - v1-rev20260429-2.0.0 + v1-rev20260602-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260429-2.0.0' + implementation 'com.google.apis:google-api-services-workloadmanager:v1-rev20260602-2.0.0' } ```