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 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 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 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 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 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 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 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 @@