Skip to content

Automated Protos Update #902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
698 changes: 349 additions & 349 deletions src/viam/gen/app/v1/app_pb2.py

Large diffs are not rendered by default.

29 changes: 23 additions & 6 deletions src/viam/gen/app/v1/app_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1993,20 +1993,28 @@ class UpdateRobotPartRequest(google.protobuf.message.Message):
ID_FIELD_NUMBER: builtins.int
NAME_FIELD_NUMBER: builtins.int
ROBOT_CONFIG_FIELD_NUMBER: builtins.int
LAST_KNOWN_UPDATE_FIELD_NUMBER: builtins.int
id: builtins.str
name: builtins.str

@property
def robot_config(self) -> google.protobuf.struct_pb2.Struct:
...

def __init__(self, *, id: builtins.str=..., name: builtins.str=..., robot_config: google.protobuf.struct_pb2.Struct | None=...) -> None:
@property
def last_known_update(self) -> google.protobuf.timestamp_pb2.Timestamp:
...

def __init__(self, *, id: builtins.str=..., name: builtins.str=..., robot_config: google.protobuf.struct_pb2.Struct | None=..., last_known_update: google.protobuf.timestamp_pb2.Timestamp | None=...) -> None:
...

def HasField(self, field_name: typing.Literal['robot_config', b'robot_config']) -> builtins.bool:
def HasField(self, field_name: typing.Literal['_last_known_update', b'_last_known_update', 'last_known_update', b'last_known_update', 'robot_config', b'robot_config']) -> builtins.bool:
...

def ClearField(self, field_name: typing.Literal['id', b'id', 'name', b'name', 'robot_config', b'robot_config']) -> None:
def ClearField(self, field_name: typing.Literal['_last_known_update', b'_last_known_update', 'id', b'id', 'last_known_update', b'last_known_update', 'name', b'name', 'robot_config', b'robot_config']) -> None:
...

def WhichOneof(self, oneof_group: typing.Literal['_last_known_update', b'_last_known_update']) -> typing.Literal['last_known_update'] | None:
...
global___UpdateRobotPartRequest = UpdateRobotPartRequest

Expand Down Expand Up @@ -2548,6 +2556,7 @@ class UpdateFragmentRequest(google.protobuf.message.Message):
CONFIG_FIELD_NUMBER: builtins.int
PUBLIC_FIELD_NUMBER: builtins.int
VISIBILITY_FIELD_NUMBER: builtins.int
LAST_KNOWN_UPDATE_FIELD_NUMBER: builtins.int
id: builtins.str
name: builtins.str
public: builtins.bool
Expand All @@ -2557,13 +2566,21 @@ class UpdateFragmentRequest(google.protobuf.message.Message):
def config(self) -> google.protobuf.struct_pb2.Struct:
...

def __init__(self, *, id: builtins.str=..., name: builtins.str=..., config: google.protobuf.struct_pb2.Struct | None=..., public: builtins.bool | None=..., visibility: global___FragmentVisibility.ValueType | None=...) -> None:
@property
def last_known_update(self) -> google.protobuf.timestamp_pb2.Timestamp:
...

def HasField(self, field_name: typing.Literal['_public', b'_public', '_visibility', b'_visibility', 'config', b'config', 'public', b'public', 'visibility', b'visibility']) -> builtins.bool:
def __init__(self, *, id: builtins.str=..., name: builtins.str=..., config: google.protobuf.struct_pb2.Struct | None=..., public: builtins.bool | None=..., visibility: global___FragmentVisibility.ValueType | None=..., last_known_update: google.protobuf.timestamp_pb2.Timestamp | None=...) -> None:
...

def ClearField(self, field_name: typing.Literal['_public', b'_public', '_visibility', b'_visibility', 'config', b'config', 'id', b'id', 'name', b'name', 'public', b'public', 'visibility', b'visibility']) -> None:
def HasField(self, field_name: typing.Literal['_last_known_update', b'_last_known_update', '_public', b'_public', '_visibility', b'_visibility', 'config', b'config', 'last_known_update', b'last_known_update', 'public', b'public', 'visibility', b'visibility']) -> builtins.bool:
...

def ClearField(self, field_name: typing.Literal['_last_known_update', b'_last_known_update', '_public', b'_public', '_visibility', b'_visibility', 'config', b'config', 'id', b'id', 'last_known_update', b'last_known_update', 'name', b'name', 'public', b'public', 'visibility', b'visibility']) -> None:
...

@typing.overload
def WhichOneof(self, oneof_group: typing.Literal['_last_known_update', b'_last_known_update']) -> typing.Literal['last_known_update'] | None:
...

@typing.overload
Expand Down
136 changes: 68 additions & 68 deletions src/viam/gen/app/v1/robot_pb2.py

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions src/viam/gen/app/v1/robot_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,12 @@ class NetworkConfig(google.protobuf.message.Message):
TLS_KEY_FILE_FIELD_NUMBER: builtins.int
SESSIONS_FIELD_NUMBER: builtins.int
TRAFFIC_TUNNEL_ENDPOINTS_FIELD_NUMBER: builtins.int
NO_TLS_FIELD_NUMBER: builtins.int
fqdn: builtins.str
bind_address: builtins.str
tls_cert_file: builtins.str
tls_key_file: builtins.str
no_tls: builtins.bool

@property
def sessions(self) -> global___SessionsConfig:
Expand All @@ -436,13 +438,13 @@ class NetworkConfig(google.protobuf.message.Message):
def traffic_tunnel_endpoints(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___TrafficTunnelEndpoint]:
...

def __init__(self, *, fqdn: builtins.str=..., bind_address: builtins.str=..., tls_cert_file: builtins.str=..., tls_key_file: builtins.str=..., sessions: global___SessionsConfig | None=..., traffic_tunnel_endpoints: collections.abc.Iterable[global___TrafficTunnelEndpoint] | None=...) -> None:
def __init__(self, *, fqdn: builtins.str=..., bind_address: builtins.str=..., tls_cert_file: builtins.str=..., tls_key_file: builtins.str=..., sessions: global___SessionsConfig | None=..., traffic_tunnel_endpoints: collections.abc.Iterable[global___TrafficTunnelEndpoint] | None=..., no_tls: builtins.bool=...) -> None:
...

def HasField(self, field_name: typing.Literal['sessions', b'sessions']) -> builtins.bool:
...

def ClearField(self, field_name: typing.Literal['bind_address', b'bind_address', 'fqdn', b'fqdn', 'sessions', b'sessions', 'tls_cert_file', b'tls_cert_file', 'tls_key_file', b'tls_key_file', 'traffic_tunnel_endpoints', b'traffic_tunnel_endpoints']) -> None:
def ClearField(self, field_name: typing.Literal['bind_address', b'bind_address', 'fqdn', b'fqdn', 'no_tls', b'no_tls', 'sessions', b'sessions', 'tls_cert_file', b'tls_cert_file', 'tls_key_file', b'tls_key_file', 'traffic_tunnel_endpoints', b'traffic_tunnel_endpoints']) -> None:
...
global___NetworkConfig = NetworkConfig

Expand Down
2 changes: 1 addition & 1 deletion src/viam/version_metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.44.1"

API_VERSION = "v0.1.428"
API_VERSION = "v0.1.430"
SDK_VERSION = __version__
Loading