public interface CreateImportJobRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ImportJob |
getImportJob()
Required.
|
String |
getImportJobId()
Required.
|
ByteString |
getImportJobIdBytes()
Required.
|
ImportJobOrBuilder |
getImportJobOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasImportJob()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The [name][google.cloud.kms.v1.KeyRing.name] of the [KeyRing][google.cloud.kms.v1.KeyRing] associated with the [ImportJobs][google.cloud.kms.v1.ImportJob].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The [name][google.cloud.kms.v1.KeyRing.name] of the [KeyRing][google.cloud.kms.v1.KeyRing] associated with the [ImportJobs][google.cloud.kms.v1.ImportJob].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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];
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];
boolean hasImportJob()
Required. An [ImportJob][google.cloud.kms.v1.ImportJob] with initial field values.
.google.cloud.kms.v1.ImportJob import_job = 3 [(.google.api.field_behavior) = REQUIRED];
ImportJob getImportJob()
Required. An [ImportJob][google.cloud.kms.v1.ImportJob] with initial field values.
.google.cloud.kms.v1.ImportJob import_job = 3 [(.google.api.field_behavior) = REQUIRED];
ImportJobOrBuilder getImportJobOrBuilder()
Required. An [ImportJob][google.cloud.kms.v1.ImportJob] with initial field values.
.google.cloud.kms.v1.ImportJob import_job = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.