Skip to content

Commit 1f1cf01

Browse files
1 parent d4c9b14 commit 1f1cf01

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/ExtensionChainExtension.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public final class ExtensionChainExtension extends com.google.api.client.json.Ge
116116

117117
/**
118118
* Optional. Specifies the timeout for each individual message on the stream. The timeout must be
119-
* between `10`-`1000` milliseconds. Required for callout extensions. This field is not supported
119+
* between `10`-`10000` milliseconds. Required for callout extensions. This field is not supported
120120
* for plugin extensions. Setting it results in a validation error.
121121
* The value may be {@code null}.
122122
*/
@@ -316,7 +316,7 @@ public ExtensionChainExtension setSupportedEvents(java.util.List<java.lang.Strin
316316

317317
/**
318318
* Optional. Specifies the timeout for each individual message on the stream. The timeout must be
319-
* between `10`-`1000` milliseconds. Required for callout extensions. This field is not supported
319+
* between `10`-`10000` milliseconds. Required for callout extensions. This field is not supported
320320
* for plugin extensions. Setting it results in a validation error.
321321
* @return value or {@code null} for none
322322
*/
@@ -326,7 +326,7 @@ public String getTimeout() {
326326

327327
/**
328328
* Optional. Specifies the timeout for each individual message on the stream. The timeout must be
329-
* between `10`-`1000` milliseconds. Required for callout extensions. This field is not supported
329+
* between `10`-`10000` milliseconds. Required for callout extensions. This field is not supported
330330
* for plugin extensions. Setting it results in a validation error.
331331
* @param timeout timeout or {@code null} for none
332332
*/

clients/google-api-services-networkservices/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-networkservices</artifactId>
11-
<version>v1-rev20250410-2.0.0</version>
12-
<name>Network Services API v1-rev20250410-2.0.0</name>
11+
<version>v1-rev20250423-2.0.0</version>
12+
<name>Network Services API v1-rev20250423-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)