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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `GetDefinitionRequest` class within the Google Cloud API Hub v1 API."],["The `GetDefinitionRequest` class is used to create requests for the `GetDefinition` method within the API hub, which is used to retrieve a specific definition."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes constructors for creating new `GetDefinitionRequest` objects and two main properties: `DefinitionName` and `Name`, each with specific data types."],["The `Name` property is a required field that specifies the unique resource identifier of the definition to be retrieved, following a predefined format."]]],[]]