Class: Google::Cloud::CloudDMS::V1::SearchBackgroundJobsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/clouddms.rb

Overview

Request message for 'SearchBackgroundJobs' request.

Instance Attribute Summary collapse

Instance Attribute Details

#completed_until_time::Google::Protobuf::Timestamp

Returns Optional. If provided, only returns jobs that completed until (not including) the given timestamp.

Returns:



995
996
997
998
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 995

class SearchBackgroundJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#conversion_workspace::String

Returns 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}.



995
996
997
998
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 995

class SearchBackgroundJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_size::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.



995
996
997
998
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 995

class SearchBackgroundJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#return_most_recent_per_job_type::Boolean

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



995
996
997
998
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 995

class SearchBackgroundJobsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end