public interface CreateImportJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the importJob field is set. |