public sealed class GetDefinitionRequest : IMessage<GetDefinitionRequest>, IEquatable<GetDefinitionRequest>, IDeepCloneable<GetDefinitionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetDefinitionRequest.
The [GetDefinition][google.cloud.apihub.v1.ApiHub.GetDefinition] method's
request.
Required. The name of the definition to retrieve.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/definitions/{definition}
[[["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 `GetDefinitionRequest` class within the API hub v1 API, specifically version 1.0.0-beta02, which is used to request information about a definition."],["The `GetDefinitionRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, one default and another that takes another `GetDefinitionRequest` as a parameter."],["The class contains two main properties: `DefinitionName`, which provides a typed view of the definition name, and `Name`, which is a string representing the required resource name in a specified format."],["The `GetDefinitionRequest` is a request for the method `GetDefinition` in the `ApiHub` class."]]],[]]