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
- (::Google::Cloud::Kms::V1::ImportJob) — Required. An ImportJob with initial field values.
#import_job=
def import_job=(value) -> ::Google::Cloud::Kms::V1::ImportJob
Parameter
- value (::Google::Cloud::Kms::V1::ImportJob) — Required. An ImportJob with initial field values.
Returns
- (::Google::Cloud::Kms::V1::ImportJob) — Required. An ImportJob with initial field values.
#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
- (::String) — Required. The name of the KeyRing associated with the ImportJobs.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The name of the KeyRing associated with the ImportJobs.
Returns
- (::String) — Required. The name of the KeyRing associated with the ImportJobs.