Skip to content

Commit 9ee7a58

Browse files
feat: regenerate proto
1 parent dc55f68 commit 9ee7a58

28 files changed

+975
-433
lines changed

yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.py

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

yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.pyi

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,18 @@ class LagAllocationSettingsRequest(google.protobuf.message.Message):
1818
DESCRIPTOR: google.protobuf.descriptor.Descriptor
1919

2020
LAG_SIZE_FIELD_NUMBER: builtins.int
21-
LAG_INFO_FIELD_NUMBER: builtins.int
2221
lag_size: builtins.int
2322
"""Size of LAG.
2423
Must be from 1 to 10 inclusively.
2524
"""
26-
@property
27-
def lag_info(self) -> yandex.cloud.cic.v1.common.lag_info_pb2.LagInfo:
28-
"""LagInfo"""
29-
3025
def __init__(
3126
self,
3227
*,
3328
lag_size: builtins.int = ...,
34-
lag_info: yandex.cloud.cic.v1.common.lag_info_pb2.LagInfo | None = ...,
3529
) -> None: ...
36-
def HasField(self, field_name: typing.Literal["lag", b"lag", "lag_info", b"lag_info", "lag_size", b"lag_size"]) -> builtins.bool: ...
37-
def ClearField(self, field_name: typing.Literal["lag", b"lag", "lag_info", b"lag_info", "lag_size", b"lag_size"]) -> None: ...
38-
def WhichOneof(self, oneof_group: typing.Literal["lag", b"lag"]) -> typing.Literal["lag_size", "lag_info"] | None: ...
30+
def HasField(self, field_name: typing.Literal["lag", b"lag", "lag_size", b"lag_size"]) -> builtins.bool: ...
31+
def ClearField(self, field_name: typing.Literal["lag", b"lag", "lag_size", b"lag_size"]) -> None: ...
32+
def WhichOneof(self, oneof_group: typing.Literal["lag", b"lag"]) -> typing.Literal["lag_size"] | None: ...
3933

4034
global___LagAllocationSettingsRequest = LagAllocationSettingsRequest
4135

yandex/cloud/cic/v1/trunk_connection_pb2.py

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

yandex/cloud/cic/v1/trunk_connection_pb2.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class TrunkConnection(google.protobuf.message.Message):
5353
CAPACITY_40_GBPS: TrunkConnection._Capacity.ValueType # 15
5454
CAPACITY_50_GBPS: TrunkConnection._Capacity.ValueType # 16
5555
CAPACITY_100_GBPS: TrunkConnection._Capacity.ValueType # 17
56+
CAPACITY_200_GBPS: TrunkConnection._Capacity.ValueType # 18
5657

5758
class Capacity(_Capacity, metaclass=_CapacityEnumTypeWrapper): ...
5859
CAPACITY_UNSPECIFIED: TrunkConnection.Capacity.ValueType # 0
@@ -73,6 +74,7 @@ class TrunkConnection(google.protobuf.message.Message):
7374
CAPACITY_40_GBPS: TrunkConnection.Capacity.ValueType # 15
7475
CAPACITY_50_GBPS: TrunkConnection.Capacity.ValueType # 16
7576
CAPACITY_100_GBPS: TrunkConnection.Capacity.ValueType # 17
77+
CAPACITY_200_GBPS: TrunkConnection.Capacity.ValueType # 18
7678

7779
class _Status:
7880
ValueType = typing.NewType("ValueType", builtins.int)

0 commit comments

Comments
 (0)