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."],[[["This webpage details the `GetImportJobRequest` class, which is a request message for retrieving an import job in the Google Cloud Key Management Service (KMS)."],["The page provides documentation for various versions of the .NET library, ranging from version 2.2.0 up to the latest version 3.16.0, for the `GetImportJobRequest`."],["The `GetImportJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The class includes properties such as `ImportJobName` and `Name`, which are used to specify the import job to retrieve and are required when using `GetImportJobRequest`."],["The listed inherited members are `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()` that were inherited by the `GetImportJobRequest`."]]],[]]