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-03-21 UTC."],[[["This document provides reference documentation for the `LookupApiHubInstanceRequest` class within the Google Cloud API Hub V1 API, specifically for versions 1.0.0 and 1.0.0-beta02."],["`LookupApiHubInstanceRequest` is used as a request object for the `LookupApiHubInstance` method in the API Hub, which is used in provisioning."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among other interfaces."],["The `LookupApiHubInstanceRequest` class includes properties such as `Parent`, a string that holds the resource name, and `ParentAsLocationName`, a `LocationName`-typed view of the resource name, that are required to look up the Api Hub instance."],["This class also includes two constructors, one default and another to clone another instance of the `LookupApiHubInstanceRequest` object."]]],[]]