Skip to content

Commit 8f8c715

Browse files
1 parent a5e85d7 commit 8f8c715

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

clients/google-api-services-servicenetworking/v1/2.0.0/com/google/api/services/servicenetworking/v1/ServiceNetworking.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4102,7 +4102,7 @@ public class DnsZones {
41024102
* optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
41034103
*
41044104
* @param name Required. The network that the consumer is using to connect with services. Must be in the form of
4105-
* services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName} Where
4105+
* services/{service}/projects/{project}/global/networks/{network}/dnsZones/{zoneName} Where
41064106
* {service} is the peering service that is managing connectivity for the service producer's
41074107
* organization. For Google services that support this {project} is the project number, as in
41084108
* '12345' {network} is the network name. {zoneName} is the DNS zone name
@@ -4134,7 +4134,7 @@ public class Get extends ServiceNetworkingRequest<com.google.api.services.servic
41344134
* called to initialize this instance immediately after invoking the constructor. </p>
41354135
*
41364136
* @param name Required. The network that the consumer is using to connect with services. Must be in the form of
4137-
* services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName} Where
4137+
* services/{service}/projects/{project}/global/networks/{network}/dnsZones/{zoneName} Where
41384138
* {service} is the peering service that is managing connectivity for the service producer's
41394139
* organization. For Google services that support this {project} is the project number, as in
41404140
* '12345' {network} is the network name. {zoneName} is the DNS zone name
@@ -4218,7 +4218,7 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
42184218
/**
42194219
* Required. The network that the consumer is using to connect with services. Must be
42204220
* in the form of
4221-
* services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName}
4221+
* services/{service}/projects/{project}/global/networks/{network}/dnsZones/{zoneName}
42224222
* Where {service} is the peering service that is managing connectivity for the
42234223
* service producer's organization. For Google services that support this {project} is
42244224
* the project number, as in '12345' {network} is the network name. {zoneName} is the
@@ -4228,8 +4228,8 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
42284228
private java.lang.String name;
42294229

42304230
/** Required. The network that the consumer is using to connect with services. Must be in the form of
4231-
services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName} Where {service} is
4232-
the peering service that is managing connectivity for the service producer's organization. For
4231+
services/{service}/projects/{project}/global/networks/{network}/dnsZones/{zoneName} Where {service}
4232+
is the peering service that is managing connectivity for the service producer's organization. For
42334233
Google services that support this {project} is the project number, as in '12345' {network} is the
42344234
network name. {zoneName} is the DNS zone name
42354235
*/
@@ -4240,7 +4240,7 @@ public java.lang.String getName() {
42404240
/**
42414241
* Required. The network that the consumer is using to connect with services. Must be
42424242
* in the form of
4243-
* services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName}
4243+
* services/{service}/projects/{project}/global/networks/{network}/dnsZones/{zoneName}
42444244
* Where {service} is the peering service that is managing connectivity for the
42454245
* service producer's organization. For Google services that support this {project} is
42464246
* the project number, as in '12345' {network} is the network name. {zoneName} is the

clients/google-api-services-servicenetworking/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-servicenetworking</artifactId>
11-
<version>v1-rev20241212-2.0.0</version>
12-
<name>Service Networking API v1-rev20241212-2.0.0</name>
11+
<version>v1-rev20250107-2.0.0</version>
12+
<name>Service Networking API v1-rev20250107-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)