Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::SearchBackgroundJobsRequest.
Request message for 'SearchBackgroundJobs' request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#completed_until_time
def completed_until_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. If provided, only returns jobs that completed until (not including) the given timestamp.
#completed_until_time=
def completed_until_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. If provided, only returns jobs that completed until (not including) the given timestamp.
Returns
- (::Google::Protobuf::Timestamp) — Optional. If provided, only returns jobs that completed until (not including) the given timestamp.
#conversion_workspace
def conversion_workspace() -> ::String
Returns
- (::String) — Required. Name of the conversion workspace resource whose jobs are listed, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
#conversion_workspace=
def conversion_workspace=(value) -> ::String
Parameter
- value (::String) — Required. Name of the conversion workspace resource whose jobs are listed, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Returns
- (::String) — Required. Name of the conversion workspace resource whose jobs are listed, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
#max_size
def max_size() -> ::Integer
Returns
- (::Integer) — 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.
#max_size=
def max_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.
#return_most_recent_per_job_type
def return_most_recent_per_job_type() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether or not to return just the most recent job per job type,
#return_most_recent_per_job_type=
def return_most_recent_per_job_type=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether or not to return just the most recent job per job type,
Returns
- (::Boolean) — Optional. Whether or not to return just the most recent job per job type,