Class: Google::Cloud::Kms::V1::CreateImportJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#import_job::Google::Cloud::Kms::V1::ImportJob

Returns Required. An ImportJob with initial field values.

Returns:



483
484
485
486
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 483

class CreateImportJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#import_job_id::String

Returns 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}



483
484
485
486
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 483

class CreateImportJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The name of the KeyRing associated with the ImportJobs.

Returns:



483
484
485
486
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 483

class CreateImportJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end