public sealed class GetImportJobRequest : IMessage<GetImportJobRequest>, IEquatable<GetImportJobRequest>, IDeepCloneable<GetImportJobRequest>, IBufferMessage, IMessage
Request message for
[KeyManagementService.GetImportJob][google.cloud.kms.v1.KeyManagementService.GetImportJob].
[[["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."],[[["The content pertains to the `GetImportJobRequest` class within the `Google.Cloud.Kms.V1` namespace, which is used to retrieve information about a specific import job."],["Version 3.16.0 is the latest version of the `GetImportJobRequest` class, and the document lists versions back to 2.2.0."],["`GetImportJobRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetImportJobRequest` class has two constructors and two properties, `ImportJobName` and `Name`, which are used to identify the import job by its resource name."],["This class is part of the Google Cloud Key Management Service (KMS) API, specifically for managing import jobs, allowing users to import keys."]]],[]]