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 documentation is for the `LookupApiHubInstanceRequest` class within the Google Cloud ApiHub v1 API, specifically version 1.0.0-beta02."],["The `LookupApiHubInstanceRequest` class is used to make requests to the `LookupApiHubInstance` method, which is part of the Google Cloud ApiHub v1 Provisioning."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this request class include `Parent`, a string representing the resource's parent, and `ParentAsLocationName`, a `LocationName` typed view over the parent."],["The `LookupApiHubInstanceRequest` class includes two constructors: a default constructor and one that takes another `LookupApiHubInstanceRequest` as a parameter."]]],[]]