Skip to content

Commit e1832aa

Browse files
add discover resources
1 parent d3e45a8 commit e1832aa

File tree

59 files changed

+340
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+340
-65
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buf: clean
1616
rm -rf src/viam/gen
1717
chmod +x plugin/main.py
1818
uv pip install protoletariat
19-
uv pip install protobuf==5.29.1
19+
uv pip install protobuf==5.29.3
2020
$(eval API_VERSION := $(shell grep 'API_VERSION' src/viam/version_metadata.py | awk -F '"' '{print $$2}'))
2121
buf generate buf.build/viamrobotics/api:${API_VERSION}
2222
buf generate buf.build/viamrobotics/goutils

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dynamic = [
1313
dependencies = [
1414
"googleapis-common-protos>=1.65.0",
1515
"grpclib>=0.4.7",
16-
"protobuf==5.29.1",
16+
"protobuf==5.29.3",
1717
"typing-extensions>=4.12.2",
1818
"pymongo>=4.10.1"
1919
]

src/viam/gen/app/agent/v1/agent_pb2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from google.protobuf import runtime_version as _runtime_version
55
from google.protobuf import symbol_database as _symbol_database
66
from google.protobuf.internal import builder as _builder
7-
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 1, '', 'app/agent/v1/agent.proto')
7+
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 3, '', 'app/agent/v1/agent.proto')
88
_sym_db = _symbol_database.Default()
99
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
1010
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2

src/viam/gen/app/cloudslam/v1/cloud_slam_pb2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from google.protobuf import runtime_version as _runtime_version
55
from google.protobuf import symbol_database as _symbol_database
66
from google.protobuf.internal import builder as _builder
7-
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 1, '', 'app/cloudslam/v1/cloud_slam.proto')
7+
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 3, '', 'app/cloudslam/v1/cloud_slam.proto')
88
_sym_db = _symbol_database.Default()
99
from ....common.v1 import common_pb2 as common_dot_v1_dot_common__pb2
1010
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2

src/viam/gen/app/data/v1/data_pb2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from google.protobuf import runtime_version as _runtime_version
55
from google.protobuf import symbol_database as _symbol_database
66
from google.protobuf.internal import builder as _builder
7-
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 1, '', 'app/data/v1/data.proto')
7+
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 3, '', 'app/data/v1/data.proto')
88
_sym_db = _symbol_database.Default()
99
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
1010
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2

src/viam/gen/app/dataset/v1/dataset_pb2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from google.protobuf import runtime_version as _runtime_version
55
from google.protobuf import symbol_database as _symbol_database
66
from google.protobuf.internal import builder as _builder
7-
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 1, '', 'app/dataset/v1/dataset.proto')
7+
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 3, '', 'app/dataset/v1/dataset.proto')
88
_sym_db = _symbol_database.Default()
99
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
1010
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1capp/dataset/v1/dataset.proto\x12\x13viam.app.dataset.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\x95\x01\n\x07Dataset\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\'\n\x0forganization_id\x18\x03 \x01(\tR\x0eorganizationId\x12=\n\x0ctime_created\x18\x04 \x01(\x0b2\x1a.google.protobuf.TimestampR\x0btimeCreated"S\n\x14CreateDatasetRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId"\'\n\x15CreateDatasetResponse\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"&\n\x14DeleteDatasetRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"\x17\n\x15DeleteDatasetResponse":\n\x14RenameDatasetRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name"\x17\n\x15RenameDatasetResponse"N\n#ListDatasetsByOrganizationIDRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId"`\n$ListDatasetsByOrganizationIDResponse\x128\n\x08datasets\x18\x01 \x03(\x0b2\x1c.viam.app.dataset.v1.DatasetR\x08datasets",\n\x18ListDatasetsByIDsRequest\x12\x10\n\x03ids\x18\x01 \x03(\tR\x03ids"U\n\x19ListDatasetsByIDsResponse\x128\n\x08datasets\x18\x01 \x03(\x0b2\x1c.viam.app.dataset.v1.DatasetR\x08datasets2\xd2\x04\n\x0eDatasetService\x12f\n\rCreateDataset\x12).viam.app.dataset.v1.CreateDatasetRequest\x1a*.viam.app.dataset.v1.CreateDatasetResponse\x12f\n\rDeleteDataset\x12).viam.app.dataset.v1.DeleteDatasetRequest\x1a*.viam.app.dataset.v1.DeleteDatasetResponse\x12f\n\rRenameDataset\x12).viam.app.dataset.v1.RenameDatasetRequest\x1a*.viam.app.dataset.v1.RenameDatasetResponse\x12\x93\x01\n\x1cListDatasetsByOrganizationID\x128.viam.app.dataset.v1.ListDatasetsByOrganizationIDRequest\x1a9.viam.app.dataset.v1.ListDatasetsByOrganizationIDResponse\x12r\n\x11ListDatasetsByIDs\x12-.viam.app.dataset.v1.ListDatasetsByIDsRequest\x1a..viam.app.dataset.v1.ListDatasetsByIDsResponseB Z\x1ego.viam.com/api/app/dataset/v1b\x06proto3')

src/viam/gen/app/datasync/v1/data_sync_pb2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from google.protobuf import runtime_version as _runtime_version
55
from google.protobuf import symbol_database as _symbol_database
66
from google.protobuf.internal import builder as _builder
7-
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 1, '', 'app/datasync/v1/data_sync.proto')
7+
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 3, '', 'app/datasync/v1/data_sync.proto')
88
_sym_db = _symbol_database.Default()
99
from ....app.data.v1 import data_pb2 as app_dot_data_dot_v1_dot_data__pb2
1010
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2

src/viam/gen/app/mlinference/v1/ml_inference_pb2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from google.protobuf import runtime_version as _runtime_version
55
from google.protobuf import symbol_database as _symbol_database
66
from google.protobuf.internal import builder as _builder
7-
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 1, '', 'app/mlinference/v1/ml_inference.proto')
7+
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 3, '', 'app/mlinference/v1/ml_inference.proto')
88
_sym_db = _symbol_database.Default()
99
from ....app.data.v1 import data_pb2 as app_dot_data_dot_v1_dot_data__pb2
1010
from ....service.mlmodel.v1 import mlmodel_pb2 as service_dot_mlmodel_dot_v1_dot_mlmodel__pb2

src/viam/gen/app/mltraining/v1/ml_training_pb2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from google.protobuf import runtime_version as _runtime_version
55
from google.protobuf import symbol_database as _symbol_database
66
from google.protobuf.internal import builder as _builder
7-
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 1, '', 'app/mltraining/v1/ml_training.proto')
7+
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 3, '', 'app/mltraining/v1/ml_training.proto')
88
_sym_db = _symbol_database.Default()
99
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
1010
from google.rpc import status_pb2 as google_dot_rpc_dot_status__pb2

src/viam/gen/app/packages/v1/packages_pb2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from google.protobuf import runtime_version as _runtime_version
55
from google.protobuf import symbol_database as _symbol_database
66
from google.protobuf.internal import builder as _builder
7-
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 1, '', 'app/packages/v1/packages.proto')
7+
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 29, 3, '', 'app/packages/v1/packages.proto')
88
_sym_db = _symbol_database.Default()
99
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
1010
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2

0 commit comments

Comments
 (0)