Uses of Class
com.google.privacy.dlp.v2.CancelDlpJobRequest
-
Packages that use CancelDlpJobRequest Package Description com.google.cloud.dlp.v2 A client to Cloud Data Loss Prevention (DLP) APIcom.google.cloud.dlp.v2.stub com.google.privacy.dlp.v2 -
-
Uses of CancelDlpJobRequest in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return types with arguments of type CancelDlpJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelDlpJobRequest,com.google.protobuf.Empty>DlpServiceClient. cancelDlpJobCallable()Starts asynchronous cancellation on a long-running DlpJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelDlpJobRequest,com.google.protobuf.Empty>DlpServiceSettings.Builder. cancelDlpJobSettings()Returns the builder for the settings used for calls to cancelDlpJob.com.google.api.gax.rpc.UnaryCallSettings<CancelDlpJobRequest,com.google.protobuf.Empty>DlpServiceSettings. cancelDlpJobSettings()Returns the object with the settings used for calls to cancelDlpJob.Methods in com.google.cloud.dlp.v2 with parameters of type CancelDlpJobRequest Modifier and Type Method Description voidDlpServiceClient. cancelDlpJob(CancelDlpJobRequest request)Starts asynchronous cancellation on a long-running DlpJob. -
Uses of CancelDlpJobRequest in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type CancelDlpJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelDlpJobRequest,com.google.protobuf.Empty>DlpServiceStub. cancelDlpJobCallable()com.google.api.gax.rpc.UnaryCallable<CancelDlpJobRequest,com.google.protobuf.Empty>GrpcDlpServiceStub. cancelDlpJobCallable()com.google.api.gax.rpc.UnaryCallable<CancelDlpJobRequest,com.google.protobuf.Empty>HttpJsonDlpServiceStub. cancelDlpJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelDlpJobRequest,com.google.protobuf.Empty>DlpServiceStubSettings.Builder. cancelDlpJobSettings()Returns the builder for the settings used for calls to cancelDlpJob.com.google.api.gax.rpc.UnaryCallSettings<CancelDlpJobRequest,com.google.protobuf.Empty>DlpServiceStubSettings. cancelDlpJobSettings()Returns the object with the settings used for calls to cancelDlpJob. -
Uses of CancelDlpJobRequest in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return CancelDlpJobRequest Modifier and Type Method Description CancelDlpJobRequestCancelDlpJobRequest.Builder. build()CancelDlpJobRequestCancelDlpJobRequest.Builder. buildPartial()static CancelDlpJobRequestCancelDlpJobRequest. getDefaultInstance()CancelDlpJobRequestCancelDlpJobRequest.Builder. getDefaultInstanceForType()CancelDlpJobRequestCancelDlpJobRequest. getDefaultInstanceForType()static CancelDlpJobRequestCancelDlpJobRequest. parseDelimitedFrom(InputStream input)static CancelDlpJobRequestCancelDlpJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(byte[] data)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(com.google.protobuf.ByteString data)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(InputStream input)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(ByteBuffer data)static CancelDlpJobRequestCancelDlpJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type CancelDlpJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CancelDlpJobRequest,com.google.protobuf.Empty>DlpServiceGrpc. getCancelDlpJobMethod()com.google.protobuf.Parser<CancelDlpJobRequest>CancelDlpJobRequest. getParserForType()static com.google.protobuf.Parser<CancelDlpJobRequest>CancelDlpJobRequest. parser()Methods in com.google.privacy.dlp.v2 with parameters of type CancelDlpJobRequest Modifier and Type Method Description default voidDlpServiceGrpc.AsyncService. cancelDlpJob(CancelDlpJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Starts asynchronous cancellation on a long-running DlpJob.com.google.protobuf.EmptyDlpServiceGrpc.DlpServiceBlockingStub. cancelDlpJob(CancelDlpJobRequest request)Starts asynchronous cancellation on a long-running DlpJob.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>DlpServiceGrpc.DlpServiceFutureStub. cancelDlpJob(CancelDlpJobRequest request)Starts asynchronous cancellation on a long-running DlpJob.voidDlpServiceGrpc.DlpServiceStub. cancelDlpJob(CancelDlpJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Starts asynchronous cancellation on a long-running DlpJob.CancelDlpJobRequest.BuilderCancelDlpJobRequest.Builder. mergeFrom(CancelDlpJobRequest other)static CancelDlpJobRequest.BuilderCancelDlpJobRequest. newBuilder(CancelDlpJobRequest prototype)
-