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 webpage provides documentation for the `GetImportJobRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET."],["The latest version of the documentation is 3.16.0, and there are multiple previous versions available, ranging from 3.15.0 down to 2.2.0."],["`GetImportJobRequest` is a request message used to retrieve information about a specific `ImportJob`, as defined in the KeyManagementService API."],["The class `GetImportJobRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["Key properties of `GetImportJobRequest` include `ImportJobName` (a typed view) and `Name` (a string representing the resource name of the `ImportJob` to be retrieved)."]]],[]]