Skip to content

Commit 658b5a7

Browse files
feat: regenerate proto
1 parent c6d341c commit 658b5a7

38 files changed

+2743
-617
lines changed

cloudapi

Submodule cloudapi updated 50 files

yandex/cloud/access/access_pb2.py

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yandex/cloud/access/access_pb2.pyi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,27 @@ class AccessBindingsOperationResult(google.protobuf.message.Message):
291291
def ClearField(self, field_name: typing.Literal["effective_deltas", b"effective_deltas"]) -> None: ...
292292

293293
global___AccessBindingsOperationResult = AccessBindingsOperationResult
294+
295+
@typing.final
296+
class AccessPolicy(google.protobuf.message.Message):
297+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
298+
299+
ID_FIELD_NUMBER: builtins.int
300+
NAME_FIELD_NUMBER: builtins.int
301+
DESCRIPTION_FIELD_NUMBER: builtins.int
302+
id: builtins.str
303+
"""ID of the access policy template."""
304+
name: builtins.str
305+
"""Name of the access policy template."""
306+
description: builtins.str
307+
"""Description of the access policy template."""
308+
def __init__(
309+
self,
310+
*,
311+
id: builtins.str = ...,
312+
name: builtins.str = ...,
313+
description: builtins.str = ...,
314+
) -> None: ...
315+
def ClearField(self, field_name: typing.Literal["description", b"description", "id", b"id", "name", b"name"]) -> None: ...
316+
317+
global___AccessPolicy = AccessPolicy

yandex/cloud/apploadbalancer/v1/backend_group_pb2.py

Lines changed: 34 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,15 @@ class CookieSessionAffinity(google.protobuf.message.Message):
323323

324324
NAME_FIELD_NUMBER: builtins.int
325325
TTL_FIELD_NUMBER: builtins.int
326+
PATH_FIELD_NUMBER: builtins.int
326327
name: builtins.str
327328
"""Name of the cookie that is used for session affinity."""
329+
path: builtins.str
330+
"""Path of cookie.
331+
This will be used to set the path of a new cookie when it is generated.
332+
333+
If path is unspecified or empty, no path will be set for the cookie.
334+
"""
328335
@property
329336
def ttl(self) -> google.protobuf.duration_pb2.Duration:
330337
"""Maximum age of cookies that are generated for sessions.
@@ -340,9 +347,10 @@ class CookieSessionAffinity(google.protobuf.message.Message):
340347
*,
341348
name: builtins.str = ...,
342349
ttl: google.protobuf.duration_pb2.Duration | None = ...,
350+
path: builtins.str = ...,
343351
) -> None: ...
344352
def HasField(self, field_name: typing.Literal["ttl", b"ttl"]) -> builtins.bool: ...
345-
def ClearField(self, field_name: typing.Literal["name", b"name", "ttl", b"ttl"]) -> None: ...
353+
def ClearField(self, field_name: typing.Literal["name", b"name", "path", b"path", "ttl", b"ttl"]) -> None: ...
346354

347355
global___CookieSessionAffinity = CookieSessionAffinity
348356

0 commit comments

Comments
 (0)