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-03-21 UTC."],[[["This document provides reference information for the `GetImportJobRequest` class within the Google Cloud Key Management Service (KMS) v1 API for .NET, specifically version 3.7.0."],["The `GetImportJobRequest` class is used to formulate requests for retrieving a specific import job, as defined in `KeyManagementService.GetImportJob`."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `ImportJobName` which is a typed view of the resource name, and `Name`, a string representing the required name of the `ImportJob` to retrieve."],["The documentation includes a comprehensive list of available versions for `GetImportJobRequest`, ranging from the latest, 3.16.0, down to version 2.2.0, with hyperlinks to each version."]]],[]]