Skip to content

Commit 20b2c6f

Browse files
Automated Protos Update (#610)
Co-authored-by: viambot <[email protected]>
1 parent f4f6d26 commit 20b2c6f

File tree

4 files changed

+179
-167
lines changed

4 files changed

+179
-167
lines changed

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

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

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,6 +2497,7 @@ class ListRegistryItemsRequest(google.protobuf.message.Message):
24972497
STATUSES_FIELD_NUMBER: builtins.int
24982498
SEARCH_TERM_FIELD_NUMBER: builtins.int
24992499
PAGE_TOKEN_FIELD_NUMBER: builtins.int
2500+
PUBLIC_NAMESPACES_FIELD_NUMBER: builtins.int
25002501
organization_id: builtins.str
25012502
'The id of the organization to return registry items for.'
25022503
search_term: builtins.str
@@ -2518,13 +2519,17 @@ class ListRegistryItemsRequest(google.protobuf.message.Message):
25182519
def statuses(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[global___RegistryItemStatus.ValueType]:
25192520
...
25202521

2521-
def __init__(self, *, organization_id: builtins.str | None=..., types: collections.abc.Iterable[app.packages.v1.packages_pb2.PackageType.ValueType] | None=..., visibilities: collections.abc.Iterable[global___Visibility.ValueType] | None=..., platforms: collections.abc.Iterable[builtins.str] | None=..., statuses: collections.abc.Iterable[global___RegistryItemStatus.ValueType] | None=..., search_term: builtins.str | None=..., page_token: builtins.str | None=...) -> None:
2522+
@property
2523+
def public_namespaces(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
2524+
"""One or more public namespaces to return results for."""
2525+
2526+
def __init__(self, *, organization_id: builtins.str | None=..., types: collections.abc.Iterable[app.packages.v1.packages_pb2.PackageType.ValueType] | None=..., visibilities: collections.abc.Iterable[global___Visibility.ValueType] | None=..., platforms: collections.abc.Iterable[builtins.str] | None=..., statuses: collections.abc.Iterable[global___RegistryItemStatus.ValueType] | None=..., search_term: builtins.str | None=..., page_token: builtins.str | None=..., public_namespaces: collections.abc.Iterable[builtins.str] | None=...) -> None:
25222527
...
25232528

25242529
def HasField(self, field_name: typing.Literal['_organization_id', b'_organization_id', '_page_token', b'_page_token', '_search_term', b'_search_term', 'organization_id', b'organization_id', 'page_token', b'page_token', 'search_term', b'search_term']) -> builtins.bool:
25252530
...
25262531

2527-
def ClearField(self, field_name: typing.Literal['_organization_id', b'_organization_id', '_page_token', b'_page_token', '_search_term', b'_search_term', 'organization_id', b'organization_id', 'page_token', b'page_token', 'platforms', b'platforms', 'search_term', b'search_term', 'statuses', b'statuses', 'types', b'types', 'visibilities', b'visibilities']) -> None:
2532+
def ClearField(self, field_name: typing.Literal['_organization_id', b'_organization_id', '_page_token', b'_page_token', '_search_term', b'_search_term', 'organization_id', b'organization_id', 'page_token', b'page_token', 'platforms', b'platforms', 'public_namespaces', b'public_namespaces', 'search_term', b'search_term', 'statuses', b'statuses', 'types', b'types', 'visibilities', b'visibilities']) -> None:
25282533
...
25292534

25302535
@typing.overload

0 commit comments

Comments
 (0)