Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-alloydb/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-alloydb</artifactId>
<version>v1-rev20260701-2.0.0</version>
<version>v1-rev20260723-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260701-2.0.0'
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260723-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
private java.lang.String network;

/**
* Optional.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -787,13 +788,15 @@ public Cluster setNetwork(java.lang.String network) {
}

/**
* Optional.
* @return value or {@code null} for none
*/
public NetworkConfig getNetworkConfig() {
return networkConfig;
}

/**
* Optional.
* @param networkConfig networkConfig or {@code null} for none
*/
public Cluster setNetworkConfig(NetworkConfig networkConfig) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;

/**
* Configuration for availability of database instance
* Disable validation warnings
*
* <p> 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:
Expand All @@ -30,54 +30,50 @@
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() {
return automaticFailoverRoutingConfigured;
}

/**
* 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) {
Expand All @@ -86,19 +82,15 @@ 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() {
return availabilityType;
}

/**
* 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) {
Expand All @@ -107,17 +99,15 @@ 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() {
return crossRegionReplicaConfigured;
}

/**
* 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) {
Expand All @@ -126,13 +116,15 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setCrossRe
}

/**
* Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getExternalReplicaConfigured() {
return externalReplicaConfigured;
}

/**
* Disable validation warnings
* @param externalReplicaConfigured externalReplicaConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExternalReplicaConfigured(java.lang.Boolean externalReplicaConfigured) {
Expand All @@ -141,13 +133,15 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExterna
}

/**
* Disable validation warnings
* @return value or {@code null} for none
*/
public java.lang.Boolean getPromotableReplicaConfigured() {
return promotableReplicaConfigured;
}

/**
* Disable validation warnings
* @param promotableReplicaConfigured promotableReplicaConfigured or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setPromotableReplicaConfigured(java.lang.Boolean promotableReplicaConfigured) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.alloydb.v1.model;

/**
* Configuration for automatic backups
* Disable validation warnings
*
* <p> 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:
Expand All @@ -30,37 +30,36 @@
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() {
return automatedBackupEnabled;
}

/**
* 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) {
Expand All @@ -69,15 +68,15 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setAutomatedBack
}

/**
* Backup retention settings.
* Disable validation warnings
* @return value or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainRetentionSettings getBackupRetentionSettings() {
return backupRetentionSettings;
}

/**
* Backup retention settings.
* Disable validation warnings
* @param backupRetentionSettings backupRetentionSettings or {@code null} for none
*/
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setBackupRetentionSettings(StorageDatabasecenterPartnerapiV1mainRetentionSettings backupRetentionSettings) {
Expand All @@ -86,17 +85,15 @@ 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() {
return pointInTimeRecoveryEnabled;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
* <p> 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:
Expand All @@ -30,22 +30,22 @@
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() {
return backupdrManaged;
}

/**
* 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) {
Expand Down
Loading
Loading