public sealed class SearchBackgroundJobsResponse : IMessage<SearchBackgroundJobsResponse>, IEquatable<SearchBackgroundJobsResponse>, IDeepCloneable<SearchBackgroundJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class SearchBackgroundJobsResponse.
Response message for 'SearchBackgroundJobs' request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `SearchBackgroundJobsResponse` class within the Google Cloud Database Migration v1 API, specifically version 2.4.0, and shows a list of all versions."],["`SearchBackgroundJobsResponse` is a response message for 'SearchBackgroundJobs' requests, and it inherits from `object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SearchBackgroundJobsResponse` class is located in the `Google.Cloud.CloudDms.V1` namespace and is part of the `Google.Cloud.CloudDms.V1.dll` assembly."],["The class includes constructors such as the default `SearchBackgroundJobsResponse()` and a copy constructor `SearchBackgroundJobsResponse(SearchBackgroundJobsResponse other)`."],["The properties of this class include the `Jobs` property which contains a `RepeatedField` of `BackgroundJobLogEntry`, representing the list of conversion workspace mapping rules."]]],[]]