viam.gen.service.datamanager.v1.data_manager_pb2
@generated by mypy-protobuf. Do not edit manually! isort:skip_file
Attributes
Classes
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
|
Abstract base class for protocol messages. |
Module Contents
- viam.gen.service.datamanager.v1.data_manager_pb2.DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
- class viam.gen.service.datamanager.v1.data_manager_pb2.SyncRequest(*, name: str = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- name: str
- extra() google.protobuf.struct_pb2.Struct
Additional arguments to the method
- HasField(field_name: _HasFieldArgType) bool
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
bool
- Raises:
ValueError – if the field_name is not a member of this message.
- type viam.gen.service.datamanager.v1.data_manager_pb2.Global___SyncRequest = SyncRequest
- class viam.gen.service.datamanager.v1.data_manager_pb2.SyncResponse
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- type viam.gen.service.datamanager.v1.data_manager_pb2.Global___SyncResponse = SyncResponse
- class viam.gen.service.datamanager.v1.data_manager_pb2.UploadBinaryDataToDatasetsRequest(*, name: str = ..., binary_data: bytes = ..., tags: collections.abc.Iterable[str] | None = ..., dataset_ids: collections.abc.Iterable[str] | None = ..., mime_type: app.datasync.v1.data_sync_pb2.MimeType.ValueType = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- name: str
- binary_data: bytes
- mime_type: app.datasync.v1.data_sync_pb2.MimeType.ValueType
- tags() google.protobuf.internal.containers.RepeatedScalarFieldContainer[str]
- dataset_ids() google.protobuf.internal.containers.RepeatedScalarFieldContainer[str]
- extra() google.protobuf.struct_pb2.Struct
Additional arguments to the method
- HasField(field_name: _HasFieldArgType) bool
Checks if a certain field is set for the message.
For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor,
ValueErrorwill be raised.- Parameters:
field_name (str) – The name of the field to check for presence.
- Returns:
Whether a value has been set for the named field.
- Return type:
bool
- Raises:
ValueError – if the field_name is not a member of this message.
- type viam.gen.service.datamanager.v1.data_manager_pb2.Global___UploadBinaryDataToDatasetsRequest = UploadBinaryDataToDatasetsRequest
- class viam.gen.service.datamanager.v1.data_manager_pb2.UploadBinaryDataToDatasetsResponse
Bases:
google.protobuf.message.MessageAbstract base class for protocol messages.
Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.
- type viam.gen.service.datamanager.v1.data_manager_pb2.Global___UploadBinaryDataToDatasetsResponse = UploadBinaryDataToDatasetsResponse