Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::SearchBackgroundJobsRequest (v0.8.0)

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

#completed_until_time=

def completed_until_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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,