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 page provides reference documentation for the `GetImportJobRequest` class within the Google Cloud Key Management Service (KMS) v1 API for .NET, specifically version 3.14.0."],["The `GetImportJobRequest` class is used to request the details of a specific import job within the Key Management Service, as defined by the `KeyManagementService.GetImportJob` method."],["The page outlines the class's inheritance hierarchy, implemented interfaces (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), and inherited members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["It lists all the available versions of the `GetImportJobRequest`, ranging from 2.2.0 all the way up to the latest version 3.16.0."],["The `GetImportJobRequest` class includes properties like `ImportJobName` (typed view) and `Name` (string), which are required to specify the target import job to retrieve."]]],[]]