public sealed class GetRegistrationRequest : IMessage<GetRegistrationRequest>, IEquatable<GetRegistrationRequest>, IDeepCloneable<GetRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 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 documentation is for the `GetRegistrationRequest` class within the Google Cloud Domains v1beta1 API, specifically version 2.0.0-beta04."],["`GetRegistrationRequest` is used to request the `GetRegistration` method and inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `GetRegistrationRequest()` and one that takes another `GetRegistrationRequest` object as a parameter for copying."],["It has two key properties: `Name`, which is a string representing the registration's name, and `RegistrationName`, a `RegistrationName`-typed view over the `Name` property."],["The `Name` property is required to get the registration, and it follows the format `projects/*/locations/*/registrations/*`."]]],[]]