Reference documentation and code samples for the Cloud KMS V1 Client class CreateImportJobRequest.
Request message for KeyManagementService.CreateImportJob .
Generated from protobuf message google.cloud.kms.v1.CreateImportJobRequest
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
↳ import_job_id
string
Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}
↳ import_job
getParent
Required. The name of the KeyRing associated with the ImportJobs .
string
setParent
Required. The name of the KeyRing associated with the ImportJobs .
var
string
$this
getImportJobId
Required. It must be unique within a KeyRing and match the regular
expression [a-zA-Z0-9_-]{1,63}
string
setImportJobId
Required. It must be unique within a KeyRing and match the regular
expression [a-zA-Z0-9_-]{1,63}
var
string
$this
getImportJob
Required. An ImportJob with initial field values.
hasImportJob
clearImportJob
setImportJob
Required. An ImportJob with initial field values.
$this
static::build
parent
string
Required. The name of the KeyRing associated with the ImportJobs . Please see Google\Cloud\Kms\V1\KeyManagementServiceClient::keyRingName() for help formatting this field.
importJobId
string
Required. It must be unique within a KeyRing and match the regular
expression [a-zA-Z0-9_-]{1,63}
importJob