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