@@ -1323,7 +1323,7 @@ global___SyncArgs = SyncArgs
13231323class DeviceData (google .protobuf .message .Message ):
13241324 """DeviceData represents sensor data on the robot and in the Reach
13251325 environment.
1326- Next ID: 80
1326+ Next ID: 81
13271327 """
13281328 DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
13291329 DEVICE_TYPE_FIELD_NUMBER : builtins .int
@@ -1678,7 +1678,7 @@ class DeviceData(google.protobuf.message.Message):
16781678 @property
16791679 def sim_instance_segmentation (self ) -> global___SimInstanceSegmentation : ...
16801680 @property
1681- def exposure_complete (self ) -> global___EmptyMessage :
1681+ def exposure_complete (self ) -> global___Status :
16821682 """exposure_complete occurs when a camera reports a completed exposure.
16831683
16841684 Design doc: http://doc/1CAGGX3Bveexks7KWepBdeTX5Z14U7nL-JHxBeVCszD4
@@ -1835,7 +1835,7 @@ class DeviceData(google.protobuf.message.Message):
18351835 device_status : typing .Optional [global___Status ] = ...,
18361836 webrtc_audio_request : typing .Optional [global___WebrtcAudioRequest ] = ...,
18371837 sim_instance_segmentation : typing .Optional [global___SimInstanceSegmentation ] = ...,
1838- exposure_complete : typing .Optional [global___EmptyMessage ] = ...,
1838+ exposure_complete : typing .Optional [global___Status ] = ...,
18391839 start_shutdown : typing .Optional [global___EmptyMessage ] = ...,
18401840 finish_shutdown : typing .Optional [global___EmptyMessage ] = ...,
18411841 hangup : typing .Optional [global___EmptyMessage ] = ...,
@@ -2720,6 +2720,7 @@ class Prediction(google.protobuf.message.Message):
27202720 DEPTH_TS_FIELD_NUMBER : builtins .int
27212721 ERROR_FIELD_NUMBER : builtins .int
27222722 COLOR_DATA_FIELD_NUMBER : builtins .int
2723+ KEY_VALUE_FIELD_NUMBER : builtins .int
27232724 color : typing .Text = ...
27242725 """A reference to data for a heat map or other visualization of a prediction.
27252726 In the JSON world, this is a path to the image file in the GCS bucket.
@@ -2773,6 +2774,8 @@ class Prediction(google.protobuf.message.Message):
27732774 JPG) of the binary data in "color_data".
27742775 """
27752776
2777+ @property
2778+ def key_value (self ) -> global___KeyValue : ...
27762779 def __init__ (self ,
27772780 * ,
27782781 color : typing .Optional [typing .Text ] = ...,
@@ -2788,9 +2791,10 @@ class Prediction(google.protobuf.message.Message):
27882791 depth_ts : typing .Optional [google .protobuf .timestamp_pb2 .Timestamp ] = ...,
27892792 error : typing .Optional [typing .Text ] = ...,
27902793 color_data : typing .Optional [builtins .bytes ] = ...,
2794+ key_value : typing .Optional [global___KeyValue ] = ...,
27912795 ) -> None : ...
2792- def HasField (self , field_name : typing_extensions .Literal ["color" ,b"color" ,"color_data" ,b"color_data" ,"color_ssot_key" ,b"color_ssot_key" ,"color_ts" ,b"color_ts" ,"depth_ts" ,b"depth_ts" ,"error" ,b"error" ,"inference_request" ,b"inference_request" ]) -> builtins .bool : ...
2793- def ClearField (self , field_name : typing_extensions .Literal ["color" ,b"color" ,"color_data" ,b"color_data" ,"color_ssot_key" ,b"color_ssot_key" ,"color_ts" ,b"color_ts" ,"confidence" ,b"confidence" ,"depth_ts" ,b"depth_ts" ,"error" ,b"error" ,"inference_request" ,b"inference_request" ,"pick_points" ,b"pick_points" ,"place_position_3d" ,b"place_position_3d" ,"place_quaternion_3d" ,b"place_quaternion_3d" ,"position_3d" ,b"position_3d" ,"quaternion_3d" ,b"quaternion_3d" ]) -> None : ...
2796+ def HasField (self , field_name : typing_extensions .Literal ["color" ,b"color" ,"color_data" ,b"color_data" ,"color_ssot_key" ,b"color_ssot_key" ,"color_ts" ,b"color_ts" ,"depth_ts" ,b"depth_ts" ,"error" ,b"error" ,"inference_request" ,b"inference_request" , "key_value" , b"key_value" ]) -> builtins .bool : ...
2797+ def ClearField (self , field_name : typing_extensions .Literal ["color" ,b"color" ,"color_data" ,b"color_data" ,"color_ssot_key" ,b"color_ssot_key" ,"color_ts" ,b"color_ts" ,"confidence" ,b"confidence" ,"depth_ts" ,b"depth_ts" ,"error" ,b"error" ,"inference_request" ,b"inference_request" ,"key_value" , b"key_value" , " pick_points" ,b"pick_points" ,"place_position_3d" ,b"place_position_3d" ,"place_quaternion_3d" ,b"place_quaternion_3d" ,"position_3d" ,b"position_3d" ,"quaternion_3d" ,b"quaternion_3d" ]) -> None : ...
27942798global___Prediction = Prediction
27952799
27962800class PickPoint (google .protobuf .message .Message ):
0 commit comments