Skip to content

Commit 8ed10bf

Browse files
1 parent 2e0ec18 commit 8ed10bf

File tree

14 files changed

+110
-50
lines changed

14 files changed

+110
-50
lines changed

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

clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/DatabaseResourceFeed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* DatabaseResourceFeed is the top level proto to be used to ingest different database resource
21-
* level events into Condor platform.
21+
* level events into Condor platform. Next ID: 8
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a

clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/DatabaseResourceHealthSignalData.java

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

79+
/**
80+
* This is used to identify the location of the resource. Example: "us-central1"
81+
* The value may be {@code null}.
82+
*/
83+
@com.google.api.client.util.Key
84+
private java.lang.String location;
85+
7986
/**
8087
* Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE, SQL_LOG_ERROR_VERBOSITY etc.
8188
* The value may be {@code null}.
@@ -239,6 +246,23 @@ public DatabaseResourceHealthSignalData setExternalUri(java.lang.String external
239246
return this;
240247
}
241248

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

clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/DatabaseResourceId.java

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,16 @@ public final class DatabaseResourceId extends com.google.api.client.json.Generic
4545
private java.lang.String providerDescription;
4646

4747
/**
48-
* Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance,
49-
* redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
50-
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
51-
* firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance,
48+
* Required. The type of resource this ID is identifying. Ex go/keep-sorted start
49+
* alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
5250
* bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
51+
* compute.googleapis.com/Instance firestore.googleapis.com/Database,
52+
* redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
5353
* oracledatabase.googleapis.com/cloudExadataInfrastructures
5454
* oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases
55-
* REQUIRED Please refer go/condor-common-datamodel
55+
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
56+
* sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
57+
* datamodel
5658
* The value may be {@code null}.
5759
*/
5860
@com.google.api.client.util.Key
@@ -101,29 +103,33 @@ public DatabaseResourceId setProviderDescription(java.lang.String providerDescri
101103
}
102104

103105
/**
104-
* Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance,
105-
* redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
106-
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
107-
* firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance,
106+
* Required. The type of resource this ID is identifying. Ex go/keep-sorted start
107+
* alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
108108
* bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
109+
* compute.googleapis.com/Instance firestore.googleapis.com/Database,
110+
* redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
109111
* oracledatabase.googleapis.com/cloudExadataInfrastructures
110112
* oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases
111-
* REQUIRED Please refer go/condor-common-datamodel
113+
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
114+
* sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
115+
* datamodel
112116
* @return value or {@code null} for none
113117
*/
114118
public java.lang.String getResourceType() {
115119
return resourceType;
116120
}
117121

118122
/**
119-
* Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance,
120-
* redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
121-
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
122-
* firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance,
123+
* Required. The type of resource this ID is identifying. Ex go/keep-sorted start
124+
* alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
123125
* bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance
126+
* compute.googleapis.com/Instance firestore.googleapis.com/Database,
127+
* redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
124128
* oracledatabase.googleapis.com/cloudExadataInfrastructures
125129
* oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases
126-
* REQUIRED Please refer go/condor-common-datamodel
130+
* spanner.googleapis.com/Instance, spanner.googleapis.com/Database,
131+
* sqladmin.googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-common-
132+
* datamodel
127133
* @param resourceType resourceType or {@code null} for none
128134
*/
129135
public DatabaseResourceId setResourceType(java.lang.String resourceType) {

clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/PscConnection.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public final class PscConnection extends com.google.api.client.json.GenericJson
6161
private java.lang.String network;
6262

6363
/**
64-
* Output only. The port number of the exposed discovery endpoint.
64+
* Output only. port will only be set for Primary/Reader or Discovery endpoint.
6565
* The value may be {@code null}.
6666
*/
6767
@com.google.api.client.util.Key
@@ -171,15 +171,15 @@ public PscConnection setNetwork(java.lang.String network) {
171171
}
172172

173173
/**
174-
* Output only. The port number of the exposed discovery endpoint.
174+
* Output only. port will only be set for Primary/Reader or Discovery endpoint.
175175
* @return value or {@code null} for none
176176
*/
177177
public java.lang.Integer getPort() {
178178
return port;
179179
}
180180

181181
/**
182-
* Output only. The port number of the exposed discovery endpoint.
182+
* Output only. port will only be set for Primary/Reader or Discovery endpoint.
183183
* @param port port or {@code null} for none
184184
*/
185185
public PscConnection setPort(java.lang.Integer port) {

clients/google-api-services-redis/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-redis</artifactId>
11-
<version>v1-rev20250527-2.0.0</version>
12-
<name>Google Cloud Memorystore for Redis API v1-rev20250527-2.0.0</name>
11+
<version>v1-rev20250609-2.0.0</version>
12+
<name>Google Cloud Memorystore for Redis API v1-rev20250609-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-redis/v1beta1/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-redis</artifactId>
25-
<version>v1beta1-rev20250527-2.0.0</version>
25+
<version>v1beta1-rev20250609-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-redis:v1beta1-rev20250527-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250609-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/DatabaseResourceFeed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* DatabaseResourceFeed is the top level proto to be used to ingest different database resource
21-
* level events into Condor platform.
21+
* level events into Condor platform. Next ID: 8
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a

clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/DatabaseResourceHealthSignalData.java

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

79+
/**
80+
* This is used to identify the location of the resource. Example: "us-central1"
81+
* The value may be {@code null}.
82+
*/
83+
@com.google.api.client.util.Key
84+
private java.lang.String location;
85+
7986
/**
8087
* Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE, SQL_LOG_ERROR_VERBOSITY etc.
8188
* The value may be {@code null}.
@@ -239,6 +246,23 @@ public DatabaseResourceHealthSignalData setExternalUri(java.lang.String external
239246
return this;
240247
}
241248

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

0 commit comments

Comments
 (0)