Interface CreateImportJobRequestOrBuilder (2.11.0)

public interface CreateImportJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImportJob()

public abstract ImportJob getImportJob()

Required. An ImportJob with initial field values.

.google.cloud.kms.v1.ImportJob import_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ImportJob

The importJob.

getImportJobId()

public abstract String getImportJobId()

Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}

string import_job_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The importJobId.

getImportJobIdBytes()

public abstract ByteString getImportJobIdBytes()

Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}

string import_job_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for importJobId.

getImportJobOrBuilder()

public abstract ImportJobOrBuilder getImportJobOrBuilder()

Required. An ImportJob with initial field values.

.google.cloud.kms.v1.ImportJob import_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ImportJobOrBuilder

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasImportJob()

public abstract boolean hasImportJob()

Required. An ImportJob with initial field values.

.google.cloud.kms.v1.ImportJob import_job = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the importJob field is set.