public sealed class GetPreferenceSetRequest : IMessage<GetPreferenceSetRequest>, IEquatable<GetPreferenceSetRequest>, IDeepCloneable<GetPreferenceSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetPreferenceSetRequest.
[[["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 documentation is for the `GetPreferenceSetRequest` class within the Migration Center v1 API, specifically for version 1.2.0."],["`GetPreferenceSetRequest` is a request class used to retrieve a preference set and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors: a default constructor, `GetPreferenceSetRequest()`, and a copy constructor, `GetPreferenceSetRequest(GetPreferenceSetRequest other)`."],["The `GetPreferenceSetRequest` class has properties for `Name` (a string) and `PreferenceSetName` which provides a type-safe view of the resource name."],["The assembly for `GetPreferenceSetRequest` is `Google.Cloud.MigrationCenter.V1.dll` within the `Google.Cloud.MigrationCenter.V1` namespace."]]],[]]