Skip to content

Commit

Permalink
Automated Protos Update (#784)
Browse files Browse the repository at this point in the history
Co-authored-by: viambot <[email protected]>
  • Loading branch information
github-actions[bot] and viambot authored Nov 8, 2024
1 parent 027cc89 commit 0a58930
Show file tree
Hide file tree
Showing 12 changed files with 531 additions and 458 deletions.
154 changes: 78 additions & 76 deletions src/viam/gen/app/data/v1/data_pb2.py

Large diffs are not rendered by default.

45 changes: 41 additions & 4 deletions src/viam/gen/app/data/v1/data_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -571,34 +571,71 @@ class BoundingBox(google.protobuf.message.Message):
Y_MIN_NORMALIZED_FIELD_NUMBER: builtins.int
X_MAX_NORMALIZED_FIELD_NUMBER: builtins.int
Y_MAX_NORMALIZED_FIELD_NUMBER: builtins.int
CONFIDENCE_FIELD_NUMBER: builtins.int
id: builtins.str
label: builtins.str
x_min_normalized: builtins.float
y_min_normalized: builtins.float
x_max_normalized: builtins.float
y_max_normalized: builtins.float
confidence: builtins.float
'confidence is an optional range from 0 - 1'

def __init__(self, *, id: builtins.str=..., label: builtins.str=..., x_min_normalized: builtins.float=..., y_min_normalized: builtins.float=..., x_max_normalized: builtins.float=..., y_max_normalized: builtins.float=...) -> None:
def __init__(self, *, id: builtins.str=..., label: builtins.str=..., x_min_normalized: builtins.float=..., y_min_normalized: builtins.float=..., x_max_normalized: builtins.float=..., y_max_normalized: builtins.float=..., confidence: builtins.float | None=...) -> None:
...

def ClearField(self, field_name: typing.Literal['id', b'id', 'label', b'label', 'x_max_normalized', b'x_max_normalized', 'x_min_normalized', b'x_min_normalized', 'y_max_normalized', b'y_max_normalized', 'y_min_normalized', b'y_min_normalized']) -> None:
def HasField(self, field_name: typing.Literal['_confidence', b'_confidence', 'confidence', b'confidence']) -> builtins.bool:
...

def ClearField(self, field_name: typing.Literal['_confidence', b'_confidence', 'confidence', b'confidence', 'id', b'id', 'label', b'label', 'x_max_normalized', b'x_max_normalized', 'x_min_normalized', b'x_min_normalized', 'y_max_normalized', b'y_max_normalized', 'y_min_normalized', b'y_min_normalized']) -> None:
...

def WhichOneof(self, oneof_group: typing.Literal['_confidence', b'_confidence']) -> typing.Literal['confidence'] | None:
...
global___BoundingBox = BoundingBox

@typing.final
class Classification(google.protobuf.message.Message):
"""Classification represents a confidence score with a label."""
DESCRIPTOR: google.protobuf.descriptor.Descriptor
LABEL_FIELD_NUMBER: builtins.int
CONFIDENCE_FIELD_NUMBER: builtins.int
label: builtins.str
confidence: builtins.float
'confidence is an optional range from 0 - 1'

def __init__(self, *, label: builtins.str=..., confidence: builtins.float | None=...) -> None:
...

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

def ClearField(self, field_name: typing.Literal['_confidence', b'_confidence', 'confidence', b'confidence', 'label', b'label']) -> None:
...

def WhichOneof(self, oneof_group: typing.Literal['_confidence', b'_confidence']) -> typing.Literal['confidence'] | None:
...
global___Classification = Classification

@typing.final
class Annotations(google.protobuf.message.Message):
"""Annotations are data annotations used for machine learning."""
DESCRIPTOR: google.protobuf.descriptor.Descriptor
BBOXES_FIELD_NUMBER: builtins.int
CLASSIFICATIONS_FIELD_NUMBER: builtins.int

@property
def bboxes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___BoundingBox]:
...

def __init__(self, *, bboxes: collections.abc.Iterable[global___BoundingBox] | None=...) -> None:
@property
def classifications(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Classification]:
...

def __init__(self, *, bboxes: collections.abc.Iterable[global___BoundingBox] | None=..., classifications: collections.abc.Iterable[global___Classification] | None=...) -> None:
...

def ClearField(self, field_name: typing.Literal['bboxes', b'bboxes']) -> None:
def ClearField(self, field_name: typing.Literal['bboxes', b'bboxes', 'classifications', b'classifications']) -> None:
...
global___Annotations = Annotations

Expand Down
2 changes: 1 addition & 1 deletion src/viam/gen/app/datasync/v1/data_sync_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
import grpclib.exceptions
if typing.TYPE_CHECKING:
import grpclib.server
from .... import app
import google.api.annotations_pb2
import google.protobuf.any_pb2
import google.protobuf.struct_pb2
import google.protobuf.timestamp_pb2
from .... import app

class DataSyncServiceBase(abc.ABC):

Expand Down
73 changes: 38 additions & 35 deletions src/viam/gen/app/datasync/v1/data_sync_pb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
from google.protobuf.internal import builder as _builder
_runtime_version.ValidateProtobufRuntimeVersion(_runtime_version.Domain.PUBLIC, 5, 28, 2, '', 'app/datasync/v1/data_sync.proto')
_sym_db = _symbol_database.Default()
from ....app.data.v1 import data_pb2 as app_dot_data_dot_v1_dot_data__pb2
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fapp/datasync/v1/data_sync.proto\x12\x14viam.app.datasync.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x19google/protobuf/any.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xa7\x01\n\x18DataCaptureUploadRequest\x12@\n\x08metadata\x18\x01 \x01(\x0b2$.viam.app.datasync.v1.UploadMetadataR\x08metadata\x12I\n\x0fsensor_contents\x18\x02 \x03(\x0b2 .viam.app.datasync.v1.SensorDataR\x0esensorContents"4\n\x19DataCaptureUploadResponse\x12\x17\n\x07file_id\x18\x01 \x01(\tR\x06fileId"\xaf\x01\n\x11FileUploadRequest\x12B\n\x08metadata\x18\x01 \x01(\x0b2$.viam.app.datasync.v1.UploadMetadataH\x00R\x08metadata\x12E\n\rfile_contents\x18\x02 \x01(\x0b2\x1e.viam.app.datasync.v1.FileDataH\x00R\x0cfileContentsB\x0f\n\rupload_packet"-\n\x12FileUploadResponse\x12\x17\n\x07file_id\x18\x01 \x01(\tR\x06fileId"\x99\x01\n!StreamingDataCaptureUploadRequest\x12M\n\x08metadata\x18\x01 \x01(\x0b2/.viam.app.datasync.v1.DataCaptureUploadMetadataH\x00R\x08metadata\x12\x14\n\x04data\x18\x02 \x01(\x0cH\x00R\x04dataB\x0f\n\rupload_packet"=\n"StreamingDataCaptureUploadResponse\x12\x17\n\x07file_id\x18\x01 \x01(\tR\x06fileId"\x94\x01\n\x0eSensorMetadata\x12A\n\x0etime_requested\x18\x01 \x01(\x0b2\x1a.google.protobuf.TimestampR\rtimeRequested\x12?\n\rtime_received\x18\x02 \x01(\x0b2\x1a.google.protobuf.TimestampR\x0ctimeReceived"\xa3\x01\n\nSensorData\x12@\n\x08metadata\x18\x01 \x01(\x0b2$.viam.app.datasync.v1.SensorMetadataR\x08metadata\x121\n\x06struct\x18\x02 \x01(\x0b2\x17.google.protobuf.StructH\x00R\x06struct\x12\x18\n\x06binary\x18\x03 \x01(\x0cH\x00R\x06binaryB\x06\n\x04data"\x1e\n\x08FileData\x12\x12\n\x04data\x18\x01 \x01(\x0cR\x04data"\x91\x04\n\x0eUploadMetadata\x12\x17\n\x07part_id\x18\x01 \x01(\tR\x06partId\x12%\n\x0ecomponent_type\x18\x02 \x01(\tR\rcomponentType\x12%\n\x0ecomponent_name\x18\x03 \x01(\tR\rcomponentName\x12\x1f\n\x0bmethod_name\x18\x05 \x01(\tR\nmethodName\x122\n\x04type\x18\x06 \x01(\x0e2\x1e.viam.app.datasync.v1.DataTypeR\x04type\x12\x1b\n\tfile_name\x18\x07 \x01(\tR\x08fileName\x12g\n\x11method_parameters\x18\x08 \x03(\x0b2:.viam.app.datasync.v1.UploadMetadata.MethodParametersEntryR\x10methodParameters\x12%\n\x0efile_extension\x18\t \x01(\tR\rfileExtension\x12\x12\n\x04tags\x18\n \x03(\tR\x04tags\x1aY\n\x15MethodParametersEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12*\n\x05value\x18\x02 \x01(\x0b2\x14.google.protobuf.AnyR\x05value:\x028\x01J\x04\x08\x04\x10\x05J\x04\x08\x0b\x10\x0cR\x0fcomponent_modelR\nsession_id"q\n\x0fCaptureInterval\x120\n\x05start\x18\x01 \x01(\x0b2\x1a.google.protobuf.TimestampR\x05start\x12,\n\x03end\x18\x02 \x01(\x0b2\x1a.google.protobuf.TimestampR\x03end"\xe5\x03\n\x13DataCaptureMetadata\x12%\n\x0ecomponent_type\x18\x01 \x01(\tR\rcomponentType\x12%\n\x0ecomponent_name\x18\x02 \x01(\tR\rcomponentName\x12\x1f\n\x0bmethod_name\x18\x04 \x01(\tR\nmethodName\x122\n\x04type\x18\x05 \x01(\x0e2\x1e.viam.app.datasync.v1.DataTypeR\x04type\x12l\n\x11method_parameters\x18\x06 \x03(\x0b2?.viam.app.datasync.v1.DataCaptureMetadata.MethodParametersEntryR\x10methodParameters\x12%\n\x0efile_extension\x18\x07 \x01(\tR\rfileExtension\x12\x12\n\x04tags\x18\x08 \x03(\tR\x04tags\x1aY\n\x15MethodParametersEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12*\n\x05value\x18\x02 \x01(\x0b2\x14.google.protobuf.AnyR\x05value:\x028\x01J\x04\x08\x03\x10\x04J\x04\x08\t\x10\nR\x0fcomponent_modelR\nsession_id"\xb9\x01\n\x19DataCaptureUploadMetadata\x12M\n\x0fupload_metadata\x18\x01 \x01(\x0b2$.viam.app.datasync.v1.UploadMetadataR\x0euploadMetadata\x12M\n\x0fsensor_metadata\x18\x02 \x01(\x0b2$.viam.app.datasync.v1.SensorMetadataR\x0esensorMetadata*t\n\x08DataType\x12\x19\n\x15DATA_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17DATA_TYPE_BINARY_SENSOR\x10\x01\x12\x1c\n\x18DATA_TYPE_TABULAR_SENSOR\x10\x02\x12\x12\n\x0eDATA_TYPE_FILE\x10\x032\x80\x04\n\x0fDataSyncService\x12\x9e\x01\n\x11DataCaptureUpload\x12..viam.app.datasync.v1.DataCaptureUploadRequest\x1a/.viam.app.datasync.v1.DataCaptureUploadResponse"(\x82\xd3\xe4\x93\x02"" /datasync/v1/data_capture_upload\x12\x83\x01\n\nFileUpload\x12\'.viam.app.datasync.v1.FileUploadRequest\x1a(.viam.app.datasync.v1.FileUploadResponse" \x82\xd3\xe4\x93\x02\x1a"\x18/datasync/v1/file_upload(\x01\x12\xc5\x01\n\x1aStreamingDataCaptureUpload\x127.viam.app.datasync.v1.StreamingDataCaptureUploadRequest\x1a8.viam.app.datasync.v1.StreamingDataCaptureUploadResponse"2\x82\xd3\xe4\x93\x02,"*/datasync/v1/streaming_data_capture_upload(\x01B!Z\x1fgo.viam.com/api/app/datasync/v1b\x06proto3')
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fapp/datasync/v1/data_sync.proto\x12\x14viam.app.datasync.v1\x1a\x16app/data/v1/data.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x19google/protobuf/any.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xa7\x01\n\x18DataCaptureUploadRequest\x12@\n\x08metadata\x18\x01 \x01(\x0b2$.viam.app.datasync.v1.UploadMetadataR\x08metadata\x12I\n\x0fsensor_contents\x18\x02 \x03(\x0b2 .viam.app.datasync.v1.SensorDataR\x0esensorContents"4\n\x19DataCaptureUploadResponse\x12\x17\n\x07file_id\x18\x01 \x01(\tR\x06fileId"\xaf\x01\n\x11FileUploadRequest\x12B\n\x08metadata\x18\x01 \x01(\x0b2$.viam.app.datasync.v1.UploadMetadataH\x00R\x08metadata\x12E\n\rfile_contents\x18\x02 \x01(\x0b2\x1e.viam.app.datasync.v1.FileDataH\x00R\x0cfileContentsB\x0f\n\rupload_packet"-\n\x12FileUploadResponse\x12\x17\n\x07file_id\x18\x01 \x01(\tR\x06fileId"\x99\x01\n!StreamingDataCaptureUploadRequest\x12M\n\x08metadata\x18\x01 \x01(\x0b2/.viam.app.datasync.v1.DataCaptureUploadMetadataH\x00R\x08metadata\x12\x14\n\x04data\x18\x02 \x01(\x0cH\x00R\x04dataB\x0f\n\rupload_packet"=\n"StreamingDataCaptureUploadResponse\x12\x17\n\x07file_id\x18\x01 \x01(\tR\x06fileId"\x92\x02\n\x0eSensorMetadata\x12A\n\x0etime_requested\x18\x01 \x01(\x0b2\x1a.google.protobuf.TimestampR\rtimeRequested\x12?\n\rtime_received\x18\x02 \x01(\x0b2\x1a.google.protobuf.TimestampR\x0ctimeReceived\x12;\n\tmime_type\x18\x03 \x01(\x0e2\x1e.viam.app.datasync.v1.MimeTypeR\x08mimeType\x12?\n\x0bannotations\x18\x04 \x01(\x0b2\x1d.viam.app.data.v1.AnnotationsR\x0bannotations"\xa3\x01\n\nSensorData\x12@\n\x08metadata\x18\x01 \x01(\x0b2$.viam.app.datasync.v1.SensorMetadataR\x08metadata\x121\n\x06struct\x18\x02 \x01(\x0b2\x17.google.protobuf.StructH\x00R\x06struct\x12\x18\n\x06binary\x18\x03 \x01(\x0cH\x00R\x06binaryB\x06\n\x04data"\x1e\n\x08FileData\x12\x12\n\x04data\x18\x01 \x01(\x0cR\x04data"\x91\x04\n\x0eUploadMetadata\x12\x17\n\x07part_id\x18\x01 \x01(\tR\x06partId\x12%\n\x0ecomponent_type\x18\x02 \x01(\tR\rcomponentType\x12%\n\x0ecomponent_name\x18\x03 \x01(\tR\rcomponentName\x12\x1f\n\x0bmethod_name\x18\x05 \x01(\tR\nmethodName\x122\n\x04type\x18\x06 \x01(\x0e2\x1e.viam.app.datasync.v1.DataTypeR\x04type\x12\x1b\n\tfile_name\x18\x07 \x01(\tR\x08fileName\x12g\n\x11method_parameters\x18\x08 \x03(\x0b2:.viam.app.datasync.v1.UploadMetadata.MethodParametersEntryR\x10methodParameters\x12%\n\x0efile_extension\x18\t \x01(\tR\rfileExtension\x12\x12\n\x04tags\x18\n \x03(\tR\x04tags\x1aY\n\x15MethodParametersEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12*\n\x05value\x18\x02 \x01(\x0b2\x14.google.protobuf.AnyR\x05value:\x028\x01J\x04\x08\x04\x10\x05J\x04\x08\x0b\x10\x0cR\x0fcomponent_modelR\nsession_id"q\n\x0fCaptureInterval\x120\n\x05start\x18\x01 \x01(\x0b2\x1a.google.protobuf.TimestampR\x05start\x12,\n\x03end\x18\x02 \x01(\x0b2\x1a.google.protobuf.TimestampR\x03end"\xe5\x03\n\x13DataCaptureMetadata\x12%\n\x0ecomponent_type\x18\x01 \x01(\tR\rcomponentType\x12%\n\x0ecomponent_name\x18\x02 \x01(\tR\rcomponentName\x12\x1f\n\x0bmethod_name\x18\x04 \x01(\tR\nmethodName\x122\n\x04type\x18\x05 \x01(\x0e2\x1e.viam.app.datasync.v1.DataTypeR\x04type\x12l\n\x11method_parameters\x18\x06 \x03(\x0b2?.viam.app.datasync.v1.DataCaptureMetadata.MethodParametersEntryR\x10methodParameters\x12%\n\x0efile_extension\x18\x07 \x01(\tR\rfileExtension\x12\x12\n\x04tags\x18\x08 \x03(\tR\x04tags\x1aY\n\x15MethodParametersEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12*\n\x05value\x18\x02 \x01(\x0b2\x14.google.protobuf.AnyR\x05value:\x028\x01J\x04\x08\x03\x10\x04J\x04\x08\t\x10\nR\x0fcomponent_modelR\nsession_id"\xb9\x01\n\x19DataCaptureUploadMetadata\x12M\n\x0fupload_metadata\x18\x01 \x01(\x0b2$.viam.app.datasync.v1.UploadMetadataR\x0euploadMetadata\x12M\n\x0fsensor_metadata\x18\x02 \x01(\x0b2$.viam.app.datasync.v1.SensorMetadataR\x0esensorMetadata*w\n\x08MimeType\x12\x19\n\x15MIME_TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14MIME_TYPE_IMAGE_JPEG\x10\x01\x12\x17\n\x13MIME_TYPE_IMAGE_PNG\x10\x02\x12\x1d\n\x19MIME_TYPE_APPLICATION_PCD\x10\x03*t\n\x08DataType\x12\x19\n\x15DATA_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17DATA_TYPE_BINARY_SENSOR\x10\x01\x12\x1c\n\x18DATA_TYPE_TABULAR_SENSOR\x10\x02\x12\x12\n\x0eDATA_TYPE_FILE\x10\x032\x80\x04\n\x0fDataSyncService\x12\x9e\x01\n\x11DataCaptureUpload\x12..viam.app.datasync.v1.DataCaptureUploadRequest\x1a/.viam.app.datasync.v1.DataCaptureUploadResponse"(\x82\xd3\xe4\x93\x02"" /datasync/v1/data_capture_upload\x12\x83\x01\n\nFileUpload\x12\'.viam.app.datasync.v1.FileUploadRequest\x1a(.viam.app.datasync.v1.FileUploadResponse" \x82\xd3\xe4\x93\x02\x1a"\x18/datasync/v1/file_upload(\x01\x12\xc5\x01\n\x1aStreamingDataCaptureUpload\x127.viam.app.datasync.v1.StreamingDataCaptureUploadRequest\x1a8.viam.app.datasync.v1.StreamingDataCaptureUploadResponse"2\x82\xd3\xe4\x93\x02,"*/datasync/v1/streaming_data_capture_upload(\x01B!Z\x1fgo.viam.com/api/app/datasync/v1b\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'app.datasync.v1.data_sync_pb2', _globals)
Expand All @@ -27,37 +28,39 @@
_globals['_DATASYNCSERVICE'].methods_by_name['FileUpload']._serialized_options = b'\x82\xd3\xe4\x93\x02\x1a"\x18/datasync/v1/file_upload'
_globals['_DATASYNCSERVICE'].methods_by_name['StreamingDataCaptureUpload']._loaded_options = None
_globals['_DATASYNCSERVICE'].methods_by_name['StreamingDataCaptureUpload']._serialized_options = b'\x82\xd3\xe4\x93\x02,"*/datasync/v1/streaming_data_capture_upload'
_globals['_DATATYPE']._serialized_start = 2517
_globals['_DATATYPE']._serialized_end = 2633
_globals['_DATACAPTUREUPLOADREQUEST']._serialized_start = 178
_globals['_DATACAPTUREUPLOADREQUEST']._serialized_end = 345
_globals['_DATACAPTUREUPLOADRESPONSE']._serialized_start = 347
_globals['_DATACAPTUREUPLOADRESPONSE']._serialized_end = 399
_globals['_FILEUPLOADREQUEST']._serialized_start = 402
_globals['_FILEUPLOADREQUEST']._serialized_end = 577
_globals['_FILEUPLOADRESPONSE']._serialized_start = 579
_globals['_FILEUPLOADRESPONSE']._serialized_end = 624
_globals['_STREAMINGDATACAPTUREUPLOADREQUEST']._serialized_start = 627
_globals['_STREAMINGDATACAPTUREUPLOADREQUEST']._serialized_end = 780
_globals['_STREAMINGDATACAPTUREUPLOADRESPONSE']._serialized_start = 782
_globals['_STREAMINGDATACAPTUREUPLOADRESPONSE']._serialized_end = 843
_globals['_SENSORMETADATA']._serialized_start = 846
_globals['_SENSORMETADATA']._serialized_end = 994
_globals['_SENSORDATA']._serialized_start = 997
_globals['_SENSORDATA']._serialized_end = 1160
_globals['_FILEDATA']._serialized_start = 1162
_globals['_FILEDATA']._serialized_end = 1192
_globals['_UPLOADMETADATA']._serialized_start = 1195
_globals['_UPLOADMETADATA']._serialized_end = 1724
_globals['_UPLOADMETADATA_METHODPARAMETERSENTRY']._serialized_start = 1594
_globals['_UPLOADMETADATA_METHODPARAMETERSENTRY']._serialized_end = 1683
_globals['_CAPTUREINTERVAL']._serialized_start = 1726
_globals['_CAPTUREINTERVAL']._serialized_end = 1839
_globals['_DATACAPTUREMETADATA']._serialized_start = 1842
_globals['_DATACAPTUREMETADATA']._serialized_end = 2327
_globals['_DATACAPTUREMETADATA_METHODPARAMETERSENTRY']._serialized_start = 1594
_globals['_DATACAPTUREMETADATA_METHODPARAMETERSENTRY']._serialized_end = 1683
_globals['_DATACAPTUREUPLOADMETADATA']._serialized_start = 2330
_globals['_DATACAPTUREUPLOADMETADATA']._serialized_end = 2515
_globals['_DATASYNCSERVICE']._serialized_start = 2636
_globals['_DATASYNCSERVICE']._serialized_end = 3148
_globals['_MIMETYPE']._serialized_start = 2667
_globals['_MIMETYPE']._serialized_end = 2786
_globals['_DATATYPE']._serialized_start = 2788
_globals['_DATATYPE']._serialized_end = 2904
_globals['_DATACAPTUREUPLOADREQUEST']._serialized_start = 202
_globals['_DATACAPTUREUPLOADREQUEST']._serialized_end = 369
_globals['_DATACAPTUREUPLOADRESPONSE']._serialized_start = 371
_globals['_DATACAPTUREUPLOADRESPONSE']._serialized_end = 423
_globals['_FILEUPLOADREQUEST']._serialized_start = 426
_globals['_FILEUPLOADREQUEST']._serialized_end = 601
_globals['_FILEUPLOADRESPONSE']._serialized_start = 603
_globals['_FILEUPLOADRESPONSE']._serialized_end = 648
_globals['_STREAMINGDATACAPTUREUPLOADREQUEST']._serialized_start = 651
_globals['_STREAMINGDATACAPTUREUPLOADREQUEST']._serialized_end = 804
_globals['_STREAMINGDATACAPTUREUPLOADRESPONSE']._serialized_start = 806
_globals['_STREAMINGDATACAPTUREUPLOADRESPONSE']._serialized_end = 867
_globals['_SENSORMETADATA']._serialized_start = 870
_globals['_SENSORMETADATA']._serialized_end = 1144
_globals['_SENSORDATA']._serialized_start = 1147
_globals['_SENSORDATA']._serialized_end = 1310
_globals['_FILEDATA']._serialized_start = 1312
_globals['_FILEDATA']._serialized_end = 1342
_globals['_UPLOADMETADATA']._serialized_start = 1345
_globals['_UPLOADMETADATA']._serialized_end = 1874
_globals['_UPLOADMETADATA_METHODPARAMETERSENTRY']._serialized_start = 1744
_globals['_UPLOADMETADATA_METHODPARAMETERSENTRY']._serialized_end = 1833
_globals['_CAPTUREINTERVAL']._serialized_start = 1876
_globals['_CAPTUREINTERVAL']._serialized_end = 1989
_globals['_DATACAPTUREMETADATA']._serialized_start = 1992
_globals['_DATACAPTUREMETADATA']._serialized_end = 2477
_globals['_DATACAPTUREMETADATA_METHODPARAMETERSENTRY']._serialized_start = 1744
_globals['_DATACAPTUREMETADATA_METHODPARAMETERSENTRY']._serialized_end = 1833
_globals['_DATACAPTUREUPLOADMETADATA']._serialized_start = 2480
_globals['_DATACAPTUREUPLOADMETADATA']._serialized_end = 2665
_globals['_DATASYNCSERVICE']._serialized_start = 2907
_globals['_DATASYNCSERVICE']._serialized_end = 3419
Loading

0 comments on commit 0a58930

Please sign in to comment.