diff --git a/clients/google-api-services-alloydb/v1/2.0.0/README.md b/clients/google-api-services-alloydb/v1/2.0.0/README.md
index 3ea4642743e..95d7dca121d 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/README.md
+++ b/clients/google-api-services-alloydb/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see: @@ -30,45 +30,42 @@ public final class StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration extends com.google.api.client.json.GenericJson { /** - * Checks for existence of (multi-cluster) routing configuration that allows automatic failover to - * a different zone/region in case of an outage. Applicable to Bigtable resources. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean automaticFailoverRoutingConfigured; /** - * Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. - * Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from - * more than one zone in a region (it is highly available). + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String availabilityType; /** - * Checks for resources that are configured to have redundancy, and ongoing replication across - * regions + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean crossRegionReplicaConfigured; /** + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean externalReplicaConfigured; /** + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean promotableReplicaConfigured; /** - * Checks for existence of (multi-cluster) routing configuration that allows automatic failover to - * a different zone/region in case of an outage. Applicable to Bigtable resources. + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.Boolean getAutomaticFailoverRoutingConfigured() { @@ -76,8 +73,7 @@ public java.lang.Boolean getAutomaticFailoverRoutingConfigured() { } /** - * Checks for existence of (multi-cluster) routing configuration that allows automatic failover to - * a different zone/region in case of an outage. Applicable to Bigtable resources. + * Disable validation warnings * @param automaticFailoverRoutingConfigured automaticFailoverRoutingConfigured or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAutomaticFailoverRoutingConfigured(java.lang.Boolean automaticFailoverRoutingConfigured) { @@ -86,9 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAutomat } /** - * Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. - * Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from - * more than one zone in a region (it is highly available). + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.String getAvailabilityType() { @@ -96,9 +90,7 @@ public java.lang.String getAvailabilityType() { } /** - * Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. - * Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from - * more than one zone in a region (it is highly available). + * Disable validation warnings * @param availabilityType availabilityType or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAvailabilityType(java.lang.String availabilityType) { @@ -107,8 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAvailab } /** - * Checks for resources that are configured to have redundancy, and ongoing replication across - * regions + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.Boolean getCrossRegionReplicaConfigured() { @@ -116,8 +107,7 @@ public java.lang.Boolean getCrossRegionReplicaConfigured() { } /** - * Checks for resources that are configured to have redundancy, and ongoing replication across - * regions + * Disable validation warnings * @param crossRegionReplicaConfigured crossRegionReplicaConfigured or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setCrossRegionReplicaConfigured(java.lang.Boolean crossRegionReplicaConfigured) { @@ -126,6 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setCrossRe } /** + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.Boolean getExternalReplicaConfigured() { @@ -133,6 +124,7 @@ public java.lang.Boolean getExternalReplicaConfigured() { } /** + * Disable validation warnings * @param externalReplicaConfigured externalReplicaConfigured or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExternalReplicaConfigured(java.lang.Boolean externalReplicaConfigured) { @@ -141,6 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExterna } /** + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.Boolean getPromotableReplicaConfigured() { @@ -148,6 +141,7 @@ public java.lang.Boolean getPromotableReplicaConfigured() { } /** + * Disable validation warnings * @param promotableReplicaConfigured promotableReplicaConfigured or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setPromotableReplicaConfigured(java.lang.Boolean promotableReplicaConfigured) { diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java index 0267a8a264a..7b03d2a5df9 100644 --- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java +++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java @@ -17,7 +17,7 @@ package com.google.api.services.alloydb.v1.model; /** - * Configuration for automatic backups + * Disable validation warnings * *
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 AlloyDB API. For a detailed explanation see: @@ -30,29 +30,28 @@ public final class StorageDatabasecenterPartnerapiV1mainBackupConfiguration extends com.google.api.client.json.GenericJson { /** - * Whether customer visible automated backups are enabled on the instance. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean automatedBackupEnabled; /** - * Backup retention settings. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private StorageDatabasecenterPartnerapiV1mainRetentionSettings backupRetentionSettings; /** - * Whether point-in-time recovery is enabled. This is optional field, if the database service does - * not have this feature or metadata is not available in control plane, this can be omitted. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean pointInTimeRecoveryEnabled; /** - * Whether customer visible automated backups are enabled on the instance. + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.Boolean getAutomatedBackupEnabled() { @@ -60,7 +59,7 @@ public java.lang.Boolean getAutomatedBackupEnabled() { } /** - * Whether customer visible automated backups are enabled on the instance. + * Disable validation warnings * @param automatedBackupEnabled automatedBackupEnabled or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setAutomatedBackupEnabled(java.lang.Boolean automatedBackupEnabled) { @@ -69,7 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setAutomatedBack } /** - * Backup retention settings. + * Disable validation warnings * @return value or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainRetentionSettings getBackupRetentionSettings() { @@ -77,7 +76,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings getBackupRetention } /** - * Backup retention settings. + * Disable validation warnings * @param backupRetentionSettings backupRetentionSettings or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setBackupRetentionSettings(StorageDatabasecenterPartnerapiV1mainRetentionSettings backupRetentionSettings) { @@ -86,8 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setBackupRetenti } /** - * Whether point-in-time recovery is enabled. This is optional field, if the database service does - * not have this feature or metadata is not available in control plane, this can be omitted. + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.Boolean getPointInTimeRecoveryEnabled() { @@ -95,8 +93,7 @@ public java.lang.Boolean getPointInTimeRecoveryEnabled() { } /** - * Whether point-in-time recovery is enabled. This is optional field, if the database service does - * not have this feature or metadata is not available in control plane, this can be omitted. + * Disable validation warnings * @param pointInTimeRecoveryEnabled pointInTimeRecoveryEnabled or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setPointInTimeRecoveryEnabled(java.lang.Boolean pointInTimeRecoveryEnabled) { diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java index 6ab74276d0f..39cc8b37ea5 100644 --- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java +++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java @@ -17,7 +17,7 @@ package com.google.api.services.alloydb.v1.model; /** - * BackupDRConfiguration to capture the backup and disaster recovery details of database resource. + * Disable validation warnings * *
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 AlloyDB API. For a detailed explanation see: @@ -30,14 +30,14 @@ public final class StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration extends com.google.api.client.json.GenericJson { /** - * Indicates if the resource is managed by BackupDR. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean backupdrManaged; /** - * Indicates if the resource is managed by BackupDR. + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.Boolean getBackupdrManaged() { @@ -45,7 +45,7 @@ public java.lang.Boolean getBackupdrManaged() { } /** - * Indicates if the resource is managed by BackupDR. + * Disable validation warnings * @param backupdrManaged backupdrManaged or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration setBackupdrManaged(java.lang.Boolean backupdrManaged) { diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java index 2bf345a3aa4..e6b24fbf11c 100644 --- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java +++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java @@ -17,8 +17,7 @@ package com.google.api.services.alloydb.v1.model; /** - * BackupDRMetadata contains information about the backup and disaster recovery metadata of a - * database resource. + * Disable validation warnings * *
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 AlloyDB API. For a detailed explanation see: @@ -31,49 +30,49 @@ public final class StorageDatabasecenterPartnerapiV1mainBackupDRMetadata extends com.google.api.client.json.GenericJson { /** - * Backup configuration for this instance. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration; /** - * Latest backup run information for this instance. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun; /** - * BackupDR configuration for this instance. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration backupdrConfiguration; /** - * Required. Full resource name of this instance. + * Required. Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String fullResourceName; /** - * Required. Last time backup configuration was refreshed. + * Required. Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private String lastRefreshTime; /** - * Required. Database resource id. + * Required. Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId; /** - * Backup configuration for this instance. + * Disable validation warnings * @return value or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfiguration() { @@ -81,7 +80,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfigu } /** - * Backup configuration for this instance. + * Disable validation warnings * @param backupConfiguration backupConfiguration or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupConfiguration(StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration) { @@ -90,7 +89,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupConfigurat } /** - * Latest backup run information for this instance. + * Disable validation warnings * @return value or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() { @@ -98,7 +97,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() { } /** - * Latest backup run information for this instance. + * Disable validation warnings * @param backupRun backupRun or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupRun(StorageDatabasecenterPartnerapiV1mainBackupRun backupRun) { @@ -107,7 +106,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupRun(Storag } /** - * BackupDR configuration for this instance. + * Disable validation warnings * @return value or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration getBackupdrConfiguration() { @@ -115,7 +114,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration getBackupdrCon } /** - * BackupDR configuration for this instance. + * Disable validation warnings * @param backupdrConfiguration backupdrConfiguration or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupdrConfiguration(StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration backupdrConfiguration) { @@ -124,7 +123,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupdrConfigur } /** - * Required. Full resource name of this instance. + * Required. Disable validation warnings * @return value or {@code null} for none */ public java.lang.String getFullResourceName() { @@ -132,7 +131,7 @@ public java.lang.String getFullResourceName() { } /** - * Required. Full resource name of this instance. + * Required. Disable validation warnings * @param fullResourceName fullResourceName or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setFullResourceName(java.lang.String fullResourceName) { @@ -141,7 +140,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setFullResourceName } /** - * Required. Last time backup configuration was refreshed. + * Required. Disable validation warnings * @return value or {@code null} for none */ public String getLastRefreshTime() { @@ -149,7 +148,7 @@ public String getLastRefreshTime() { } /** - * Required. Last time backup configuration was refreshed. + * Required. Disable validation warnings * @param lastRefreshTime lastRefreshTime or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setLastRefreshTime(String lastRefreshTime) { @@ -158,7 +157,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setLastRefreshTime( } /** - * Required. Database resource id. + * Required. Disable validation warnings * @return value or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() { @@ -166,7 +165,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() { } /** - * Required. Database resource id. + * Required. Disable validation warnings * @param resourceId resourceId or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) { diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java index 84624ed8c3f..2ce6b4291c0 100644 --- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java +++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java @@ -17,7 +17,7 @@ package com.google.api.services.alloydb.v1.model; /** - * A backup run. + * Disable validation warnings * *
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 AlloyDB API. For a detailed explanation see: @@ -30,36 +30,35 @@ public final class StorageDatabasecenterPartnerapiV1mainBackupRun extends com.google.api.client.json.GenericJson { /** - * The time the backup operation completed. REQUIRED + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private String endTime; /** - * Information about why the backup operation failed. This is only present if the run has the - * FAILED status. OPTIONAL + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private StorageDatabasecenterPartnerapiV1mainOperationError error; /** - * The time the backup operation started. REQUIRED + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private String startTime; /** - * The status of this run. REQUIRED + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String status; /** - * The time the backup operation completed. REQUIRED + * Disable validation warnings * @return value or {@code null} for none */ public String getEndTime() { @@ -67,7 +66,7 @@ public String getEndTime() { } /** - * The time the backup operation completed. REQUIRED + * Disable validation warnings * @param endTime endTime or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupRun setEndTime(String endTime) { @@ -76,8 +75,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun setEndTime(String endTime) } /** - * Information about why the backup operation failed. This is only present if the run has the - * FAILED status. OPTIONAL + * Disable validation warnings * @return value or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainOperationError getError() { @@ -85,8 +83,7 @@ public StorageDatabasecenterPartnerapiV1mainOperationError getError() { } /** - * Information about why the backup operation failed. This is only present if the run has the - * FAILED status. OPTIONAL + * Disable validation warnings * @param error error or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupRun setError(StorageDatabasecenterPartnerapiV1mainOperationError error) { @@ -95,7 +92,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun setError(StorageDatabasece } /** - * The time the backup operation started. REQUIRED + * Disable validation warnings * @return value or {@code null} for none */ public String getStartTime() { @@ -103,7 +100,7 @@ public String getStartTime() { } /** - * The time the backup operation started. REQUIRED + * Disable validation warnings * @param startTime startTime or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupRun setStartTime(String startTime) { @@ -112,7 +109,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun setStartTime(String startT } /** - * The status of this run. REQUIRED + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.String getStatus() { @@ -120,7 +117,7 @@ public java.lang.String getStatus() { } /** - * The status of this run. REQUIRED + * Disable validation warnings * @param status status or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainBackupRun setStatus(java.lang.String status) { diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainCompliance.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainCompliance.java index 6e03bc2fcce..ce227bf1e98 100644 --- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainCompliance.java +++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainCompliance.java @@ -17,7 +17,7 @@ package com.google.api.services.alloydb.v1.model; /** - * Contains compliance information about a security standard indicating unmet recommendations. + * Disable validation warnings * *
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 AlloyDB API. For a detailed explanation see: @@ -30,21 +30,21 @@ public final class StorageDatabasecenterPartnerapiV1mainCompliance extends com.google.api.client.json.GenericJson { /** - * Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String standard; /** - * Version of the standard or benchmark, for example, 1.1 + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String version; /** - * Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP. + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.String getStandard() { @@ -52,7 +52,7 @@ public java.lang.String getStandard() { } /** - * Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP. + * Disable validation warnings * @param standard standard or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainCompliance setStandard(java.lang.String standard) { @@ -61,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainCompliance setStandard(java.lang.Str } /** - * Version of the standard or benchmark, for example, 1.1 + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.String getVersion() { @@ -69,7 +69,7 @@ public java.lang.String getVersion() { } /** - * Version of the standard or benchmark, for example, 1.1 + * Disable validation warnings * @param version version or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainCompliance setVersion(java.lang.String version) { diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java index b083f767c68..8f590f1a3a2 100644 --- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java +++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java @@ -17,8 +17,7 @@ package com.google.api.services.alloydb.v1.model; /** - * Config based signal data. This is used to send signals to Condor which are based on the DB level - * configurations. These will be used to send signals for self managed databases. + * Disable validation warnings * *
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 AlloyDB API. For a detailed explanation see: @@ -31,42 +30,42 @@ public final class StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData extends com.google.api.client.json.GenericJson { /** - * Required. Full Resource name of the source resource. + * Required. Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String fullResourceName; /** - * Required. Last time signal was refreshed + * Required. Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private String lastRefreshTime; /** - * Database resource id. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId; /** - * Signal data for boolean signals. + * Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean signalBoolValue; /** - * Required. Signal type of the signal + * Required. Disable validation warnings * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String signalType; /** - * Required. Full Resource name of the source resource. + * Required. Disable validation warnings * @return value or {@code null} for none */ public java.lang.String getFullResourceName() { @@ -74,7 +73,7 @@ public java.lang.String getFullResourceName() { } /** - * Required. Full Resource name of the source resource. + * Required. Disable validation warnings * @param fullResourceName fullResourceName or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setFullResourceName(java.lang.String fullResourceName) { @@ -83,7 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setFullResourc } /** - * Required. Last time signal was refreshed + * Required. Disable validation warnings * @return value or {@code null} for none */ public String getLastRefreshTime() { @@ -91,7 +90,7 @@ public String getLastRefreshTime() { } /** - * Required. Last time signal was refreshed + * Required. Disable validation warnings * @param lastRefreshTime lastRefreshTime or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setLastRefreshTime(String lastRefreshTime) { @@ -100,7 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setLastRefresh } /** - * Database resource id. + * Disable validation warnings * @return value or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() { @@ -108,7 +107,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() { } /** - * Database resource id. + * Disable validation warnings * @param resourceId resourceId or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) { @@ -117,7 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setResourceId( } /** - * Signal data for boolean signals. + * Disable validation warnings * @return value or {@code null} for none */ public java.lang.Boolean getSignalBoolValue() { @@ -125,7 +124,7 @@ public java.lang.Boolean getSignalBoolValue() { } /** - * Signal data for boolean signals. + * Disable validation warnings * @param signalBoolValue signalBoolValue or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setSignalBoolValue(java.lang.Boolean signalBoolValue) { @@ -134,7 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setSignalBoolV } /** - * Required. Signal type of the signal + * Required. Disable validation warnings * @return value or {@code null} for none */ public java.lang.String getSignalType() { @@ -142,7 +141,7 @@ public java.lang.String getSignalType() { } /** - * Required. Signal type of the signal + * Required. Disable validation warnings * @param signalType signalType or {@code null} for none */ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setSignalType(java.lang.String signalType) { diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java index 140f0160f90..de049655855 100644 --- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java +++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java @@ -17,9 +17,7 @@ package com.google.api.services.alloydb.v1.model; /** - * Any custom metadata associated with the resource. e.g. A spanner instance can have multiple - * databases with its own unique metadata. Information for these individual databases can be - * captured in custom metadata data + * Disable validation warnings * *
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 AlloyDB API. For a detailed explanation see:
@@ -32,16 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainCustomMetadataData extends com.google.api.client.json.GenericJson {
/**
- * Metadata for individual internal resources in an instance. e.g. spanner instance can have
- * multiple databases with unique configuration.
+ * Disable validation warnings
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,89 +30,84 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed extends com.google.api.client.json.GenericJson {
/**
- * BackupDR metadata is used to ingest metadata from BackupDR.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupDRMetadata backupdrMetadata;
/**
- * Config based signal data is used to ingest signals that are generated based on the
- * configuration of the database resource.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData configBasedSignalData;
/**
- * Database resource signal data is used to ingest signals from database resource signal feeds.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData databaseResourceSignalData;
/**
- * Required. Timestamp when feed is generated.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String feedTimestamp;
/**
- * Required. Type feed to be ingested into condor
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String feedType;
/**
- * Observability metric data.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainObservabilityMetricData observabilityMetricData;
/**
- * Database resource recommendation signal data.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData recommendationSignalData;
/**
- * Database resource health signal data.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData resourceHealthSignalData;
/**
- * Primary key associated with the Resource. resource_id is available in individual feed level as
- * well.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Database resource metadata.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata resourceMetadata;
/**
- * Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is
- * intentionally skipped. For example, BackupDR feeds are only needed for resources integrated
- * with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute
- * Engine, Persistent Disk) can be skipped.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean skipIngestion;
/**
- * BackupDR metadata is used to ingest metadata from BackupDR.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata getBackupdrMetadata() {
@@ -121,7 +115,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata getBackupdrMetadata
}
/**
- * BackupDR metadata is used to ingest metadata from BackupDR.
+ * Disable validation warnings
* @param backupdrMetadata backupdrMetadata or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setBackupdrMetadata(StorageDatabasecenterPartnerapiV1mainBackupDRMetadata backupdrMetadata) {
@@ -130,8 +124,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setBackupdrMeta
}
/**
- * Config based signal data is used to ingest signals that are generated based on the
- * configuration of the database resource.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData getConfigBasedSignalData() {
@@ -139,8 +132,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData getConfigBased
}
/**
- * Config based signal data is used to ingest signals that are generated based on the
- * configuration of the database resource.
+ * Disable validation warnings
* @param configBasedSignalData configBasedSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setConfigBasedSignalData(StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData configBasedSignalData) {
@@ -149,7 +141,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setConfigBasedS
}
/**
- * Database resource signal data is used to ingest signals from database resource signal feeds.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData getDatabaseResourceSignalData() {
@@ -157,7 +149,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData getDataba
}
/**
- * Database resource signal data is used to ingest signals from database resource signal feeds.
+ * Disable validation warnings
* @param databaseResourceSignalData databaseResourceSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setDatabaseResourceSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData databaseResourceSignalData) {
@@ -166,7 +158,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setDatabaseReso
}
/**
- * Required. Timestamp when feed is generated.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getFeedTimestamp() {
@@ -174,7 +166,7 @@ public String getFeedTimestamp() {
}
/**
- * Required. Timestamp when feed is generated.
+ * Required. Disable validation warnings
* @param feedTimestamp feedTimestamp or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedTimestamp(String feedTimestamp) {
@@ -183,7 +175,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedTimestam
}
/**
- * Required. Type feed to be ingested into condor
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getFeedType() {
@@ -191,7 +183,7 @@ public java.lang.String getFeedType() {
}
/**
- * Required. Type feed to be ingested into condor
+ * Required. Disable validation warnings
* @param feedType feedType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedType(java.lang.String feedType) {
@@ -200,7 +192,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedType(jav
}
/**
- * Observability metric data.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData getObservabilityMetricData() {
@@ -208,7 +200,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData getObservabi
}
/**
- * Observability metric data.
+ * Disable validation warnings
* @param observabilityMetricData observabilityMetricData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setObservabilityMetricData(StorageDatabasecenterPartnerapiV1mainObservabilityMetricData observabilityMetricData) {
@@ -217,7 +209,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setObservabilit
}
/**
- * Database resource recommendation signal data.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData getRecommendationSignalData() {
@@ -225,7 +217,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignal
}
/**
- * Database resource recommendation signal data.
+ * Disable validation warnings
* @param recommendationSignalData recommendationSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setRecommendationSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData recommendationSignalData) {
@@ -234,7 +226,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setRecommendati
}
/**
- * Database resource health signal data.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData getResourceHealthSignalData() {
@@ -242,7 +234,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData get
}
/**
- * Database resource health signal data.
+ * Disable validation warnings
* @param resourceHealthSignalData resourceHealthSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceHealthSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData resourceHealthSignalData) {
@@ -251,8 +243,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceHeal
}
/**
- * Primary key associated with the Resource. resource_id is available in individual feed level as
- * well.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -260,8 +251,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
- * Primary key associated with the Resource. resource_id is available in individual feed level as
- * well.
+ * Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
@@ -270,7 +260,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceId(S
}
/**
- * Database resource metadata.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata getResourceMetadata() {
@@ -278,7 +268,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata getResource
}
/**
- * Database resource metadata.
+ * Disable validation warnings
* @param resourceMetadata resourceMetadata or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceMetadata(StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata resourceMetadata) {
@@ -287,10 +277,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceMeta
}
/**
- * Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is
- * intentionally skipped. For example, BackupDR feeds are only needed for resources integrated
- * with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute
- * Engine, Persistent Disk) can be skipped.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getSkipIngestion() {
@@ -298,10 +285,7 @@ public java.lang.Boolean getSkipIngestion() {
}
/**
- * Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is
- * intentionally skipped. For example, BackupDR feeds are only needed for resources integrated
- * with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute
- * Engine, Persistent Disk) can be skipped.
+ * Optional. Disable validation warnings
* @param skipIngestion skipIngestion or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setSkipIngestion(java.lang.Boolean skipIngestion) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
index d354330948e..bf1ee0cbd24 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Common model for database resource health signal data.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,18 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData extends com.google.api.client.json.GenericJson {
/**
- * Any other additional metadata
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -30,45 +30,35 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId extends com.google.api.client.json.GenericJson {
/**
- * Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String provider;
/**
- * Optional. Needs to be used only when the provider is PROVIDER_OTHER.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String providerDescription;
/**
- * Required. The type of resource this ID is identifying. Ex go/keep-sorted start
- * alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
- * bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
- * compute.googleapis.com/Instance firestore.googleapis.com/Database,
- * memorystore.googleapis.com/Instance, redis.googleapis.com/Instance,
- * redis.googleapis.com/Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
- * oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
- * spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
- * sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
- * datamodel
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String resourceType;
/**
- * Required. A service-local token that distinguishes this resource from other resources within
- * the same service.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String uniqueId;
/**
- * Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getProvider() {
@@ -76,7 +66,7 @@ public java.lang.String getProvider() {
}
/**
- * Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
+ * Required. Disable validation warnings
* @param provider provider or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProvider(java.lang.String provider) {
@@ -85,7 +75,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProvider(java.
}
/**
- * Optional. Needs to be used only when the provider is PROVIDER_OTHER.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getProviderDescription() {
@@ -93,7 +83,7 @@ public java.lang.String getProviderDescription() {
}
/**
- * Optional. Needs to be used only when the provider is PROVIDER_OTHER.
+ * Optional. Disable validation warnings
* @param providerDescription providerDescription or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProviderDescription(java.lang.String providerDescription) {
@@ -102,16 +92,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProviderDescri
}
/**
- * Required. The type of resource this ID is identifying. Ex go/keep-sorted start
- * alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
- * bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
- * compute.googleapis.com/Instance firestore.googleapis.com/Database,
- * memorystore.googleapis.com/Instance, redis.googleapis.com/Instance,
- * redis.googleapis.com/Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
- * oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
- * spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
- * sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
- * datamodel
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getResourceType() {
@@ -119,16 +100,7 @@ public java.lang.String getResourceType() {
}
/**
- * Required. The type of resource this ID is identifying. Ex go/keep-sorted start
- * alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
- * bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
- * compute.googleapis.com/Instance firestore.googleapis.com/Database,
- * memorystore.googleapis.com/Instance, redis.googleapis.com/Instance,
- * redis.googleapis.com/Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
- * oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
- * spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
- * sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
- * datamodel
+ * Required. Disable validation warnings
* @param resourceType resourceType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setResourceType(java.lang.String resourceType) {
@@ -137,8 +109,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setResourceType(j
}
/**
- * Required. A service-local token that distinguishes this resource from other resources within
- * the same service.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getUniqueId() {
@@ -146,8 +117,7 @@ public java.lang.String getUniqueId() {
}
/**
- * Required. A service-local token that distinguishes this resource from other resources within
- * the same service.
+ * Required. Disable validation warnings
* @param uniqueId uniqueId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setUniqueId(java.lang.String uniqueId) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java
index 11ce84d09fe..43985948a17 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Common model for database resource instance metadata. Next ID: 35
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,243 +30,231 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata extends com.google.api.client.json.GenericJson {
/**
- * Field to ingest additional metadata whichd does not support proto format.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -30,72 +30,63 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData extends com.google.api.client.json.GenericJson {
/**
- * Optional. Any other additional metadata specific to recommendation
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -32,70 +30,70 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData extends com.google.api.client.json.GenericJson {
/**
- * Deprecated: Use signal_metadata_list instead.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * Required. Full Resource name of the source resource.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String fullResourceName;
/**
- * Required. Last time signal was refreshed
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String lastRefreshTime;
/**
- * Required. Resource location.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String location;
/**
- * Database resource id.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Deprecated: Use signal_metadata_list instead.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean signalBoolValue;
/**
- * This will support array of OneOf signal metadata information for a given signal type.
+ * Disable validation warnings
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainEntitlement extends com.google.api.client.json.GenericJson {
/**
- * The current state of user's accessibility to a feature/benefit.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String entitlementState;
/**
- * An enum that represents the type of this entitlement.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String type;
/**
- * The current state of user's accessibility to a feature/benefit.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getEntitlementState() {
@@ -52,7 +52,7 @@ public java.lang.String getEntitlementState() {
}
/**
- * The current state of user's accessibility to a feature/benefit.
+ * Disable validation warnings
* @param entitlementState entitlementState or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainEntitlement setEntitlementState(java.lang.String entitlementState) {
@@ -61,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainEntitlement setEntitlementState(java
}
/**
- * An enum that represents the type of this entitlement.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getType() {
@@ -69,7 +69,7 @@ public java.lang.String getType() {
}
/**
- * An enum that represents the type of this entitlement.
+ * Disable validation warnings
* @param type type or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainEntitlement setType(java.lang.String type) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java
index 361f1f5da1c..0162ca004fd 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * GCBDR Configuration for the resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Whether the resource is managed by GCBDR.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean gcbdrManaged;
/**
- * Whether the resource is managed by GCBDR.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getGcbdrManaged() {
@@ -45,7 +45,7 @@ public java.lang.Boolean getGcbdrManaged() {
}
/**
- * Whether the resource is managed by GCBDR.
+ * Disable validation warnings
* @param gcbdrManaged gcbdrManaged or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration setGcbdrManaged(java.lang.Boolean gcbdrManaged) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java
index 629a9382bc1..35bae563293 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java
@@ -17,9 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Metadata for individual internal resources in an instance. e.g. spanner instance can have
- * multiple databases with unique configuration settings. Similarly bigtable can have multiple
- * clusters within same bigtable instance.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -32,49 +30,49 @@
public final class StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata extends com.google.api.client.json.GenericJson {
/**
- * Backup configuration for this database
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration;
/**
- * Information about the last backup attempt for this database
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * Whether deletion protection is enabled for this internal resource.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean isDeletionProtectionEnabled;
/**
- * The product this resource represents.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterProtoCommonProduct product;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Required. internal resource name for spanner this will be database name
- * e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String resourceName;
/**
- * Backup configuration for this database
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfiguration() {
@@ -82,7 +80,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfigu
}
/**
- * Backup configuration for this database
+ * Disable validation warnings
* @param backupConfiguration backupConfiguration or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupConfiguration(StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration) {
@@ -91,7 +89,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupCo
}
/**
- * Information about the last backup attempt for this database
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
@@ -99,7 +97,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
}
/**
- * Information about the last backup attempt for this database
+ * Disable validation warnings
* @param backupRun backupRun or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupRun(StorageDatabasecenterPartnerapiV1mainBackupRun backupRun) {
@@ -108,7 +106,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupRu
}
/**
- * Whether deletion protection is enabled for this internal resource.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getIsDeletionProtectionEnabled() {
@@ -116,7 +114,7 @@ public java.lang.Boolean getIsDeletionProtectionEnabled() {
}
/**
- * Whether deletion protection is enabled for this internal resource.
+ * Disable validation warnings
* @param isDeletionProtectionEnabled isDeletionProtectionEnabled or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setIsDeletionProtectionEnabled(java.lang.Boolean isDeletionProtectionEnabled) {
@@ -125,7 +123,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setIsDeleti
}
/**
- * The product this resource represents.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterProtoCommonProduct getProduct() {
@@ -133,7 +131,7 @@ public StorageDatabasecenterProtoCommonProduct getProduct() {
}
/**
- * The product this resource represents.
+ * Disable validation warnings
* @param product product or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setProduct(StorageDatabasecenterProtoCommonProduct product) {
@@ -142,6 +140,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setProduct(
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -149,6 +148,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
+ * Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
@@ -157,8 +157,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setResource
}
/**
- * Required. internal resource name for spanner this will be database name
- * e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getResourceName() {
@@ -166,8 +165,7 @@ public java.lang.String getResourceName() {
}
/**
- * Required. internal resource name for spanner this will be database name
- * e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
+ * Required. Disable validation warnings
* @param resourceName resourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setResourceName(java.lang.String resourceName) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java
index 8db152dd9eb..d571433d1c8 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Used to send IP address information for a database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,26 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainIpAddress extends com.google.api.client.json.GenericJson {
/**
- * The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP
- * is only reachable from within the same VPC network. Stored in standard string format (e.g.,
- * "10.0.0.2").
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String privateIp;
/**
- * The public IP address assigned to the resource. This IP is reachable from the internet. Stored
- * in standard string format (e.g., "34.72.1.1").
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String publicIp;
/**
- * The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP
- * is only reachable from within the same VPC network. Stored in standard string format (e.g.,
- * "10.0.0.2").
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getPrivateIp() {
@@ -57,9 +52,7 @@ public java.lang.String getPrivateIp() {
}
/**
- * The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP
- * is only reachable from within the same VPC network. Stored in standard string format (e.g.,
- * "10.0.0.2").
+ * Disable validation warnings
* @param privateIp privateIp or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainIpAddress setPrivateIp(java.lang.String privateIp) {
@@ -68,8 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainIpAddress setPrivateIp(java.lang.Str
}
/**
- * The public IP address assigned to the resource. This IP is reachable from the internet. Stored
- * in standard string format (e.g., "34.72.1.1").
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getPublicIp() {
@@ -77,8 +69,7 @@ public java.lang.String getPublicIp() {
}
/**
- * The public IP address assigned to the resource. This IP is reachable from the internet. Stored
- * in standard string format (e.g., "34.72.1.1").
+ * Disable validation warnings
* @param publicIp publicIp or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainIpAddress setPublicIp(java.lang.String publicIp) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java
index 00c4ea88261..0ab15f33ed9 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * MachineConfiguration describes the configuration of a machine specific to Database Resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,50 +30,49 @@
public final class StorageDatabasecenterPartnerapiV1mainMachineConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long baselineSlots;
/**
- * The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
- * again after bug fix.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer cpuCount;
/**
- * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long maxReservationSlots;
/**
- * Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long memorySizeInBytes;
/**
- * Optional. Number of shards (if applicable).
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer shardCount;
/**
- * Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Double vcpuCount;
/**
- * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Long getBaselineSlots() {
@@ -81,7 +80,7 @@ public java.lang.Long getBaselineSlots() {
}
/**
- * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * Optional. Disable validation warnings
* @param baselineSlots baselineSlots or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setBaselineSlots(java.lang.Long baselineSlots) {
@@ -90,8 +89,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setBaselineSlot
}
/**
- * The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
- * again after bug fix.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Integer getCpuCount() {
@@ -99,8 +97,7 @@ public java.lang.Integer getCpuCount() {
}
/**
- * The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
- * again after bug fix.
+ * Disable validation warnings
* @param cpuCount cpuCount or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setCpuCount(java.lang.Integer cpuCount) {
@@ -109,7 +106,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setCpuCount(jav
}
/**
- * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Long getMaxReservationSlots() {
@@ -117,7 +114,7 @@ public java.lang.Long getMaxReservationSlots() {
}
/**
- * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * Optional. Disable validation warnings
* @param maxReservationSlots maxReservationSlots or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMaxReservationSlots(java.lang.Long maxReservationSlots) {
@@ -126,7 +123,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMaxReservati
}
/**
- * Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Long getMemorySizeInBytes() {
@@ -134,7 +131,7 @@ public java.lang.Long getMemorySizeInBytes() {
}
/**
- * Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
+ * Disable validation warnings
* @param memorySizeInBytes memorySizeInBytes or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMemorySizeInBytes(java.lang.Long memorySizeInBytes) {
@@ -143,7 +140,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMemorySizeIn
}
/**
- * Optional. Number of shards (if applicable).
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Integer getShardCount() {
@@ -151,7 +148,7 @@ public java.lang.Integer getShardCount() {
}
/**
- * Optional. Number of shards (if applicable).
+ * Optional. Disable validation warnings
* @param shardCount shardCount or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setShardCount(java.lang.Integer shardCount) {
@@ -160,7 +157,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setShardCount(j
}
/**
- * Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Double getVcpuCount() {
@@ -168,7 +165,7 @@ public java.lang.Double getVcpuCount() {
}
/**
- * Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
+ * Optional. Disable validation warnings
* @param vcpuCount vcpuCount or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setVcpuCount(java.lang.Double vcpuCount) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java
index dff8f105203..2b7bddce41d 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Model definition for StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,43 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainObservabilityMetricData extends com.google.api.client.json.GenericJson {
/**
- * Required. Type of aggregation performed on the metric.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String aggregationType;
/**
- * Required. Type of metric like CPU, Memory, etc.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String metricType;
/**
- * Required. The time the metric value was observed.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String observationTime;
/**
- * Required. Database resource name associated with the signal. Resource name to follow CAIS
- * resource_name format as noted here go/condor-common-datamodel
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String resourceName;
/**
- * Required. Value of the metric type.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterProtoCommonTypedValue value;
/**
- * Required. Type of aggregation performed on the metric.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getAggregationType() {
@@ -74,7 +73,7 @@ public java.lang.String getAggregationType() {
}
/**
- * Required. Type of aggregation performed on the metric.
+ * Required. Disable validation warnings
* @param aggregationType aggregationType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setAggregationType(java.lang.String aggregationType) {
@@ -83,7 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setAggregati
}
/**
- * Required. Type of metric like CPU, Memory, etc.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getMetricType() {
@@ -91,7 +90,7 @@ public java.lang.String getMetricType() {
}
/**
- * Required. Type of metric like CPU, Memory, etc.
+ * Required. Disable validation warnings
* @param metricType metricType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setMetricType(java.lang.String metricType) {
@@ -100,7 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setMetricTyp
}
/**
- * Required. The time the metric value was observed.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getObservationTime() {
@@ -108,7 +107,7 @@ public String getObservationTime() {
}
/**
- * Required. The time the metric value was observed.
+ * Required. Disable validation warnings
* @param observationTime observationTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setObservationTime(String observationTime) {
@@ -117,8 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setObservati
}
/**
- * Required. Database resource name associated with the signal. Resource name to follow CAIS
- * resource_name format as noted here go/condor-common-datamodel
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getResourceName() {
@@ -126,8 +124,7 @@ public java.lang.String getResourceName() {
}
/**
- * Required. Database resource name associated with the signal. Resource name to follow CAIS
- * resource_name format as noted here go/condor-common-datamodel
+ * Required. Disable validation warnings
* @param resourceName resourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setResourceName(java.lang.String resourceName) {
@@ -136,7 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setResourceN
}
/**
- * Required. Value of the metric type.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterProtoCommonTypedValue getValue() {
@@ -144,7 +141,7 @@ public StorageDatabasecenterProtoCommonTypedValue getValue() {
}
/**
- * Required. Value of the metric type.
+ * Required. Disable validation warnings
* @param value value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setValue(StorageDatabasecenterProtoCommonTypedValue value) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainOperationError.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainOperationError.java
index f3a014cc90c..cc7ec460c37 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainOperationError.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainOperationError.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * An error that occurred during a backup creation operation.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,27 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainOperationError extends com.google.api.client.json.GenericJson {
/**
- * Identifies the specific error that occurred. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String code;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String errorType;
/**
- * Additional information about the error encountered. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String message;
/**
- * Identifies the specific error that occurred. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getCode() {
@@ -58,7 +59,7 @@ public java.lang.String getCode() {
}
/**
- * Identifies the specific error that occurred. REQUIRED
+ * Disable validation warnings
* @param code code or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError setCode(java.lang.String code) {
@@ -67,6 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainOperationError setCode(java.lang.Str
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getErrorType() {
@@ -74,6 +76,7 @@ public java.lang.String getErrorType() {
}
/**
+ * Disable validation warnings
* @param errorType errorType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError setErrorType(java.lang.String errorType) {
@@ -82,7 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainOperationError setErrorType(java.lan
}
/**
- * Additional information about the error encountered. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getMessage() {
@@ -90,7 +93,7 @@ public java.lang.String getMessage() {
}
/**
- * Additional information about the error encountered. REQUIRED
+ * Disable validation warnings
* @param message message or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError setMessage(java.lang.String message) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java
index e10f64d10b6..aefb781f47a 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Message type for storing resource flags.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceFlags extends com.google.api.client.json.GenericJson {
/**
- * Optional. Key of the resource flag.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String key;
/**
- * Optional. Value of the resource flag.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String value;
/**
- * Optional. Key of the resource flag.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getKey() {
@@ -52,7 +52,7 @@ public java.lang.String getKey() {
}
/**
- * Optional. Key of the resource flag.
+ * Optional. Disable validation warnings
* @param key key or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceFlags setKey(java.lang.String key) {
@@ -61,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceFlags setKey(java.lang.Strin
}
/**
- * Optional. Value of the resource flag.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getValue() {
@@ -69,7 +69,7 @@ public java.lang.String getValue() {
}
/**
- * Optional. Value of the resource flag.
+ * Optional. Disable validation warnings
* @param value value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceFlags setValue(java.lang.String value) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java
index bd5aa175e63..657821f1608 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Deny maintenance period for the database resource. It specifies the time range during which the
- * maintenance cannot start. This is configured by the customer.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,28 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule extends com.google.api.client.json.GenericJson {
/**
- * Optional. Deny period end date.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDate endDate;
/**
- * Optional. The start date of the deny maintenance period.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDate startDate;
/**
- * Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeTimeOfDay time;
/**
- * Optional. Deny period end date.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeDate getEndDate() {
@@ -60,7 +59,7 @@ public GoogleTypeDate getEndDate() {
}
/**
- * Optional. Deny period end date.
+ * Optional. Disable validation warnings
* @param endDate endDate or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setEndDate(GoogleTypeDate endDate) {
@@ -69,7 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setE
}
/**
- * Optional. The start date of the deny maintenance period.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeDate getStartDate() {
@@ -77,7 +76,7 @@ public GoogleTypeDate getStartDate() {
}
/**
- * Optional. The start date of the deny maintenance period.
+ * Optional. Disable validation warnings
* @param startDate startDate or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setStartDate(GoogleTypeDate startDate) {
@@ -86,7 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setS
}
/**
- * Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeTimeOfDay getTime() {
@@ -94,7 +93,7 @@ public GoogleTypeTimeOfDay getTime() {
}
/**
- * Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
+ * Optional. Disable validation warnings
* @param time time or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setTime(GoogleTypeTimeOfDay time) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
index f9877d3a970..f2f9a6cca70 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * MaintenanceInfo to capture the maintenance details of database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo extends com.google.api.client.json.GenericJson {
/**
- * Optional. The date when the current maintenance version was released.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDate currentVersionReleaseDate;
/**
- * Optional. List of Deny maintenance period for the database resource.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -50,52 +50,49 @@ public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
}
/**
- * Optional. Whether the instance is in stopped state. This information is temporarily being
- * captured in maintenanceInfo, till STOPPED state is supported by DB Center.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean isInstanceStopped;
/**
- * Optional. Maintenance window for the database resource.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule maintenanceSchedule;
/**
- * Output only. Current state of maintenance on the database resource.
+ * Output only. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String maintenanceState;
/**
- * Optional. Current Maintenance version of the database resource. Example:
- * "MYSQL_8_0_41.R20250531.01_15"
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String maintenanceVersion;
/**
- * Optional. List of next available maintenance versions.
+ * Optional. Disable validation warnings
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,31 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule extends com.google.api.client.json.GenericJson {
/**
- * Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String day;
/**
- * Optional. Phase of the maintenance window. This is to capture order of maintenance. For
- * example, for Cloud SQL resources, this can be used to capture if the maintenance window is in
- * Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more
- * details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String phase;
/**
- * Optional. Preferred time to start the maintenance operation on the specified day.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeTimeOfDay time;
/**
- * Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getDay() {
@@ -63,7 +59,7 @@ public java.lang.String getDay() {
}
/**
- * Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
+ * Optional. Disable validation warnings
* @param day day or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setDay(java.lang.String day) {
@@ -72,10 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setDay(j
}
/**
- * Optional. Phase of the maintenance window. This is to capture order of maintenance. For
- * example, for Cloud SQL resources, this can be used to capture if the maintenance window is in
- * Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more
- * details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getPhase() {
@@ -83,10 +76,7 @@ public java.lang.String getPhase() {
}
/**
- * Optional. Phase of the maintenance window. This is to capture order of maintenance. For
- * example, for Cloud SQL resources, this can be used to capture if the maintenance window is in
- * Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more
- * details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
+ * Optional. Disable validation warnings
* @param phase phase or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setPhase(java.lang.String phase) {
@@ -95,7 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setPhase
}
/**
- * Optional. Preferred time to start the maintenance operation on the specified day.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeTimeOfDay getTime() {
@@ -103,7 +93,7 @@ public GoogleTypeTimeOfDay getTime() {
}
/**
- * Optional. Preferred time to start the maintenance operation on the specified day.
+ * Optional. Disable validation warnings
* @param time time or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setTime(GoogleTypeTimeOfDay time) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
index 3bcf3b0ea72..7c8d3535337 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Model definition for StorageDatabasecenterPartnerapiV1mainRetentionSettings.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,42 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainRetentionSettings extends com.google.api.client.json.GenericJson {
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String durationBasedRetention;
/**
- * Quantity based retention period i.e. 7 backups
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer quantityBasedRetention;
/**
- * The unit that 'retained_backups' represents.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String retentionUnit;
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String timeBasedRetention;
/**
- * Timestamp based retention period i.e. 2024-05-01T00:00:00Z
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String timestampBasedRetentionTime;
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getDurationBasedRetention() {
@@ -73,7 +73,7 @@ public String getDurationBasedRetention() {
}
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @param durationBasedRetention durationBasedRetention or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setDurationBasedRetention(String durationBasedRetention) {
@@ -82,7 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setDurationBasedRe
}
/**
- * Quantity based retention period i.e. 7 backups
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Integer getQuantityBasedRetention() {
@@ -90,7 +90,7 @@ public java.lang.Integer getQuantityBasedRetention() {
}
/**
- * Quantity based retention period i.e. 7 backups
+ * Disable validation warnings
* @param quantityBasedRetention quantityBasedRetention or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setQuantityBasedRetention(java.lang.Integer quantityBasedRetention) {
@@ -99,7 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setQuantityBasedRe
}
/**
- * The unit that 'retained_backups' represents.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getRetentionUnit() {
@@ -107,7 +107,7 @@ public java.lang.String getRetentionUnit() {
}
/**
- * The unit that 'retained_backups' represents.
+ * Disable validation warnings
* @param retentionUnit retentionUnit or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setRetentionUnit(java.lang.String retentionUnit) {
@@ -116,7 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setRetentionUnit(j
}
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getTimeBasedRetention() {
@@ -124,7 +124,7 @@ public String getTimeBasedRetention() {
}
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @param timeBasedRetention timeBasedRetention or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimeBasedRetention(String timeBasedRetention) {
@@ -133,7 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimeBasedRetent
}
/**
- * Timestamp based retention period i.e. 2024-05-01T00:00:00Z
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getTimestampBasedRetentionTime() {
@@ -141,7 +141,7 @@ public String getTimestampBasedRetentionTime() {
}
/**
- * Timestamp based retention period i.e. 2024-05-01T00:00:00Z
+ * Disable validation warnings
* @param timestampBasedRetentionTime timestampBasedRetentionTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimestampBasedRetentionTime(String timestampBasedRetentionTime) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java
index e1b07ab3d94..abd333cf5ab 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * SignalMetadata contains one of the signal metadata proto messages associated with a SignalType.
- * This proto will be mapped to SignalMetadata message in storage.proto. Next ID: 3
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainSignalMetadata extends com.google.api.client.json.GenericJson {
/**
- * Signal data for backup runs.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean signalBoolValue;
/**
- * Signal data for backup runs.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
@@ -53,7 +52,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
}
/**
- * Signal data for backup runs.
+ * Disable validation warnings
* @param backupRun backupRun or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainSignalMetadata setBackupRun(StorageDatabasecenterPartnerapiV1mainBackupRun backupRun) {
@@ -62,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainSignalMetadata setBackupRun(StorageD
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getSignalBoolValue() {
@@ -70,7 +69,7 @@ public java.lang.Boolean getSignalBoolValue() {
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @param signalBoolValue signalBoolValue or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainSignalMetadata setSignalBoolValue(java.lang.Boolean signalBoolValue) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainTags.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainTags.java
index a8fef806807..d2d04cd763e 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainTags.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainTags.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Message type for storing tags. Tags provide a way to create annotations for resources, and in
- * some cases conditionally allow or deny policies based on whether a resource has a specific tag.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainTags extends com.google.api.client.json.GenericJson {
/**
- * The Tag key/value mappings.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -31,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance extends com.google.api.client.json.GenericJson {
/**
- * Optional. The end time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String endTime;
/**
- * Optional. The start time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String startTime;
/**
- * Optional. The end time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public String getEndTime() {
@@ -53,7 +52,7 @@ public String getEndTime() {
}
/**
- * Optional. The end time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @param endTime endTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance setEndTime(String endTime) {
@@ -62,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance setEndTime(Strin
}
/**
- * Optional. The start time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public String getStartTime() {
@@ -70,7 +69,7 @@ public String getStartTime() {
}
/**
- * Optional. The start time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @param startTime startTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance setStartTime(String startTime) {
diff --git a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java
index 28a91f32acb..c91a548fcd6 100644
--- a/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java
+++ b/clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1.model;
/**
- * Message type for storing user labels. User labels are used to tag App Engine resources, allowing
- * users to search for resources matching a set of labels and to aggregate usage data by labels.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,12 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainUserLabels extends com.google.api.client.json.GenericJson {
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -30,45 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Checks for existence of (multi-cluster) routing configuration that allows automatic failover to
- * a different zone/region in case of an outage. Applicable to Bigtable resources.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean automaticFailoverRoutingConfigured;
/**
- * Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone.
- * Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from
- * more than one zone in a region (it is highly available).
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String availabilityType;
/**
- * Checks for resources that are configured to have redundancy, and ongoing replication across
- * regions
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean crossRegionReplicaConfigured;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean externalReplicaConfigured;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean promotableReplicaConfigured;
/**
- * Checks for existence of (multi-cluster) routing configuration that allows automatic failover to
- * a different zone/region in case of an outage. Applicable to Bigtable resources.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getAutomaticFailoverRoutingConfigured() {
@@ -76,8 +73,7 @@ public java.lang.Boolean getAutomaticFailoverRoutingConfigured() {
}
/**
- * Checks for existence of (multi-cluster) routing configuration that allows automatic failover to
- * a different zone/region in case of an outage. Applicable to Bigtable resources.
+ * Disable validation warnings
* @param automaticFailoverRoutingConfigured automaticFailoverRoutingConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAutomaticFailoverRoutingConfigured(java.lang.Boolean automaticFailoverRoutingConfigured) {
@@ -86,9 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAutomat
}
/**
- * Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone.
- * Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from
- * more than one zone in a region (it is highly available).
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getAvailabilityType() {
@@ -96,9 +90,7 @@ public java.lang.String getAvailabilityType() {
}
/**
- * Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone.
- * Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from
- * more than one zone in a region (it is highly available).
+ * Disable validation warnings
* @param availabilityType availabilityType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAvailabilityType(java.lang.String availabilityType) {
@@ -107,8 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAvailab
}
/**
- * Checks for resources that are configured to have redundancy, and ongoing replication across
- * regions
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getCrossRegionReplicaConfigured() {
@@ -116,8 +107,7 @@ public java.lang.Boolean getCrossRegionReplicaConfigured() {
}
/**
- * Checks for resources that are configured to have redundancy, and ongoing replication across
- * regions
+ * Disable validation warnings
* @param crossRegionReplicaConfigured crossRegionReplicaConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setCrossRegionReplicaConfigured(java.lang.Boolean crossRegionReplicaConfigured) {
@@ -126,6 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setCrossRe
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getExternalReplicaConfigured() {
@@ -133,6 +124,7 @@ public java.lang.Boolean getExternalReplicaConfigured() {
}
/**
+ * Disable validation warnings
* @param externalReplicaConfigured externalReplicaConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExternalReplicaConfigured(java.lang.Boolean externalReplicaConfigured) {
@@ -141,6 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExterna
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getPromotableReplicaConfigured() {
@@ -148,6 +141,7 @@ public java.lang.Boolean getPromotableReplicaConfigured() {
}
/**
+ * Disable validation warnings
* @param promotableReplicaConfigured promotableReplicaConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setPromotableReplicaConfigured(java.lang.Boolean promotableReplicaConfigured) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java
index 29f5917c9ee..e5529bf1cfd 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Configuration for automatic backups
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,29 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainBackupConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Whether customer visible automated backups are enabled on the instance.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean automatedBackupEnabled;
/**
- * Backup retention settings.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainRetentionSettings backupRetentionSettings;
/**
- * Whether point-in-time recovery is enabled. This is optional field, if the database service does
- * not have this feature or metadata is not available in control plane, this can be omitted.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean pointInTimeRecoveryEnabled;
/**
- * Whether customer visible automated backups are enabled on the instance.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getAutomatedBackupEnabled() {
@@ -60,7 +59,7 @@ public java.lang.Boolean getAutomatedBackupEnabled() {
}
/**
- * Whether customer visible automated backups are enabled on the instance.
+ * Disable validation warnings
* @param automatedBackupEnabled automatedBackupEnabled or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setAutomatedBackupEnabled(java.lang.Boolean automatedBackupEnabled) {
@@ -69,7 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setAutomatedBack
}
/**
- * Backup retention settings.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings getBackupRetentionSettings() {
@@ -77,7 +76,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings getBackupRetention
}
/**
- * Backup retention settings.
+ * Disable validation warnings
* @param backupRetentionSettings backupRetentionSettings or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setBackupRetentionSettings(StorageDatabasecenterPartnerapiV1mainRetentionSettings backupRetentionSettings) {
@@ -86,8 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setBackupRetenti
}
/**
- * Whether point-in-time recovery is enabled. This is optional field, if the database service does
- * not have this feature or metadata is not available in control plane, this can be omitted.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getPointInTimeRecoveryEnabled() {
@@ -95,8 +93,7 @@ public java.lang.Boolean getPointInTimeRecoveryEnabled() {
}
/**
- * Whether point-in-time recovery is enabled. This is optional field, if the database service does
- * not have this feature or metadata is not available in control plane, this can be omitted.
+ * Disable validation warnings
* @param pointInTimeRecoveryEnabled pointInTimeRecoveryEnabled or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setPointInTimeRecoveryEnabled(java.lang.Boolean pointInTimeRecoveryEnabled) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java
index 892dafe70fb..244073214b1 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * BackupDRConfiguration to capture the backup and disaster recovery details of database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Indicates if the resource is managed by BackupDR.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean backupdrManaged;
/**
- * Indicates if the resource is managed by BackupDR.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getBackupdrManaged() {
@@ -45,7 +45,7 @@ public java.lang.Boolean getBackupdrManaged() {
}
/**
- * Indicates if the resource is managed by BackupDR.
+ * Disable validation warnings
* @param backupdrManaged backupdrManaged or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration setBackupdrManaged(java.lang.Boolean backupdrManaged) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java
index 7a0f991bb53..ff312c74649 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * BackupDRMetadata contains information about the backup and disaster recovery metadata of a
- * database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,49 +30,49 @@
public final class StorageDatabasecenterPartnerapiV1mainBackupDRMetadata extends com.google.api.client.json.GenericJson {
/**
- * Backup configuration for this instance.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration;
/**
- * Latest backup run information for this instance.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * BackupDR configuration for this instance.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration backupdrConfiguration;
/**
- * Required. Full resource name of this instance.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String fullResourceName;
/**
- * Required. Last time backup configuration was refreshed.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String lastRefreshTime;
/**
- * Required. Database resource id.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Backup configuration for this instance.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfiguration() {
@@ -81,7 +80,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfigu
}
/**
- * Backup configuration for this instance.
+ * Disable validation warnings
* @param backupConfiguration backupConfiguration or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupConfiguration(StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration) {
@@ -90,7 +89,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupConfigurat
}
/**
- * Latest backup run information for this instance.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
@@ -98,7 +97,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
}
/**
- * Latest backup run information for this instance.
+ * Disable validation warnings
* @param backupRun backupRun or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupRun(StorageDatabasecenterPartnerapiV1mainBackupRun backupRun) {
@@ -107,7 +106,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupRun(Storag
}
/**
- * BackupDR configuration for this instance.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration getBackupdrConfiguration() {
@@ -115,7 +114,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration getBackupdrCon
}
/**
- * BackupDR configuration for this instance.
+ * Disable validation warnings
* @param backupdrConfiguration backupdrConfiguration or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupdrConfiguration(StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration backupdrConfiguration) {
@@ -124,7 +123,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupdrConfigur
}
/**
- * Required. Full resource name of this instance.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getFullResourceName() {
@@ -132,7 +131,7 @@ public java.lang.String getFullResourceName() {
}
/**
- * Required. Full resource name of this instance.
+ * Required. Disable validation warnings
* @param fullResourceName fullResourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setFullResourceName(java.lang.String fullResourceName) {
@@ -141,7 +140,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setFullResourceName
}
/**
- * Required. Last time backup configuration was refreshed.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getLastRefreshTime() {
@@ -149,7 +148,7 @@ public String getLastRefreshTime() {
}
/**
- * Required. Last time backup configuration was refreshed.
+ * Required. Disable validation warnings
* @param lastRefreshTime lastRefreshTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setLastRefreshTime(String lastRefreshTime) {
@@ -158,7 +157,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setLastRefreshTime(
}
/**
- * Required. Database resource id.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -166,7 +165,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
- * Required. Database resource id.
+ * Required. Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java
index 521110fc092..7ba0d455870 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * A backup run.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,36 +30,35 @@
public final class StorageDatabasecenterPartnerapiV1mainBackupRun extends com.google.api.client.json.GenericJson {
/**
- * The time the backup operation completed. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String endTime;
/**
- * Information about why the backup operation failed. This is only present if the run has the
- * FAILED status. OPTIONAL
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainOperationError error;
/**
- * The time the backup operation started. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String startTime;
/**
- * The status of this run. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String status;
/**
- * The time the backup operation completed. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getEndTime() {
@@ -67,7 +66,7 @@ public String getEndTime() {
}
/**
- * The time the backup operation completed. REQUIRED
+ * Disable validation warnings
* @param endTime endTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun setEndTime(String endTime) {
@@ -76,8 +75,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun setEndTime(String endTime)
}
/**
- * Information about why the backup operation failed. This is only present if the run has the
- * FAILED status. OPTIONAL
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError getError() {
@@ -85,8 +83,7 @@ public StorageDatabasecenterPartnerapiV1mainOperationError getError() {
}
/**
- * Information about why the backup operation failed. This is only present if the run has the
- * FAILED status. OPTIONAL
+ * Disable validation warnings
* @param error error or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun setError(StorageDatabasecenterPartnerapiV1mainOperationError error) {
@@ -95,7 +92,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun setError(StorageDatabasece
}
/**
- * The time the backup operation started. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getStartTime() {
@@ -103,7 +100,7 @@ public String getStartTime() {
}
/**
- * The time the backup operation started. REQUIRED
+ * Disable validation warnings
* @param startTime startTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun setStartTime(String startTime) {
@@ -112,7 +109,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun setStartTime(String startT
}
/**
- * The status of this run. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getStatus() {
@@ -120,7 +117,7 @@ public java.lang.String getStatus() {
}
/**
- * The status of this run. REQUIRED
+ * Disable validation warnings
* @param status status or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun setStatus(java.lang.String status) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainCompliance.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainCompliance.java
index 78768737ad5..9e3f09ac140 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainCompliance.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainCompliance.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Contains compliance information about a security standard indicating unmet recommendations.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainCompliance extends com.google.api.client.json.GenericJson {
/**
- * Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String standard;
/**
- * Version of the standard or benchmark, for example, 1.1
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String version;
/**
- * Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getStandard() {
@@ -52,7 +52,7 @@ public java.lang.String getStandard() {
}
/**
- * Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
+ * Disable validation warnings
* @param standard standard or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainCompliance setStandard(java.lang.String standard) {
@@ -61,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainCompliance setStandard(java.lang.Str
}
/**
- * Version of the standard or benchmark, for example, 1.1
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getVersion() {
@@ -69,7 +69,7 @@ public java.lang.String getVersion() {
}
/**
- * Version of the standard or benchmark, for example, 1.1
+ * Disable validation warnings
* @param version version or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainCompliance setVersion(java.lang.String version) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java
index 335c853d84b..fb96021b1a8 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Config based signal data. This is used to send signals to Condor which are based on the DB level
- * configurations. These will be used to send signals for self managed databases.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,42 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData extends com.google.api.client.json.GenericJson {
/**
- * Required. Full Resource name of the source resource.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String fullResourceName;
/**
- * Required. Last time signal was refreshed
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String lastRefreshTime;
/**
- * Database resource id.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean signalBoolValue;
/**
- * Required. Signal type of the signal
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String signalType;
/**
- * Required. Full Resource name of the source resource.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getFullResourceName() {
@@ -74,7 +73,7 @@ public java.lang.String getFullResourceName() {
}
/**
- * Required. Full Resource name of the source resource.
+ * Required. Disable validation warnings
* @param fullResourceName fullResourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setFullResourceName(java.lang.String fullResourceName) {
@@ -83,7 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setFullResourc
}
/**
- * Required. Last time signal was refreshed
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getLastRefreshTime() {
@@ -91,7 +90,7 @@ public String getLastRefreshTime() {
}
/**
- * Required. Last time signal was refreshed
+ * Required. Disable validation warnings
* @param lastRefreshTime lastRefreshTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setLastRefreshTime(String lastRefreshTime) {
@@ -100,7 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setLastRefresh
}
/**
- * Database resource id.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -108,7 +107,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
- * Database resource id.
+ * Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
@@ -117,7 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setResourceId(
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getSignalBoolValue() {
@@ -125,7 +124,7 @@ public java.lang.Boolean getSignalBoolValue() {
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @param signalBoolValue signalBoolValue or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setSignalBoolValue(java.lang.Boolean signalBoolValue) {
@@ -134,7 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setSignalBoolV
}
/**
- * Required. Signal type of the signal
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getSignalType() {
@@ -142,7 +141,7 @@ public java.lang.String getSignalType() {
}
/**
- * Required. Signal type of the signal
+ * Required. Disable validation warnings
* @param signalType signalType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setSignalType(java.lang.String signalType) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java
index cd69d94c82c..352349689af 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java
@@ -17,9 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Any custom metadata associated with the resource. e.g. A spanner instance can have multiple
- * databases with its own unique metadata. Information for these individual databases can be
- * captured in custom metadata data
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -32,16 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainCustomMetadataData extends com.google.api.client.json.GenericJson {
/**
- * Metadata for individual internal resources in an instance. e.g. spanner instance can have
- * multiple databases with unique configuration.
+ * Disable validation warnings
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,89 +30,84 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed extends com.google.api.client.json.GenericJson {
/**
- * BackupDR metadata is used to ingest metadata from BackupDR.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupDRMetadata backupdrMetadata;
/**
- * Config based signal data is used to ingest signals that are generated based on the
- * configuration of the database resource.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData configBasedSignalData;
/**
- * Database resource signal data is used to ingest signals from database resource signal feeds.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData databaseResourceSignalData;
/**
- * Required. Timestamp when feed is generated.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String feedTimestamp;
/**
- * Required. Type feed to be ingested into condor
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String feedType;
/**
- * Observability metric data.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainObservabilityMetricData observabilityMetricData;
/**
- * Database resource recommendation signal data.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData recommendationSignalData;
/**
- * Database resource health signal data.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData resourceHealthSignalData;
/**
- * Primary key associated with the Resource. resource_id is available in individual feed level as
- * well.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Database resource metadata.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata resourceMetadata;
/**
- * Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is
- * intentionally skipped. For example, BackupDR feeds are only needed for resources integrated
- * with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute
- * Engine, Persistent Disk) can be skipped.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean skipIngestion;
/**
- * BackupDR metadata is used to ingest metadata from BackupDR.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata getBackupdrMetadata() {
@@ -121,7 +115,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata getBackupdrMetadata
}
/**
- * BackupDR metadata is used to ingest metadata from BackupDR.
+ * Disable validation warnings
* @param backupdrMetadata backupdrMetadata or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setBackupdrMetadata(StorageDatabasecenterPartnerapiV1mainBackupDRMetadata backupdrMetadata) {
@@ -130,8 +124,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setBackupdrMeta
}
/**
- * Config based signal data is used to ingest signals that are generated based on the
- * configuration of the database resource.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData getConfigBasedSignalData() {
@@ -139,8 +132,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData getConfigBased
}
/**
- * Config based signal data is used to ingest signals that are generated based on the
- * configuration of the database resource.
+ * Disable validation warnings
* @param configBasedSignalData configBasedSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setConfigBasedSignalData(StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData configBasedSignalData) {
@@ -149,7 +141,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setConfigBasedS
}
/**
- * Database resource signal data is used to ingest signals from database resource signal feeds.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData getDatabaseResourceSignalData() {
@@ -157,7 +149,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData getDataba
}
/**
- * Database resource signal data is used to ingest signals from database resource signal feeds.
+ * Disable validation warnings
* @param databaseResourceSignalData databaseResourceSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setDatabaseResourceSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData databaseResourceSignalData) {
@@ -166,7 +158,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setDatabaseReso
}
/**
- * Required. Timestamp when feed is generated.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getFeedTimestamp() {
@@ -174,7 +166,7 @@ public String getFeedTimestamp() {
}
/**
- * Required. Timestamp when feed is generated.
+ * Required. Disable validation warnings
* @param feedTimestamp feedTimestamp or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedTimestamp(String feedTimestamp) {
@@ -183,7 +175,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedTimestam
}
/**
- * Required. Type feed to be ingested into condor
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getFeedType() {
@@ -191,7 +183,7 @@ public java.lang.String getFeedType() {
}
/**
- * Required. Type feed to be ingested into condor
+ * Required. Disable validation warnings
* @param feedType feedType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedType(java.lang.String feedType) {
@@ -200,7 +192,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedType(jav
}
/**
- * Observability metric data.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData getObservabilityMetricData() {
@@ -208,7 +200,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData getObservabi
}
/**
- * Observability metric data.
+ * Disable validation warnings
* @param observabilityMetricData observabilityMetricData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setObservabilityMetricData(StorageDatabasecenterPartnerapiV1mainObservabilityMetricData observabilityMetricData) {
@@ -217,7 +209,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setObservabilit
}
/**
- * Database resource recommendation signal data.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData getRecommendationSignalData() {
@@ -225,7 +217,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignal
}
/**
- * Database resource recommendation signal data.
+ * Disable validation warnings
* @param recommendationSignalData recommendationSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setRecommendationSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData recommendationSignalData) {
@@ -234,7 +226,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setRecommendati
}
/**
- * Database resource health signal data.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData getResourceHealthSignalData() {
@@ -242,7 +234,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData get
}
/**
- * Database resource health signal data.
+ * Disable validation warnings
* @param resourceHealthSignalData resourceHealthSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceHealthSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData resourceHealthSignalData) {
@@ -251,8 +243,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceHeal
}
/**
- * Primary key associated with the Resource. resource_id is available in individual feed level as
- * well.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -260,8 +251,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
- * Primary key associated with the Resource. resource_id is available in individual feed level as
- * well.
+ * Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
@@ -270,7 +260,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceId(S
}
/**
- * Database resource metadata.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata getResourceMetadata() {
@@ -278,7 +268,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata getResource
}
/**
- * Database resource metadata.
+ * Disable validation warnings
* @param resourceMetadata resourceMetadata or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceMetadata(StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata resourceMetadata) {
@@ -287,10 +277,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceMeta
}
/**
- * Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is
- * intentionally skipped. For example, BackupDR feeds are only needed for resources integrated
- * with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute
- * Engine, Persistent Disk) can be skipped.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getSkipIngestion() {
@@ -298,10 +285,7 @@ public java.lang.Boolean getSkipIngestion() {
}
/**
- * Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is
- * intentionally skipped. For example, BackupDR feeds are only needed for resources integrated
- * with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute
- * Engine, Persistent Disk) can be skipped.
+ * Optional. Disable validation warnings
* @param skipIngestion skipIngestion or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setSkipIngestion(java.lang.Boolean skipIngestion) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
index 7c50e16315a..27dab1fe722 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Common model for database resource health signal data.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,18 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData extends com.google.api.client.json.GenericJson {
/**
- * Any other additional metadata
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -30,45 +30,35 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId extends com.google.api.client.json.GenericJson {
/**
- * Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String provider;
/**
- * Optional. Needs to be used only when the provider is PROVIDER_OTHER.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String providerDescription;
/**
- * Required. The type of resource this ID is identifying. Ex go/keep-sorted start
- * alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
- * bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
- * compute.googleapis.com/Instance firestore.googleapis.com/Database,
- * memorystore.googleapis.com/Instance, redis.googleapis.com/Instance,
- * redis.googleapis.com/Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
- * oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
- * spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
- * sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
- * datamodel
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String resourceType;
/**
- * Required. A service-local token that distinguishes this resource from other resources within
- * the same service.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String uniqueId;
/**
- * Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getProvider() {
@@ -76,7 +66,7 @@ public java.lang.String getProvider() {
}
/**
- * Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
+ * Required. Disable validation warnings
* @param provider provider or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProvider(java.lang.String provider) {
@@ -85,7 +75,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProvider(java.
}
/**
- * Optional. Needs to be used only when the provider is PROVIDER_OTHER.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getProviderDescription() {
@@ -93,7 +83,7 @@ public java.lang.String getProviderDescription() {
}
/**
- * Optional. Needs to be used only when the provider is PROVIDER_OTHER.
+ * Optional. Disable validation warnings
* @param providerDescription providerDescription or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProviderDescription(java.lang.String providerDescription) {
@@ -102,16 +92,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProviderDescri
}
/**
- * Required. The type of resource this ID is identifying. Ex go/keep-sorted start
- * alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
- * bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
- * compute.googleapis.com/Instance firestore.googleapis.com/Database,
- * memorystore.googleapis.com/Instance, redis.googleapis.com/Instance,
- * redis.googleapis.com/Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
- * oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
- * spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
- * sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
- * datamodel
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getResourceType() {
@@ -119,16 +100,7 @@ public java.lang.String getResourceType() {
}
/**
- * Required. The type of resource this ID is identifying. Ex go/keep-sorted start
- * alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
- * bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
- * compute.googleapis.com/Instance firestore.googleapis.com/Database,
- * memorystore.googleapis.com/Instance, redis.googleapis.com/Instance,
- * redis.googleapis.com/Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
- * oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
- * spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
- * sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
- * datamodel
+ * Required. Disable validation warnings
* @param resourceType resourceType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setResourceType(java.lang.String resourceType) {
@@ -137,8 +109,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setResourceType(j
}
/**
- * Required. A service-local token that distinguishes this resource from other resources within
- * the same service.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getUniqueId() {
@@ -146,8 +117,7 @@ public java.lang.String getUniqueId() {
}
/**
- * Required. A service-local token that distinguishes this resource from other resources within
- * the same service.
+ * Required. Disable validation warnings
* @param uniqueId uniqueId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setUniqueId(java.lang.String uniqueId) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java
index 6b9cdf417b4..f4c1f10f9a0 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Common model for database resource instance metadata. Next ID: 35
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,243 +30,231 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata extends com.google.api.client.json.GenericJson {
/**
- * Field to ingest additional metadata whichd does not support proto format.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -30,72 +30,63 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData extends com.google.api.client.json.GenericJson {
/**
- * Optional. Any other additional metadata specific to recommendation
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -32,70 +30,70 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData extends com.google.api.client.json.GenericJson {
/**
- * Deprecated: Use signal_metadata_list instead.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * Required. Full Resource name of the source resource.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String fullResourceName;
/**
- * Required. Last time signal was refreshed
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String lastRefreshTime;
/**
- * Required. Resource location.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String location;
/**
- * Database resource id.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Deprecated: Use signal_metadata_list instead.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean signalBoolValue;
/**
- * This will support array of OneOf signal metadata information for a given signal type.
+ * Disable validation warnings
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainEntitlement extends com.google.api.client.json.GenericJson {
/**
- * The current state of user's accessibility to a feature/benefit.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String entitlementState;
/**
- * An enum that represents the type of this entitlement.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String type;
/**
- * The current state of user's accessibility to a feature/benefit.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getEntitlementState() {
@@ -52,7 +52,7 @@ public java.lang.String getEntitlementState() {
}
/**
- * The current state of user's accessibility to a feature/benefit.
+ * Disable validation warnings
* @param entitlementState entitlementState or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainEntitlement setEntitlementState(java.lang.String entitlementState) {
@@ -61,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainEntitlement setEntitlementState(java
}
/**
- * An enum that represents the type of this entitlement.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getType() {
@@ -69,7 +69,7 @@ public java.lang.String getType() {
}
/**
- * An enum that represents the type of this entitlement.
+ * Disable validation warnings
* @param type type or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainEntitlement setType(java.lang.String type) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java
index 6049759bde2..9c4b51e7c25 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * GCBDR Configuration for the resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Whether the resource is managed by GCBDR.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean gcbdrManaged;
/**
- * Whether the resource is managed by GCBDR.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getGcbdrManaged() {
@@ -45,7 +45,7 @@ public java.lang.Boolean getGcbdrManaged() {
}
/**
- * Whether the resource is managed by GCBDR.
+ * Disable validation warnings
* @param gcbdrManaged gcbdrManaged or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration setGcbdrManaged(java.lang.Boolean gcbdrManaged) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java
index 4c7b6bf54ba..2042da414d4 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java
@@ -17,9 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Metadata for individual internal resources in an instance. e.g. spanner instance can have
- * multiple databases with unique configuration settings. Similarly bigtable can have multiple
- * clusters within same bigtable instance.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -32,49 +30,49 @@
public final class StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata extends com.google.api.client.json.GenericJson {
/**
- * Backup configuration for this database
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration;
/**
- * Information about the last backup attempt for this database
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * Whether deletion protection is enabled for this internal resource.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean isDeletionProtectionEnabled;
/**
- * The product this resource represents.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterProtoCommonProduct product;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Required. internal resource name for spanner this will be database name
- * e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String resourceName;
/**
- * Backup configuration for this database
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfiguration() {
@@ -82,7 +80,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfigu
}
/**
- * Backup configuration for this database
+ * Disable validation warnings
* @param backupConfiguration backupConfiguration or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupConfiguration(StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration) {
@@ -91,7 +89,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupCo
}
/**
- * Information about the last backup attempt for this database
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
@@ -99,7 +97,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
}
/**
- * Information about the last backup attempt for this database
+ * Disable validation warnings
* @param backupRun backupRun or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupRun(StorageDatabasecenterPartnerapiV1mainBackupRun backupRun) {
@@ -108,7 +106,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupRu
}
/**
- * Whether deletion protection is enabled for this internal resource.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getIsDeletionProtectionEnabled() {
@@ -116,7 +114,7 @@ public java.lang.Boolean getIsDeletionProtectionEnabled() {
}
/**
- * Whether deletion protection is enabled for this internal resource.
+ * Disable validation warnings
* @param isDeletionProtectionEnabled isDeletionProtectionEnabled or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setIsDeletionProtectionEnabled(java.lang.Boolean isDeletionProtectionEnabled) {
@@ -125,7 +123,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setIsDeleti
}
/**
- * The product this resource represents.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterProtoCommonProduct getProduct() {
@@ -133,7 +131,7 @@ public StorageDatabasecenterProtoCommonProduct getProduct() {
}
/**
- * The product this resource represents.
+ * Disable validation warnings
* @param product product or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setProduct(StorageDatabasecenterProtoCommonProduct product) {
@@ -142,6 +140,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setProduct(
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -149,6 +148,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
+ * Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
@@ -157,8 +157,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setResource
}
/**
- * Required. internal resource name for spanner this will be database name
- * e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getResourceName() {
@@ -166,8 +165,7 @@ public java.lang.String getResourceName() {
}
/**
- * Required. internal resource name for spanner this will be database name
- * e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
+ * Required. Disable validation warnings
* @param resourceName resourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setResourceName(java.lang.String resourceName) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java
index dbb7b1d8c87..0a306327918 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Used to send IP address information for a database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,26 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainIpAddress extends com.google.api.client.json.GenericJson {
/**
- * The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP
- * is only reachable from within the same VPC network. Stored in standard string format (e.g.,
- * "10.0.0.2").
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String privateIp;
/**
- * The public IP address assigned to the resource. This IP is reachable from the internet. Stored
- * in standard string format (e.g., "34.72.1.1").
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String publicIp;
/**
- * The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP
- * is only reachable from within the same VPC network. Stored in standard string format (e.g.,
- * "10.0.0.2").
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getPrivateIp() {
@@ -57,9 +52,7 @@ public java.lang.String getPrivateIp() {
}
/**
- * The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP
- * is only reachable from within the same VPC network. Stored in standard string format (e.g.,
- * "10.0.0.2").
+ * Disable validation warnings
* @param privateIp privateIp or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainIpAddress setPrivateIp(java.lang.String privateIp) {
@@ -68,8 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainIpAddress setPrivateIp(java.lang.Str
}
/**
- * The public IP address assigned to the resource. This IP is reachable from the internet. Stored
- * in standard string format (e.g., "34.72.1.1").
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getPublicIp() {
@@ -77,8 +69,7 @@ public java.lang.String getPublicIp() {
}
/**
- * The public IP address assigned to the resource. This IP is reachable from the internet. Stored
- * in standard string format (e.g., "34.72.1.1").
+ * Disable validation warnings
* @param publicIp publicIp or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainIpAddress setPublicIp(java.lang.String publicIp) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java
index 4073d6e0d18..0c406adf498 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * MachineConfiguration describes the configuration of a machine specific to Database Resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,50 +30,49 @@
public final class StorageDatabasecenterPartnerapiV1mainMachineConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long baselineSlots;
/**
- * The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
- * again after bug fix.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer cpuCount;
/**
- * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long maxReservationSlots;
/**
- * Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long memorySizeInBytes;
/**
- * Optional. Number of shards (if applicable).
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer shardCount;
/**
- * Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Double vcpuCount;
/**
- * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Long getBaselineSlots() {
@@ -81,7 +80,7 @@ public java.lang.Long getBaselineSlots() {
}
/**
- * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * Optional. Disable validation warnings
* @param baselineSlots baselineSlots or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setBaselineSlots(java.lang.Long baselineSlots) {
@@ -90,8 +89,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setBaselineSlot
}
/**
- * The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
- * again after bug fix.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Integer getCpuCount() {
@@ -99,8 +97,7 @@ public java.lang.Integer getCpuCount() {
}
/**
- * The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
- * again after bug fix.
+ * Disable validation warnings
* @param cpuCount cpuCount or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setCpuCount(java.lang.Integer cpuCount) {
@@ -109,7 +106,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setCpuCount(jav
}
/**
- * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Long getMaxReservationSlots() {
@@ -117,7 +114,7 @@ public java.lang.Long getMaxReservationSlots() {
}
/**
- * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * Optional. Disable validation warnings
* @param maxReservationSlots maxReservationSlots or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMaxReservationSlots(java.lang.Long maxReservationSlots) {
@@ -126,7 +123,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMaxReservati
}
/**
- * Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Long getMemorySizeInBytes() {
@@ -134,7 +131,7 @@ public java.lang.Long getMemorySizeInBytes() {
}
/**
- * Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
+ * Disable validation warnings
* @param memorySizeInBytes memorySizeInBytes or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMemorySizeInBytes(java.lang.Long memorySizeInBytes) {
@@ -143,7 +140,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMemorySizeIn
}
/**
- * Optional. Number of shards (if applicable).
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Integer getShardCount() {
@@ -151,7 +148,7 @@ public java.lang.Integer getShardCount() {
}
/**
- * Optional. Number of shards (if applicable).
+ * Optional. Disable validation warnings
* @param shardCount shardCount or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setShardCount(java.lang.Integer shardCount) {
@@ -160,7 +157,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setShardCount(j
}
/**
- * Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Double getVcpuCount() {
@@ -168,7 +165,7 @@ public java.lang.Double getVcpuCount() {
}
/**
- * Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
+ * Optional. Disable validation warnings
* @param vcpuCount vcpuCount or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setVcpuCount(java.lang.Double vcpuCount) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java
index bb5da6b0b0b..3d764f9aa2c 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Model definition for StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,43 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainObservabilityMetricData extends com.google.api.client.json.GenericJson {
/**
- * Required. Type of aggregation performed on the metric.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String aggregationType;
/**
- * Required. Type of metric like CPU, Memory, etc.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String metricType;
/**
- * Required. The time the metric value was observed.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String observationTime;
/**
- * Required. Database resource name associated with the signal. Resource name to follow CAIS
- * resource_name format as noted here go/condor-common-datamodel
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String resourceName;
/**
- * Required. Value of the metric type.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterProtoCommonTypedValue value;
/**
- * Required. Type of aggregation performed on the metric.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getAggregationType() {
@@ -74,7 +73,7 @@ public java.lang.String getAggregationType() {
}
/**
- * Required. Type of aggregation performed on the metric.
+ * Required. Disable validation warnings
* @param aggregationType aggregationType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setAggregationType(java.lang.String aggregationType) {
@@ -83,7 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setAggregati
}
/**
- * Required. Type of metric like CPU, Memory, etc.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getMetricType() {
@@ -91,7 +90,7 @@ public java.lang.String getMetricType() {
}
/**
- * Required. Type of metric like CPU, Memory, etc.
+ * Required. Disable validation warnings
* @param metricType metricType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setMetricType(java.lang.String metricType) {
@@ -100,7 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setMetricTyp
}
/**
- * Required. The time the metric value was observed.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getObservationTime() {
@@ -108,7 +107,7 @@ public String getObservationTime() {
}
/**
- * Required. The time the metric value was observed.
+ * Required. Disable validation warnings
* @param observationTime observationTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setObservationTime(String observationTime) {
@@ -117,8 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setObservati
}
/**
- * Required. Database resource name associated with the signal. Resource name to follow CAIS
- * resource_name format as noted here go/condor-common-datamodel
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getResourceName() {
@@ -126,8 +124,7 @@ public java.lang.String getResourceName() {
}
/**
- * Required. Database resource name associated with the signal. Resource name to follow CAIS
- * resource_name format as noted here go/condor-common-datamodel
+ * Required. Disable validation warnings
* @param resourceName resourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setResourceName(java.lang.String resourceName) {
@@ -136,7 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setResourceN
}
/**
- * Required. Value of the metric type.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterProtoCommonTypedValue getValue() {
@@ -144,7 +141,7 @@ public StorageDatabasecenterProtoCommonTypedValue getValue() {
}
/**
- * Required. Value of the metric type.
+ * Required. Disable validation warnings
* @param value value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setValue(StorageDatabasecenterProtoCommonTypedValue value) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainOperationError.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainOperationError.java
index fc9474bcb08..9423e3f3c3b 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainOperationError.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainOperationError.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * An error that occurred during a backup creation operation.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,27 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainOperationError extends com.google.api.client.json.GenericJson {
/**
- * Identifies the specific error that occurred. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String code;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String errorType;
/**
- * Additional information about the error encountered. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String message;
/**
- * Identifies the specific error that occurred. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getCode() {
@@ -58,7 +59,7 @@ public java.lang.String getCode() {
}
/**
- * Identifies the specific error that occurred. REQUIRED
+ * Disable validation warnings
* @param code code or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError setCode(java.lang.String code) {
@@ -67,6 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainOperationError setCode(java.lang.Str
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getErrorType() {
@@ -74,6 +76,7 @@ public java.lang.String getErrorType() {
}
/**
+ * Disable validation warnings
* @param errorType errorType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError setErrorType(java.lang.String errorType) {
@@ -82,7 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainOperationError setErrorType(java.lan
}
/**
- * Additional information about the error encountered. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getMessage() {
@@ -90,7 +93,7 @@ public java.lang.String getMessage() {
}
/**
- * Additional information about the error encountered. REQUIRED
+ * Disable validation warnings
* @param message message or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError setMessage(java.lang.String message) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java
index dd64dd4f742..b08f3500a62 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Message type for storing resource flags.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceFlags extends com.google.api.client.json.GenericJson {
/**
- * Optional. Key of the resource flag.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String key;
/**
- * Optional. Value of the resource flag.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String value;
/**
- * Optional. Key of the resource flag.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getKey() {
@@ -52,7 +52,7 @@ public java.lang.String getKey() {
}
/**
- * Optional. Key of the resource flag.
+ * Optional. Disable validation warnings
* @param key key or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceFlags setKey(java.lang.String key) {
@@ -61,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceFlags setKey(java.lang.Strin
}
/**
- * Optional. Value of the resource flag.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getValue() {
@@ -69,7 +69,7 @@ public java.lang.String getValue() {
}
/**
- * Optional. Value of the resource flag.
+ * Optional. Disable validation warnings
* @param value value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceFlags setValue(java.lang.String value) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java
index 7623e98f528..22f0a8331af 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Deny maintenance period for the database resource. It specifies the time range during which the
- * maintenance cannot start. This is configured by the customer.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,28 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule extends com.google.api.client.json.GenericJson {
/**
- * Optional. Deny period end date.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDate endDate;
/**
- * Optional. The start date of the deny maintenance period.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDate startDate;
/**
- * Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeTimeOfDay time;
/**
- * Optional. Deny period end date.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeDate getEndDate() {
@@ -60,7 +59,7 @@ public GoogleTypeDate getEndDate() {
}
/**
- * Optional. Deny period end date.
+ * Optional. Disable validation warnings
* @param endDate endDate or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setEndDate(GoogleTypeDate endDate) {
@@ -69,7 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setE
}
/**
- * Optional. The start date of the deny maintenance period.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeDate getStartDate() {
@@ -77,7 +76,7 @@ public GoogleTypeDate getStartDate() {
}
/**
- * Optional. The start date of the deny maintenance period.
+ * Optional. Disable validation warnings
* @param startDate startDate or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setStartDate(GoogleTypeDate startDate) {
@@ -86,7 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setS
}
/**
- * Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeTimeOfDay getTime() {
@@ -94,7 +93,7 @@ public GoogleTypeTimeOfDay getTime() {
}
/**
- * Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
+ * Optional. Disable validation warnings
* @param time time or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setTime(GoogleTypeTimeOfDay time) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
index f4ae897f117..0c6114f64ad 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * MaintenanceInfo to capture the maintenance details of database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo extends com.google.api.client.json.GenericJson {
/**
- * Optional. The date when the current maintenance version was released.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDate currentVersionReleaseDate;
/**
- * Optional. List of Deny maintenance period for the database resource.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -50,52 +50,49 @@ public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
}
/**
- * Optional. Whether the instance is in stopped state. This information is temporarily being
- * captured in maintenanceInfo, till STOPPED state is supported by DB Center.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean isInstanceStopped;
/**
- * Optional. Maintenance window for the database resource.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule maintenanceSchedule;
/**
- * Output only. Current state of maintenance on the database resource.
+ * Output only. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String maintenanceState;
/**
- * Optional. Current Maintenance version of the database resource. Example:
- * "MYSQL_8_0_41.R20250531.01_15"
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String maintenanceVersion;
/**
- * Optional. List of next available maintenance versions.
+ * Optional. Disable validation warnings
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,31 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule extends com.google.api.client.json.GenericJson {
/**
- * Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String day;
/**
- * Optional. Phase of the maintenance window. This is to capture order of maintenance. For
- * example, for Cloud SQL resources, this can be used to capture if the maintenance window is in
- * Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more
- * details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String phase;
/**
- * Optional. Preferred time to start the maintenance operation on the specified day.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeTimeOfDay time;
/**
- * Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getDay() {
@@ -63,7 +59,7 @@ public java.lang.String getDay() {
}
/**
- * Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
+ * Optional. Disable validation warnings
* @param day day or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setDay(java.lang.String day) {
@@ -72,10 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setDay(j
}
/**
- * Optional. Phase of the maintenance window. This is to capture order of maintenance. For
- * example, for Cloud SQL resources, this can be used to capture if the maintenance window is in
- * Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more
- * details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getPhase() {
@@ -83,10 +76,7 @@ public java.lang.String getPhase() {
}
/**
- * Optional. Phase of the maintenance window. This is to capture order of maintenance. For
- * example, for Cloud SQL resources, this can be used to capture if the maintenance window is in
- * Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more
- * details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
+ * Optional. Disable validation warnings
* @param phase phase or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setPhase(java.lang.String phase) {
@@ -95,7 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setPhase
}
/**
- * Optional. Preferred time to start the maintenance operation on the specified day.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeTimeOfDay getTime() {
@@ -103,7 +93,7 @@ public GoogleTypeTimeOfDay getTime() {
}
/**
- * Optional. Preferred time to start the maintenance operation on the specified day.
+ * Optional. Disable validation warnings
* @param time time or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setTime(GoogleTypeTimeOfDay time) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
index b9e29b67dbb..61dfe9249d6 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Model definition for StorageDatabasecenterPartnerapiV1mainRetentionSettings.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,42 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainRetentionSettings extends com.google.api.client.json.GenericJson {
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String durationBasedRetention;
/**
- * Quantity based retention period i.e. 7 backups
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer quantityBasedRetention;
/**
- * The unit that 'retained_backups' represents.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String retentionUnit;
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String timeBasedRetention;
/**
- * Timestamp based retention period i.e. 2024-05-01T00:00:00Z
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String timestampBasedRetentionTime;
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getDurationBasedRetention() {
@@ -73,7 +73,7 @@ public String getDurationBasedRetention() {
}
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @param durationBasedRetention durationBasedRetention or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setDurationBasedRetention(String durationBasedRetention) {
@@ -82,7 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setDurationBasedRe
}
/**
- * Quantity based retention period i.e. 7 backups
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Integer getQuantityBasedRetention() {
@@ -90,7 +90,7 @@ public java.lang.Integer getQuantityBasedRetention() {
}
/**
- * Quantity based retention period i.e. 7 backups
+ * Disable validation warnings
* @param quantityBasedRetention quantityBasedRetention or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setQuantityBasedRetention(java.lang.Integer quantityBasedRetention) {
@@ -99,7 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setQuantityBasedRe
}
/**
- * The unit that 'retained_backups' represents.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getRetentionUnit() {
@@ -107,7 +107,7 @@ public java.lang.String getRetentionUnit() {
}
/**
- * The unit that 'retained_backups' represents.
+ * Disable validation warnings
* @param retentionUnit retentionUnit or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setRetentionUnit(java.lang.String retentionUnit) {
@@ -116,7 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setRetentionUnit(j
}
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getTimeBasedRetention() {
@@ -124,7 +124,7 @@ public String getTimeBasedRetention() {
}
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @param timeBasedRetention timeBasedRetention or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimeBasedRetention(String timeBasedRetention) {
@@ -133,7 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimeBasedRetent
}
/**
- * Timestamp based retention period i.e. 2024-05-01T00:00:00Z
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getTimestampBasedRetentionTime() {
@@ -141,7 +141,7 @@ public String getTimestampBasedRetentionTime() {
}
/**
- * Timestamp based retention period i.e. 2024-05-01T00:00:00Z
+ * Disable validation warnings
* @param timestampBasedRetentionTime timestampBasedRetentionTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimestampBasedRetentionTime(String timestampBasedRetentionTime) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java
index bfef2b13a67..d9023a05721 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * SignalMetadata contains one of the signal metadata proto messages associated with a SignalType.
- * This proto will be mapped to SignalMetadata message in storage.proto. Next ID: 3
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainSignalMetadata extends com.google.api.client.json.GenericJson {
/**
- * Signal data for backup runs.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean signalBoolValue;
/**
- * Signal data for backup runs.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
@@ -53,7 +52,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
}
/**
- * Signal data for backup runs.
+ * Disable validation warnings
* @param backupRun backupRun or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainSignalMetadata setBackupRun(StorageDatabasecenterPartnerapiV1mainBackupRun backupRun) {
@@ -62,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainSignalMetadata setBackupRun(StorageD
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getSignalBoolValue() {
@@ -70,7 +69,7 @@ public java.lang.Boolean getSignalBoolValue() {
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @param signalBoolValue signalBoolValue or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainSignalMetadata setSignalBoolValue(java.lang.Boolean signalBoolValue) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainTags.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainTags.java
index fca4f0cd649..9218ef56471 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainTags.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainTags.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Message type for storing tags. Tags provide a way to create annotations for resources, and in
- * some cases conditionally allow or deny policies based on whether a resource has a specific tag.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainTags extends com.google.api.client.json.GenericJson {
/**
- * The Tag key/value mappings.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -31,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance extends com.google.api.client.json.GenericJson {
/**
- * Optional. The end time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String endTime;
/**
- * Optional. The start time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String startTime;
/**
- * Optional. The end time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public String getEndTime() {
@@ -53,7 +52,7 @@ public String getEndTime() {
}
/**
- * Optional. The end time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @param endTime endTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance setEndTime(String endTime) {
@@ -62,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance setEndTime(Strin
}
/**
- * Optional. The start time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public String getStartTime() {
@@ -70,7 +69,7 @@ public String getStartTime() {
}
/**
- * Optional. The start time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @param startTime startTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance setStartTime(String startTime) {
diff --git a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java
index 8676250cd84..268227c5ac6 100644
--- a/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java
+++ b/clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1alpha.model;
/**
- * Message type for storing user labels. User labels are used to tag App Engine resources, allowing
- * users to search for resources matching a set of labels and to aggregate usage data by labels.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,12 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainUserLabels extends com.google.api.client.json.GenericJson {
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -30,45 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Checks for existence of (multi-cluster) routing configuration that allows automatic failover to
- * a different zone/region in case of an outage. Applicable to Bigtable resources.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean automaticFailoverRoutingConfigured;
/**
- * Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone.
- * Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from
- * more than one zone in a region (it is highly available).
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String availabilityType;
/**
- * Checks for resources that are configured to have redundancy, and ongoing replication across
- * regions
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean crossRegionReplicaConfigured;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean externalReplicaConfigured;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean promotableReplicaConfigured;
/**
- * Checks for existence of (multi-cluster) routing configuration that allows automatic failover to
- * a different zone/region in case of an outage. Applicable to Bigtable resources.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getAutomaticFailoverRoutingConfigured() {
@@ -76,8 +73,7 @@ public java.lang.Boolean getAutomaticFailoverRoutingConfigured() {
}
/**
- * Checks for existence of (multi-cluster) routing configuration that allows automatic failover to
- * a different zone/region in case of an outage. Applicable to Bigtable resources.
+ * Disable validation warnings
* @param automaticFailoverRoutingConfigured automaticFailoverRoutingConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAutomaticFailoverRoutingConfigured(java.lang.Boolean automaticFailoverRoutingConfigured) {
@@ -86,9 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAutomat
}
/**
- * Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone.
- * Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from
- * more than one zone in a region (it is highly available).
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getAvailabilityType() {
@@ -96,9 +90,7 @@ public java.lang.String getAvailabilityType() {
}
/**
- * Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone.
- * Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from
- * more than one zone in a region (it is highly available).
+ * Disable validation warnings
* @param availabilityType availabilityType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAvailabilityType(java.lang.String availabilityType) {
@@ -107,8 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAvailab
}
/**
- * Checks for resources that are configured to have redundancy, and ongoing replication across
- * regions
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getCrossRegionReplicaConfigured() {
@@ -116,8 +107,7 @@ public java.lang.Boolean getCrossRegionReplicaConfigured() {
}
/**
- * Checks for resources that are configured to have redundancy, and ongoing replication across
- * regions
+ * Disable validation warnings
* @param crossRegionReplicaConfigured crossRegionReplicaConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setCrossRegionReplicaConfigured(java.lang.Boolean crossRegionReplicaConfigured) {
@@ -126,6 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setCrossRe
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getExternalReplicaConfigured() {
@@ -133,6 +124,7 @@ public java.lang.Boolean getExternalReplicaConfigured() {
}
/**
+ * Disable validation warnings
* @param externalReplicaConfigured externalReplicaConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExternalReplicaConfigured(java.lang.Boolean externalReplicaConfigured) {
@@ -141,6 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExterna
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getPromotableReplicaConfigured() {
@@ -148,6 +141,7 @@ public java.lang.Boolean getPromotableReplicaConfigured() {
}
/**
+ * Disable validation warnings
* @param promotableReplicaConfigured promotableReplicaConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setPromotableReplicaConfigured(java.lang.Boolean promotableReplicaConfigured) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java
index 85c0814482a..cefff5e817a 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Configuration for automatic backups
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,29 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainBackupConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Whether customer visible automated backups are enabled on the instance.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean automatedBackupEnabled;
/**
- * Backup retention settings.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainRetentionSettings backupRetentionSettings;
/**
- * Whether point-in-time recovery is enabled. This is optional field, if the database service does
- * not have this feature or metadata is not available in control plane, this can be omitted.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean pointInTimeRecoveryEnabled;
/**
- * Whether customer visible automated backups are enabled on the instance.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getAutomatedBackupEnabled() {
@@ -60,7 +59,7 @@ public java.lang.Boolean getAutomatedBackupEnabled() {
}
/**
- * Whether customer visible automated backups are enabled on the instance.
+ * Disable validation warnings
* @param automatedBackupEnabled automatedBackupEnabled or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setAutomatedBackupEnabled(java.lang.Boolean automatedBackupEnabled) {
@@ -69,7 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setAutomatedBack
}
/**
- * Backup retention settings.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings getBackupRetentionSettings() {
@@ -77,7 +76,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings getBackupRetention
}
/**
- * Backup retention settings.
+ * Disable validation warnings
* @param backupRetentionSettings backupRetentionSettings or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setBackupRetentionSettings(StorageDatabasecenterPartnerapiV1mainRetentionSettings backupRetentionSettings) {
@@ -86,8 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setBackupRetenti
}
/**
- * Whether point-in-time recovery is enabled. This is optional field, if the database service does
- * not have this feature or metadata is not available in control plane, this can be omitted.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getPointInTimeRecoveryEnabled() {
@@ -95,8 +93,7 @@ public java.lang.Boolean getPointInTimeRecoveryEnabled() {
}
/**
- * Whether point-in-time recovery is enabled. This is optional field, if the database service does
- * not have this feature or metadata is not available in control plane, this can be omitted.
+ * Disable validation warnings
* @param pointInTimeRecoveryEnabled pointInTimeRecoveryEnabled or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setPointInTimeRecoveryEnabled(java.lang.Boolean pointInTimeRecoveryEnabled) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java
index c48c921180a..ce0e73bfbeb 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * BackupDRConfiguration to capture the backup and disaster recovery details of database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Indicates if the resource is managed by BackupDR.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean backupdrManaged;
/**
- * Indicates if the resource is managed by BackupDR.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getBackupdrManaged() {
@@ -45,7 +45,7 @@ public java.lang.Boolean getBackupdrManaged() {
}
/**
- * Indicates if the resource is managed by BackupDR.
+ * Disable validation warnings
* @param backupdrManaged backupdrManaged or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration setBackupdrManaged(java.lang.Boolean backupdrManaged) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java
index 2d1c4eb478e..aa5b3460c24 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupDRMetadata.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * BackupDRMetadata contains information about the backup and disaster recovery metadata of a
- * database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,49 +30,49 @@
public final class StorageDatabasecenterPartnerapiV1mainBackupDRMetadata extends com.google.api.client.json.GenericJson {
/**
- * Backup configuration for this instance.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration;
/**
- * Latest backup run information for this instance.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * BackupDR configuration for this instance.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration backupdrConfiguration;
/**
- * Required. Full resource name of this instance.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String fullResourceName;
/**
- * Required. Last time backup configuration was refreshed.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String lastRefreshTime;
/**
- * Required. Database resource id.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Backup configuration for this instance.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfiguration() {
@@ -81,7 +80,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfigu
}
/**
- * Backup configuration for this instance.
+ * Disable validation warnings
* @param backupConfiguration backupConfiguration or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupConfiguration(StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration) {
@@ -90,7 +89,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupConfigurat
}
/**
- * Latest backup run information for this instance.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
@@ -98,7 +97,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
}
/**
- * Latest backup run information for this instance.
+ * Disable validation warnings
* @param backupRun backupRun or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupRun(StorageDatabasecenterPartnerapiV1mainBackupRun backupRun) {
@@ -107,7 +106,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupRun(Storag
}
/**
- * BackupDR configuration for this instance.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration getBackupdrConfiguration() {
@@ -115,7 +114,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration getBackupdrCon
}
/**
- * BackupDR configuration for this instance.
+ * Disable validation warnings
* @param backupdrConfiguration backupdrConfiguration or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupdrConfiguration(StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration backupdrConfiguration) {
@@ -124,7 +123,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setBackupdrConfigur
}
/**
- * Required. Full resource name of this instance.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getFullResourceName() {
@@ -132,7 +131,7 @@ public java.lang.String getFullResourceName() {
}
/**
- * Required. Full resource name of this instance.
+ * Required. Disable validation warnings
* @param fullResourceName fullResourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setFullResourceName(java.lang.String fullResourceName) {
@@ -141,7 +140,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setFullResourceName
}
/**
- * Required. Last time backup configuration was refreshed.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getLastRefreshTime() {
@@ -149,7 +148,7 @@ public String getLastRefreshTime() {
}
/**
- * Required. Last time backup configuration was refreshed.
+ * Required. Disable validation warnings
* @param lastRefreshTime lastRefreshTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setLastRefreshTime(String lastRefreshTime) {
@@ -158,7 +157,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setLastRefreshTime(
}
/**
- * Required. Database resource id.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -166,7 +165,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
- * Required. Database resource id.
+ * Required. Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java
index e96eee40103..21e17a8dac8 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainBackupRun.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * A backup run.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,36 +30,35 @@
public final class StorageDatabasecenterPartnerapiV1mainBackupRun extends com.google.api.client.json.GenericJson {
/**
- * The time the backup operation completed. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String endTime;
/**
- * Information about why the backup operation failed. This is only present if the run has the
- * FAILED status. OPTIONAL
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainOperationError error;
/**
- * The time the backup operation started. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String startTime;
/**
- * The status of this run. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String status;
/**
- * The time the backup operation completed. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getEndTime() {
@@ -67,7 +66,7 @@ public String getEndTime() {
}
/**
- * The time the backup operation completed. REQUIRED
+ * Disable validation warnings
* @param endTime endTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun setEndTime(String endTime) {
@@ -76,8 +75,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun setEndTime(String endTime)
}
/**
- * Information about why the backup operation failed. This is only present if the run has the
- * FAILED status. OPTIONAL
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError getError() {
@@ -85,8 +83,7 @@ public StorageDatabasecenterPartnerapiV1mainOperationError getError() {
}
/**
- * Information about why the backup operation failed. This is only present if the run has the
- * FAILED status. OPTIONAL
+ * Disable validation warnings
* @param error error or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun setError(StorageDatabasecenterPartnerapiV1mainOperationError error) {
@@ -95,7 +92,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun setError(StorageDatabasece
}
/**
- * The time the backup operation started. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getStartTime() {
@@ -103,7 +100,7 @@ public String getStartTime() {
}
/**
- * The time the backup operation started. REQUIRED
+ * Disable validation warnings
* @param startTime startTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun setStartTime(String startTime) {
@@ -112,7 +109,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun setStartTime(String startT
}
/**
- * The status of this run. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getStatus() {
@@ -120,7 +117,7 @@ public java.lang.String getStatus() {
}
/**
- * The status of this run. REQUIRED
+ * Disable validation warnings
* @param status status or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun setStatus(java.lang.String status) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainCompliance.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainCompliance.java
index 7c792fa7676..493b8b528fa 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainCompliance.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainCompliance.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Contains compliance information about a security standard indicating unmet recommendations.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainCompliance extends com.google.api.client.json.GenericJson {
/**
- * Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String standard;
/**
- * Version of the standard or benchmark, for example, 1.1
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String version;
/**
- * Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getStandard() {
@@ -52,7 +52,7 @@ public java.lang.String getStandard() {
}
/**
- * Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
+ * Disable validation warnings
* @param standard standard or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainCompliance setStandard(java.lang.String standard) {
@@ -61,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainCompliance setStandard(java.lang.Str
}
/**
- * Version of the standard or benchmark, for example, 1.1
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getVersion() {
@@ -69,7 +69,7 @@ public java.lang.String getVersion() {
}
/**
- * Version of the standard or benchmark, for example, 1.1
+ * Disable validation warnings
* @param version version or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainCompliance setVersion(java.lang.String version) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java
index 1c328a9eeb2..bc33bbd8087 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Config based signal data. This is used to send signals to Condor which are based on the DB level
- * configurations. These will be used to send signals for self managed databases.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,42 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData extends com.google.api.client.json.GenericJson {
/**
- * Required. Full Resource name of the source resource.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String fullResourceName;
/**
- * Required. Last time signal was refreshed
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String lastRefreshTime;
/**
- * Database resource id.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean signalBoolValue;
/**
- * Required. Signal type of the signal
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String signalType;
/**
- * Required. Full Resource name of the source resource.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getFullResourceName() {
@@ -74,7 +73,7 @@ public java.lang.String getFullResourceName() {
}
/**
- * Required. Full Resource name of the source resource.
+ * Required. Disable validation warnings
* @param fullResourceName fullResourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setFullResourceName(java.lang.String fullResourceName) {
@@ -83,7 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setFullResourc
}
/**
- * Required. Last time signal was refreshed
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getLastRefreshTime() {
@@ -91,7 +90,7 @@ public String getLastRefreshTime() {
}
/**
- * Required. Last time signal was refreshed
+ * Required. Disable validation warnings
* @param lastRefreshTime lastRefreshTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setLastRefreshTime(String lastRefreshTime) {
@@ -100,7 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setLastRefresh
}
/**
- * Database resource id.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -108,7 +107,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
- * Database resource id.
+ * Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
@@ -117,7 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setResourceId(
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getSignalBoolValue() {
@@ -125,7 +124,7 @@ public java.lang.Boolean getSignalBoolValue() {
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @param signalBoolValue signalBoolValue or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setSignalBoolValue(java.lang.Boolean signalBoolValue) {
@@ -134,7 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setSignalBoolV
}
/**
- * Required. Signal type of the signal
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getSignalType() {
@@ -142,7 +141,7 @@ public java.lang.String getSignalType() {
}
/**
- * Required. Signal type of the signal
+ * Required. Disable validation warnings
* @param signalType signalType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData setSignalType(java.lang.String signalType) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java
index 26b96bd794a..3b0b0ed3a7f 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainCustomMetadataData.java
@@ -17,9 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Any custom metadata associated with the resource. e.g. A spanner instance can have multiple
- * databases with its own unique metadata. Information for these individual databases can be
- * captured in custom metadata data
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -32,16 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainCustomMetadataData extends com.google.api.client.json.GenericJson {
/**
- * Metadata for individual internal resources in an instance. e.g. spanner instance can have
- * multiple databases with unique configuration.
+ * Disable validation warnings
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,89 +30,84 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed extends com.google.api.client.json.GenericJson {
/**
- * BackupDR metadata is used to ingest metadata from BackupDR.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupDRMetadata backupdrMetadata;
/**
- * Config based signal data is used to ingest signals that are generated based on the
- * configuration of the database resource.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData configBasedSignalData;
/**
- * Database resource signal data is used to ingest signals from database resource signal feeds.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData databaseResourceSignalData;
/**
- * Required. Timestamp when feed is generated.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String feedTimestamp;
/**
- * Required. Type feed to be ingested into condor
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String feedType;
/**
- * Observability metric data.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainObservabilityMetricData observabilityMetricData;
/**
- * Database resource recommendation signal data.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData recommendationSignalData;
/**
- * Database resource health signal data.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData resourceHealthSignalData;
/**
- * Primary key associated with the Resource. resource_id is available in individual feed level as
- * well.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Database resource metadata.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata resourceMetadata;
/**
- * Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is
- * intentionally skipped. For example, BackupDR feeds are only needed for resources integrated
- * with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute
- * Engine, Persistent Disk) can be skipped.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean skipIngestion;
/**
- * BackupDR metadata is used to ingest metadata from BackupDR.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata getBackupdrMetadata() {
@@ -121,7 +115,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupDRMetadata getBackupdrMetadata
}
/**
- * BackupDR metadata is used to ingest metadata from BackupDR.
+ * Disable validation warnings
* @param backupdrMetadata backupdrMetadata or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setBackupdrMetadata(StorageDatabasecenterPartnerapiV1mainBackupDRMetadata backupdrMetadata) {
@@ -130,8 +124,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setBackupdrMeta
}
/**
- * Config based signal data is used to ingest signals that are generated based on the
- * configuration of the database resource.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData getConfigBasedSignalData() {
@@ -139,8 +132,7 @@ public StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData getConfigBased
}
/**
- * Config based signal data is used to ingest signals that are generated based on the
- * configuration of the database resource.
+ * Disable validation warnings
* @param configBasedSignalData configBasedSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setConfigBasedSignalData(StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData configBasedSignalData) {
@@ -149,7 +141,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setConfigBasedS
}
/**
- * Database resource signal data is used to ingest signals from database resource signal feeds.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData getDatabaseResourceSignalData() {
@@ -157,7 +149,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData getDataba
}
/**
- * Database resource signal data is used to ingest signals from database resource signal feeds.
+ * Disable validation warnings
* @param databaseResourceSignalData databaseResourceSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setDatabaseResourceSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData databaseResourceSignalData) {
@@ -166,7 +158,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setDatabaseReso
}
/**
- * Required. Timestamp when feed is generated.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getFeedTimestamp() {
@@ -174,7 +166,7 @@ public String getFeedTimestamp() {
}
/**
- * Required. Timestamp when feed is generated.
+ * Required. Disable validation warnings
* @param feedTimestamp feedTimestamp or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedTimestamp(String feedTimestamp) {
@@ -183,7 +175,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedTimestam
}
/**
- * Required. Type feed to be ingested into condor
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getFeedType() {
@@ -191,7 +183,7 @@ public java.lang.String getFeedType() {
}
/**
- * Required. Type feed to be ingested into condor
+ * Required. Disable validation warnings
* @param feedType feedType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedType(java.lang.String feedType) {
@@ -200,7 +192,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setFeedType(jav
}
/**
- * Observability metric data.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData getObservabilityMetricData() {
@@ -208,7 +200,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData getObservabi
}
/**
- * Observability metric data.
+ * Disable validation warnings
* @param observabilityMetricData observabilityMetricData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setObservabilityMetricData(StorageDatabasecenterPartnerapiV1mainObservabilityMetricData observabilityMetricData) {
@@ -217,7 +209,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setObservabilit
}
/**
- * Database resource recommendation signal data.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData getRecommendationSignalData() {
@@ -225,7 +217,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignal
}
/**
- * Database resource recommendation signal data.
+ * Disable validation warnings
* @param recommendationSignalData recommendationSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setRecommendationSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData recommendationSignalData) {
@@ -234,7 +226,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setRecommendati
}
/**
- * Database resource health signal data.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData getResourceHealthSignalData() {
@@ -242,7 +234,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData get
}
/**
- * Database resource health signal data.
+ * Disable validation warnings
* @param resourceHealthSignalData resourceHealthSignalData or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceHealthSignalData(StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData resourceHealthSignalData) {
@@ -251,8 +243,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceHeal
}
/**
- * Primary key associated with the Resource. resource_id is available in individual feed level as
- * well.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -260,8 +251,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
- * Primary key associated with the Resource. resource_id is available in individual feed level as
- * well.
+ * Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
@@ -270,7 +260,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceId(S
}
/**
- * Database resource metadata.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata getResourceMetadata() {
@@ -278,7 +268,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata getResource
}
/**
- * Database resource metadata.
+ * Disable validation warnings
* @param resourceMetadata resourceMetadata or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceMetadata(StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata resourceMetadata) {
@@ -287,10 +277,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setResourceMeta
}
/**
- * Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is
- * intentionally skipped. For example, BackupDR feeds are only needed for resources integrated
- * with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute
- * Engine, Persistent Disk) can be skipped.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getSkipIngestion() {
@@ -298,10 +285,7 @@ public java.lang.Boolean getSkipIngestion() {
}
/**
- * Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is
- * intentionally skipped. For example, BackupDR feeds are only needed for resources integrated
- * with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute
- * Engine, Persistent Disk) can be skipped.
+ * Optional. Disable validation warnings
* @param skipIngestion skipIngestion or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed setSkipIngestion(java.lang.Boolean skipIngestion) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
index fa9eee0c097..001095f14b2 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Common model for database resource health signal data.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,18 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData extends com.google.api.client.json.GenericJson {
/**
- * Any other additional metadata
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -30,45 +30,35 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId extends com.google.api.client.json.GenericJson {
/**
- * Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String provider;
/**
- * Optional. Needs to be used only when the provider is PROVIDER_OTHER.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String providerDescription;
/**
- * Required. The type of resource this ID is identifying. Ex go/keep-sorted start
- * alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
- * bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
- * compute.googleapis.com/Instance firestore.googleapis.com/Database,
- * memorystore.googleapis.com/Instance, redis.googleapis.com/Instance,
- * redis.googleapis.com/Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
- * oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
- * spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
- * sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
- * datamodel
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String resourceType;
/**
- * Required. A service-local token that distinguishes this resource from other resources within
- * the same service.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String uniqueId;
/**
- * Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getProvider() {
@@ -76,7 +66,7 @@ public java.lang.String getProvider() {
}
/**
- * Required. Cloud provider name. Ex: GCP/AWS/Azure/OnPrem/SelfManaged
+ * Required. Disable validation warnings
* @param provider provider or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProvider(java.lang.String provider) {
@@ -85,7 +75,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProvider(java.
}
/**
- * Optional. Needs to be used only when the provider is PROVIDER_OTHER.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getProviderDescription() {
@@ -93,7 +83,7 @@ public java.lang.String getProviderDescription() {
}
/**
- * Optional. Needs to be used only when the provider is PROVIDER_OTHER.
+ * Optional. Disable validation warnings
* @param providerDescription providerDescription or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProviderDescription(java.lang.String providerDescription) {
@@ -102,16 +92,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProviderDescri
}
/**
- * Required. The type of resource this ID is identifying. Ex go/keep-sorted start
- * alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
- * bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
- * compute.googleapis.com/Instance firestore.googleapis.com/Database,
- * memorystore.googleapis.com/Instance, redis.googleapis.com/Instance,
- * redis.googleapis.com/Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
- * oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
- * spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
- * sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
- * datamodel
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getResourceType() {
@@ -119,16 +100,7 @@ public java.lang.String getResourceType() {
}
/**
- * Required. The type of resource this ID is identifying. Ex go/keep-sorted start
- * alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
- * bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
- * compute.googleapis.com/Instance firestore.googleapis.com/Database,
- * memorystore.googleapis.com/Instance, redis.googleapis.com/Instance,
- * redis.googleapis.com/Cluster, oracledatabase.googleapis.com/CloudExadataInfrastructure
- * oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
- * spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
- * sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
- * datamodel
+ * Required. Disable validation warnings
* @param resourceType resourceType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setResourceType(java.lang.String resourceType) {
@@ -137,8 +109,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setResourceType(j
}
/**
- * Required. A service-local token that distinguishes this resource from other resources within
- * the same service.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getUniqueId() {
@@ -146,8 +117,7 @@ public java.lang.String getUniqueId() {
}
/**
- * Required. A service-local token that distinguishes this resource from other resources within
- * the same service.
+ * Required. Disable validation warnings
* @param uniqueId uniqueId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setUniqueId(java.lang.String uniqueId) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java
index c98a482eb8a..6b59f979f7c 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Common model for database resource instance metadata. Next ID: 35
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,243 +30,231 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata extends com.google.api.client.json.GenericJson {
/**
- * Field to ingest additional metadata whichd does not support proto format.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -30,72 +30,63 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData extends com.google.api.client.json.GenericJson {
/**
- * Optional. Any other additional metadata specific to recommendation
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -32,70 +30,70 @@
public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData extends com.google.api.client.json.GenericJson {
/**
- * Deprecated: Use signal_metadata_list instead.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * Required. Full Resource name of the source resource.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String fullResourceName;
/**
- * Required. Last time signal was refreshed
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String lastRefreshTime;
/**
- * Required. Resource location.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String location;
/**
- * Database resource id.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Deprecated: Use signal_metadata_list instead.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean signalBoolValue;
/**
- * This will support array of OneOf signal metadata information for a given signal type.
+ * Disable validation warnings
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainEntitlement extends com.google.api.client.json.GenericJson {
/**
- * The current state of user's accessibility to a feature/benefit.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String entitlementState;
/**
- * An enum that represents the type of this entitlement.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String type;
/**
- * The current state of user's accessibility to a feature/benefit.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getEntitlementState() {
@@ -52,7 +52,7 @@ public java.lang.String getEntitlementState() {
}
/**
- * The current state of user's accessibility to a feature/benefit.
+ * Disable validation warnings
* @param entitlementState entitlementState or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainEntitlement setEntitlementState(java.lang.String entitlementState) {
@@ -61,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainEntitlement setEntitlementState(java
}
/**
- * An enum that represents the type of this entitlement.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getType() {
@@ -69,7 +69,7 @@ public java.lang.String getType() {
}
/**
- * An enum that represents the type of this entitlement.
+ * Disable validation warnings
* @param type type or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainEntitlement setType(java.lang.String type) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java
index cd5a4ce39ad..76d79e96df6 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * GCBDR Configuration for the resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Whether the resource is managed by GCBDR.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean gcbdrManaged;
/**
- * Whether the resource is managed by GCBDR.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getGcbdrManaged() {
@@ -45,7 +45,7 @@ public java.lang.Boolean getGcbdrManaged() {
}
/**
- * Whether the resource is managed by GCBDR.
+ * Disable validation warnings
* @param gcbdrManaged gcbdrManaged or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration setGcbdrManaged(java.lang.Boolean gcbdrManaged) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java
index 68df61fc6a7..6fa63aa4bec 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata.java
@@ -17,9 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Metadata for individual internal resources in an instance. e.g. spanner instance can have
- * multiple databases with unique configuration settings. Similarly bigtable can have multiple
- * clusters within same bigtable instance.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -32,49 +30,49 @@
public final class StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata extends com.google.api.client.json.GenericJson {
/**
- * Backup configuration for this database
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration;
/**
- * Information about the last backup attempt for this database
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * Whether deletion protection is enabled for this internal resource.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean isDeletionProtectionEnabled;
/**
- * The product this resource represents.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterProtoCommonProduct product;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId;
/**
- * Required. internal resource name for spanner this will be database name
- * e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String resourceName;
/**
- * Backup configuration for this database
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfiguration() {
@@ -82,7 +80,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration getBackupConfigu
}
/**
- * Backup configuration for this database
+ * Disable validation warnings
* @param backupConfiguration backupConfiguration or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupConfiguration(StorageDatabasecenterPartnerapiV1mainBackupConfiguration backupConfiguration) {
@@ -91,7 +89,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupCo
}
/**
- * Information about the last backup attempt for this database
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
@@ -99,7 +97,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
}
/**
- * Information about the last backup attempt for this database
+ * Disable validation warnings
* @param backupRun backupRun or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupRun(StorageDatabasecenterPartnerapiV1mainBackupRun backupRun) {
@@ -108,7 +106,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setBackupRu
}
/**
- * Whether deletion protection is enabled for this internal resource.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getIsDeletionProtectionEnabled() {
@@ -116,7 +114,7 @@ public java.lang.Boolean getIsDeletionProtectionEnabled() {
}
/**
- * Whether deletion protection is enabled for this internal resource.
+ * Disable validation warnings
* @param isDeletionProtectionEnabled isDeletionProtectionEnabled or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setIsDeletionProtectionEnabled(java.lang.Boolean isDeletionProtectionEnabled) {
@@ -125,7 +123,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setIsDeleti
}
/**
- * The product this resource represents.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterProtoCommonProduct getProduct() {
@@ -133,7 +131,7 @@ public StorageDatabasecenterProtoCommonProduct getProduct() {
}
/**
- * The product this resource represents.
+ * Disable validation warnings
* @param product product or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setProduct(StorageDatabasecenterProtoCommonProduct product) {
@@ -142,6 +140,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setProduct(
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
@@ -149,6 +148,7 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId getResourceId() {
}
/**
+ * Disable validation warnings
* @param resourceId resourceId or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setResourceId(StorageDatabasecenterPartnerapiV1mainDatabaseResourceId resourceId) {
@@ -157,8 +157,7 @@ public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setResource
}
/**
- * Required. internal resource name for spanner this will be database name
- * e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getResourceName() {
@@ -166,8 +165,7 @@ public java.lang.String getResourceName() {
}
/**
- * Required. internal resource name for spanner this will be database name
- * e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"
+ * Required. Disable validation warnings
* @param resourceName resourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata setResourceName(java.lang.String resourceName) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java
index 2b0371f6823..084b3b53e6f 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainIpAddress.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Used to send IP address information for a database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,26 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainIpAddress extends com.google.api.client.json.GenericJson {
/**
- * The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP
- * is only reachable from within the same VPC network. Stored in standard string format (e.g.,
- * "10.0.0.2").
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String privateIp;
/**
- * The public IP address assigned to the resource. This IP is reachable from the internet. Stored
- * in standard string format (e.g., "34.72.1.1").
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String publicIp;
/**
- * The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP
- * is only reachable from within the same VPC network. Stored in standard string format (e.g.,
- * "10.0.0.2").
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getPrivateIp() {
@@ -57,9 +52,7 @@ public java.lang.String getPrivateIp() {
}
/**
- * The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP
- * is only reachable from within the same VPC network. Stored in standard string format (e.g.,
- * "10.0.0.2").
+ * Disable validation warnings
* @param privateIp privateIp or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainIpAddress setPrivateIp(java.lang.String privateIp) {
@@ -68,8 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainIpAddress setPrivateIp(java.lang.Str
}
/**
- * The public IP address assigned to the resource. This IP is reachable from the internet. Stored
- * in standard string format (e.g., "34.72.1.1").
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getPublicIp() {
@@ -77,8 +69,7 @@ public java.lang.String getPublicIp() {
}
/**
- * The public IP address assigned to the resource. This IP is reachable from the internet. Stored
- * in standard string format (e.g., "34.72.1.1").
+ * Disable validation warnings
* @param publicIp publicIp or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainIpAddress setPublicIp(java.lang.String publicIp) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java
index 72b8b6e7ff2..80da74b1d79 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainMachineConfiguration.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * MachineConfiguration describes the configuration of a machine specific to Database Resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,50 +30,49 @@
public final class StorageDatabasecenterPartnerapiV1mainMachineConfiguration extends com.google.api.client.json.GenericJson {
/**
- * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long baselineSlots;
/**
- * The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
- * again after bug fix.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer cpuCount;
/**
- * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long maxReservationSlots;
/**
- * Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long memorySizeInBytes;
/**
- * Optional. Number of shards (if applicable).
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer shardCount;
/**
- * Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Double vcpuCount;
/**
- * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Long getBaselineSlots() {
@@ -81,7 +80,7 @@ public java.lang.Long getBaselineSlots() {
}
/**
- * Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
+ * Optional. Disable validation warnings
* @param baselineSlots baselineSlots or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setBaselineSlots(java.lang.Long baselineSlots) {
@@ -90,8 +89,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setBaselineSlot
}
/**
- * The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
- * again after bug fix.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Integer getCpuCount() {
@@ -99,8 +97,7 @@ public java.lang.Integer getCpuCount() {
}
/**
- * The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
- * again after bug fix.
+ * Disable validation warnings
* @param cpuCount cpuCount or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setCpuCount(java.lang.Integer cpuCount) {
@@ -109,7 +106,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setCpuCount(jav
}
/**
- * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Long getMaxReservationSlots() {
@@ -117,7 +114,7 @@ public java.lang.Long getMaxReservationSlots() {
}
/**
- * Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
+ * Optional. Disable validation warnings
* @param maxReservationSlots maxReservationSlots or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMaxReservationSlots(java.lang.Long maxReservationSlots) {
@@ -126,7 +123,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMaxReservati
}
/**
- * Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Long getMemorySizeInBytes() {
@@ -134,7 +131,7 @@ public java.lang.Long getMemorySizeInBytes() {
}
/**
- * Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
+ * Disable validation warnings
* @param memorySizeInBytes memorySizeInBytes or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMemorySizeInBytes(java.lang.Long memorySizeInBytes) {
@@ -143,7 +140,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setMemorySizeIn
}
/**
- * Optional. Number of shards (if applicable).
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Integer getShardCount() {
@@ -151,7 +148,7 @@ public java.lang.Integer getShardCount() {
}
/**
- * Optional. Number of shards (if applicable).
+ * Optional. Disable validation warnings
* @param shardCount shardCount or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setShardCount(java.lang.Integer shardCount) {
@@ -160,7 +157,7 @@ public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setShardCount(j
}
/**
- * Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Double getVcpuCount() {
@@ -168,7 +165,7 @@ public java.lang.Double getVcpuCount() {
}
/**
- * Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.
+ * Optional. Disable validation warnings
* @param vcpuCount vcpuCount or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainMachineConfiguration setVcpuCount(java.lang.Double vcpuCount) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java
index 7c4a2d6d2ea..f65ac60dd60 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Model definition for StorageDatabasecenterPartnerapiV1mainObservabilityMetricData.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,43 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainObservabilityMetricData extends com.google.api.client.json.GenericJson {
/**
- * Required. Type of aggregation performed on the metric.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String aggregationType;
/**
- * Required. Type of metric like CPU, Memory, etc.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String metricType;
/**
- * Required. The time the metric value was observed.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String observationTime;
/**
- * Required. Database resource name associated with the signal. Resource name to follow CAIS
- * resource_name format as noted here go/condor-common-datamodel
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String resourceName;
/**
- * Required. Value of the metric type.
+ * Required. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterProtoCommonTypedValue value;
/**
- * Required. Type of aggregation performed on the metric.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getAggregationType() {
@@ -74,7 +73,7 @@ public java.lang.String getAggregationType() {
}
/**
- * Required. Type of aggregation performed on the metric.
+ * Required. Disable validation warnings
* @param aggregationType aggregationType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setAggregationType(java.lang.String aggregationType) {
@@ -83,7 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setAggregati
}
/**
- * Required. Type of metric like CPU, Memory, etc.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getMetricType() {
@@ -91,7 +90,7 @@ public java.lang.String getMetricType() {
}
/**
- * Required. Type of metric like CPU, Memory, etc.
+ * Required. Disable validation warnings
* @param metricType metricType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setMetricType(java.lang.String metricType) {
@@ -100,7 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setMetricTyp
}
/**
- * Required. The time the metric value was observed.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public String getObservationTime() {
@@ -108,7 +107,7 @@ public String getObservationTime() {
}
/**
- * Required. The time the metric value was observed.
+ * Required. Disable validation warnings
* @param observationTime observationTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setObservationTime(String observationTime) {
@@ -117,8 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setObservati
}
/**
- * Required. Database resource name associated with the signal. Resource name to follow CAIS
- * resource_name format as noted here go/condor-common-datamodel
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getResourceName() {
@@ -126,8 +124,7 @@ public java.lang.String getResourceName() {
}
/**
- * Required. Database resource name associated with the signal. Resource name to follow CAIS
- * resource_name format as noted here go/condor-common-datamodel
+ * Required. Disable validation warnings
* @param resourceName resourceName or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setResourceName(java.lang.String resourceName) {
@@ -136,7 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setResourceN
}
/**
- * Required. Value of the metric type.
+ * Required. Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterProtoCommonTypedValue getValue() {
@@ -144,7 +141,7 @@ public StorageDatabasecenterProtoCommonTypedValue getValue() {
}
/**
- * Required. Value of the metric type.
+ * Required. Disable validation warnings
* @param value value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainObservabilityMetricData setValue(StorageDatabasecenterProtoCommonTypedValue value) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainOperationError.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainOperationError.java
index 7c2b68acb48..fced43f676b 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainOperationError.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainOperationError.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * An error that occurred during a backup creation operation.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,27 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainOperationError extends com.google.api.client.json.GenericJson {
/**
- * Identifies the specific error that occurred. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String code;
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String errorType;
/**
- * Additional information about the error encountered. REQUIRED
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String message;
/**
- * Identifies the specific error that occurred. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getCode() {
@@ -58,7 +59,7 @@ public java.lang.String getCode() {
}
/**
- * Identifies the specific error that occurred. REQUIRED
+ * Disable validation warnings
* @param code code or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError setCode(java.lang.String code) {
@@ -67,6 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainOperationError setCode(java.lang.Str
}
/**
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getErrorType() {
@@ -74,6 +76,7 @@ public java.lang.String getErrorType() {
}
/**
+ * Disable validation warnings
* @param errorType errorType or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError setErrorType(java.lang.String errorType) {
@@ -82,7 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainOperationError setErrorType(java.lan
}
/**
- * Additional information about the error encountered. REQUIRED
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getMessage() {
@@ -90,7 +93,7 @@ public java.lang.String getMessage() {
}
/**
- * Additional information about the error encountered. REQUIRED
+ * Disable validation warnings
* @param message message or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainOperationError setMessage(java.lang.String message) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java
index 8dde03acb6a..10cf9e87de5 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceFlags.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Message type for storing resource flags.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceFlags extends com.google.api.client.json.GenericJson {
/**
- * Optional. Key of the resource flag.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String key;
/**
- * Optional. Value of the resource flag.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String value;
/**
- * Optional. Key of the resource flag.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getKey() {
@@ -52,7 +52,7 @@ public java.lang.String getKey() {
}
/**
- * Optional. Key of the resource flag.
+ * Optional. Disable validation warnings
* @param key key or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceFlags setKey(java.lang.String key) {
@@ -61,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceFlags setKey(java.lang.Strin
}
/**
- * Optional. Value of the resource flag.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getValue() {
@@ -69,7 +69,7 @@ public java.lang.String getValue() {
}
/**
- * Optional. Value of the resource flag.
+ * Optional. Disable validation warnings
* @param value value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceFlags setValue(java.lang.String value) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java
index 9aa4d5f5e2f..62ed109f418 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Deny maintenance period for the database resource. It specifies the time range during which the
- * maintenance cannot start. This is configured by the customer.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,28 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule extends com.google.api.client.json.GenericJson {
/**
- * Optional. Deny period end date.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDate endDate;
/**
- * Optional. The start date of the deny maintenance period.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDate startDate;
/**
- * Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeTimeOfDay time;
/**
- * Optional. Deny period end date.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeDate getEndDate() {
@@ -60,7 +59,7 @@ public GoogleTypeDate getEndDate() {
}
/**
- * Optional. Deny period end date.
+ * Optional. Disable validation warnings
* @param endDate endDate or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setEndDate(GoogleTypeDate endDate) {
@@ -69,7 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setE
}
/**
- * Optional. The start date of the deny maintenance period.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeDate getStartDate() {
@@ -77,7 +76,7 @@ public GoogleTypeDate getStartDate() {
}
/**
- * Optional. The start date of the deny maintenance period.
+ * Optional. Disable validation warnings
* @param startDate startDate or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setStartDate(GoogleTypeDate startDate) {
@@ -86,7 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setS
}
/**
- * Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeTimeOfDay getTime() {
@@ -94,7 +93,7 @@ public GoogleTypeTimeOfDay getTime() {
}
/**
- * Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
+ * Optional. Disable validation warnings
* @param time time or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule setTime(GoogleTypeTimeOfDay time) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
index 8d9a11a7d10..72266aa32a0 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * MaintenanceInfo to capture the maintenance details of database resource.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo extends com.google.api.client.json.GenericJson {
/**
- * Optional. The date when the current maintenance version was released.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeDate currentVersionReleaseDate;
/**
- * Optional. List of Deny maintenance period for the database resource.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -50,52 +50,49 @@ public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
}
/**
- * Optional. Whether the instance is in stopped state. This information is temporarily being
- * captured in maintenanceInfo, till STOPPED state is supported by DB Center.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean isInstanceStopped;
/**
- * Optional. Maintenance window for the database resource.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule maintenanceSchedule;
/**
- * Output only. Current state of maintenance on the database resource.
+ * Output only. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String maintenanceState;
/**
- * Optional. Current Maintenance version of the database resource. Example:
- * "MYSQL_8_0_41.R20250531.01_15"
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String maintenanceVersion;
/**
- * Optional. List of next available maintenance versions.
+ * Optional. Disable validation warnings
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,31 +30,28 @@
public final class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule extends com.google.api.client.json.GenericJson {
/**
- * Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String day;
/**
- * Optional. Phase of the maintenance window. This is to capture order of maintenance. For
- * example, for Cloud SQL resources, this can be used to capture if the maintenance window is in
- * Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more
- * details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String phase;
/**
- * Optional. Preferred time to start the maintenance operation on the specified day.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GoogleTypeTimeOfDay time;
/**
- * Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getDay() {
@@ -63,7 +59,7 @@ public java.lang.String getDay() {
}
/**
- * Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
+ * Optional. Disable validation warnings
* @param day day or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setDay(java.lang.String day) {
@@ -72,10 +68,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setDay(j
}
/**
- * Optional. Phase of the maintenance window. This is to capture order of maintenance. For
- * example, for Cloud SQL resources, this can be used to capture if the maintenance window is in
- * Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more
- * details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getPhase() {
@@ -83,10 +76,7 @@ public java.lang.String getPhase() {
}
/**
- * Optional. Phase of the maintenance window. This is to capture order of maintenance. For
- * example, for Cloud SQL resources, this can be used to capture if the maintenance window is in
- * Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more
- * details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
+ * Optional. Disable validation warnings
* @param phase phase or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setPhase(java.lang.String phase) {
@@ -95,7 +85,7 @@ public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setPhase
}
/**
- * Optional. Preferred time to start the maintenance operation on the specified day.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public GoogleTypeTimeOfDay getTime() {
@@ -103,7 +93,7 @@ public GoogleTypeTimeOfDay getTime() {
}
/**
- * Optional. Preferred time to start the maintenance operation on the specified day.
+ * Optional. Disable validation warnings
* @param time time or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule setTime(GoogleTypeTimeOfDay time) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
index 05cb5c11e9c..35754442cdd 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
@@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Model definition for StorageDatabasecenterPartnerapiV1mainRetentionSettings.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -30,42 +30,42 @@
public final class StorageDatabasecenterPartnerapiV1mainRetentionSettings extends com.google.api.client.json.GenericJson {
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String durationBasedRetention;
/**
- * Quantity based retention period i.e. 7 backups
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer quantityBasedRetention;
/**
- * The unit that 'retained_backups' represents.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String retentionUnit;
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String timeBasedRetention;
/**
- * Timestamp based retention period i.e. 2024-05-01T00:00:00Z
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String timestampBasedRetentionTime;
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getDurationBasedRetention() {
@@ -73,7 +73,7 @@ public String getDurationBasedRetention() {
}
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @param durationBasedRetention durationBasedRetention or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setDurationBasedRetention(String durationBasedRetention) {
@@ -82,7 +82,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setDurationBasedRe
}
/**
- * Quantity based retention period i.e. 7 backups
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Integer getQuantityBasedRetention() {
@@ -90,7 +90,7 @@ public java.lang.Integer getQuantityBasedRetention() {
}
/**
- * Quantity based retention period i.e. 7 backups
+ * Disable validation warnings
* @param quantityBasedRetention quantityBasedRetention or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setQuantityBasedRetention(java.lang.Integer quantityBasedRetention) {
@@ -99,7 +99,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setQuantityBasedRe
}
/**
- * The unit that 'retained_backups' represents.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.String getRetentionUnit() {
@@ -107,7 +107,7 @@ public java.lang.String getRetentionUnit() {
}
/**
- * The unit that 'retained_backups' represents.
+ * Disable validation warnings
* @param retentionUnit retentionUnit or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setRetentionUnit(java.lang.String retentionUnit) {
@@ -116,7 +116,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setRetentionUnit(j
}
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getTimeBasedRetention() {
@@ -124,7 +124,7 @@ public String getTimeBasedRetention() {
}
/**
- * Duration based retention period i.e. 172800 seconds (2 days)
+ * Disable validation warnings
* @param timeBasedRetention timeBasedRetention or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimeBasedRetention(String timeBasedRetention) {
@@ -133,7 +133,7 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimeBasedRetent
}
/**
- * Timestamp based retention period i.e. 2024-05-01T00:00:00Z
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public String getTimestampBasedRetentionTime() {
@@ -141,7 +141,7 @@ public String getTimestampBasedRetentionTime() {
}
/**
- * Timestamp based retention period i.e. 2024-05-01T00:00:00Z
+ * Disable validation warnings
* @param timestampBasedRetentionTime timestampBasedRetentionTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimestampBasedRetentionTime(String timestampBasedRetentionTime) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java
index 492e06668cc..3083a91c363 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainSignalMetadata.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * SignalMetadata contains one of the signal metadata proto messages associated with a SignalType.
- * This proto will be mapped to SignalMetadata message in storage.proto. Next ID: 3
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainSignalMetadata extends com.google.api.client.json.GenericJson {
/**
- * Signal data for backup runs.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private StorageDatabasecenterPartnerapiV1mainBackupRun backupRun;
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean signalBoolValue;
/**
- * Signal data for backup runs.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
@@ -53,7 +52,7 @@ public StorageDatabasecenterPartnerapiV1mainBackupRun getBackupRun() {
}
/**
- * Signal data for backup runs.
+ * Disable validation warnings
* @param backupRun backupRun or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainSignalMetadata setBackupRun(StorageDatabasecenterPartnerapiV1mainBackupRun backupRun) {
@@ -62,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainSignalMetadata setBackupRun(StorageD
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getSignalBoolValue() {
@@ -70,7 +69,7 @@ public java.lang.Boolean getSignalBoolValue() {
}
/**
- * Signal data for boolean signals.
+ * Disable validation warnings
* @param signalBoolValue signalBoolValue or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainSignalMetadata setSignalBoolValue(java.lang.Boolean signalBoolValue) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainTags.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainTags.java
index 7625418ad1d..27976e95b3f 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainTags.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainTags.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Message type for storing tags. Tags provide a way to create annotations for resources, and in
- * some cases conditionally allow or deny policies based on whether a resource has a specific tag.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,14 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainTags extends com.google.api.client.json.GenericJson {
/**
- * The Tag key/value mappings.
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
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 AlloyDB API. For a detailed explanation see:
@@ -31,21 +30,21 @@
public final class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance extends com.google.api.client.json.GenericJson {
/**
- * Optional. The end time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String endTime;
/**
- * Optional. The start time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String startTime;
/**
- * Optional. The end time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public String getEndTime() {
@@ -53,7 +52,7 @@ public String getEndTime() {
}
/**
- * Optional. The end time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @param endTime endTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance setEndTime(String endTime) {
@@ -62,7 +61,7 @@ public StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance setEndTime(Strin
}
/**
- * Optional. The start time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @return value or {@code null} for none
*/
public String getStartTime() {
@@ -70,7 +69,7 @@ public String getStartTime() {
}
/**
- * Optional. The start time of the upcoming maintenance.
+ * Optional. Disable validation warnings
* @param startTime startTime or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance setStartTime(String startTime) {
diff --git a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java
index 98d304af312..f7ae136ac5f 100644
--- a/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java
+++ b/clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainUserLabels.java
@@ -17,8 +17,7 @@
package com.google.api.services.alloydb.v1beta.model;
/**
- * Message type for storing user labels. User labels are used to tag App Engine resources, allowing
- * users to search for resources matching a set of labels and to aggregate usage data by labels.
+ * Disable validation warnings
*
* 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 AlloyDB API. For a detailed explanation see:
@@ -31,12 +30,14 @@
public final class StorageDatabasecenterPartnerapiV1mainUserLabels extends com.google.api.client.json.GenericJson {
/**
+ * Disable validation warnings
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.Map