public sealed class SinglePackageChange : IMessage<SinglePackageChange>, IEquatable<SinglePackageChange>, IDeepCloneable<SinglePackageChange>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class SinglePackageChange.
Options to configure rule type SinglePackageChange.
The rule is used to alter the sql code for a package entities.
[[["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 webpage provides documentation for the `SinglePackageChange` class within the Google Cloud Database Migration v1 API."],["The `SinglePackageChange` class is used to modify SQL code for package entities, with a focus on altering the package's body or description."],["The page lists the available versions of the Google.Cloud.CloudDms.V1 library, from 1.0.0 to the latest 2.5.0."],["`SinglePackageChange` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create new instances or copy existing ones."],["Key properties of `SinglePackageChange` include `PackageBody` and `PackageDescription`, both allowing for optional SQL code modification, and accessible as strings."]]],[]]