Skip to content

Commit

Permalink
build: regenerate proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Double.Cloud Bot committed May 9, 2023
1 parent 0622709 commit ed1a49e
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 52 deletions.
6 changes: 3 additions & 3 deletions doublecloud/clickhouse/v1/cluster_pb2.py

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

6 changes: 4 additions & 2 deletions doublecloud/clickhouse/v1/cluster_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,15 @@ class PrivateConnectionInfo(_message.Message):
def __init__(self, host: _Optional[str] = ..., user: _Optional[str] = ..., password: _Optional[str] = ..., https_port: _Optional[_Union[_wrappers_pb2.Int64Value, _Mapping]] = ..., tcp_port_secure: _Optional[_Union[_wrappers_pb2.Int64Value, _Mapping]] = ..., native_protocol: _Optional[str] = ..., https_uri: _Optional[str] = ..., jdbc_uri: _Optional[str] = ..., odbc_uri: _Optional[str] = ...) -> None: ...

class Host(_message.Message):
__slots__ = ["name", "cluster_id", "shard_name", "private_name"]
__slots__ = ["name", "cluster_id", "shard_name", "private_name", "status"]
NAME_FIELD_NUMBER: _ClassVar[int]
CLUSTER_ID_FIELD_NUMBER: _ClassVar[int]
SHARD_NAME_FIELD_NUMBER: _ClassVar[int]
PRIVATE_NAME_FIELD_NUMBER: _ClassVar[int]
STATUS_FIELD_NUMBER: _ClassVar[int]
name: str
cluster_id: str
shard_name: str
private_name: str
def __init__(self, name: _Optional[str] = ..., cluster_id: _Optional[str] = ..., shard_name: _Optional[str] = ..., private_name: _Optional[str] = ...) -> None: ...
status: _cluster_pb2.HostStatus
def __init__(self, name: _Optional[str] = ..., cluster_id: _Optional[str] = ..., shard_name: _Optional[str] = ..., private_name: _Optional[str] = ..., status: _Optional[_Union[_cluster_pb2.HostStatus, str]] = ...) -> None: ...
Loading

0 comments on commit ed1a49e

Please sign in to comment.