Skip to content

Commit 6dc7106

Browse files
feat(networkservices): update the api
#### networkservices:v1 The following keys were added: - schemas.ServiceBinding.properties.service.deprecated (Total Keys: 1) - schemas.ServiceBinding.properties.serviceId.deprecated (Total Keys: 1) #### networkservices:v1beta1 The following keys were added: - schemas.ExtensionChainExtension.properties.requestBodySendMode.type (Total Keys: 1) - schemas.ExtensionChainExtension.properties.responseBodySendMode.type (Total Keys: 1) - schemas.ServiceBinding.properties.service.deprecated (Total Keys: 1) - schemas.ServiceBinding.properties.serviceId.deprecated (Total Keys: 1)
1 parent 81e4576 commit 6dc7106

8 files changed

+70
-22
lines changed

docs/dyn/networkservices_v1.projects.locations.grpcRoutes.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153
],
154154
},
155155
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
156-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
156+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
157157
},
158158
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
159159
},
@@ -302,7 +302,7 @@ <h3>Method Details</h3>
302302
],
303303
},
304304
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
305-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
305+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
306306
},
307307
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
308308
},
@@ -392,7 +392,7 @@ <h3>Method Details</h3>
392392
],
393393
},
394394
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
395-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
395+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
396396
},
397397
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
398398
},
@@ -492,7 +492,7 @@ <h3>Method Details</h3>
492492
],
493493
},
494494
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
495-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
495+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
496496
},
497497
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
498498
},

docs/dyn/networkservices_v1.projects.locations.httpRoutes.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h3>Method Details</h3>
261261
],
262262
},
263263
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
264-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
264+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
265265
},
266266
&quot;timeout&quot;: &quot;A String&quot;, # Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
267267
&quot;urlRewrite&quot;: { # The specification for modifying the URL of the request, prior to forwarding the request to the destination. # The specification for rewrite URL before forwarding requests to the destination.
@@ -536,7 +536,7 @@ <h3>Method Details</h3>
536536
],
537537
},
538538
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
539-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
539+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
540540
},
541541
&quot;timeout&quot;: &quot;A String&quot;, # Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
542542
&quot;urlRewrite&quot;: { # The specification for modifying the URL of the request, prior to forwarding the request to the destination. # The specification for rewrite URL before forwarding requests to the destination.
@@ -752,7 +752,7 @@ <h3>Method Details</h3>
752752
],
753753
},
754754
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
755-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
755+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
756756
},
757757
&quot;timeout&quot;: &quot;A String&quot;, # Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
758758
&quot;urlRewrite&quot;: { # The specification for modifying the URL of the request, prior to forwarding the request to the destination. # The specification for rewrite URL before forwarding requests to the destination.
@@ -978,7 +978,7 @@ <h3>Method Details</h3>
978978
],
979979
},
980980
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
981-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
981+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
982982
},
983983
&quot;timeout&quot;: &quot;A String&quot;, # Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
984984
&quot;urlRewrite&quot;: { # The specification for modifying the URL of the request, prior to forwarding the request to the destination. # The specification for rewrite URL before forwarding requests to the destination.

docs/dyn/networkservices_v1beta1.projects.locations.grpcRoutes.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153
],
154154
},
155155
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
156-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
156+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
157157
},
158158
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
159159
},
@@ -302,7 +302,7 @@ <h3>Method Details</h3>
302302
],
303303
},
304304
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
305-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
305+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
306306
},
307307
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
308308
},
@@ -392,7 +392,7 @@ <h3>Method Details</h3>
392392
],
393393
},
394394
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
395-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
395+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
396396
},
397397
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
398398
},
@@ -492,7 +492,7 @@ <h3>Method Details</h3>
492492
],
493493
},
494494
&quot;statefulSessionAffinity&quot;: { # The specification for cookie-based stateful session affinity where the date plane supplies a “session cookie” with the name &quot;GSSA&quot; which encodes a specific destination host and each request containing that cookie will be directed to that host as long as the destination host remains up and healthy. The gRPC proxyless mesh library or sidecar proxy will manage the session cookie but the client application code is responsible for copying the cookie from each RPC in the session to the next. # Optional. Specifies cookie-based stateful session affinity.
495-
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 1 to 86400 seconds (24 hours) inclusive.
495+
&quot;cookieTtl&quot;: &quot;A String&quot;, # Required. The cookie TTL value for the Set-Cookie header generated by the data plane. The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.
496496
},
497497
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.
498498
},

0 commit comments

Comments
 (0)