Skip to content

Commit 8ea3352

Browse files
1 parent 28460cc commit 8ea3352

File tree

7 files changed

+254
-14
lines changed

7 files changed

+254
-14
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-rev20250902-2.0.0</version>
25+
<version>v1-rev20250909-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-rev20250902-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1-rev20250909-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445445
}
446446

447447
/**
448-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
449-
* documented otherwise. This is primarily for internal usage.
448+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
449+
* is primarily intended for internal usage.
450450
*/
451451
@com.google.api.client.util.Key
452452
private java.util.List<java.lang.String> extraLocationTypes;
453453

454-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
455-
otherwise. This is primarily for internal usage.
454+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
455+
primarily intended for internal usage.
456456
*/
457457
public java.util.List<java.lang.String> getExtraLocationTypes() {
458458
return extraLocationTypes;
459459
}
460460

461461
/**
462-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
463-
* documented otherwise. This is primarily for internal usage.
462+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
463+
* is primarily intended for internal usage.
464464
*/
465465
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466466
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 25 additions & 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. Next ID: 11
21+
* level events into Condor platform. Next ID: 13
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
@@ -46,6 +46,13 @@ public final class DatabaseResourceFeed extends com.google.api.client.json.Gener
4646
@com.google.api.client.util.Key
4747
private ConfigBasedSignalData configBasedSignalData;
4848

49+
/**
50+
* Database resource signal data is used to ingest signals from database resource signal feeds.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private DatabaseResourceSignalData databaseResourceSignalData;
55+
4956
/**
5057
* Required. Timestamp when feed is generated.
5158
* The value may be {@code null}.
@@ -138,6 +145,23 @@ public DatabaseResourceFeed setConfigBasedSignalData(ConfigBasedSignalData confi
138145
return this;
139146
}
140147

148+
/**
149+
* Database resource signal data is used to ingest signals from database resource signal feeds.
150+
* @return value or {@code null} for none
151+
*/
152+
public DatabaseResourceSignalData getDatabaseResourceSignalData() {
153+
return databaseResourceSignalData;
154+
}
155+
156+
/**
157+
* Database resource signal data is used to ingest signals from database resource signal feeds.
158+
* @param databaseResourceSignalData databaseResourceSignalData or {@code null} for none
159+
*/
160+
public DatabaseResourceFeed setDatabaseResourceSignalData(DatabaseResourceSignalData databaseResourceSignalData) {
161+
this.databaseResourceSignalData = databaseResourceSignalData;
162+
return this;
163+
}
164+
141165
/**
142166
* Required. Timestamp when feed is generated.
143167
* @return value or {@code null} for none

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

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.redis.v1.model;
1818

1919
/**
20-
* Common model for database resource instance metadata. Next ID: 26
20+
* Common model for database resource instance metadata. Next ID: 27
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 Google Cloud Memorystore for Redis API. For a
@@ -209,6 +209,14 @@ public final class DatabaseResourceMetadata extends com.google.api.client.json.G
209209
@com.google.api.client.util.Key
210210
private UserLabels userLabelSet;
211211

212+
/**
213+
* The resource zone. This is only applicable for zonal resources and will be empty for regional
214+
* and multi-regional resources.
215+
* The value may be {@code null}.
216+
*/
217+
@com.google.api.client.util.Key
218+
private java.lang.String zone;
219+
212220
/**
213221
* Availability configuration for this instance
214222
* @return value or {@code null} for none
@@ -639,6 +647,25 @@ public DatabaseResourceMetadata setUserLabelSet(UserLabels userLabelSet) {
639647
return this;
640648
}
641649

650+
/**
651+
* The resource zone. This is only applicable for zonal resources and will be empty for regional
652+
* and multi-regional resources.
653+
* @return value or {@code null} for none
654+
*/
655+
public java.lang.String getZone() {
656+
return zone;
657+
}
658+
659+
/**
660+
* The resource zone. This is only applicable for zonal resources and will be empty for regional
661+
* and multi-regional resources.
662+
* @param zone zone or {@code null} for none
663+
*/
664+
public DatabaseResourceMetadata setZone(java.lang.String zone) {
665+
this.zone = zone;
666+
return this;
667+
}
668+
642669
@Override
643670
public DatabaseResourceMetadata set(String fieldName, Object value) {
644671
return (DatabaseResourceMetadata) super.set(fieldName, value);
Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.redis.v1.model;
18+
19+
/**
20+
* Database resource signal data. This is used to send signals to Condor which are based on the
21+
* DB/Instance/Fleet level configurations. These will be used to send signals for all inventory
22+
* types. Next ID: 7
23+
*
24+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25+
* transmitted over HTTP when working with the Google Cloud Memorystore for Redis API. For a
26+
* detailed explanation see:
27+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
28+
* </p>
29+
*
30+
* @author Google, Inc.
31+
*/
32+
@SuppressWarnings("javadoc")
33+
public final class DatabaseResourceSignalData extends com.google.api.client.json.GenericJson {
34+
35+
/**
36+
* Required. Full Resource name of the source resource.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.String fullResourceName;
41+
42+
/**
43+
* Required. Last time signal was refreshed
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private String lastRefreshTime;
48+
49+
/**
50+
* Database resource id.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private DatabaseResourceId resourceId;
55+
56+
/**
57+
* Signal data for boolean signals.
58+
* The value may be {@code null}.
59+
*/
60+
@com.google.api.client.util.Key
61+
private java.lang.Boolean signalBoolValue;
62+
63+
/**
64+
* Required. Output only. Signal state of the signal
65+
* The value may be {@code null}.
66+
*/
67+
@com.google.api.client.util.Key
68+
private java.lang.String signalState;
69+
70+
/**
71+
* Required. Signal type of the signal
72+
* The value may be {@code null}.
73+
*/
74+
@com.google.api.client.util.Key
75+
private java.lang.String signalType;
76+
77+
/**
78+
* Required. Full Resource name of the source resource.
79+
* @return value or {@code null} for none
80+
*/
81+
public java.lang.String getFullResourceName() {
82+
return fullResourceName;
83+
}
84+
85+
/**
86+
* Required. Full Resource name of the source resource.
87+
* @param fullResourceName fullResourceName or {@code null} for none
88+
*/
89+
public DatabaseResourceSignalData setFullResourceName(java.lang.String fullResourceName) {
90+
this.fullResourceName = fullResourceName;
91+
return this;
92+
}
93+
94+
/**
95+
* Required. Last time signal was refreshed
96+
* @return value or {@code null} for none
97+
*/
98+
public String getLastRefreshTime() {
99+
return lastRefreshTime;
100+
}
101+
102+
/**
103+
* Required. Last time signal was refreshed
104+
* @param lastRefreshTime lastRefreshTime or {@code null} for none
105+
*/
106+
public DatabaseResourceSignalData setLastRefreshTime(String lastRefreshTime) {
107+
this.lastRefreshTime = lastRefreshTime;
108+
return this;
109+
}
110+
111+
/**
112+
* Database resource id.
113+
* @return value or {@code null} for none
114+
*/
115+
public DatabaseResourceId getResourceId() {
116+
return resourceId;
117+
}
118+
119+
/**
120+
* Database resource id.
121+
* @param resourceId resourceId or {@code null} for none
122+
*/
123+
public DatabaseResourceSignalData setResourceId(DatabaseResourceId resourceId) {
124+
this.resourceId = resourceId;
125+
return this;
126+
}
127+
128+
/**
129+
* Signal data for boolean signals.
130+
* @return value or {@code null} for none
131+
*/
132+
public java.lang.Boolean getSignalBoolValue() {
133+
return signalBoolValue;
134+
}
135+
136+
/**
137+
* Signal data for boolean signals.
138+
* @param signalBoolValue signalBoolValue or {@code null} for none
139+
*/
140+
public DatabaseResourceSignalData setSignalBoolValue(java.lang.Boolean signalBoolValue) {
141+
this.signalBoolValue = signalBoolValue;
142+
return this;
143+
}
144+
145+
/**
146+
* Required. Output only. Signal state of the signal
147+
* @return value or {@code null} for none
148+
*/
149+
public java.lang.String getSignalState() {
150+
return signalState;
151+
}
152+
153+
/**
154+
* Required. Output only. Signal state of the signal
155+
* @param signalState signalState or {@code null} for none
156+
*/
157+
public DatabaseResourceSignalData setSignalState(java.lang.String signalState) {
158+
this.signalState = signalState;
159+
return this;
160+
}
161+
162+
/**
163+
* Required. Signal type of the signal
164+
* @return value or {@code null} for none
165+
*/
166+
public java.lang.String getSignalType() {
167+
return signalType;
168+
}
169+
170+
/**
171+
* Required. Signal type of the signal
172+
* @param signalType signalType or {@code null} for none
173+
*/
174+
public DatabaseResourceSignalData setSignalType(java.lang.String signalType) {
175+
this.signalType = signalType;
176+
return this;
177+
}
178+
179+
@Override
180+
public DatabaseResourceSignalData set(String fieldName, Object value) {
181+
return (DatabaseResourceSignalData) super.set(fieldName, value);
182+
}
183+
184+
@Override
185+
public DatabaseResourceSignalData clone() {
186+
return (DatabaseResourceSignalData) super.clone();
187+
}
188+
189+
}

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-rev20250902-2.0.0</version>
12-
<name>Google Cloud Memorystore for Redis API v1-rev20250902-2.0.0</name>
11+
<version>v1-rev20250909-2.0.0</version>
12+
<name>Google Cloud Memorystore for Redis API v1-rev20250909-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-rev20250902-2.0.0</version>
25+
<version>v1-rev20250909-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-rev20250902-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1-rev20250909-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)