You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/ExtensionChainExtension.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ public final class ExtensionChainExtension extends com.google.api.client.json.Ge
116
116
117
117
/**
118
118
* 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
120
120
* for plugin extensions. Setting it results in a validation error.
121
121
* The value may be {@code null}.
122
122
*/
@@ -316,7 +316,7 @@ public ExtensionChainExtension setSupportedEvents(java.util.List<java.lang.Strin
316
316
317
317
/**
318
318
* 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
320
320
* for plugin extensions. Setting it results in a validation error.
321
321
* @return value or {@code null} for none
322
322
*/
@@ -326,7 +326,7 @@ public String getTimeout() {
326
326
327
327
/**
328
328
* 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
330
330
* for plugin extensions. Setting it results in a validation error.
0 commit comments