Skip to content

Commit c771880

Browse files
viambotgithub-actions[bot]
authored andcommitted
[WORKFLOW] Updating protos from viamrobotics/api, commit: 70f7a9cf9e45c222345d8bb4352c2d62427ce886
1 parent ea22167 commit c771880

File tree

3 files changed

+590
-580
lines changed

3 files changed

+590
-580
lines changed

src/viam/gen/app/v1/app_pb2.py

Lines changed: 576 additions & 576 deletions
Large diffs are not rendered by default.

src/viam/gen/app/v1/app_pb2.pyi

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ class Organization(google.protobuf.message.Message):
446446
PUBLIC_NAMESPACE_FIELD_NUMBER: builtins.int
447447
DEFAULT_REGION_FIELD_NUMBER: builtins.int
448448
CID_FIELD_NUMBER: builtins.int
449+
DEFAULT_FRAGMENTS_FIELD_NUMBER: builtins.int
449450
id: builtins.str
450451
name: builtins.str
451452
public_namespace: builtins.str
@@ -457,17 +458,26 @@ class Organization(google.protobuf.message.Message):
457458
def created_on(self) -> google.protobuf.timestamp_pb2.Timestamp:
458459
...
459460

460-
def __init__(self, *, id: builtins.str=..., name: builtins.str=..., created_on: google.protobuf.timestamp_pb2.Timestamp | None=..., public_namespace: builtins.str=..., default_region: builtins.str=..., cid: builtins.str | None=...) -> None:
461+
@property
462+
def default_fragments(self) -> global___FragmentImportList:
463+
...
464+
465+
def __init__(self, *, id: builtins.str=..., name: builtins.str=..., created_on: google.protobuf.timestamp_pb2.Timestamp | None=..., public_namespace: builtins.str=..., default_region: builtins.str=..., cid: builtins.str | None=..., default_fragments: global___FragmentImportList | None=...) -> None:
461466
...
462467

463-
def HasField(self, field_name: typing.Literal['_cid', b'_cid', 'cid', b'cid', 'created_on', b'created_on']) -> builtins.bool:
468+
def HasField(self, field_name: typing.Literal['_cid', b'_cid', '_default_fragments', b'_default_fragments', 'cid', b'cid', 'created_on', b'created_on', 'default_fragments', b'default_fragments']) -> builtins.bool:
464469
...
465470

466-
def ClearField(self, field_name: typing.Literal['_cid', b'_cid', 'cid', b'cid', 'created_on', b'created_on', 'default_region', b'default_region', 'id', b'id', 'name', b'name', 'public_namespace', b'public_namespace']) -> None:
471+
def ClearField(self, field_name: typing.Literal['_cid', b'_cid', '_default_fragments', b'_default_fragments', 'cid', b'cid', 'created_on', b'created_on', 'default_fragments', b'default_fragments', 'default_region', b'default_region', 'id', b'id', 'name', b'name', 'public_namespace', b'public_namespace']) -> None:
467472
...
468473

474+
@typing.overload
469475
def WhichOneof(self, oneof_group: typing.Literal['_cid', b'_cid']) -> typing.Literal['cid'] | None:
470476
...
477+
478+
@typing.overload
479+
def WhichOneof(self, oneof_group: typing.Literal['_default_fragments', b'_default_fragments']) -> typing.Literal['default_fragments'] | None:
480+
...
471481
global___Organization = Organization
472482

473483
@typing.final

src/viam/version_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__version__ = "0.67.0"
22

3-
API_VERSION = "v0.1.513"
3+
API_VERSION = "v0.1.514"
44
SDK_VERSION = __version__

0 commit comments

Comments
 (0)