Skip to content

Commit c3f1fc7

Browse files
1 parent 0cc6407 commit c3f1fc7

File tree

11 files changed

+90
-18
lines changed

11 files changed

+90
-18
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-rev20240923-2.0.0</version>
25+
<version>v1-rev20241009-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-rev20240923-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20241009-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ public final class ConsumerPscConfig extends com.google.api.client.json.GenericJ
4848
@com.google.api.client.util.Key
4949
private java.lang.Boolean disableGlobalAccess;
5050

51+
/**
52+
* The requested IP version for the PSC connection.
53+
* The value may be {@code null}.
54+
*/
55+
@com.google.api.client.util.Key
56+
private java.lang.String ipVersion;
57+
5158
/**
5259
* The resource path of the consumer network where PSC connections are allowed to be created in.
5360
* Note, this network does not need be in the ConsumerPscConfig.project in the case of SharedVPC.
@@ -136,6 +143,23 @@ public ConsumerPscConfig setDisableGlobalAccess(java.lang.Boolean disableGlobalA
136143
return this;
137144
}
138145

146+
/**
147+
* The requested IP version for the PSC connection.
148+
* @return value or {@code null} for none
149+
*/
150+
public java.lang.String getIpVersion() {
151+
return ipVersion;
152+
}
153+
154+
/**
155+
* The requested IP version for the PSC connection.
156+
* @param ipVersion ipVersion or {@code null} for none
157+
*/
158+
public ConsumerPscConfig setIpVersion(java.lang.String ipVersion) {
159+
this.ipVersion = ipVersion;
160+
return this;
161+
}
162+
139163
/**
140164
* The resource path of the consumer network where PSC connections are allowed to be created in.
141165
* Note, this network does not need be in the ConsumerPscConfig.project in the case of SharedVPC.

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ public final class ConsumerPscConnection extends com.google.api.client.json.Gene
7575
@com.google.api.client.util.Key
7676
private java.lang.String ip;
7777

78+
/**
79+
* The requested IP version for the PSC connection.
80+
* The value may be {@code null}.
81+
*/
82+
@com.google.api.client.util.Key
83+
private java.lang.String ipVersion;
84+
7885
/**
7986
* The consumer network whose PSC forwarding rule is connected to the service attachments in this
8087
* service connection map. Note that the network could be on a different project (shared VPC).
@@ -244,6 +251,23 @@ public ConsumerPscConnection setIp(java.lang.String ip) {
244251
return this;
245252
}
246253

254+
/**
255+
* The requested IP version for the PSC connection.
256+
* @return value or {@code null} for none
257+
*/
258+
public java.lang.String getIpVersion() {
259+
return ipVersion;
260+
}
261+
262+
/**
263+
* The requested IP version for the PSC connection.
264+
* @param ipVersion ipVersion or {@code null} for none
265+
*/
266+
public ConsumerPscConnection setIpVersion(java.lang.String ipVersion) {
267+
this.ipVersion = ipVersion;
268+
return this;
269+
}
270+
247271
/**
248272
* The consumer network whose PSC forwarding rule is connected to the service attachments in this
249273
* service connection map. Note that the network could be on a different project (shared VPC).

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

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

6565
/**
66-
* Optional. Should be present if usage is set to FOR_MIGRATION.
66+
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -223,15 +223,15 @@ public InternalRange setLabels(java.util.Map<String, java.lang.String> labels) {
223223
}
224224

225225
/**
226-
* Optional. Should be present if usage is set to FOR_MIGRATION.
226+
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
227227
* @return value or {@code null} for none
228228
*/
229229
public Migration getMigration() {
230230
return migration;
231231
}
232232

233233
/**
234-
* Optional. Should be present if usage is set to FOR_MIGRATION.
234+
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
235235
* @param migration migration or {@code null} for none
236236
*/
237237
public InternalRange setMigration(Migration migration) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ public final class PscConnection extends com.google.api.client.json.GenericJson
8181
@com.google.api.client.util.Key
8282
private java.lang.String gceOperation;
8383

84+
/**
85+
* The requested IP version for the PSC connection.
86+
* The value may be {@code null}.
87+
*/
88+
@com.google.api.client.util.Key
89+
private java.lang.String ipVersion;
90+
8491
/**
8592
* Immutable. Deprecated. Use producer_instance_metadata instead. An immutable identifier for the
8693
* producer instance.
@@ -248,6 +255,23 @@ public PscConnection setGceOperation(java.lang.String gceOperation) {
248255
return this;
249256
}
250257

258+
/**
259+
* The requested IP version for the PSC connection.
260+
* @return value or {@code null} for none
261+
*/
262+
public java.lang.String getIpVersion() {
263+
return ipVersion;
264+
}
265+
266+
/**
267+
* The requested IP version for the PSC connection.
268+
* @param ipVersion ipVersion or {@code null} for none
269+
*/
270+
public PscConnection setIpVersion(java.lang.String ipVersion) {
271+
this.ipVersion = ipVersion;
272+
return this;
273+
}
274+
251275
/**
252276
* Immutable. Deprecated. Use producer_instance_metadata instead. An immutable identifier for the
253277
* producer instance.

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-rev20240923-2.0.0</version>
12-
<name>Network Connectivity API v1-rev20240923-2.0.0</name>
11+
<version>v1-rev20241009-2.0.0</version>
12+
<name>Network Connectivity API v1-rev20241009-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

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

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

6565
/**
66-
* Optional. Should be present if usage is set to FOR_MIGRATION.
66+
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -223,15 +223,15 @@ public InternalRange setLabels(java.util.Map<String, java.lang.String> labels) {
223223
}
224224

225225
/**
226-
* Optional. Should be present if usage is set to FOR_MIGRATION.
226+
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
227227
* @return value or {@code null} for none
228228
*/
229229
public Migration getMigration() {
230230
return migration;
231231
}
232232

233233
/**
234-
* Optional. Should be present if usage is set to FOR_MIGRATION.
234+
* Optional. Must be present if usage is set to FOR_MIGRATION. This field is for internal use.
235235
* @param migration migration or {@code null} for none
236236
*/
237237
public InternalRange setMigration(Migration migration) {

clients/google-api-services-networkconnectivity/v1alpha1/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>v1alpha1-rev20240911-2.0.0</version>
12-
<name>Network Connectivity API v1alpha1-rev20240911-2.0.0</name>
11+
<version>v1alpha1-rev20241009-2.0.0</version>
12+
<name>Network Connectivity API v1alpha1-rev20241009-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)