@@ -454,29 +454,9 @@ global___ExportTabularDataRequest = ExportTabularDataRequest
454454class ExportTabularDataResponse (google .protobuf .message .Message ):
455455 """ExportTabularDataResponse provides unified tabular data and metadata for a single data point from the specified data source."""
456456 DESCRIPTOR : google .protobuf .descriptor .Descriptor
457-
458- @typing .final
459- class MethodParametersEntry (google .protobuf .message .Message ):
460- DESCRIPTOR : google .protobuf .descriptor .Descriptor
461- KEY_FIELD_NUMBER : builtins .int
462- VALUE_FIELD_NUMBER : builtins .int
463- key : builtins .str
464-
465- @property
466- def value (self ) -> google .protobuf .any_pb2 .Any :
467- ...
468-
469- def __init__ (self , * , key : builtins .str = ..., value : google .protobuf .any_pb2 .Any | None = ...) -> None :
470- ...
471-
472- def HasField (self , field_name : typing .Literal ['value' , b'value' ]) -> builtins .bool :
473- ...
474-
475- def ClearField (self , field_name : typing .Literal ['key' , b'key' , 'value' , b'value' ]) -> None :
476- ...
477457 PART_ID_FIELD_NUMBER : builtins .int
478- COMPONENT_NAME_FIELD_NUMBER : builtins .int
479- COMPONENT_TYPE_FIELD_NUMBER : builtins .int
458+ RESOURCE_NAME_FIELD_NUMBER : builtins .int
459+ RESOURCE_SUBTYPE_FIELD_NUMBER : builtins .int
480460 METHOD_NAME_FIELD_NUMBER : builtins .int
481461 TIME_CAPTURED_FIELD_NUMBER : builtins .int
482462 ORGANIZATION_ID_FIELD_NUMBER : builtins .int
@@ -488,8 +468,8 @@ class ExportTabularDataResponse(google.protobuf.message.Message):
488468 TAGS_FIELD_NUMBER : builtins .int
489469 PAYLOAD_FIELD_NUMBER : builtins .int
490470 part_id : builtins .str
491- component_name : builtins .str
492- component_type : builtins .str
471+ resource_name : builtins .str
472+ resource_subtype : builtins .str
493473 method_name : builtins .str
494474 organization_id : builtins .str
495475 location_id : builtins .str
@@ -502,7 +482,7 @@ class ExportTabularDataResponse(google.protobuf.message.Message):
502482 ...
503483
504484 @property
505- def method_parameters (self ) -> google .protobuf .internal . containers . MessageMap [ builtins . str , google . protobuf . any_pb2 . Any ] :
485+ def method_parameters (self ) -> google .protobuf .struct_pb2 . Struct :
506486 ...
507487
508488 @property
@@ -513,13 +493,13 @@ class ExportTabularDataResponse(google.protobuf.message.Message):
513493 def payload (self ) -> google .protobuf .struct_pb2 .Struct :
514494 ...
515495
516- def __init__ (self , * , part_id : builtins .str = ..., component_name : builtins .str = ..., component_type : builtins .str = ..., method_name : builtins .str = ..., time_captured : google .protobuf .timestamp_pb2 .Timestamp | None = ..., organization_id : builtins .str = ..., location_id : builtins .str = ..., robot_name : builtins .str = ..., robot_id : builtins .str = ..., part_name : builtins .str = ..., method_parameters : collections . abc . Mapping [ builtins . str , google .protobuf .any_pb2 . Any ] | None = ..., tags : collections .abc .Iterable [builtins .str ] | None = ..., payload : google .protobuf .struct_pb2 .Struct | None = ...) -> None :
496+ def __init__ (self , * , part_id : builtins .str = ..., resource_name : builtins .str = ..., resource_subtype : builtins .str = ..., method_name : builtins .str = ..., time_captured : google .protobuf .timestamp_pb2 .Timestamp | None = ..., organization_id : builtins .str = ..., location_id : builtins .str = ..., robot_name : builtins .str = ..., robot_id : builtins .str = ..., part_name : builtins .str = ..., method_parameters : google .protobuf .struct_pb2 . Struct | None = ..., tags : collections .abc .Iterable [builtins .str ] | None = ..., payload : google .protobuf .struct_pb2 .Struct | None = ...) -> None :
517497 ...
518498
519- def HasField (self , field_name : typing .Literal ['payload' , b'payload' , 'time_captured' , b'time_captured' ]) -> builtins .bool :
499+ def HasField (self , field_name : typing .Literal ['method_parameters' , b'method_parameters' , ' payload' , b'payload' , 'time_captured' , b'time_captured' ]) -> builtins .bool :
520500 ...
521501
522- def ClearField (self , field_name : typing .Literal ['component_name ' , b'component_name ' , 'component_type ' , b'component_type ' , 'location_id ' , b'location_id ' , 'method_name ' , b'method_name ' , 'method_parameters ' , b'method_parameters ' , 'organization_id ' , b'organization_id ' , 'part_id ' , b'part_id ' , 'part_name ' , b'part_name ' , 'payload ' , b'payload ' , 'robot_id' , b'robot_id' , 'robot_name' , b'robot_name' , 'tags' , b'tags' , 'time_captured' , b'time_captured' ]) -> None :
502+ def ClearField (self , field_name : typing .Literal ['location_id ' , b'location_id ' , 'method_name ' , b'method_name ' , 'method_parameters ' , b'method_parameters ' , 'organization_id ' , b'organization_id ' , 'part_id ' , b'part_id ' , 'part_name ' , b'part_name ' , 'payload ' , b'payload ' , 'resource_name ' , b'resource_name ' , 'resource_subtype ' , b'resource_subtype ' , 'robot_id' , b'robot_id' , 'robot_name' , b'robot_name' , 'tags' , b'tags' , 'time_captured' , b'time_captured' ]) -> None :
523503 ...
524504global___ExportTabularDataResponse = ExportTabularDataResponse
525505
0 commit comments