public sealed class AssignSpecificValue : IMessage<AssignSpecificValue>, IEquatable<AssignSpecificValue>, IDeepCloneable<AssignSpecificValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class AssignSpecificValue.
Set to a specific value (value is converted to fit the target data type)
[[["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."],[[["The latest version of the `AssignSpecificValue` class in the Database Migration v1 API is 2.5.0, with older versions available from 2.4.0 down to 1.0.0."],["The `AssignSpecificValue` class is designed to set a specific value that is converted to match the target data type, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `object` class and includes methods like `GetHashCode`, `GetType`, and `ToString` through inheritance."],["The `AssignSpecificValue` class is found in the `Google.Cloud.CloudDms.V1` namespace, in the `Google.Cloud.CloudDms.V1.dll` assembly."],["The `Value` property within `AssignSpecificValue` is required, it's of type `string`, and it represents the specific value that will be assigned."]]],[]]