public sealed class LookupApiHubInstanceRequest : IMessage<LookupApiHubInstanceRequest>, IEquatable<LookupApiHubInstanceRequest>, IDeepCloneable<LookupApiHubInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class LookupApiHubInstanceRequest.
The
[LookupApiHubInstance][google.cloud.apihub.v1.Provisioning.LookupApiHubInstance]
method's request.
Required. There will always be only one Api Hub instance for a GCP project
across all locations.
The parent resource for the Api Hub instance resource.
Format: projects/{project}/locations/{location}
[[["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 document provides reference documentation for the `LookupApiHubInstanceRequest` class within the Google Cloud API Hub V1 API."],["The `LookupApiHubInstanceRequest` class is used to construct requests for the `LookupApiHubInstance` method, which is part of the `Provisioning` service."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality and integration within the API framework."],["The class has two constructors and two key properties, `Parent` (a string) and `ParentAsLocationName` (a `LocationName` type), used to define the parent resource for the API Hub instance lookup."],["The latest version of the documentation is 1.0.0 and a beta version 1.0.0-beta02 is also available."]]],[]]