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-04-09 UTC."],[[["The page details the `GetImportJobRequest` class, which is used to request a specific import job in the Google Cloud Key Management Service (KMS) API."],["Version 3.16.0 is the latest release, and the page provides links to documentation for all prior versions dating back to version 2.2.0 of the `GetImportJobRequest`."],["The `GetImportJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in various contexts."],["The class has two constructors: a default constructor and one that accepts another `GetImportJobRequest` object to copy, which you can view the parameters of."],["The key properties for `GetImportJobRequest` are `ImportJobName`, a typed view over the resource name, and `Name`, a string that is required to identify the specific import job to retrieve."]]],[]]