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."],[[["The `GetHostProjectRegistrationRequest` class is used to construct requests for the `GetHostProjectRegistration` method within the API hub v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, comparison, cloning, and efficient buffering."],["It includes a `HostProjectRegistrationName` property, which is a typed view of the `Name` property, providing a structured way to access the resource name."],["The `Name` property, of type string, is required and represents the resource name for the host project registration, following the format: `projects/{project}/locations/{location}/hostProjectRegistrations/{host_project_registration_id}`."],["There are two constructors available for creating instances of `GetHostProjectRegistrationRequest`: one default and one that takes another `GetHostProjectRegistrationRequest` object as a parameter for cloning."]]],[]]