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."],[[["This page details the `GetImportJobRequest` class, which is used to request data from the `KeyManagementService.GetImportJob` within the `Google.Cloud.Kms.V1` namespace, as well as its associated versions."],["The latest version of the documented `GetImportJobRequest` can be found in version 3.16.0, and there are links available to documentation for multiple previous versions dating back to version 2.2.0."],["The `GetImportJobRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GetImportJobRequest` class has two constructors, a default one and another that accepts another `GetImportJobRequest` object as a parameter."],["The class includes properties such as `ImportJobName` and `Name`, with `Name` being a required property that represents the name of the `ImportJob` to retrieve."]]],[]]