public sealed class GetImportJobRequest : IMessage<GetImportJobRequest>, IEquatable<GetImportJobRequest>, IDeepCloneable<GetImportJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetImportJobRequest.
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 document provides reference documentation for the `GetImportJobRequest` class within the Google Cloud Key Management Service (KMS) v1 API for .NET, specifically focusing on version 3.4.0."],["The `GetImportJobRequest` class is a request message used to retrieve an `ImportJob` via the `KeyManagementService.GetImportJob` method, inheriting properties from other base classes and interfaces."],["The class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["It includes two constructors, one default and another allowing the creation of an instance from an existing `GetImportJobRequest` object, along with properties such as `ImportJobName` and `Name`."],["The latest version available for the `GetImportJobRequest` is 3.16.0, and there are listed versions dating back to 2.2.0 in the documentation."]]],[]]