Uses of Class
com.google.cloud.kms.v1.CreateImportJobRequest
-
Packages that use CreateImportJobRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of CreateImportJobRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return CreateImportJobRequest Modifier and Type Method Description CreateImportJobRequest
CreateImportJobRequest.Builder. build()
CreateImportJobRequest
CreateImportJobRequest.Builder. buildPartial()
static CreateImportJobRequest
CreateImportJobRequest. getDefaultInstance()
CreateImportJobRequest
CreateImportJobRequest.Builder. getDefaultInstanceForType()
CreateImportJobRequest
CreateImportJobRequest. getDefaultInstanceForType()
static CreateImportJobRequest
CreateImportJobRequest. parseDelimitedFrom(InputStream input)
static CreateImportJobRequest
CreateImportJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(byte[] data)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(InputStream input)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(ByteBuffer data)
static CreateImportJobRequest
CreateImportJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.v1 that return types with arguments of type CreateImportJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateImportJobRequest,ImportJob>
KeyManagementServiceClient. createImportJobCallable()
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a [KeyRing][google.cloud.kms.v1.KeyRing].com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateImportJobRequest,ImportJob>
KeyManagementServiceSettings.Builder. createImportJobSettings()
Returns the builder for the settings used for calls to createImportJob.com.google.api.gax.rpc.UnaryCallSettings<CreateImportJobRequest,ImportJob>
KeyManagementServiceSettings. createImportJobSettings()
Returns the object with the settings used for calls to createImportJob.static io.grpc.MethodDescriptor<CreateImportJobRequest,ImportJob>
KeyManagementServiceGrpc. getCreateImportJobMethod()
com.google.protobuf.Parser<CreateImportJobRequest>
CreateImportJobRequest. getParserForType()
static com.google.protobuf.Parser<CreateImportJobRequest>
CreateImportJobRequest. parser()
Methods in com.google.cloud.kms.v1 with parameters of type CreateImportJobRequest Modifier and Type Method Description ImportJob
KeyManagementServiceClient. createImportJob(CreateImportJobRequest request)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a [KeyRing][google.cloud.kms.v1.KeyRing].default void
KeyManagementServiceGrpc.AsyncService. createImportJob(CreateImportJobRequest request, io.grpc.stub.StreamObserver<ImportJob> responseObserver)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a [KeyRing][google.cloud.kms.v1.KeyRing].ImportJob
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub. createImportJob(CreateImportJobRequest request)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a [KeyRing][google.cloud.kms.v1.KeyRing].com.google.common.util.concurrent.ListenableFuture<ImportJob>
KeyManagementServiceGrpc.KeyManagementServiceFutureStub. createImportJob(CreateImportJobRequest request)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a [KeyRing][google.cloud.kms.v1.KeyRing].void
KeyManagementServiceGrpc.KeyManagementServiceStub. createImportJob(CreateImportJobRequest request, io.grpc.stub.StreamObserver<ImportJob> responseObserver)
Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a [KeyRing][google.cloud.kms.v1.KeyRing].CreateImportJobRequest.Builder
CreateImportJobRequest.Builder. mergeFrom(CreateImportJobRequest other)
static CreateImportJobRequest.Builder
CreateImportJobRequest. newBuilder(CreateImportJobRequest prototype)
-
Uses of CreateImportJobRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type CreateImportJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateImportJobRequest,ImportJob>
GrpcKeyManagementServiceStub. createImportJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateImportJobRequest,ImportJob>
HttpJsonKeyManagementServiceStub. createImportJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateImportJobRequest,ImportJob>
KeyManagementServiceStub. createImportJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateImportJobRequest,ImportJob>
KeyManagementServiceStubSettings.Builder. createImportJobSettings()
Returns the builder for the settings used for calls to createImportJob.com.google.api.gax.rpc.UnaryCallSettings<CreateImportJobRequest,ImportJob>
KeyManagementServiceStubSettings. createImportJobSettings()
Returns the object with the settings used for calls to createImportJob.
-