Skip to content

Commit 22bdeb0

Browse files
1 parent 5cf905a commit 22bdeb0

File tree

5 files changed

+217
-6
lines changed

5 files changed

+217
-6
lines changed

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

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
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.networkmanagement.v1beta1.model;
18+
19+
/**
20+
* For display only. Metadata associated with a Cloud Redis Instance.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Network Management API. For a detailed explanation
24+
* see:
25+
* <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>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class RedisInstanceInfo extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Name of a Cloud Redis Instance.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String displayName;
39+
40+
/**
41+
* URI of a Cloud Redis Instance network.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String networkUri;
46+
47+
/**
48+
* Primary endpoint IP address of a Cloud Redis Instance.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String primaryEndpointIp;
53+
54+
/**
55+
* Read endpoint IP address of a Cloud Redis Instance (if applicable).
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String readEndpointIp;
60+
61+
/**
62+
* Region in which the Cloud Redis Instance is defined.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private java.lang.String region;
67+
68+
/**
69+
* URI of a Cloud Redis Instance.
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private java.lang.String uri;
74+
75+
/**
76+
* Name of a Cloud Redis Instance.
77+
* @return value or {@code null} for none
78+
*/
79+
public java.lang.String getDisplayName() {
80+
return displayName;
81+
}
82+
83+
/**
84+
* Name of a Cloud Redis Instance.
85+
* @param displayName displayName or {@code null} for none
86+
*/
87+
public RedisInstanceInfo setDisplayName(java.lang.String displayName) {
88+
this.displayName = displayName;
89+
return this;
90+
}
91+
92+
/**
93+
* URI of a Cloud Redis Instance network.
94+
* @return value or {@code null} for none
95+
*/
96+
public java.lang.String getNetworkUri() {
97+
return networkUri;
98+
}
99+
100+
/**
101+
* URI of a Cloud Redis Instance network.
102+
* @param networkUri networkUri or {@code null} for none
103+
*/
104+
public RedisInstanceInfo setNetworkUri(java.lang.String networkUri) {
105+
this.networkUri = networkUri;
106+
return this;
107+
}
108+
109+
/**
110+
* Primary endpoint IP address of a Cloud Redis Instance.
111+
* @return value or {@code null} for none
112+
*/
113+
public java.lang.String getPrimaryEndpointIp() {
114+
return primaryEndpointIp;
115+
}
116+
117+
/**
118+
* Primary endpoint IP address of a Cloud Redis Instance.
119+
* @param primaryEndpointIp primaryEndpointIp or {@code null} for none
120+
*/
121+
public RedisInstanceInfo setPrimaryEndpointIp(java.lang.String primaryEndpointIp) {
122+
this.primaryEndpointIp = primaryEndpointIp;
123+
return this;
124+
}
125+
126+
/**
127+
* Read endpoint IP address of a Cloud Redis Instance (if applicable).
128+
* @return value or {@code null} for none
129+
*/
130+
public java.lang.String getReadEndpointIp() {
131+
return readEndpointIp;
132+
}
133+
134+
/**
135+
* Read endpoint IP address of a Cloud Redis Instance (if applicable).
136+
* @param readEndpointIp readEndpointIp or {@code null} for none
137+
*/
138+
public RedisInstanceInfo setReadEndpointIp(java.lang.String readEndpointIp) {
139+
this.readEndpointIp = readEndpointIp;
140+
return this;
141+
}
142+
143+
/**
144+
* Region in which the Cloud Redis Instance is defined.
145+
* @return value or {@code null} for none
146+
*/
147+
public java.lang.String getRegion() {
148+
return region;
149+
}
150+
151+
/**
152+
* Region in which the Cloud Redis Instance is defined.
153+
* @param region region or {@code null} for none
154+
*/
155+
public RedisInstanceInfo setRegion(java.lang.String region) {
156+
this.region = region;
157+
return this;
158+
}
159+
160+
/**
161+
* URI of a Cloud Redis Instance.
162+
* @return value or {@code null} for none
163+
*/
164+
public java.lang.String getUri() {
165+
return uri;
166+
}
167+
168+
/**
169+
* URI of a Cloud Redis Instance.
170+
* @param uri uri or {@code null} for none
171+
*/
172+
public RedisInstanceInfo setUri(java.lang.String uri) {
173+
this.uri = uri;
174+
return this;
175+
}
176+
177+
@Override
178+
public RedisInstanceInfo set(String fieldName, Object value) {
179+
return (RedisInstanceInfo) super.set(fieldName, value);
180+
}
181+
182+
@Override
183+
public RedisInstanceInfo clone() {
184+
return (RedisInstanceInfo) super.clone();
185+
}
186+
187+
}

clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/Step.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,13 @@ public final class Step extends com.google.api.client.json.GenericJson {
188188
@com.google.api.client.util.Key
189189
private ProxyConnectionInfo proxyConnection;
190190

191+
/**
192+
* Display information of a Redis Instance.
193+
* The value may be {@code null}.
194+
*/
195+
@com.google.api.client.util.Key
196+
private RedisInstanceInfo redisInstance;
197+
191198
/**
192199
* Display information of a Compute Engine route.
193200
* The value may be {@code null}.
@@ -618,6 +625,23 @@ public Step setProxyConnection(ProxyConnectionInfo proxyConnection) {
618625
return this;
619626
}
620627

628+
/**
629+
* Display information of a Redis Instance.
630+
* @return value or {@code null} for none
631+
*/
632+
public RedisInstanceInfo getRedisInstance() {
633+
return redisInstance;
634+
}
635+
636+
/**
637+
* Display information of a Redis Instance.
638+
* @param redisInstance redisInstance or {@code null} for none
639+
*/
640+
public Step setRedisInstance(RedisInstanceInfo redisInstance) {
641+
this.redisInstance = redisInstance;
642+
return this;
643+
}
644+
621645
/**
622646
* Display information of a Compute Engine route.
623647
* @return value or {@code null} for none

clients/google-api-services-networkmanagement/v1beta1/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-networkmanagement</artifactId>
11-
<version>v1beta1-rev20240812-2.0.0</version>
12-
<name>Network Management API v1beta1-rev20240812-2.0.0</name>
11+
<version>v1beta1-rev20240821-2.0.0</version>
12+
<name>Network Management API v1beta1-rev20240821-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)