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-03-21 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."]]],[]]