public sealed class GetRegistrationRequest : IMessage<GetRegistrationRequest>, IEquatable<GetRegistrationRequest>, IDeepCloneable<GetRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class GetRegistrationRequest.
[[["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 documentation for the `GetRegistrationRequest` class within the Google Cloud Domains v1 API."],["`GetRegistrationRequest` is used to request data for a specific registration, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new instance of `GetRegistrationRequest` and for creating a copy of an existing instance."],["The `Name` property is a required string that specifies the resource name of the registration to retrieve, while the `RegistrationName` is a typed view of the name property."],["The document also shows different versions of the `GetRegistrationRequest`, starting from the current latest version to version 1.0.0, including links for each."]]],[]]