Skip to content

Commit 78a2147

Browse files
1 parent ecc9a7e commit 78a2147

File tree

10 files changed

+62
-62
lines changed

10 files changed

+62
-62
lines changed

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

clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/NetworkManagement.java

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -447,22 +447,22 @@ public List setName(java.lang.String name) {
447447
}
448448

449449
/**
450-
* Optional. A list of extra location types that should be used as conditions for
451-
* controlling the visibility of the locations.
450+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
451+
* documented otherwise. This is primarily for internal usage.
452452
*/
453453
@com.google.api.client.util.Key
454454
private java.util.List<java.lang.String> extraLocationTypes;
455455

456-
/** Optional. A list of extra location types that should be used as conditions for controlling the
457-
visibility of the locations.
456+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
457+
otherwise. This is primarily for internal usage.
458458
*/
459459
public java.util.List<java.lang.String> getExtraLocationTypes() {
460460
return extraLocationTypes;
461461
}
462462

463463
/**
464-
* Optional. A list of extra location types that should be used as conditions for
465-
* controlling the visibility of the locations.
464+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
465+
* documented otherwise. This is primarily for internal usage.
466466
*/
467467
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
468468
this.extraLocationTypes = extraLocationTypes;
@@ -1484,22 +1484,22 @@ public List setName(java.lang.String name) {
14841484
}
14851485

14861486
/**
1487-
* Optional. A list of extra location types that should be used as conditions for
1488-
* controlling the visibility of the locations.
1487+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
1488+
* documented otherwise. This is primarily for internal usage.
14891489
*/
14901490
@com.google.api.client.util.Key
14911491
private java.util.List<java.lang.String> extraLocationTypes;
14921492

1493-
/** Optional. A list of extra location types that should be used as conditions for controlling the
1494-
visibility of the locations.
1493+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
1494+
otherwise. This is primarily for internal usage.
14951495
*/
14961496
public java.util.List<java.lang.String> getExtraLocationTypes() {
14971497
return extraLocationTypes;
14981498
}
14991499

15001500
/**
1501-
* Optional. A list of extra location types that should be used as conditions for
1502-
* controlling the visibility of the locations.
1501+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
1502+
* documented otherwise. This is primarily for internal usage.
15031503
*/
15041504
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
15051505
this.extraLocationTypes = extraLocationTypes;
@@ -4109,8 +4109,8 @@ public Delete set(String parameterName, Object value) {
41094109
* optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
41104110
*
41114111
* @param name Required. Name of the resource. Format:
4112-
* projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_pro
4113-
* vider}
4112+
* `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_pr
4113+
* ovider}`
41144114
* @return the request
41154115
*/
41164116
public Get get(java.lang.String name) throws java.io.IOException {
@@ -4138,8 +4138,8 @@ public class Get extends NetworkManagementRequest<com.google.api.services.networ
41384138
* called to initialize this instance immediately after invoking the constructor. </p>
41394139
*
41404140
* @param name Required. Name of the resource. Format:
4141-
* projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_pro
4142-
* vider}
4141+
* `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_pr
4142+
* ovider}`
41434143
* @since 1.13
41444144
*/
41454145
protected Get(java.lang.String name) {
@@ -4218,22 +4218,22 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
42184218
}
42194219

42204220
/**
4221-
* Required. Name of the resource. Format: projects/{project}/locations/{location}/network
4222-
* MonitoringProviders/{network_monitoring_provider}
4221+
* Required. Name of the resource. Format: `projects/{project}/locations/{location}/networ
4222+
* kMonitoringProviders/{network_monitoring_provider}`
42234223
*/
42244224
@com.google.api.client.util.Key
42254225
private java.lang.String name;
42264226

42274227
/** Required. Name of the resource. Format:
4228-
projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}
4228+
`projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}`
42294229
*/
42304230
public java.lang.String getName() {
42314231
return name;
42324232
}
42334233

42344234
/**
4235-
* Required. Name of the resource. Format: projects/{project}/locations/{location}/network
4236-
* MonitoringProviders/{network_monitoring_provider}
4235+
* Required. Name of the resource. Format: `projects/{project}/locations/{location}/networ
4236+
* kMonitoringProviders/{network_monitoring_provider}`
42374237
*/
42384238
public Get setName(java.lang.String name) {
42394239
if (!getSuppressPatternChecks()) {
@@ -4259,7 +4259,7 @@ public Get set(String parameterName, Object value) {
42594259
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
42604260
*
42614261
* @param parent Required. Parent value for ListNetworkMonitoringProvidersRequest. Format:
4262-
* projects/{project}/locations/{location}
4262+
* `projects/{project}/locations/{location}`
42634263
* @return the request
42644264
*/
42654265
public List list(java.lang.String parent) throws java.io.IOException {
@@ -4287,7 +4287,7 @@ public class List extends NetworkManagementRequest<com.google.api.services.netwo
42874287
* called to initialize this instance immediately after invoking the constructor. </p>
42884288
*
42894289
* @param parent Required. Parent value for ListNetworkMonitoringProvidersRequest. Format:
4290-
* projects/{project}/locations/{location}
4290+
* `projects/{project}/locations/{location}`
42914291
* @since 1.13
42924292
*/
42934293
protected List(java.lang.String parent) {
@@ -4367,21 +4367,21 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
43674367

43684368
/**
43694369
* Required. Parent value for ListNetworkMonitoringProvidersRequest. Format:
4370-
* projects/{project}/locations/{location}
4370+
* `projects/{project}/locations/{location}`
43714371
*/
43724372
@com.google.api.client.util.Key
43734373
private java.lang.String parent;
43744374

43754375
/** Required. Parent value for ListNetworkMonitoringProvidersRequest. Format:
4376-
projects/{project}/locations/{location}
4376+
`projects/{project}/locations/{location}`
43774377
*/
43784378
public java.lang.String getParent() {
43794379
return parent;
43804380
}
43814381

43824382
/**
43834383
* Required. Parent value for ListNetworkMonitoringProvidersRequest. Format:
4384-
* projects/{project}/locations/{location}
4384+
* `projects/{project}/locations/{location}`
43854385
*/
43864386
public List setParent(java.lang.String parent) {
43874387
if (!getSuppressPatternChecks()) {

clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/Endpoint.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
6767
* Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private
6868
* Service Connect and other network services to provide forwarding information in the control
6969
* plane. Applicable only to destination endpoint. Format:
70-
* projects/{project}/global/forwardingRules/{id} or
71-
* projects/{project}/regions/{region}/forwardingRules/{id}
70+
* `projects/{project}/global/forwardingRules/{id}` or
71+
* `projects/{project}/regions/{region}/forwardingRules/{id}`
7272
* The value may be {@code null}.
7373
*/
7474
@com.google.api.client.util.Key
@@ -259,8 +259,8 @@ public Endpoint setCloudSqlInstance(java.lang.String cloudSqlInstance) {
259259
* Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private
260260
* Service Connect and other network services to provide forwarding information in the control
261261
* plane. Applicable only to destination endpoint. Format:
262-
* projects/{project}/global/forwardingRules/{id} or
263-
* projects/{project}/regions/{region}/forwardingRules/{id}
262+
* `projects/{project}/global/forwardingRules/{id}` or
263+
* `projects/{project}/regions/{region}/forwardingRules/{id}`
264264
* @return value or {@code null} for none
265265
*/
266266
public java.lang.String getForwardingRule() {
@@ -272,8 +272,8 @@ public java.lang.String getForwardingRule() {
272272
* Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private
273273
* Service Connect and other network services to provide forwarding information in the control
274274
* plane. Applicable only to destination endpoint. Format:
275-
* projects/{project}/global/forwardingRules/{id} or
276-
* projects/{project}/regions/{region}/forwardingRules/{id}
275+
* `projects/{project}/global/forwardingRules/{id}` or
276+
* `projects/{project}/regions/{region}/forwardingRules/{id}`
277277
* @param forwardingRule forwardingRule or {@code null} for none
278278
*/
279279
public Endpoint setForwardingRule(java.lang.String forwardingRule) {

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

1515
<inceptionYear>2011</inceptionYear>

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

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -447,22 +447,22 @@ public List setName(java.lang.String name) {
447447
}
448448

449449
/**
450-
* Optional. A list of extra location types that should be used as conditions for
451-
* controlling the visibility of the locations.
450+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
451+
* documented otherwise. This is primarily for internal usage.
452452
*/
453453
@com.google.api.client.util.Key
454454
private java.util.List<java.lang.String> extraLocationTypes;
455455

456-
/** Optional. A list of extra location types that should be used as conditions for controlling the
457-
visibility of the locations.
456+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
457+
otherwise. This is primarily for internal usage.
458458
*/
459459
public java.util.List<java.lang.String> getExtraLocationTypes() {
460460
return extraLocationTypes;
461461
}
462462

463463
/**
464-
* Optional. A list of extra location types that should be used as conditions for
465-
* controlling the visibility of the locations.
464+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
465+
* documented otherwise. This is primarily for internal usage.
466466
*/
467467
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
468468
this.extraLocationTypes = extraLocationTypes;
@@ -2441,22 +2441,22 @@ public List setName(java.lang.String name) {
24412441
}
24422442

24432443
/**
2444-
* Optional. A list of extra location types that should be used as conditions for
2445-
* controlling the visibility of the locations.
2444+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
2445+
* documented otherwise. This is primarily for internal usage.
24462446
*/
24472447
@com.google.api.client.util.Key
24482448
private java.util.List<java.lang.String> extraLocationTypes;
24492449

2450-
/** Optional. A list of extra location types that should be used as conditions for controlling the
2451-
visibility of the locations.
2450+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
2451+
otherwise. This is primarily for internal usage.
24522452
*/
24532453
public java.util.List<java.lang.String> getExtraLocationTypes() {
24542454
return extraLocationTypes;
24552455
}
24562456

24572457
/**
2458-
* Optional. A list of extra location types that should be used as conditions for
2459-
* controlling the visibility of the locations.
2458+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
2459+
* documented otherwise. This is primarily for internal usage.
24602460
*/
24612461
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
24622462
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ public final class Endpoint extends com.google.api.client.json.GenericJson {
7474
* Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private
7575
* Service Connect and other network services to provide forwarding information in the control
7676
* plane. Applicable only to destination endpoint. Format:
77-
* projects/{project}/global/forwardingRules/{id} or
78-
* projects/{project}/regions/{region}/forwardingRules/{id}
77+
* `projects/{project}/global/forwardingRules/{id}` or
78+
* `projects/{project}/regions/{region}/forwardingRules/{id}`
7979
* The value may be {@code null}.
8080
*/
8181
@com.google.api.client.util.Key
@@ -283,8 +283,8 @@ public Endpoint setCloudSqlInstance(java.lang.String cloudSqlInstance) {
283283
* Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private
284284
* Service Connect and other network services to provide forwarding information in the control
285285
* plane. Applicable only to destination endpoint. Format:
286-
* projects/{project}/global/forwardingRules/{id} or
287-
* projects/{project}/regions/{region}/forwardingRules/{id}
286+
* `projects/{project}/global/forwardingRules/{id}` or
287+
* `projects/{project}/regions/{region}/forwardingRules/{id}`
288288
* @return value or {@code null} for none
289289
*/
290290
public java.lang.String getForwardingRule() {
@@ -296,8 +296,8 @@ public java.lang.String getForwardingRule() {
296296
* Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private
297297
* Service Connect and other network services to provide forwarding information in the control
298298
* plane. Applicable only to destination endpoint. Format:
299-
* projects/{project}/global/forwardingRules/{id} or
300-
* projects/{project}/regions/{region}/forwardingRules/{id}
299+
* `projects/{project}/global/forwardingRules/{id}` or
300+
* `projects/{project}/regions/{region}/forwardingRules/{id}`
301301
* @param forwardingRule forwardingRule or {@code null} for none
302302
*/
303303
public Endpoint setForwardingRule(java.lang.String forwardingRule) {

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-rev20250806-2.0.0</version>
12-
<name>Network Management API v1beta1-rev20250806-2.0.0</name>
11+
<version>v1beta1-rev20250813-2.0.0</version>
12+
<name>Network Management API v1beta1-rev20250813-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-rev20250806-2.0.0</version>
25+
<version>v1beta1-rev20250813-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-rev20250806-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkmanagement:v1beta1-rev20250813-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)