Skip to content

Commit

Permalink
regenerate proto
Browse files Browse the repository at this point in the history
  • Loading branch information
yandex-cloud-bot committed Jul 16, 2024
1 parent 2c27e47 commit 4c496c8
Show file tree
Hide file tree
Showing 58 changed files with 2,427 additions and 339 deletions.
12 changes: 6 additions & 6 deletions yandex/cloud/backup/v1/policy_pb2.py

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion yandex/cloud/backup/v1/policy_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -719,12 +719,15 @@ class PolicyApplication(google.protobuf.message.Message):
ENABLED_FIELD_NUMBER: builtins.int
STATUS_FIELD_NUMBER: builtins.int
CREATED_AT_FIELD_NUMBER: builtins.int
IS_PROCESSING_FIELD_NUMBER: builtins.int
policy_id: builtins.str
"""Policy ID."""
compute_instance_id: builtins.str
"""Compute Cloud instance ID."""
enabled: builtins.bool
status: global___PolicyApplication.Status.ValueType
is_processing: builtins.bool
"""If true, then the policy is in in the process of binding to the instance."""
@property
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
def __init__(
Expand All @@ -735,8 +738,9 @@ class PolicyApplication(google.protobuf.message.Message):
enabled: builtins.bool = ...,
status: global___PolicyApplication.Status.ValueType = ...,
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
is_processing: builtins.bool = ...,
) -> None: ...
def HasField(self, field_name: typing.Literal["created_at", b"created_at"]) -> builtins.bool: ...
def ClearField(self, field_name: typing.Literal["compute_instance_id", b"compute_instance_id", "created_at", b"created_at", "enabled", b"enabled", "policy_id", b"policy_id", "status", b"status"]) -> None: ...
def ClearField(self, field_name: typing.Literal["compute_instance_id", b"compute_instance_id", "created_at", b"created_at", "enabled", b"enabled", "is_processing", b"is_processing", "policy_id", b"policy_id", "status", b"status"]) -> None: ...

global___PolicyApplication = PolicyApplication
30 changes: 15 additions & 15 deletions yandex/cloud/backup/v1/policy_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion yandex/cloud/backup/v1/policy_service_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -222,21 +222,25 @@ class ListApplicationsRequest(google.protobuf.message.Message):
FOLDER_ID_FIELD_NUMBER: builtins.int
POLICY_ID_FIELD_NUMBER: builtins.int
COMPUTE_INSTANCE_ID_FIELD_NUMBER: builtins.int
SHOW_PROCESSING_FIELD_NUMBER: builtins.int
folder_id: builtins.str
"""Folder ID."""
policy_id: builtins.str
"""Policy ID."""
compute_instance_id: builtins.str
"""Compute Cloud instance ID."""
show_processing: builtins.bool
"""If true, also returns applications that in the process of binding."""
def __init__(
self,
*,
folder_id: builtins.str = ...,
policy_id: builtins.str = ...,
compute_instance_id: builtins.str = ...,
show_processing: builtins.bool = ...,
) -> None: ...
def HasField(self, field_name: typing.Literal["compute_instance_id", b"compute_instance_id", "folder_id", b"folder_id", "id", b"id", "policy_id", b"policy_id"]) -> builtins.bool: ...
def ClearField(self, field_name: typing.Literal["compute_instance_id", b"compute_instance_id", "folder_id", b"folder_id", "id", b"id", "policy_id", b"policy_id"]) -> None: ...
def ClearField(self, field_name: typing.Literal["compute_instance_id", b"compute_instance_id", "folder_id", b"folder_id", "id", b"id", "policy_id", b"policy_id", "show_processing", b"show_processing"]) -> None: ...
def WhichOneof(self, oneof_group: typing.Literal["id", b"id"]) -> typing.Literal["folder_id", "policy_id", "compute_instance_id"] | None: ...

global___ListApplicationsRequest = ListApplicationsRequest
Expand Down
Loading

0 comments on commit 4c496c8

Please sign in to comment.