public sealed class GetMappingRuleRequest : IMessage<GetMappingRuleRequest>, IEquatable<GetMappingRuleRequest>, IDeepCloneable<GetMappingRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class GetMappingRuleRequest.
Required. Name of the mapping rule resource to get.
Example: conversionWorkspaces/123/mappingRules/rule123
In order to retrieve a previous revision of the mapping rule, also provide
the revision ID.
Example:
conversionWorkspace/123/mappingRules/rule123@c7cfa2a8c7cfa2a8c7cfa2a8c7cfa2a8
[[["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 information for the `GetMappingRuleRequest` class within the Google Cloud Database Migration v1 API, specifically for .NET."],["`GetMappingRuleRequest` is used to request a specific mapping rule and has a latest version of 2.5.0, with historical versions dating back to 1.0.0."],["The `GetMappingRuleRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `GetMappingRuleRequest` object as a parameter."],["The `GetMappingRuleRequest` class has two key properties: `MappingRuleName`, which provides a typed view of the resource name, and `Name`, which is a string representing the resource name and is a required field."]]],[]]