@@ -231,21 +231,24 @@ class UpdateMappingSessionMetadataByIDRequest(google.protobuf.message.Message):
231
231
SESSION_ID_FIELD_NUMBER : builtins .int
232
232
END_STATUS_FIELD_NUMBER : builtins .int
233
233
TIME_CLOUD_RUN_JOB_ENDED_FIELD_NUMBER : builtins .int
234
+ ERROR_MSG_FIELD_NUMBER : builtins .int
234
235
session_id : builtins .str
235
236
end_status : builtins .str
236
237
'“success”, “failed to start”, etc'
237
238
238
239
@property
239
240
def time_cloud_run_job_ended (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
240
241
"""set at the time of job closeout and used as the package version"""
242
+ error_msg : builtins .str
243
+ 'additional details on the end status if needed, such as errors'
241
244
242
- def __init__ (self , * , session_id : builtins .str = ..., end_status : builtins .str = ..., time_cloud_run_job_ended : google .protobuf .timestamp_pb2 .Timestamp | None = ...) -> None :
245
+ def __init__ (self , * , session_id : builtins .str = ..., end_status : builtins .str = ..., time_cloud_run_job_ended : google .protobuf .timestamp_pb2 .Timestamp | None = ..., error_msg : builtins . str = ... ) -> None :
243
246
...
244
247
245
248
def HasField (self , field_name : typing_extensions .Literal ['time_cloud_run_job_ended' , b'time_cloud_run_job_ended' ]) -> builtins .bool :
246
249
...
247
250
248
- def ClearField (self , field_name : typing_extensions .Literal ['end_status' , b'end_status' , 'session_id' , b'session_id' , 'time_cloud_run_job_ended' , b'time_cloud_run_job_ended' ]) -> None :
251
+ def ClearField (self , field_name : typing_extensions .Literal ['end_status' , b'end_status' , 'error_msg' , b'error_msg' , ' session_id' , b'session_id' , 'time_cloud_run_job_ended' , b'time_cloud_run_job_ended' ]) -> None :
249
252
...
250
253
global___UpdateMappingSessionMetadataByIDRequest = UpdateMappingSessionMetadataByIDRequest
251
254
@@ -273,6 +276,7 @@ class MappingMetadata(google.protobuf.message.Message):
273
276
MAP_NAME_FIELD_NUMBER : builtins .int
274
277
SLAM_VERSION_FIELD_NUMBER : builtins .int
275
278
CONFIG_FIELD_NUMBER : builtins .int
279
+ ERROR_MSG_FIELD_NUMBER : builtins .int
276
280
org_id : builtins .str
277
281
'org associated with the slam session'
278
282
location_id : builtins .str
@@ -307,13 +311,15 @@ class MappingMetadata(google.protobuf.message.Message):
307
311
'version tag from request, defaults to stable'
308
312
config : builtins .str
309
313
'a robot config for a slam session'
314
+ error_msg : builtins .str
315
+ 'additional details on the end status if needed, such as errors'
310
316
311
- def __init__ (self , * , org_id : builtins .str = ..., location_id : builtins .str = ..., robot_id : builtins .str = ..., time_start_submitted : google .protobuf .timestamp_pb2 .Timestamp | None = ..., time_cloud_run_job_started : google .protobuf .timestamp_pb2 .Timestamp | None = ..., time_end_submitted : google .protobuf .timestamp_pb2 .Timestamp | None = ..., time_cloud_run_job_ended : google .protobuf .timestamp_pb2 .Timestamp | None = ..., end_status : builtins .str = ..., cloud_run_job_id : builtins .str = ..., viam_server_version : builtins .str = ..., map_name : builtins .str = ..., slam_version : builtins .str = ..., config : builtins .str = ...) -> None :
317
+ def __init__ (self , * , org_id : builtins .str = ..., location_id : builtins .str = ..., robot_id : builtins .str = ..., time_start_submitted : google .protobuf .timestamp_pb2 .Timestamp | None = ..., time_cloud_run_job_started : google .protobuf .timestamp_pb2 .Timestamp | None = ..., time_end_submitted : google .protobuf .timestamp_pb2 .Timestamp | None = ..., time_cloud_run_job_ended : google .protobuf .timestamp_pb2 .Timestamp | None = ..., end_status : builtins .str = ..., cloud_run_job_id : builtins .str = ..., viam_server_version : builtins .str = ..., map_name : builtins .str = ..., slam_version : builtins .str = ..., config : builtins .str = ..., error_msg : builtins . str = ... ) -> None :
312
318
...
313
319
314
320
def HasField (self , field_name : typing_extensions .Literal ['time_cloud_run_job_ended' , b'time_cloud_run_job_ended' , 'time_cloud_run_job_started' , b'time_cloud_run_job_started' , 'time_end_submitted' , b'time_end_submitted' , 'time_start_submitted' , b'time_start_submitted' ]) -> builtins .bool :
315
321
...
316
322
317
- def ClearField (self , field_name : typing_extensions .Literal ['cloud_run_job_id' , b'cloud_run_job_id' , 'config' , b'config' , 'end_status' , b'end_status' , 'location_id' , b'location_id' , 'map_name' , b'map_name' , 'org_id' , b'org_id' , 'robot_id' , b'robot_id' , 'slam_version' , b'slam_version' , 'time_cloud_run_job_ended' , b'time_cloud_run_job_ended' , 'time_cloud_run_job_started' , b'time_cloud_run_job_started' , 'time_end_submitted' , b'time_end_submitted' , 'time_start_submitted' , b'time_start_submitted' , 'viam_server_version' , b'viam_server_version' ]) -> None :
323
+ def ClearField (self , field_name : typing_extensions .Literal ['cloud_run_job_id' , b'cloud_run_job_id' , 'config' , b'config' , 'end_status' , b'end_status' , 'error_msg' , b'error_msg' , ' location_id' , b'location_id' , 'map_name' , b'map_name' , 'org_id' , b'org_id' , 'robot_id' , b'robot_id' , 'slam_version' , b'slam_version' , 'time_cloud_run_job_ended' , b'time_cloud_run_job_ended' , 'time_cloud_run_job_started' , b'time_cloud_run_job_started' , 'time_end_submitted' , b'time_end_submitted' , 'time_start_submitted' , b'time_start_submitted' , 'viam_server_version' , b'viam_server_version' ]) -> None :
318
324
...
319
325
global___MappingMetadata = MappingMetadata
0 commit comments