Skip to content

Commit bbdea42

Browse files
1 parent 432d7d2 commit bbdea42

File tree

15 files changed

+134
-131
lines changed

15 files changed

+134
-131
lines changed

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

clients/google-api-services-servicenetworking/v1/2.0.0/com/google/api/services/servicenetworking/v1/ServiceNetworking.java

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -961,8 +961,8 @@ public AddSubnetwork set(String parameterName, Object value) {
961961
* optional parameters, call the {@link DisableVpcServiceControls#execute()} method to invoke the
962962
* remote operation.
963963
*
964-
* @param parent The service that is managing peering connectivity for a service producer's organization. For Google
965-
* services that support this functionality, this value is
964+
* @param parent Required. The service that is managing peering connectivity for a service producer's organization.
965+
* For Google services that support this functionality, this value is
966966
* `services/servicenetworking.googleapis.com`.
967967
* @param content the {@link com.google.api.services.servicenetworking.v1.model.DisableVpcServiceControlsRequest}
968968
* @return the request
@@ -991,8 +991,8 @@ public class DisableVpcServiceControls extends ServiceNetworkingRequest<com.goog
991991
* gleapis.services.AbstractGoogleClientRequest)} must be called to initialize this instance
992992
* immediately after invoking the constructor. </p>
993993
*
994-
* @param parent The service that is managing peering connectivity for a service producer's organization. For Google
995-
* services that support this functionality, this value is
994+
* @param parent Required. The service that is managing peering connectivity for a service producer's organization.
995+
* For Google services that support this functionality, this value is
996996
* `services/servicenetworking.googleapis.com`.
997997
* @param content the {@link com.google.api.services.servicenetworking.v1.model.DisableVpcServiceControlsRequest}
998998
* @since 1.13
@@ -1063,24 +1063,24 @@ public DisableVpcServiceControls setUploadProtocol(java.lang.String uploadProtoc
10631063
}
10641064

10651065
/**
1066-
* The service that is managing peering connectivity for a service producer's organization.
1067-
* For Google services that support this functionality, this value is
1066+
* Required. The service that is managing peering connectivity for a service producer's
1067+
* organization. For Google services that support this functionality, this value is
10681068
* `services/servicenetworking.googleapis.com`.
10691069
*/
10701070
@com.google.api.client.util.Key
10711071
private java.lang.String parent;
10721072

1073-
/** The service that is managing peering connectivity for a service producer's organization. For Google
1074-
services that support this functionality, this value is
1073+
/** Required. The service that is managing peering connectivity for a service producer's organization.
1074+
For Google services that support this functionality, this value is
10751075
`services/servicenetworking.googleapis.com`.
10761076
*/
10771077
public java.lang.String getParent() {
10781078
return parent;
10791079
}
10801080

10811081
/**
1082-
* The service that is managing peering connectivity for a service producer's organization.
1083-
* For Google services that support this functionality, this value is
1082+
* Required. The service that is managing peering connectivity for a service producer's
1083+
* organization. For Google services that support this functionality, this value is
10841084
* `services/servicenetworking.googleapis.com`.
10851085
*/
10861086
public DisableVpcServiceControls setParent(java.lang.String parent) {
@@ -1107,8 +1107,8 @@ public DisableVpcServiceControls set(String parameterName, Object value) {
11071107
* optional parameters, call the {@link EnableVpcServiceControls#execute()} method to invoke the
11081108
* remote operation.
11091109
*
1110-
* @param parent The service that is managing peering connectivity for a service producer's organization. For Google
1111-
* services that support this functionality, this value is
1110+
* @param parent Required. The service that is managing peering connectivity for a service producer's organization.
1111+
* For Google services that support this functionality, this value is
11121112
* `services/servicenetworking.googleapis.com`.
11131113
* @param content the {@link com.google.api.services.servicenetworking.v1.model.EnableVpcServiceControlsRequest}
11141114
* @return the request
@@ -1137,8 +1137,8 @@ public class EnableVpcServiceControls extends ServiceNetworkingRequest<com.googl
11371137
* leapis.services.AbstractGoogleClientRequest)} must be called to initialize this instance
11381138
* immediately after invoking the constructor. </p>
11391139
*
1140-
* @param parent The service that is managing peering connectivity for a service producer's organization. For Google
1141-
* services that support this functionality, this value is
1140+
* @param parent Required. The service that is managing peering connectivity for a service producer's organization.
1141+
* For Google services that support this functionality, this value is
11421142
* `services/servicenetworking.googleapis.com`.
11431143
* @param content the {@link com.google.api.services.servicenetworking.v1.model.EnableVpcServiceControlsRequest}
11441144
* @since 1.13
@@ -1209,24 +1209,24 @@ public EnableVpcServiceControls setUploadProtocol(java.lang.String uploadProtoco
12091209
}
12101210

12111211
/**
1212-
* The service that is managing peering connectivity for a service producer's organization.
1213-
* For Google services that support this functionality, this value is
1212+
* Required. The service that is managing peering connectivity for a service producer's
1213+
* organization. For Google services that support this functionality, this value is
12141214
* `services/servicenetworking.googleapis.com`.
12151215
*/
12161216
@com.google.api.client.util.Key
12171217
private java.lang.String parent;
12181218

1219-
/** The service that is managing peering connectivity for a service producer's organization. For Google
1220-
services that support this functionality, this value is
1219+
/** Required. The service that is managing peering connectivity for a service producer's organization.
1220+
For Google services that support this functionality, this value is
12211221
`services/servicenetworking.googleapis.com`.
12221222
*/
12231223
public java.lang.String getParent() {
12241224
return parent;
12251225
}
12261226

12271227
/**
1228-
* The service that is managing peering connectivity for a service producer's organization.
1229-
* For Google services that support this functionality, this value is
1228+
* Required. The service that is managing peering connectivity for a service producer's
1229+
* organization. For Google services that support this functionality, this value is
12301230
* `services/servicenetworking.googleapis.com`.
12311231
*/
12321232
public EnableVpcServiceControls setParent(java.lang.String parent) {
@@ -1570,8 +1570,8 @@ public class Connections {
15701570
* This request holds the parameters needed by the servicenetworking server. After setting any
15711571
* optional parameters, call the {@link Create#execute()} method to invoke the remote operation.
15721572
*
1573-
* @param parent The service that is managing peering connectivity for a service producer's organization. For Google
1574-
* services that support this functionality, this value is
1573+
* @param parent Required. The service that is managing peering connectivity for a service producer's organization.
1574+
* For Google services that support this functionality, this value is
15751575
* `services/servicenetworking.googleapis.com`.
15761576
* @param content the {@link com.google.api.services.servicenetworking.v1.model.Connection}
15771577
* @return the request
@@ -1604,8 +1604,8 @@ public class Create extends ServiceNetworkingRequest<com.google.api.services.ser
16041604
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
16051605
* be called to initialize this instance immediately after invoking the constructor. </p>
16061606
*
1607-
* @param parent The service that is managing peering connectivity for a service producer's organization. For Google
1608-
* services that support this functionality, this value is
1607+
* @param parent Required. The service that is managing peering connectivity for a service producer's organization.
1608+
* For Google services that support this functionality, this value is
16091609
* `services/servicenetworking.googleapis.com`.
16101610
* @param content the {@link com.google.api.services.servicenetworking.v1.model.Connection}
16111611
* @since 1.13
@@ -1676,24 +1676,24 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
16761676
}
16771677

16781678
/**
1679-
* The service that is managing peering connectivity for a service producer's organization.
1680-
* For Google services that support this functionality, this value is
1679+
* Required. The service that is managing peering connectivity for a service producer's
1680+
* organization. For Google services that support this functionality, this value is
16811681
* `services/servicenetworking.googleapis.com`.
16821682
*/
16831683
@com.google.api.client.util.Key
16841684
private java.lang.String parent;
16851685

1686-
/** The service that is managing peering connectivity for a service producer's organization. For Google
1687-
services that support this functionality, this value is
1686+
/** Required. The service that is managing peering connectivity for a service producer's organization.
1687+
For Google services that support this functionality, this value is
16881688
`services/servicenetworking.googleapis.com`.
16891689
*/
16901690
public java.lang.String getParent() {
16911691
return parent;
16921692
}
16931693

16941694
/**
1695-
* The service that is managing peering connectivity for a service producer's organization.
1696-
* For Google services that support this functionality, this value is
1695+
* Required. The service that is managing peering connectivity for a service producer's
1696+
* organization. For Google services that support this functionality, this value is
16971697
* `services/servicenetworking.googleapis.com`.
16981698
*/
16991699
public Create setParent(java.lang.String parent) {
@@ -2065,8 +2065,8 @@ public List set(String parameterName, Object value) {
20652065
* This request holds the parameters needed by the servicenetworking server. After setting any
20662066
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
20672067
*
2068-
* @param name The private service connection that connects to a service producer organization. The name includes
2069-
* both the private service name and the VPC network peering name in the format of
2068+
* @param name Required. The private service connection that connects to a service producer organization. The name
2069+
* includes both the private service name and the VPC network peering name in the format of
20702070
* `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google services that
20712071
* support this functionality, this is
20722072
* `services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com`.
@@ -2097,8 +2097,8 @@ public class Patch extends ServiceNetworkingRequest<com.google.api.services.serv
20972097
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
20982098
* be called to initialize this instance immediately after invoking the constructor. </p>
20992099
*
2100-
* @param name The private service connection that connects to a service producer organization. The name includes
2101-
* both the private service name and the VPC network peering name in the format of
2100+
* @param name Required. The private service connection that connects to a service producer organization. The name
2101+
* includes both the private service name and the VPC network peering name in the format of
21022102
* `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google services that
21032103
* support this functionality, this is
21042104
* `services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com`.
@@ -2171,17 +2171,17 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
21712171
}
21722172

21732173
/**
2174-
* The private service connection that connects to a service producer organization. The name
2175-
* includes both the private service name and the VPC network peering name in the format of
2176-
* `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google services
2177-
* that support this functionality, this is
2174+
* Required. The private service connection that connects to a service producer
2175+
* organization. The name includes both the private service name and the VPC network peering
2176+
* name in the format of `services/{peering_service_name}/connections/{vpc_peering_name}`.
2177+
* For Google services that support this functionality, this is
21782178
* `services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com`.
21792179
*/
21802180
@com.google.api.client.util.Key
21812181
private java.lang.String name;
21822182

2183-
/** The private service connection that connects to a service producer organization. The name includes
2184-
both the private service name and the VPC network peering name in the format of
2183+
/** Required. The private service connection that connects to a service producer organization. The name
2184+
includes both the private service name and the VPC network peering name in the format of
21852185
`services/{peering_service_name}/connections/{vpc_peering_name}`. For Google services that support
21862186
this functionality, this is
21872187
`services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com`.
@@ -2191,10 +2191,10 @@ public java.lang.String getName() {
21912191
}
21922192

21932193
/**
2194-
* The private service connection that connects to a service producer organization. The name
2195-
* includes both the private service name and the VPC network peering name in the format of
2196-
* `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google services
2197-
* that support this functionality, this is
2194+
* Required. The private service connection that connects to a service producer
2195+
* organization. The name includes both the private service name and the VPC network peering
2196+
* name in the format of `services/{peering_service_name}/connections/{vpc_peering_name}`.
2197+
* For Google services that support this functionality, this is
21982198
* `services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com`.
21992199
*/
22002200
public Patch setName(java.lang.String name) {

clients/google-api-services-servicenetworking/v1/2.0.0/com/google/api/services/servicenetworking/v1/model/AddSubnetworkRequest.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ public final class AddSubnetworkRequest extends com.google.api.client.json.Gener
137137
private java.lang.String purpose;
138138

139139
/**
140-
* Required. The name of a [region](/compute/docs/regions-zones) for the subnet, such `europe-
141-
* west1`.
140+
* Required. The name of a [region](https://cloud.google.com/compute/docs/regions-zones) for the
141+
* subnet, such `europe-west1`.
142142
* The value may be {@code null}.
143143
*/
144144
@com.google.api.client.util.Key
@@ -195,7 +195,8 @@ public final class AddSubnetworkRequest extends com.google.api.client.json.Gener
195195

196196
/**
197197
* Required. A name for the new subnet. For information about the naming requirements, see
198-
* [subnetwork](/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.
198+
* [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the
199+
* Compute API documentation.
199200
* The value may be {@code null}.
200201
*/
201202
@com.google.api.client.util.Key
@@ -465,17 +466,17 @@ public AddSubnetworkRequest setPurpose(java.lang.String purpose) {
465466
}
466467

467468
/**
468-
* Required. The name of a [region](/compute/docs/regions-zones) for the subnet, such `europe-
469-
* west1`.
469+
* Required. The name of a [region](https://cloud.google.com/compute/docs/regions-zones) for the
470+
* subnet, such `europe-west1`.
470471
* @return value or {@code null} for none
471472
*/
472473
public java.lang.String getRegion() {
473474
return region;
474475
}
475476

476477
/**
477-
* Required. The name of a [region](/compute/docs/regions-zones) for the subnet, such `europe-
478-
* west1`.
478+
* Required. The name of a [region](https://cloud.google.com/compute/docs/regions-zones) for the
479+
* subnet, such `europe-west1`.
479480
* @param region region or {@code null} for none
480481
*/
481482
public AddSubnetworkRequest setRegion(java.lang.String region) {
@@ -598,7 +599,8 @@ public AddSubnetworkRequest setSkipRequestedAddressValidation(java.lang.Boolean
598599

599600
/**
600601
* Required. A name for the new subnet. For information about the naming requirements, see
601-
* [subnetwork](/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.
602+
* [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the
603+
* Compute API documentation.
602604
* @return value or {@code null} for none
603605
*/
604606
public java.lang.String getSubnetwork() {
@@ -607,7 +609,8 @@ public java.lang.String getSubnetwork() {
607609

608610
/**
609611
* Required. A name for the new subnet. For information about the naming requirements, see
610-
* [subnetwork](/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.
612+
* [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the
613+
* Compute API documentation.
611614
* @param subnetwork subnetwork or {@code null} for none
612615
*/
613616
public AddSubnetworkRequest setSubnetwork(java.lang.String subnetwork) {

0 commit comments

Comments
 (0)