public sealed class GetApiHubInstanceRequest : IMessage<GetApiHubInstanceRequest>, IEquatable<GetApiHubInstanceRequest>, IDeepCloneable<GetApiHubInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetApiHubInstanceRequest.
The
[GetApiHubInstance][google.cloud.apihub.v1.Provisioning.GetApiHubInstance]
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-04-17 UTC."],[[["This documentation is for the `GetApiHubInstanceRequest` class, which is part of the API Hub v1 API in the Google.Cloud.ApiHub.V1 namespace, within version 1.0.0-beta02."],["The `GetApiHubInstanceRequest` class is used to construct requests for the `GetApiHubInstance` method and inherits from object, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ApiHubInstanceName` (a typed view) and `Name` (a string), which represent the name of the Api Hub instance to retrieve, formatted as `projects/{project}/locations/{location}/apiHubInstances/{apiHubInstance}`."],["The class has two constructors, one default and one which creates a copy of an existing `GetApiHubInstanceRequest` instance."]]],[]]