Skip to content

Commit 4d49884

Browse files
1 parent 3a8f744 commit 4d49884

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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-rev20251113-2.0.0</version>
25+
<version>v1-rev20251209-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-rev20251113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20251209-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ public final class ConsumerPscConfig extends com.google.api.client.json.GenericJ
8787
private java.lang.String project;
8888

8989
/**
90-
* Output only. A map to store mapping between customer vip and target service attachment. Only
91-
* service attachment with producer specified ip addresses are stored here.
90+
* Optional. A map to store mapping between customer vip and target service attachment. This field
91+
* can be used to specify a static IP address for a PSC connection.
9292
* The value may be {@code null}.
9393
*/
9494
@com.google.api.client.util.Key
@@ -235,17 +235,17 @@ public ConsumerPscConfig setProject(java.lang.String project) {
235235
}
236236

237237
/**
238-
* Output only. A map to store mapping between customer vip and target service attachment. Only
239-
* service attachment with producer specified ip addresses are stored here.
238+
* Optional. A map to store mapping between customer vip and target service attachment. This field
239+
* can be used to specify a static IP address for a PSC connection.
240240
* @return value or {@code null} for none
241241
*/
242242
public java.util.Map<String, java.lang.String> getServiceAttachmentIpAddressMap() {
243243
return serviceAttachmentIpAddressMap;
244244
}
245245

246246
/**
247-
* Output only. A map to store mapping between customer vip and target service attachment. Only
248-
* service attachment with producer specified ip addresses are stored here.
247+
* Optional. A map to store mapping between customer vip and target service attachment. This field
248+
* can be used to specify a static IP address for a PSC connection.
249249
* @param serviceAttachmentIpAddressMap serviceAttachmentIpAddressMap or {@code null} for none
250250
*/
251251
public ConsumerPscConfig setServiceAttachmentIpAddressMap(java.util.Map<String, java.lang.String> serviceAttachmentIpAddressMap) {

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-rev20251113-2.0.0</version>
12-
<name>Network Connectivity API v1-rev20251113-2.0.0</name>
11+
<version>v1-rev20251209-2.0.0</version>
12+
<name>Network Connectivity API v1-rev20251209-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-rev20251113-2.0.0</version>
25+
<version>v1-rev20251209-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-rev20251113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-networkconnectivity:v1-rev20251209-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)