Skip to content

Commit 7b8963f

Browse files
chore: regenerate networkconnectivity client (#27238)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent ef850f4 commit 7b8963f

File tree

8 files changed

+68
-65
lines changed

8 files changed

+68
-65
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-rev20250512-2.0.0</version>
25+
<version>v1-rev20250527-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-rev20250512-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20250527-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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7070,7 +7070,7 @@ public List set(String parameterName, Object value) {
70707070
* This request holds the parameters needed by the networkconnectivity server. After setting any
70717071
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
70727072
*
7073-
* @param name Immutable. The name of an internal range. Format:
7073+
* @param name Identifier. The name of an internal range. Format:
70747074
* projects/{project}/locations/{location}/internalRanges/{internal_range} See:
70757075
* https://google.aip.dev/122#fields-representing-resource-names
70767076
* @param content the {@link com.google.api.services.networkconnectivity.v1.model.InternalRange}
@@ -7100,7 +7100,7 @@ public class Patch extends NetworkconnectivityRequest<com.google.api.services.ne
71007100
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
71017101
* be called to initialize this instance immediately after invoking the constructor. </p>
71027102
*
7103-
* @param name Immutable. The name of an internal range. Format:
7103+
* @param name Identifier. The name of an internal range. Format:
71047104
* projects/{project}/locations/{location}/internalRanges/{internal_range} See:
71057105
* https://google.aip.dev/122#fields-representing-resource-names
71067106
* @param content the {@link com.google.api.services.networkconnectivity.v1.model.InternalRange}
@@ -7172,14 +7172,14 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
71727172
}
71737173

71747174
/**
7175-
* Immutable. The name of an internal range. Format:
7175+
* Identifier. The name of an internal range. Format:
71767176
* projects/{project}/locations/{location}/internalRanges/{internal_range} See:
71777177
* https://google.aip.dev/122#fields-representing-resource-names
71787178
*/
71797179
@com.google.api.client.util.Key
71807180
private java.lang.String name;
71817181

7182-
/** Immutable. The name of an internal range. Format:
7182+
/** Identifier. The name of an internal range. Format:
71837183
projects/{project}/locations/{location}/internalRanges/{internal_range} See:
71847184
https://google.aip.dev/122#fields-representing-resource-names
71857185
*/
@@ -7188,7 +7188,7 @@ public java.lang.String getName() {
71887188
}
71897189

71907190
/**
7191-
* Immutable. The name of an internal range. Format:
7191+
* Identifier. The name of an internal range. Format:
71927192
* projects/{project}/locations/{location}/internalRanges/{internal_range} See:
71937193
* https://google.aip.dev/122#fields-representing-resource-names
71947194
*/

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ public final class Hub extends com.google.api.client.json.GenericJson {
103103
private java.util.List<java.lang.String> routeTables;
104104

105105
/**
106-
* The VPC networks associated with this hub's spokes. This field is read-only. Network
107-
* Connectivity Center automatically populates it based on the set of spokes attached to the hub.
106+
* Output only. The VPC networks associated with this hub's spokes. This field is read-only.
107+
* Network Connectivity Center automatically populates it based on the set of spokes attached to
108+
* the hub.
108109
* The value may be {@code null}.
109110
*/
110111
@com.google.api.client.util.Key
@@ -303,17 +304,19 @@ public Hub setRouteTables(java.util.List<java.lang.String> routeTables) {
303304
}
304305

305306
/**
306-
* The VPC networks associated with this hub's spokes. This field is read-only. Network
307-
* Connectivity Center automatically populates it based on the set of spokes attached to the hub.
307+
* Output only. The VPC networks associated with this hub's spokes. This field is read-only.
308+
* Network Connectivity Center automatically populates it based on the set of spokes attached to
309+
* the hub.
308310
* @return value or {@code null} for none
309311
*/
310312
public java.util.List<RoutingVPC> getRoutingVpcs() {
311313
return routingVpcs;
312314
}
313315

314316
/**
315-
* The VPC networks associated with this hub's spokes. This field is read-only. Network
316-
* Connectivity Center automatically populates it based on the set of spokes attached to the hub.
317+
* Output only. The VPC networks associated with this hub's spokes. This field is read-only.
318+
* Network Connectivity Center automatically populates it based on the set of spokes attached to
319+
* the hub.
317320
* @param routingVpcs routingVpcs or {@code null} for none
318321
*/
319322
public Hub setRoutingVpcs(java.util.List<RoutingVPC> routingVpcs) {

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

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
4848
private String createTime;
4949

5050
/**
51-
* A description of this resource.
51+
* Optional. A description of this resource.
5252
* The value may be {@code null}.
5353
*/
5454
@com.google.api.client.util.Key
@@ -71,7 +71,7 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
7171
private java.lang.Boolean immutable;
7272

7373
/**
74-
* The IP range that this internal range defines. NOTE: IPv6 ranges are limited to
74+
* Optional. The IP range that this internal range defines. NOTE: IPv6 ranges are limited to
7575
* usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this field is compulsory,
7676
* i.e. the address range must be specified explicitly.
7777
* The value may be {@code null}.
@@ -94,7 +94,7 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
9494
private Migration migration;
9595

9696
/**
97-
* Immutable. The name of an internal range. Format:
97+
* Identifier. The name of an internal range. Format:
9898
* projects/{project}/locations/{location}/internalRanges/{internal_range} See:
9999
* https://google.aip.dev/122#fields-representing-resource-names
100100
* The value may be {@code null}.
@@ -103,9 +103,9 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
103103
private java.lang.String name;
104104

105105
/**
106-
* The URL or resource ID of the network in which to reserve the internal range. The network
107-
* cannot be deleted if there are any reserved internal ranges referring to it. Legacy networks
108-
* are not supported. For example:
106+
* Immutable. The URL or resource ID of the network in which to reserve the internal range. The
107+
* network cannot be deleted if there are any reserved internal ranges referring to it. Legacy
108+
* networks are not supported. For example:
109109
* https://www.googleapis.com/compute/v1/projects/{project}/locations/global/networks/{network}
110110
* projects/{project}/locations/global/networks/{network} {network}
111111
* The value may be {@code null}.
@@ -121,19 +121,19 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
121121
private java.util.List<java.lang.String> overlaps;
122122

123123
/**
124-
* The type of peering set for this internal range.
124+
* Optional. The type of peering set for this internal range.
125125
* The value may be {@code null}.
126126
*/
127127
@com.google.api.client.util.Key
128128
private java.lang.String peering;
129129

130130
/**
131-
* An alternate to ip_cidr_range. Can be set when trying to create an IPv4 reservation that
132-
* automatically finds a free range of the given size. If both ip_cidr_range and prefix_length are
133-
* set, there is an error if the range sizes do not match. Can also be used during updates to
134-
* change the range size. NOTE: For IPv6 this field only works if ip_cidr_range is set as well,
135-
* and both fields must match. In other words, with IPv6 this field only works as a redundant
136-
* parameter.
131+
* Optional. An alternate to ip_cidr_range. Can be set when trying to create an IPv4 reservation
132+
* that automatically finds a free range of the given size. If both ip_cidr_range and
133+
* prefix_length are set, there is an error if the range sizes do not match. Can also be used
134+
* during updates to change the range size. NOTE: For IPv6 this field only works if ip_cidr_range
135+
* is set as well, and both fields must match. In other words, with IPv6 this field only works as
136+
* a redundant parameter.
137137
* The value may be {@code null}.
138138
*/
139139
@com.google.api.client.util.Key
@@ -157,7 +157,7 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
157157
private String updateTime;
158158

159159
/**
160-
* The type of usage set for this InternalRange.
160+
* Optional. The type of usage set for this InternalRange.
161161
* The value may be {@code null}.
162162
*/
163163
@com.google.api.client.util.Key
@@ -211,15 +211,15 @@ public InternalRange setCreateTime(String createTime) {
211211
}
212212

213213
/**
214-
* A description of this resource.
214+
* Optional. A description of this resource.
215215
* @return value or {@code null} for none
216216
*/
217217
public java.lang.String getDescription() {
218218
return description;
219219
}
220220

221221
/**
222-
* A description of this resource.
222+
* Optional. A description of this resource.
223223
* @param description description or {@code null} for none
224224
*/
225225
public InternalRange setDescription(java.lang.String description) {
@@ -266,7 +266,7 @@ public InternalRange setImmutable(java.lang.Boolean immutable) {
266266
}
267267

268268
/**
269-
* The IP range that this internal range defines. NOTE: IPv6 ranges are limited to
269+
* Optional. The IP range that this internal range defines. NOTE: IPv6 ranges are limited to
270270
* usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this field is compulsory,
271271
* i.e. the address range must be specified explicitly.
272272
* @return value or {@code null} for none
@@ -276,7 +276,7 @@ public java.lang.String getIpCidrRange() {
276276
}
277277

278278
/**
279-
* The IP range that this internal range defines. NOTE: IPv6 ranges are limited to
279+
* Optional. The IP range that this internal range defines. NOTE: IPv6 ranges are limited to
280280
* usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this field is compulsory,
281281
* i.e. the address range must be specified explicitly.
282282
* @param ipCidrRange ipCidrRange or {@code null} for none
@@ -321,7 +321,7 @@ public InternalRange setMigration(Migration migration) {
321321
}
322322

323323
/**
324-
* Immutable. The name of an internal range. Format:
324+
* Identifier. The name of an internal range. Format:
325325
* projects/{project}/locations/{location}/internalRanges/{internal_range} See:
326326
* https://google.aip.dev/122#fields-representing-resource-names
327327
* @return value or {@code null} for none
@@ -331,7 +331,7 @@ public java.lang.String getName() {
331331
}
332332

333333
/**
334-
* Immutable. The name of an internal range. Format:
334+
* Identifier. The name of an internal range. Format:
335335
* projects/{project}/locations/{location}/internalRanges/{internal_range} See:
336336
* https://google.aip.dev/122#fields-representing-resource-names
337337
* @param name name or {@code null} for none
@@ -342,9 +342,9 @@ public InternalRange setName(java.lang.String name) {
342342
}
343343

344344
/**
345-
* The URL or resource ID of the network in which to reserve the internal range. The network
346-
* cannot be deleted if there are any reserved internal ranges referring to it. Legacy networks
347-
* are not supported. For example:
345+
* Immutable. The URL or resource ID of the network in which to reserve the internal range. The
346+
* network cannot be deleted if there are any reserved internal ranges referring to it. Legacy
347+
* networks are not supported. For example:
348348
* https://www.googleapis.com/compute/v1/projects/{project}/locations/global/networks/{network}
349349
* projects/{project}/locations/global/networks/{network} {network}
350350
* @return value or {@code null} for none
@@ -354,9 +354,9 @@ public java.lang.String getNetwork() {
354354
}
355355

356356
/**
357-
* The URL or resource ID of the network in which to reserve the internal range. The network
358-
* cannot be deleted if there are any reserved internal ranges referring to it. Legacy networks
359-
* are not supported. For example:
357+
* Immutable. The URL or resource ID of the network in which to reserve the internal range. The
358+
* network cannot be deleted if there are any reserved internal ranges referring to it. Legacy
359+
* networks are not supported. For example:
360360
* https://www.googleapis.com/compute/v1/projects/{project}/locations/global/networks/{network}
361361
* projects/{project}/locations/global/networks/{network} {network}
362362
* @param network network or {@code null} for none
@@ -384,15 +384,15 @@ public InternalRange setOverlaps(java.util.List<java.lang.String> overlaps) {
384384
}
385385

386386
/**
387-
* The type of peering set for this internal range.
387+
* Optional. The type of peering set for this internal range.
388388
* @return value or {@code null} for none
389389
*/
390390
public java.lang.String getPeering() {
391391
return peering;
392392
}
393393

394394
/**
395-
* The type of peering set for this internal range.
395+
* Optional. The type of peering set for this internal range.
396396
* @param peering peering or {@code null} for none
397397
*/
398398
public InternalRange setPeering(java.lang.String peering) {
@@ -401,25 +401,25 @@ public InternalRange setPeering(java.lang.String peering) {
401401
}
402402

403403
/**
404-
* An alternate to ip_cidr_range. Can be set when trying to create an IPv4 reservation that
405-
* automatically finds a free range of the given size. If both ip_cidr_range and prefix_length are
406-
* set, there is an error if the range sizes do not match. Can also be used during updates to
407-
* change the range size. NOTE: For IPv6 this field only works if ip_cidr_range is set as well,
408-
* and both fields must match. In other words, with IPv6 this field only works as a redundant
409-
* parameter.
404+
* Optional. An alternate to ip_cidr_range. Can be set when trying to create an IPv4 reservation
405+
* that automatically finds a free range of the given size. If both ip_cidr_range and
406+
* prefix_length are set, there is an error if the range sizes do not match. Can also be used
407+
* during updates to change the range size. NOTE: For IPv6 this field only works if ip_cidr_range
408+
* is set as well, and both fields must match. In other words, with IPv6 this field only works as
409+
* a redundant parameter.
410410
* @return value or {@code null} for none
411411
*/
412412
public java.lang.Integer getPrefixLength() {
413413
return prefixLength;
414414
}
415415

416416
/**
417-
* An alternate to ip_cidr_range. Can be set when trying to create an IPv4 reservation that
418-
* automatically finds a free range of the given size. If both ip_cidr_range and prefix_length are
419-
* set, there is an error if the range sizes do not match. Can also be used during updates to
420-
* change the range size. NOTE: For IPv6 this field only works if ip_cidr_range is set as well,
421-
* and both fields must match. In other words, with IPv6 this field only works as a redundant
422-
* parameter.
417+
* Optional. An alternate to ip_cidr_range. Can be set when trying to create an IPv4 reservation
418+
* that automatically finds a free range of the given size. If both ip_cidr_range and
419+
* prefix_length are set, there is an error if the range sizes do not match. Can also be used
420+
* during updates to change the range size. NOTE: For IPv6 this field only works if ip_cidr_range
421+
* is set as well, and both fields must match. In other words, with IPv6 this field only works as
422+
* a redundant parameter.
423423
* @param prefixLength prefixLength or {@code null} for none
424424
*/
425425
public InternalRange setPrefixLength(java.lang.Integer prefixLength) {
@@ -468,15 +468,15 @@ public InternalRange setUpdateTime(String updateTime) {
468468
}
469469

470470
/**
471-
* The type of usage set for this InternalRange.
471+
* Optional. The type of usage set for this InternalRange.
472472
* @return value or {@code null} for none
473473
*/
474474
public java.lang.String getUsage() {
475475
return usage;
476476
}
477477

478478
/**
479-
* The type of usage set for this InternalRange.
479+
* Optional. The type of usage set for this InternalRange.
480480
* @param usage usage or {@code null} for none
481481
*/
482482
public InternalRange setUsage(java.lang.String usage) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public final class LinkedProducerVpcNetwork extends com.google.api.client.json.G
7575
private java.util.List<java.lang.String> proposedExcludeExportRanges;
7676

7777
/**
78-
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
78+
* Output only. The proposed include export IP ranges waiting for hub administration's approval.
7979
* The value may be {@code null}.
8080
*/
8181
@com.google.api.client.util.Key
@@ -195,15 +195,15 @@ public LinkedProducerVpcNetwork setProposedExcludeExportRanges(java.util.List<ja
195195
}
196196

197197
/**
198-
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
198+
* Output only. The proposed include export IP ranges waiting for hub administration's approval.
199199
* @return value or {@code null} for none
200200
*/
201201
public java.util.List<java.lang.String> getProposedIncludeExportRanges() {
202202
return proposedIncludeExportRanges;
203203
}
204204

205205
/**
206-
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
206+
* Output only. The proposed include export IP ranges waiting for hub administration's approval.
207207
* @param proposedIncludeExportRanges proposedIncludeExportRanges or {@code null} for none
208208
*/
209209
public LinkedProducerVpcNetwork setProposedIncludeExportRanges(java.util.List<java.lang.String> proposedIncludeExportRanges) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public final class LinkedVpcNetwork extends com.google.api.client.json.GenericJs
6363
private java.util.List<java.lang.String> proposedExcludeExportRanges;
6464

6565
/**
66-
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
66+
* Output only. The proposed include export IP ranges waiting for hub administration's approval.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -153,15 +153,15 @@ public LinkedVpcNetwork setProposedExcludeExportRanges(java.util.List<java.lang.
153153
}
154154

155155
/**
156-
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
156+
* Output only. The proposed include export IP ranges waiting for hub administration's approval.
157157
* @return value or {@code null} for none
158158
*/
159159
public java.util.List<java.lang.String> getProposedIncludeExportRanges() {
160160
return proposedIncludeExportRanges;
161161
}
162162

163163
/**
164-
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
164+
* Output only. The proposed include export IP ranges waiting for hub administration's approval.
165165
* @param proposedIncludeExportRanges proposedIncludeExportRanges or {@code null} for none
166166
*/
167167
public LinkedVpcNetwork setProposedIncludeExportRanges(java.util.List<java.lang.String> proposedIncludeExportRanges) {

clients/google-api-services-networkconnectivity/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-networkconnectivity</artifactId>
11-
<version>v1-rev20250512-2.0.0</version>
12-
<name>Network Connectivity API v1-rev20250512-2.0.0</name>
11+
<version>v1-rev20250527-2.0.0</version>
12+
<name>Network Connectivity API v1-rev20250527-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)