@@ -1993,20 +1993,28 @@ class UpdateRobotPartRequest(google.protobuf.message.Message):
19931993 ID_FIELD_NUMBER : builtins .int
19941994 NAME_FIELD_NUMBER : builtins .int
19951995 ROBOT_CONFIG_FIELD_NUMBER : builtins .int
1996+ LAST_KNOWN_UPDATE_FIELD_NUMBER : builtins .int
19961997 id : builtins .str
19971998 name : builtins .str
19981999
19992000 @property
20002001 def robot_config (self ) -> google .protobuf .struct_pb2 .Struct :
20012002 ...
20022003
2003- def __init__ (self , * , id : builtins .str = ..., name : builtins .str = ..., robot_config : google .protobuf .struct_pb2 .Struct | None = ...) -> None :
2004+ @property
2005+ def last_known_update (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
2006+ ...
2007+
2008+ def __init__ (self , * , id : builtins .str = ..., name : builtins .str = ..., robot_config : google .protobuf .struct_pb2 .Struct | None = ..., last_known_update : google .protobuf .timestamp_pb2 .Timestamp | None = ...) -> None :
20042009 ...
20052010
2006- def HasField (self , field_name : typing .Literal ['robot_config' , b'robot_config' ]) -> builtins .bool :
2011+ def HasField (self , field_name : typing .Literal ['_last_known_update' , b'_last_known_update' , 'last_known_update' , b'last_known_update' , ' robot_config' , b'robot_config' ]) -> builtins .bool :
20072012 ...
20082013
2009- def ClearField (self , field_name : typing .Literal ['id' , b'id' , 'name' , b'name' , 'robot_config' , b'robot_config' ]) -> None :
2014+ def ClearField (self , field_name : typing .Literal ['_last_known_update' , b'_last_known_update' , 'id' , b'id' , 'last_known_update' , b'last_known_update' , 'name' , b'name' , 'robot_config' , b'robot_config' ]) -> None :
2015+ ...
2016+
2017+ def WhichOneof (self , oneof_group : typing .Literal ['_last_known_update' , b'_last_known_update' ]) -> typing .Literal ['last_known_update' ] | None :
20102018 ...
20112019global___UpdateRobotPartRequest = UpdateRobotPartRequest
20122020
@@ -2548,6 +2556,7 @@ class UpdateFragmentRequest(google.protobuf.message.Message):
25482556 CONFIG_FIELD_NUMBER : builtins .int
25492557 PUBLIC_FIELD_NUMBER : builtins .int
25502558 VISIBILITY_FIELD_NUMBER : builtins .int
2559+ LAST_KNOWN_UPDATE_FIELD_NUMBER : builtins .int
25512560 id : builtins .str
25522561 name : builtins .str
25532562 public : builtins .bool
@@ -2557,13 +2566,21 @@ class UpdateFragmentRequest(google.protobuf.message.Message):
25572566 def config (self ) -> google .protobuf .struct_pb2 .Struct :
25582567 ...
25592568
2560- def __init__ (self , * , id : builtins .str = ..., name : builtins .str = ..., config : google .protobuf .struct_pb2 .Struct | None = ..., public : builtins .bool | None = ..., visibility : global___FragmentVisibility .ValueType | None = ...) -> None :
2569+ @property
2570+ def last_known_update (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
25612571 ...
25622572
2563- def HasField (self , field_name : typing . Literal [ '_public' , b'_public' , '_visibility' , b'_visibility' , ' config' , b'config' , 'public' , b' public' , ' visibility' , b'visibility' ] ) -> builtins . bool :
2573+ def __init__ (self , * , id : builtins . str = ..., name : builtins . str = ..., config : google . protobuf . struct_pb2 . Struct | None = ..., public : builtins . bool | None = ..., visibility : global___FragmentVisibility . ValueType | None = ..., last_known_update : google . protobuf . timestamp_pb2 . Timestamp | None = ... ) -> None :
25642574 ...
25652575
2566- def ClearField (self , field_name : typing .Literal ['_public' , b'_public' , '_visibility' , b'_visibility' , 'config' , b'config' , 'id' , b'id' , 'name' , b'name' , 'public' , b'public' , 'visibility' , b'visibility' ]) -> None :
2576+ def HasField (self , field_name : typing .Literal ['_last_known_update' , b'_last_known_update' , '_public' , b'_public' , '_visibility' , b'_visibility' , 'config' , b'config' , 'last_known_update' , b'last_known_update' , 'public' , b'public' , 'visibility' , b'visibility' ]) -> builtins .bool :
2577+ ...
2578+
2579+ def ClearField (self , field_name : typing .Literal ['_last_known_update' , b'_last_known_update' , '_public' , b'_public' , '_visibility' , b'_visibility' , 'config' , b'config' , 'id' , b'id' , 'last_known_update' , b'last_known_update' , 'name' , b'name' , 'public' , b'public' , 'visibility' , b'visibility' ]) -> None :
2580+ ...
2581+
2582+ @typing .overload
2583+ def WhichOneof (self , oneof_group : typing .Literal ['_last_known_update' , b'_last_known_update' ]) -> typing .Literal ['last_known_update' ] | None :
25672584 ...
25682585
25692586 @typing .overload
0 commit comments