Class: Google::Cloud::CloudDMS::V1::SearchBackgroundJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SearchBackgroundJobsRequest
- 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
-
#completed_until_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#conversion_workspace ⇒ ::String
Required.
-
#max_size ⇒ ::Integer
Optional.
-
#return_most_recent_per_job_type ⇒ ::Boolean
Optional.
Instance Attribute Details
#completed_until_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. If provided, only returns jobs that completed until (not including) the given timestamp.
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}.
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.
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,.
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 |