public sealed class GetHostProjectRegistrationRequest : IMessage<GetHostProjectRegistrationRequest>, IEquatable<GetHostProjectRegistrationRequest>, IDeepCloneable<GetHostProjectRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetHostProjectRegistrationRequest.
The
[GetHostProjectRegistration][google.cloud.apihub.v1.HostProjectRegistrationService.GetHostProjectRegistration]
method's request.
[[["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 and code samples for the `GetHostProjectRegistrationRequest` class within the API hub v1 API, specifically version 1.0.0-beta02."],["The `GetHostProjectRegistrationRequest` class is used as a request type for the `GetHostProjectRegistration` method, inheriting from the base `object` class and implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `GetHostProjectRegistrationRequest()`, and `GetHostProjectRegistrationRequest(GetHostProjectRegistrationRequest)`, as well as two properties: `HostProjectRegistrationName`, which provides a typed view of the resource name, and `Name`, a string representing the host project registration resource name in a specific format."],["The `Name` property is required and represents the host project registration resource name, formatted as: projects/{project}/locations/{location}/hostProjectRegistrations/{host_project_registration_id}."]]],[]]