Skip to content

Commit 56634c9

Browse files
chore: regenerate networkconnectivity client (#32081)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent ccc8163 commit 56634c9

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public final class AutomatedDnsRecord extends com.google.api.client.json.Generic
154154

155155
/**
156156
* Required. Immutable. The service class identifier which authorizes this AutomatedDnsRecord. Any
157-
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceclasses.use`
157+
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceClasses.use`
158158
* IAM permission for the provided service class.
159159
* The value may be {@code null}.
160160
*/
@@ -472,7 +472,7 @@ public AutomatedDnsRecord setRecordType(java.lang.String recordType) {
472472

473473
/**
474474
* Required. Immutable. The service class identifier which authorizes this AutomatedDnsRecord. Any
475-
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceclasses.use`
475+
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceClasses.use`
476476
* IAM permission for the provided service class.
477477
* @return value or {@code null} for none
478478
*/
@@ -482,7 +482,7 @@ public java.lang.String getServiceClass() {
482482

483483
/**
484484
* Required. Immutable. The service class identifier which authorizes this AutomatedDnsRecord. Any
485-
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceclasses.use`
485+
* API calls targeting this AutomatedDnsRecord must have `networkconnectivity.serviceClasses.use`
486486
* IAM permission for the provided service class.
487487
* @param serviceClass serviceClass or {@code null} for none
488488
*/

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

0 commit comments

Comments
 (0)