Skip to content

Commit 0f59811

Browse files
1 parent b2d9551 commit 0f59811

File tree

4 files changed

+15
-12
lines changed

4 files changed

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

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ public final class ServiceConnectionPolicy extends com.google.api.client.json.Ge
106106
/**
107107
* The service class identifier for which this ServiceConnectionPolicy is for. The service class
108108
* identifier is a unique, symbolic representation of a ServiceClass. It is provided by the
109-
* Service Producer. Google services have a prefix of gcp. For example, gcp-cloud-sql. 3rd party
110-
* services do not. For example, test-service-a3dfcx.
109+
* Service Producer. Google services have a prefix of gcp or google-cloud. For example, gcp-
110+
* memorystore-redis or google-cloud-sql. 3rd party services do not. For example, test-
111+
* service-a3dfcx.
111112
* The value may be {@code null}.
112113
*/
113114
@com.google.api.client.util.Key
@@ -284,8 +285,9 @@ public ServiceConnectionPolicy setPscConnections(java.util.List<PscConnection> p
284285
/**
285286
* The service class identifier for which this ServiceConnectionPolicy is for. The service class
286287
* identifier is a unique, symbolic representation of a ServiceClass. It is provided by the
287-
* Service Producer. Google services have a prefix of gcp. For example, gcp-cloud-sql. 3rd party
288-
* services do not. For example, test-service-a3dfcx.
288+
* Service Producer. Google services have a prefix of gcp or google-cloud. For example, gcp-
289+
* memorystore-redis or google-cloud-sql. 3rd party services do not. For example, test-
290+
* service-a3dfcx.
289291
* @return value or {@code null} for none
290292
*/
291293
public java.lang.String getServiceClass() {
@@ -295,8 +297,9 @@ public java.lang.String getServiceClass() {
295297
/**
296298
* The service class identifier for which this ServiceConnectionPolicy is for. The service class
297299
* identifier is a unique, symbolic representation of a ServiceClass. It is provided by the
298-
* Service Producer. Google services have a prefix of gcp. For example, gcp-cloud-sql. 3rd party
299-
* services do not. For example, test-service-a3dfcx.
300+
* Service Producer. Google services have a prefix of gcp or google-cloud. For example, gcp-
301+
* memorystore-redis or google-cloud-sql. 3rd party services do not. For example, test-
302+
* service-a3dfcx.
300303
* @param serviceClass serviceClass or {@code null} for none
301304
*/
302305
public ServiceConnectionPolicy setServiceClass(java.lang.String serviceClass) {

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

0 commit comments

Comments
 (0)