Class: Google::Cloud::CloudDMS::V1::SearchBackgroundJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SearchBackgroundJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Response message for 'SearchBackgroundJobs' request.
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array<::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry>
The list of conversion workspace mapping rules.
Instance Attribute Details
#jobs ⇒ ::Array<::Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry>
Returns The list of conversion workspace mapping rules.
1004 1005 1006 1007 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 1004 class SearchBackgroundJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |