SearchBackgroundJobsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for 'SearchBackgroundJobs' request.
Attributes |
|
---|---|
Name | Description |
conversion_workspace |
str
Required. Name of the conversion workspace resource whose jobs are listed, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}. |
return_most_recent_per_job_type |
bool
Optional. Whether or not to return just the most recent job per job type, |
max_size |
int
Optional. The maximum number of jobs to return. The service may return fewer than this value. If unspecified, at most 100 jobs are returned. The maximum value is 100; values above 100 are coerced to 100. |
completed_until_time |
google.protobuf.timestamp_pb2.Timestamp
Optional. If provided, only returns jobs that completed until (not including) the given timestamp. |