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 CreateImportJobRequestCreateImportJobRequest.Builder. build()CreateImportJobRequestCreateImportJobRequest.Builder. buildPartial()static CreateImportJobRequestCreateImportJobRequest. getDefaultInstance()CreateImportJobRequestCreateImportJobRequest.Builder. getDefaultInstanceForType()CreateImportJobRequestCreateImportJobRequest. getDefaultInstanceForType()static CreateImportJobRequestCreateImportJobRequest. parseDelimitedFrom(InputStream input)static CreateImportJobRequestCreateImportJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateImportJobRequestCreateImportJobRequest. parseFrom(byte[] data)static CreateImportJobRequestCreateImportJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateImportJobRequestCreateImportJobRequest. parseFrom(com.google.protobuf.ByteString data)static CreateImportJobRequestCreateImportJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateImportJobRequestCreateImportJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateImportJobRequestCreateImportJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateImportJobRequestCreateImportJobRequest. parseFrom(InputStream input)static CreateImportJobRequestCreateImportJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateImportJobRequestCreateImportJobRequest. parseFrom(ByteBuffer data)static CreateImportJobRequestCreateImportJobRequest. 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 ImportJobKeyManagementServiceClient. createImportJob(CreateImportJobRequest request)Create a new [ImportJob][google.cloud.kms.v1.ImportJob] within a [KeyRing][google.cloud.kms.v1.KeyRing].default voidKeyManagementServiceGrpc.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].ImportJobKeyManagementServiceGrpc.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].voidKeyManagementServiceGrpc.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.BuilderCreateImportJobRequest.Builder. mergeFrom(CreateImportJobRequest other)static CreateImportJobRequest.BuilderCreateImportJobRequest. 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.
-