Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::CreateImportJobRequest (v0.12.0)

Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::CreateImportJobRequest.

Request message for KeyManagementService.CreateImportJob.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#import_job

def import_job() -> ::Google::Cloud::Kms::V1::ImportJob
Returns

#import_job=

def import_job=(value) -> ::Google::Cloud::Kms::V1::ImportJob
Parameter
Returns

#import_job_id

def import_job_id() -> ::String
Returns
  • (::String) — Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}

#import_job_id=

def import_job_id=(value) -> ::String
Parameter
  • value (::String) — Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}
Returns
  • (::String) — Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}

#parent

def parent() -> ::String
Returns

#parent=

def parent=(value) -> ::String
Parameter
Returns