Skip to content

Commit a117da4

Browse files
feat: Automated regeneration of NetworkServices client (#13262)
Auto-created at 2025-03-29 13:16:03 +0000 using the toys pull request generator.
1 parent 9642c98 commit a117da4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/network_services/lib/google_api/network_services/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.NetworkServices.V1 do
2020
API client metadata for GoogleApi.NetworkServices.V1.
2121
"""
2222

23-
@discovery_revision "20250311"
23+
@discovery_revision "20250318"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/network_services/lib/google_api/network_services/v1/model/grpc_route_stateful_session_affinity_policy.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.NetworkServices.V1.Model.GrpcRouteStatefulSessionAffinityPol
2121
2222
## Attributes
2323
24-
* `cookieTtl` (*type:* `String.t`, *default:* `nil`) - 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.
24+
* `cookieTtl` (*type:* `String.t`, *default:* `nil`) - 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.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/network_services/lib/google_api/network_services/v1/model/http_route_stateful_session_affinity_policy.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.NetworkServices.V1.Model.HttpRouteStatefulSessionAffinityPol
2121
2222
## Attributes
2323
24-
* `cookieTtl` (*type:* `String.t`, *default:* `nil`) - 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.
24+
* `cookieTtl` (*type:* `String.t`, *default:* `nil`) - 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.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)