Skip to content

Commit ad5984e

Browse files
1 parent ef56ab7 commit ad5984e

21 files changed

+5528
-3462
lines changed

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

clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/Networkconnectivity.java

Lines changed: 4661 additions & 3276 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
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.networkconnectivity.v1.model;
18+
19+
/**
20+
* Information for the automatically created subnetwork and its associated IR.
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 Connectivity 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 AutoCreatedSubnetworkInfo extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Output only. URI of the automatically created Internal Range. Only set if the subnetwork mode
35+
* is AUTO_CREATED during creation.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String internalRange;
40+
41+
/**
42+
* Output only. URI of the automatically created Internal Range reference. Only set if the
43+
* subnetwork mode is AUTO_CREATED during creation.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String internalRangeRef;
48+
49+
/**
50+
* Output only. URI of the automatically created subnetwork. Only set if the subnetwork mode is
51+
* AUTO_CREATED during creation.
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key
55+
private java.lang.String subnetwork;
56+
57+
/**
58+
* Output only. URI of the automatically created subnetwork reference. Only set if the subnetwork
59+
* mode is AUTO_CREATED during creation.
60+
* The value may be {@code null}.
61+
*/
62+
@com.google.api.client.util.Key
63+
private java.lang.String subnetworkRef;
64+
65+
/**
66+
* Output only. URI of the automatically created Internal Range. Only set if the subnetwork mode
67+
* is AUTO_CREATED during creation.
68+
* @return value or {@code null} for none
69+
*/
70+
public java.lang.String getInternalRange() {
71+
return internalRange;
72+
}
73+
74+
/**
75+
* Output only. URI of the automatically created Internal Range. Only set if the subnetwork mode
76+
* is AUTO_CREATED during creation.
77+
* @param internalRange internalRange or {@code null} for none
78+
*/
79+
public AutoCreatedSubnetworkInfo setInternalRange(java.lang.String internalRange) {
80+
this.internalRange = internalRange;
81+
return this;
82+
}
83+
84+
/**
85+
* Output only. URI of the automatically created Internal Range reference. Only set if the
86+
* subnetwork mode is AUTO_CREATED during creation.
87+
* @return value or {@code null} for none
88+
*/
89+
public java.lang.String getInternalRangeRef() {
90+
return internalRangeRef;
91+
}
92+
93+
/**
94+
* Output only. URI of the automatically created Internal Range reference. Only set if the
95+
* subnetwork mode is AUTO_CREATED during creation.
96+
* @param internalRangeRef internalRangeRef or {@code null} for none
97+
*/
98+
public AutoCreatedSubnetworkInfo setInternalRangeRef(java.lang.String internalRangeRef) {
99+
this.internalRangeRef = internalRangeRef;
100+
return this;
101+
}
102+
103+
/**
104+
* Output only. URI of the automatically created subnetwork. Only set if the subnetwork mode is
105+
* AUTO_CREATED during creation.
106+
* @return value or {@code null} for none
107+
*/
108+
public java.lang.String getSubnetwork() {
109+
return subnetwork;
110+
}
111+
112+
/**
113+
* Output only. URI of the automatically created subnetwork. Only set if the subnetwork mode is
114+
* AUTO_CREATED during creation.
115+
* @param subnetwork subnetwork or {@code null} for none
116+
*/
117+
public AutoCreatedSubnetworkInfo setSubnetwork(java.lang.String subnetwork) {
118+
this.subnetwork = subnetwork;
119+
return this;
120+
}
121+
122+
/**
123+
* Output only. URI of the automatically created subnetwork reference. Only set if the subnetwork
124+
* mode is AUTO_CREATED during creation.
125+
* @return value or {@code null} for none
126+
*/
127+
public java.lang.String getSubnetworkRef() {
128+
return subnetworkRef;
129+
}
130+
131+
/**
132+
* Output only. URI of the automatically created subnetwork reference. Only set if the subnetwork
133+
* mode is AUTO_CREATED during creation.
134+
* @param subnetworkRef subnetworkRef or {@code null} for none
135+
*/
136+
public AutoCreatedSubnetworkInfo setSubnetworkRef(java.lang.String subnetworkRef) {
137+
this.subnetworkRef = subnetworkRef;
138+
return this;
139+
}
140+
141+
@Override
142+
public AutoCreatedSubnetworkInfo set(String fieldName, Object value) {
143+
return (AutoCreatedSubnetworkInfo) super.set(fieldName, value);
144+
}
145+
146+
@Override
147+
public AutoCreatedSubnetworkInfo clone() {
148+
return (AutoCreatedSubnetworkInfo) super.clone();
149+
}
150+
151+
}

0 commit comments

Comments
 (0)