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-03-21 UTC."],[[["This documentation details the `GetApiHubInstanceRequest` class, which is used to request information about a specific Api Hub instance within the Google Cloud ApiHub V1 API."],["The `GetApiHubInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffered operations."],["The class can be instantiated through a parameterless constructor or a constructor that accepts another `GetApiHubInstanceRequest` instance for creating copies."],["The `GetApiHubInstanceRequest` class has properties for `ApiHubInstanceName`, which provides a typed view of the resource name, and `Name`, which is a string representing the full resource name in the required format."],["The latest version of this class is 1.0.0 and the beta version is 1.0.0-beta02."]]],[]]