public sealed class MigrationTaskResult : IMessage<MigrationTaskResult>, IEquatable<MigrationTaskResult>, IDeepCloneable<MigrationTaskResult>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class MigrationTaskResult.
[[["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 `MigrationTaskResult` class within the Google Cloud BigQuery Migration v2 API."],["`MigrationTaskResult` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MigrationTaskResult` class has two constructors: a default constructor and a copy constructor that takes another `MigrationTaskResult` object as a parameter."],["The class includes properties like `DetailsCase`, which indicates the specific details of the result, and `TranslationTaskResult`, which provides details specific to translation task types."],["The latest version of this class is version 1.5.0, and it includes documentation for the previous versions going back to version 1.0.0."]]],[]]