Skip to content

Commit 462244d

Browse files
1 parent dd05671 commit 462244d

111 files changed

Lines changed: 2043 additions & 2124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

clients/google-api-services-alloydb/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-alloydb</artifactId>
25-
<version>v1-rev20260701-2.0.0</version>
25+
<version>v1-rev20260723-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20260723-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/Cluster.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
227227
private java.lang.String network;
228228

229229
/**
230+
* Optional.
230231
* The value may be {@code null}.
231232
*/
232233
@com.google.api.client.util.Key
@@ -787,13 +788,15 @@ public Cluster setNetwork(java.lang.String network) {
787788
}
788789

789790
/**
791+
* Optional.
790792
* @return value or {@code null} for none
791793
*/
792794
public NetworkConfig getNetworkConfig() {
793795
return networkConfig;
794796
}
795797

796798
/**
799+
* Optional.
797800
* @param networkConfig networkConfig or {@code null} for none
798801
*/
799802
public Cluster setNetworkConfig(NetworkConfig networkConfig) {

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration.java

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.alloydb.v1.model;
1818

1919
/**
20-
* Configuration for availability of database instance
20+
* Disable validation warnings
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:
@@ -30,54 +30,50 @@
3030
public final class StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Checks for existence of (multi-cluster) routing configuration that allows automatic failover to
34-
* a different zone/region in case of an outage. Applicable to Bigtable resources.
33+
* Disable validation warnings
3534
* The value may be {@code null}.
3635
*/
3736
@com.google.api.client.util.Key
3837
private java.lang.Boolean automaticFailoverRoutingConfigured;
3938

4039
/**
41-
* Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone.
42-
* Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from
43-
* more than one zone in a region (it is highly available).
40+
* Disable validation warnings
4441
* The value may be {@code null}.
4542
*/
4643
@com.google.api.client.util.Key
4744
private java.lang.String availabilityType;
4845

4946
/**
50-
* Checks for resources that are configured to have redundancy, and ongoing replication across
51-
* regions
47+
* Disable validation warnings
5248
* The value may be {@code null}.
5349
*/
5450
@com.google.api.client.util.Key
5551
private java.lang.Boolean crossRegionReplicaConfigured;
5652

5753
/**
54+
* Disable validation warnings
5855
* The value may be {@code null}.
5956
*/
6057
@com.google.api.client.util.Key
6158
private java.lang.Boolean externalReplicaConfigured;
6259

6360
/**
61+
* Disable validation warnings
6462
* The value may be {@code null}.
6563
*/
6664
@com.google.api.client.util.Key
6765
private java.lang.Boolean promotableReplicaConfigured;
6866

6967
/**
70-
* Checks for existence of (multi-cluster) routing configuration that allows automatic failover to
71-
* a different zone/region in case of an outage. Applicable to Bigtable resources.
68+
* Disable validation warnings
7269
* @return value or {@code null} for none
7370
*/
7471
public java.lang.Boolean getAutomaticFailoverRoutingConfigured() {
7572
return automaticFailoverRoutingConfigured;
7673
}
7774

7875
/**
79-
* Checks for existence of (multi-cluster) routing configuration that allows automatic failover to
80-
* a different zone/region in case of an outage. Applicable to Bigtable resources.
76+
* Disable validation warnings
8177
* @param automaticFailoverRoutingConfigured automaticFailoverRoutingConfigured or {@code null} for none
8278
*/
8379
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAutomaticFailoverRoutingConfigured(java.lang.Boolean automaticFailoverRoutingConfigured) {
@@ -86,19 +82,15 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAutomat
8682
}
8783

8884
/**
89-
* Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone.
90-
* Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from
91-
* more than one zone in a region (it is highly available).
85+
* Disable validation warnings
9286
* @return value or {@code null} for none
9387
*/
9488
public java.lang.String getAvailabilityType() {
9589
return availabilityType;
9690
}
9791

9892
/**
99-
* Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone.
100-
* Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from
101-
* more than one zone in a region (it is highly available).
93+
* Disable validation warnings
10294
* @param availabilityType availabilityType or {@code null} for none
10395
*/
10496
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAvailabilityType(java.lang.String availabilityType) {
@@ -107,17 +99,15 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setAvailab
10799
}
108100

109101
/**
110-
* Checks for resources that are configured to have redundancy, and ongoing replication across
111-
* regions
102+
* Disable validation warnings
112103
* @return value or {@code null} for none
113104
*/
114105
public java.lang.Boolean getCrossRegionReplicaConfigured() {
115106
return crossRegionReplicaConfigured;
116107
}
117108

118109
/**
119-
* Checks for resources that are configured to have redundancy, and ongoing replication across
120-
* regions
110+
* Disable validation warnings
121111
* @param crossRegionReplicaConfigured crossRegionReplicaConfigured or {@code null} for none
122112
*/
123113
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setCrossRegionReplicaConfigured(java.lang.Boolean crossRegionReplicaConfigured) {
@@ -126,13 +116,15 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setCrossRe
126116
}
127117

128118
/**
119+
* Disable validation warnings
129120
* @return value or {@code null} for none
130121
*/
131122
public java.lang.Boolean getExternalReplicaConfigured() {
132123
return externalReplicaConfigured;
133124
}
134125

135126
/**
127+
* Disable validation warnings
136128
* @param externalReplicaConfigured externalReplicaConfigured or {@code null} for none
137129
*/
138130
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExternalReplicaConfigured(java.lang.Boolean externalReplicaConfigured) {
@@ -141,13 +133,15 @@ public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setExterna
141133
}
142134

143135
/**
136+
* Disable validation warnings
144137
* @return value or {@code null} for none
145138
*/
146139
public java.lang.Boolean getPromotableReplicaConfigured() {
147140
return promotableReplicaConfigured;
148141
}
149142

150143
/**
144+
* Disable validation warnings
151145
* @param promotableReplicaConfigured promotableReplicaConfigured or {@code null} for none
152146
*/
153147
public StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration setPromotableReplicaConfigured(java.lang.Boolean promotableReplicaConfigured) {

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupConfiguration.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.alloydb.v1.model;
1818

1919
/**
20-
* Configuration for automatic backups
20+
* Disable validation warnings
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:
@@ -30,37 +30,36 @@
3030
public final class StorageDatabasecenterPartnerapiV1mainBackupConfiguration extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Whether customer visible automated backups are enabled on the instance.
33+
* Disable validation warnings
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.Boolean automatedBackupEnabled;
3838

3939
/**
40-
* Backup retention settings.
40+
* Disable validation warnings
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private StorageDatabasecenterPartnerapiV1mainRetentionSettings backupRetentionSettings;
4545

4646
/**
47-
* Whether point-in-time recovery is enabled. This is optional field, if the database service does
48-
* not have this feature or metadata is not available in control plane, this can be omitted.
47+
* Disable validation warnings
4948
* The value may be {@code null}.
5049
*/
5150
@com.google.api.client.util.Key
5251
private java.lang.Boolean pointInTimeRecoveryEnabled;
5352

5453
/**
55-
* Whether customer visible automated backups are enabled on the instance.
54+
* Disable validation warnings
5655
* @return value or {@code null} for none
5756
*/
5857
public java.lang.Boolean getAutomatedBackupEnabled() {
5958
return automatedBackupEnabled;
6059
}
6160

6261
/**
63-
* Whether customer visible automated backups are enabled on the instance.
62+
* Disable validation warnings
6463
* @param automatedBackupEnabled automatedBackupEnabled or {@code null} for none
6564
*/
6665
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setAutomatedBackupEnabled(java.lang.Boolean automatedBackupEnabled) {
@@ -69,15 +68,15 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setAutomatedBack
6968
}
7069

7170
/**
72-
* Backup retention settings.
71+
* Disable validation warnings
7372
* @return value or {@code null} for none
7473
*/
7574
public StorageDatabasecenterPartnerapiV1mainRetentionSettings getBackupRetentionSettings() {
7675
return backupRetentionSettings;
7776
}
7877

7978
/**
80-
* Backup retention settings.
79+
* Disable validation warnings
8180
* @param backupRetentionSettings backupRetentionSettings or {@code null} for none
8281
*/
8382
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setBackupRetentionSettings(StorageDatabasecenterPartnerapiV1mainRetentionSettings backupRetentionSettings) {
@@ -86,17 +85,15 @@ public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setBackupRetenti
8685
}
8786

8887
/**
89-
* Whether point-in-time recovery is enabled. This is optional field, if the database service does
90-
* not have this feature or metadata is not available in control plane, this can be omitted.
88+
* Disable validation warnings
9189
* @return value or {@code null} for none
9290
*/
9391
public java.lang.Boolean getPointInTimeRecoveryEnabled() {
9492
return pointInTimeRecoveryEnabled;
9593
}
9694

9795
/**
98-
* Whether point-in-time recovery is enabled. This is optional field, if the database service does
99-
* not have this feature or metadata is not available in control plane, this can be omitted.
96+
* Disable validation warnings
10097
* @param pointInTimeRecoveryEnabled pointInTimeRecoveryEnabled or {@code null} for none
10198
*/
10299
public StorageDatabasecenterPartnerapiV1mainBackupConfiguration setPointInTimeRecoveryEnabled(java.lang.Boolean pointInTimeRecoveryEnabled) {

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.alloydb.v1.model;
1818

1919
/**
20-
* BackupDRConfiguration to capture the backup and disaster recovery details of database resource.
20+
* Disable validation warnings
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the AlloyDB API. For a detailed explanation see:
@@ -30,22 +30,22 @@
3030
public final class StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Indicates if the resource is managed by BackupDR.
33+
* Disable validation warnings
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.Boolean backupdrManaged;
3838

3939
/**
40-
* Indicates if the resource is managed by BackupDR.
40+
* Disable validation warnings
4141
* @return value or {@code null} for none
4242
*/
4343
public java.lang.Boolean getBackupdrManaged() {
4444
return backupdrManaged;
4545
}
4646

4747
/**
48-
* Indicates if the resource is managed by BackupDR.
48+
* Disable validation warnings
4949
* @param backupdrManaged backupdrManaged or {@code null} for none
5050
*/
5151
public StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration setBackupdrManaged(java.lang.Boolean backupdrManaged) {

0 commit comments

Comments
 (0)