@@ -877,6 +877,7 @@ class GetMachineStatusResponse(google.protobuf.message.Message):
877877 RESOURCES_FIELD_NUMBER : builtins .int
878878 CONFIG_FIELD_NUMBER : builtins .int
879879 STATE_FIELD_NUMBER : builtins .int
880+ JOB_STATUSES_FIELD_NUMBER : builtins .int
880881 state : global___GetMachineStatusResponse .State .ValueType
881882
882883 @property
@@ -887,16 +888,43 @@ class GetMachineStatusResponse(google.protobuf.message.Message):
887888 def config (self ) -> global___ConfigStatus :
888889 ...
889890
890- def __init__ (self , * , resources : collections .abc .Iterable [global___ResourceStatus ] | None = ..., config : global___ConfigStatus | None = ..., state : global___GetMachineStatusResponse .State .ValueType = ...) -> None :
891+ @property
892+ def job_statuses (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___JobStatus ]:
893+ ...
894+
895+ def __init__ (self , * , resources : collections .abc .Iterable [global___ResourceStatus ] | None = ..., config : global___ConfigStatus | None = ..., state : global___GetMachineStatusResponse .State .ValueType = ..., job_statuses : collections .abc .Iterable [global___JobStatus ] | None = ...) -> None :
891896 ...
892897
893898 def HasField (self , field_name : typing .Literal ['config' , b'config' ]) -> builtins .bool :
894899 ...
895900
896- def ClearField (self , field_name : typing .Literal ['config' , b'config' , 'resources' , b'resources' , 'state' , b'state' ]) -> None :
901+ def ClearField (self , field_name : typing .Literal ['config' , b'config' , 'job_statuses' , b'job_statuses' , ' resources' , b'resources' , 'state' , b'state' ]) -> None :
897902 ...
898903global___GetMachineStatusResponse = GetMachineStatusResponse
899904
905+ @typing .final
906+ class JobStatus (google .protobuf .message .Message ):
907+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
908+ JOB_NAME_FIELD_NUMBER : builtins .int
909+ RECENT_SUCCESSFUL_RUNS_FIELD_NUMBER : builtins .int
910+ RECENT_FAILED_RUNS_FIELD_NUMBER : builtins .int
911+ job_name : builtins .str
912+
913+ @property
914+ def recent_successful_runs (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [google .protobuf .timestamp_pb2 .Timestamp ]:
915+ ...
916+
917+ @property
918+ def recent_failed_runs (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [google .protobuf .timestamp_pb2 .Timestamp ]:
919+ ...
920+
921+ def __init__ (self , * , job_name : builtins .str = ..., recent_successful_runs : collections .abc .Iterable [google .protobuf .timestamp_pb2 .Timestamp ] | None = ..., recent_failed_runs : collections .abc .Iterable [google .protobuf .timestamp_pb2 .Timestamp ] | None = ...) -> None :
922+ ...
923+
924+ def ClearField (self , field_name : typing .Literal ['job_name' , b'job_name' , 'recent_failed_runs' , b'recent_failed_runs' , 'recent_successful_runs' , b'recent_successful_runs' ]) -> None :
925+ ...
926+ global___JobStatus = JobStatus
927+
900928@typing .final
901929class ResourceStatus (google .protobuf .message .Message ):
902930 DESCRIPTOR : google .protobuf .descriptor .Descriptor
0 commit comments