@@ -338,13 +338,10 @@ class PipelineRun(google.protobuf.message.Message):
338338 DATA_START_TIME_FIELD_NUMBER : builtins .int
339339 DATA_END_TIME_FIELD_NUMBER : builtins .int
340340 STATUS_FIELD_NUMBER : builtins .int
341- REASON_FIELD_NUMBER : builtins .int
342341 id : builtins .str
343342 'The ID of the run.'
344343 status : global___PipelineRunStatus .ValueType
345344 'The status of the run.'
346- reason : builtins .str
347- 'An optional message related to the run status.'
348345
349346 @property
350347 def start_time (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
@@ -362,12 +359,12 @@ class PipelineRun(google.protobuf.message.Message):
362359 def data_end_time (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
363360 """The end time of the data that was processed in the run."""
364361
365- def __init__ (self , * , id : builtins .str = ..., start_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., end_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., data_start_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., data_end_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., status : global___PipelineRunStatus .ValueType = ..., reason : builtins . str = ... ) -> None :
362+ def __init__ (self , * , id : builtins .str = ..., start_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., end_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., data_start_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., data_end_time : google .protobuf .timestamp_pb2 .Timestamp | None = ..., status : global___PipelineRunStatus .ValueType = ...) -> None :
366363 ...
367364
368365 def HasField (self , field_name : typing .Literal ['data_end_time' , b'data_end_time' , 'data_start_time' , b'data_start_time' , 'end_time' , b'end_time' , 'start_time' , b'start_time' ]) -> builtins .bool :
369366 ...
370367
371- def ClearField (self , field_name : typing .Literal ['data_end_time' , b'data_end_time' , 'data_start_time' , b'data_start_time' , 'end_time' , b'end_time' , 'id' , b'id' , 'reason' , b'reason' , ' start_time' , b'start_time' , 'status' , b'status' ]) -> None :
368+ def ClearField (self , field_name : typing .Literal ['data_end_time' , b'data_end_time' , 'data_start_time' , b'data_start_time' , 'end_time' , b'end_time' , 'id' , b'id' , 'start_time' , b'start_time' , 'status' , b'status' ]) -> None :
372369 ...
373370global___PipelineRun = PipelineRun
0 commit comments