Skip to content

Commit ee6624d

Browse files
1 parent 62ed957 commit ee6624d

File tree

10 files changed

+66
-60
lines changed

10 files changed

+66
-60
lines changed

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

clients/google-api-services-vpcaccess/v1/2.0.0/com/google/api/services/vpcaccess/v1/model/Connector.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public final class Connector extends com.google.api.client.json.GenericJson {
3838
private java.util.List<java.lang.String> connectedProjects;
3939

4040
/**
41-
* The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
41+
* Optional. The range of internal addresses that follows RFC 4632 notation. Example:
42+
* `10.132.0.0/28`.
4243
* The value may be {@code null}.
4344
*/
4445
@com.google.api.client.util.Key
@@ -95,7 +96,7 @@ public final class Connector extends com.google.api.client.json.GenericJson {
9596
private java.lang.String name;
9697

9798
/**
98-
* Name of a VPC network.
99+
* Optional. Name of a VPC network.
99100
* The value may be {@code null}.
100101
*/
101102
@com.google.api.client.util.Key
@@ -109,7 +110,7 @@ public final class Connector extends com.google.api.client.json.GenericJson {
109110
private java.lang.String state;
110111

111112
/**
112-
* The subnet in which to house the VPC Access Connector.
113+
* Optional. The subnet in which to house the VPC Access Connector.
113114
* The value may be {@code null}.
114115
*/
115116
@com.google.api.client.util.Key
@@ -133,15 +134,17 @@ public Connector setConnectedProjects(java.util.List<java.lang.String> connected
133134
}
134135

135136
/**
136-
* The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
137+
* Optional. The range of internal addresses that follows RFC 4632 notation. Example:
138+
* `10.132.0.0/28`.
137139
* @return value or {@code null} for none
138140
*/
139141
public java.lang.String getIpCidrRange() {
140142
return ipCidrRange;
141143
}
142144

143145
/**
144-
* The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
146+
* Optional. The range of internal addresses that follows RFC 4632 notation. Example:
147+
* `10.132.0.0/28`.
145148
* @param ipCidrRange ipCidrRange or {@code null} for none
146149
*/
147150
public Connector setIpCidrRange(java.lang.String ipCidrRange) {
@@ -268,15 +271,15 @@ public Connector setName(java.lang.String name) {
268271
}
269272

270273
/**
271-
* Name of a VPC network.
274+
* Optional. Name of a VPC network.
272275
* @return value or {@code null} for none
273276
*/
274277
public java.lang.String getNetwork() {
275278
return network;
276279
}
277280

278281
/**
279-
* Name of a VPC network.
282+
* Optional. Name of a VPC network.
280283
* @param network network or {@code null} for none
281284
*/
282285
public Connector setNetwork(java.lang.String network) {
@@ -302,15 +305,15 @@ public Connector setState(java.lang.String state) {
302305
}
303306

304307
/**
305-
* The subnet in which to house the VPC Access Connector.
308+
* Optional. The subnet in which to house the VPC Access Connector.
306309
* @return value or {@code null} for none
307310
*/
308311
public Subnet getSubnet() {
309312
return subnet;
310313
}
311314

312315
/**
313-
* The subnet in which to house the VPC Access Connector.
316+
* Optional. The subnet in which to house the VPC Access Connector.
314317
* @param subnet subnet or {@code null} for none
315318
*/
316319
public Connector setSubnet(Subnet subnet) {

clients/google-api-services-vpcaccess/v1/2.0.0/com/google/api/services/vpcaccess/v1/model/Subnet.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,36 @@
3131
public final class Subnet extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://comput
35-
* e.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the
36-
* correct input for this field would be {subnetName}
34+
* Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is http
35+
* s://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetNa
36+
* me} the correct input for this field would be {subnetName}
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.lang.String name;
4141

4242
/**
43-
* Project in which the subnet exists. If not set, this project is assumed to be the project for
44-
* which the connector create request was issued.
43+
* Optional. Project in which the subnet exists. If not set, this project is assumed to be the
44+
* project for which the connector create request was issued.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
4848
private java.lang.String projectId;
4949

5050
/**
51-
* Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://comput
52-
* e.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the
53-
* correct input for this field would be {subnetName}
51+
* Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is http
52+
* s://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetNa
53+
* me} the correct input for this field would be {subnetName}
5454
* @return value or {@code null} for none
5555
*/
5656
public java.lang.String getName() {
5757
return name;
5858
}
5959

6060
/**
61-
* Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://comput
62-
* e.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the
63-
* correct input for this field would be {subnetName}
61+
* Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is http
62+
* s://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetNa
63+
* me} the correct input for this field would be {subnetName}
6464
* @param name name or {@code null} for none
6565
*/
6666
public Subnet setName(java.lang.String name) {
@@ -69,17 +69,17 @@ public Subnet setName(java.lang.String name) {
6969
}
7070

7171
/**
72-
* Project in which the subnet exists. If not set, this project is assumed to be the project for
73-
* which the connector create request was issued.
72+
* Optional. Project in which the subnet exists. If not set, this project is assumed to be the
73+
* project for which the connector create request was issued.
7474
* @return value or {@code null} for none
7575
*/
7676
public java.lang.String getProjectId() {
7777
return projectId;
7878
}
7979

8080
/**
81-
* Project in which the subnet exists. If not set, this project is assumed to be the project for
82-
* which the connector create request was issued.
81+
* Optional. Project in which the subnet exists. If not set, this project is assumed to be the
82+
* project for which the connector create request was issued.
8383
* @param projectId projectId or {@code null} for none
8484
*/
8585
public Subnet setProjectId(java.lang.String projectId) {

clients/google-api-services-vpcaccess/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-vpcaccess</artifactId>
11-
<version>v1-rev20231110-2.0.0</version>
12-
<name>Serverless VPC Access API v1-rev20231110-2.0.0</name>
11+
<version>v1-rev20240905-2.0.0</version>
12+
<name>Serverless VPC Access API v1-rev20240905-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-vpcaccess/v1beta1/2.0.0/com/google/api/services/vpcaccess/v1beta1/model/Connector.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public final class Connector extends com.google.api.client.json.GenericJson {
4545
private String createTime;
4646

4747
/**
48-
* The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
48+
* Optional. The range of internal addresses that follows RFC 4632 notation. Example:
49+
* `10.132.0.0/28`.
4950
* The value may be {@code null}.
5051
*/
5152
@com.google.api.client.util.Key
@@ -109,7 +110,7 @@ public final class Connector extends com.google.api.client.json.GenericJson {
109110
private java.lang.String name;
110111

111112
/**
112-
* Name of a VPC network.
113+
* Optional. Name of a VPC network.
113114
* The value may be {@code null}.
114115
*/
115116
@com.google.api.client.util.Key
@@ -123,7 +124,7 @@ public final class Connector extends com.google.api.client.json.GenericJson {
123124
private java.lang.String state;
124125

125126
/**
126-
* The subnet in which to house the VPC Access Connector.
127+
* Optional. The subnet in which to house the VPC Access Connector.
127128
* The value may be {@code null}.
128129
*/
129130
@com.google.api.client.util.Key
@@ -164,15 +165,17 @@ public Connector setCreateTime(String createTime) {
164165
}
165166

166167
/**
167-
* The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
168+
* Optional. The range of internal addresses that follows RFC 4632 notation. Example:
169+
* `10.132.0.0/28`.
168170
* @return value or {@code null} for none
169171
*/
170172
public java.lang.String getIpCidrRange() {
171173
return ipCidrRange;
172174
}
173175

174176
/**
175-
* The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
177+
* Optional. The range of internal addresses that follows RFC 4632 notation. Example:
178+
* `10.132.0.0/28`.
176179
* @param ipCidrRange ipCidrRange or {@code null} for none
177180
*/
178181
public Connector setIpCidrRange(java.lang.String ipCidrRange) {
@@ -316,15 +319,15 @@ public Connector setName(java.lang.String name) {
316319
}
317320

318321
/**
319-
* Name of a VPC network.
322+
* Optional. Name of a VPC network.
320323
* @return value or {@code null} for none
321324
*/
322325
public java.lang.String getNetwork() {
323326
return network;
324327
}
325328

326329
/**
327-
* Name of a VPC network.
330+
* Optional. Name of a VPC network.
328331
* @param network network or {@code null} for none
329332
*/
330333
public Connector setNetwork(java.lang.String network) {
@@ -350,15 +353,15 @@ public Connector setState(java.lang.String state) {
350353
}
351354

352355
/**
353-
* The subnet in which to house the VPC Access Connector.
356+
* Optional. The subnet in which to house the VPC Access Connector.
354357
* @return value or {@code null} for none
355358
*/
356359
public Subnet getSubnet() {
357360
return subnet;
358361
}
359362

360363
/**
361-
* The subnet in which to house the VPC Access Connector.
364+
* Optional. The subnet in which to house the VPC Access Connector.
362365
* @param subnet subnet or {@code null} for none
363366
*/
364367
public Connector setSubnet(Subnet subnet) {

clients/google-api-services-vpcaccess/v1beta1/2.0.0/com/google/api/services/vpcaccess/v1beta1/model/Subnet.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,36 @@
3131
public final class Subnet extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://comput
35-
* e.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the
36-
* correct input for this field would be {subnetName}
34+
* Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is http
35+
* s://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetNa
36+
* me} the correct input for this field would be {subnetName}
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.lang.String name;
4141

4242
/**
43-
* Project in which the subnet exists. If not set, this project is assumed to be the project for
44-
* which the connector create request was issued.
43+
* Optional. Project in which the subnet exists. If not set, this project is assumed to be the
44+
* project for which the connector create request was issued.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
4848
private java.lang.String projectId;
4949

5050
/**
51-
* Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://comput
52-
* e.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the
53-
* correct input for this field would be {subnetName}
51+
* Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is http
52+
* s://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetNa
53+
* me} the correct input for this field would be {subnetName}
5454
* @return value or {@code null} for none
5555
*/
5656
public java.lang.String getName() {
5757
return name;
5858
}
5959

6060
/**
61-
* Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://comput
62-
* e.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the
63-
* correct input for this field would be {subnetName}
61+
* Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is http
62+
* s://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetNa
63+
* me} the correct input for this field would be {subnetName}
6464
* @param name name or {@code null} for none
6565
*/
6666
public Subnet setName(java.lang.String name) {
@@ -69,17 +69,17 @@ public Subnet setName(java.lang.String name) {
6969
}
7070

7171
/**
72-
* Project in which the subnet exists. If not set, this project is assumed to be the project for
73-
* which the connector create request was issued.
72+
* Optional. Project in which the subnet exists. If not set, this project is assumed to be the
73+
* project for which the connector create request was issued.
7474
* @return value or {@code null} for none
7575
*/
7676
public java.lang.String getProjectId() {
7777
return projectId;
7878
}
7979

8080
/**
81-
* Project in which the subnet exists. If not set, this project is assumed to be the project for
82-
* which the connector create request was issued.
81+
* Optional. Project in which the subnet exists. If not set, this project is assumed to be the
82+
* project for which the connector create request was issued.
8383
* @param projectId projectId or {@code null} for none
8484
*/
8585
public Subnet setProjectId(java.lang.String projectId) {

clients/google-api-services-vpcaccess/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-vpcaccess</artifactId>
11-
<version>v1beta1-rev20231207-2.0.0</version>
12-
<name>Serverless VPC Access API v1beta1-rev20231207-2.0.0</name>
11+
<version>v1beta1-rev20240905-2.0.0</version>
12+
<name>Serverless VPC Access API v1beta1-rev20240905-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)