Skip to content

Commit 34b3d0a

Browse files
1 parent b31319d commit 34b3d0a

File tree

5 files changed

+36
-12
lines changed

5 files changed

+36
-12
lines changed

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-rev20250605-2.0.0</version>
25+
<version>v1-rev20250612-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-rev20250605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20250612-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSi
7575
@com.google.api.client.util.Key
7676
private java.lang.String externalUri;
7777

78+
/**
79+
* This is used to identify the location of the resource. Example: "us-central1"
80+
* The value may be {@code null}.
81+
*/
82+
@com.google.api.client.util.Key
83+
private java.lang.String location;
84+
7885
/**
7986
* Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE, SQL_LOG_ERROR_VERBOSITY etc.
8087
* The value may be {@code null}.
@@ -238,6 +245,23 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData set
238245
return this;
239246
}
240247

248+
/**
249+
* This is used to identify the location of the resource. Example: "us-central1"
250+
* @return value or {@code null} for none
251+
*/
252+
public java.lang.String getLocation() {
253+
return location;
254+
}
255+
256+
/**
257+
* This is used to identify the location of the resource. Example: "us-central1"
258+
* @param location location or {@code null} for none
259+
*/
260+
public StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData setLocation(java.lang.String location) {
261+
this.location = location;
262+
return this;
263+
}
264+
241265
/**
242266
* Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE, SQL_LOG_ERROR_VERBOSITY etc.
243267
* @return value or {@code null} for none

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public final class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId exten
4949
* bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
5050
* compute.googleapis.com/Instance firestore.googleapis.com/Database,
5151
* redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
52-
* oracledatabase.googleapis.com/cloudExadataInfrastructures
53-
* oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases
52+
* oracledatabase.googleapis.com/CloudExadataInfrastructure
53+
* oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
5454
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
5555
* sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
5656
* datamodel
@@ -107,8 +107,8 @@ public StorageDatabasecenterPartnerapiV1mainDatabaseResourceId setProviderDescri
107107
* bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
108108
* compute.googleapis.com/Instance firestore.googleapis.com/Database,
109109
* redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
110-
* oracledatabase.googleapis.com/cloudExadataInfrastructures
111-
* oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases
110+
* oracledatabase.googleapis.com/CloudExadataInfrastructure
111+
* oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
112112
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
113113
* sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
114114
* datamodel
@@ -124,8 +124,8 @@ public java.lang.String getResourceType() {
124124
* bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
125125
* compute.googleapis.com/Instance firestore.googleapis.com/Database,
126126
* redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
127-
* oracledatabase.googleapis.com/cloudExadataInfrastructures
128-
* oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases
127+
* oracledatabase.googleapis.com/CloudExadataInfrastructure
128+
* oracledatabase.googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
129129
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
130130
* sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
131131
* datamodel

clients/google-api-services-alloydb/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-alloydb</artifactId>
11-
<version>v1-rev20250605-2.0.0</version>
12-
<name>AlloyDB API v1-rev20250605-2.0.0</name>
11+
<version>v1-rev20250612-2.0.0</version>
12+
<name>AlloyDB API v1-rev20250612-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-alloydb/v1/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-rev20250605-2.0.0</version>
25+
<version>v1-rev20250612-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-rev20250605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20250612-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)