public sealed class RegionPreferences : IMessage<RegionPreferences>, IEquatable<RegionPreferences>, IDeepCloneable<RegionPreferences>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class RegionPreferences.
[[["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 covers the `RegionPreferences` class within the Migration Center v1 API, which is used to specify user preferences for target regions in Google Cloud."],["The `RegionPreferences` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class provides two constructors, `RegionPreferences()` and `RegionPreferences(RegionPreferences other)`, for creating new instances and copying existing ones respectively."],["The main property of the class is `PreferredRegions`, which is a `RepeatedField\u003cstring\u003e` that holds a list of preferred Google Cloud regions, ordered by preference."],["The documentation is specific to version 1.2.0 of the API, with links available for versions 1.0.0, 1.1.0, 1.3.0, and the latest version 1.4.0."]]],[]]