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 void
DlpServiceClient. 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 CancelDlpJobRequest
CancelDlpJobRequest.Builder. build()
CancelDlpJobRequest
CancelDlpJobRequest.Builder. buildPartial()
static CancelDlpJobRequest
CancelDlpJobRequest. getDefaultInstance()
CancelDlpJobRequest
CancelDlpJobRequest.Builder. getDefaultInstanceForType()
CancelDlpJobRequest
CancelDlpJobRequest. getDefaultInstanceForType()
static CancelDlpJobRequest
CancelDlpJobRequest. parseDelimitedFrom(InputStream input)
static CancelDlpJobRequest
CancelDlpJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDlpJobRequest
CancelDlpJobRequest. parseFrom(byte[] data)
static CancelDlpJobRequest
CancelDlpJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDlpJobRequest
CancelDlpJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CancelDlpJobRequest
CancelDlpJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDlpJobRequest
CancelDlpJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CancelDlpJobRequest
CancelDlpJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDlpJobRequest
CancelDlpJobRequest. parseFrom(InputStream input)
static CancelDlpJobRequest
CancelDlpJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelDlpJobRequest
CancelDlpJobRequest. parseFrom(ByteBuffer data)
static CancelDlpJobRequest
CancelDlpJobRequest. 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 void
DlpServiceGrpc.AsyncService. cancelDlpJob(CancelDlpJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Starts asynchronous cancellation on a long-running DlpJob.com.google.protobuf.Empty
DlpServiceGrpc.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.void
DlpServiceGrpc.DlpServiceStub. cancelDlpJob(CancelDlpJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Starts asynchronous cancellation on a long-running DlpJob.CancelDlpJobRequest.Builder
CancelDlpJobRequest.Builder. mergeFrom(CancelDlpJobRequest other)
static CancelDlpJobRequest.Builder
CancelDlpJobRequest. newBuilder(CancelDlpJobRequest prototype)
-