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 document provides reference documentation for the `SearchBackgroundJobsResponse` class within the Database Migration v1 API."],["The `SearchBackgroundJobsResponse` class is the response message type for the 'SearchBackgroundJobs' request, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document shows that this `SearchBackgroundJobsResponse` class inherits from `object` and is a sealed class, meaning it cannot be inherited."],["The class is located within the `Google.Cloud.CloudDms.V1` namespace and is found in the `Google.Cloud.CloudDms.V1.dll` assembly, and has versions ranging from 1.0.0 to 2.5.0."],["The main property of the `SearchBackgroundJobsResponse` class is `Jobs`, which is a list of type `RepeatedField` consisting of `BackgroundJobLogEntry` items."]]],[]]