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 page provides documentation for the `GetImportJobRequest` class within the `Google.Cloud.Kms.V1` namespace, covering versions from 2.2.0 to 3.16.0 with 3.16.0 being the latest."],["`GetImportJobRequest` is used as a request message for the `KeyManagementService.GetImportJob` operation, with the page detailing its properties, constructors, and implemented interfaces."],["The class implements multiple interfaces such as `IMessage`, `IEquatable\u003cGetImportJobRequest\u003e`, `IDeepCloneable\u003cGetImportJobRequest\u003e`, and `IBufferMessage`."],["The class has two constructors and includes two properties: `ImportJobName`, which provides a typed view, and `Name`, a string representing the name of the `ImportJob`."],["The `GetImportJobRequest` class inherits members from `Object` such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]