Uses of Class
com.google.privacy.dlp.v2.ReidentifyContentRequest
-
Packages that use ReidentifyContentRequest 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 ReidentifyContentRequest in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return types with arguments of type ReidentifyContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse>DlpServiceClient. reidentifyContentCallable()Re-identifies content that has been de-identified.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReidentifyContentRequest,ReidentifyContentResponse>DlpServiceSettings.Builder. reidentifyContentSettings()Returns the builder for the settings used for calls to reidentifyContent.com.google.api.gax.rpc.UnaryCallSettings<ReidentifyContentRequest,ReidentifyContentResponse>DlpServiceSettings. reidentifyContentSettings()Returns the object with the settings used for calls to reidentifyContent.Methods in com.google.cloud.dlp.v2 with parameters of type ReidentifyContentRequest Modifier and Type Method Description ReidentifyContentResponseDlpServiceClient. reidentifyContent(ReidentifyContentRequest request)Re-identifies content that has been de-identified. -
Uses of ReidentifyContentRequest in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type ReidentifyContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse>DlpServiceStub. reidentifyContentCallable()com.google.api.gax.rpc.UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse>GrpcDlpServiceStub. reidentifyContentCallable()com.google.api.gax.rpc.UnaryCallable<ReidentifyContentRequest,ReidentifyContentResponse>HttpJsonDlpServiceStub. reidentifyContentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ReidentifyContentRequest,ReidentifyContentResponse>DlpServiceStubSettings.Builder. reidentifyContentSettings()Returns the builder for the settings used for calls to reidentifyContent.com.google.api.gax.rpc.UnaryCallSettings<ReidentifyContentRequest,ReidentifyContentResponse>DlpServiceStubSettings. reidentifyContentSettings()Returns the object with the settings used for calls to reidentifyContent. -
Uses of ReidentifyContentRequest in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return ReidentifyContentRequest Modifier and Type Method Description ReidentifyContentRequestReidentifyContentRequest.Builder. build()ReidentifyContentRequestReidentifyContentRequest.Builder. buildPartial()static ReidentifyContentRequestReidentifyContentRequest. getDefaultInstance()ReidentifyContentRequestReidentifyContentRequest.Builder. getDefaultInstanceForType()ReidentifyContentRequestReidentifyContentRequest. getDefaultInstanceForType()static ReidentifyContentRequestReidentifyContentRequest. parseDelimitedFrom(InputStream input)static ReidentifyContentRequestReidentifyContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(byte[] data)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(com.google.protobuf.ByteString data)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(InputStream input)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(ByteBuffer data)static ReidentifyContentRequestReidentifyContentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type ReidentifyContentRequest Modifier and Type Method Description com.google.protobuf.Parser<ReidentifyContentRequest>ReidentifyContentRequest. getParserForType()static io.grpc.MethodDescriptor<ReidentifyContentRequest,ReidentifyContentResponse>DlpServiceGrpc. getReidentifyContentMethod()static com.google.protobuf.Parser<ReidentifyContentRequest>ReidentifyContentRequest. parser()Methods in com.google.privacy.dlp.v2 with parameters of type ReidentifyContentRequest Modifier and Type Method Description ReidentifyContentRequest.BuilderReidentifyContentRequest.Builder. mergeFrom(ReidentifyContentRequest other)static ReidentifyContentRequest.BuilderReidentifyContentRequest. newBuilder(ReidentifyContentRequest prototype)default voidDlpServiceGrpc.AsyncService. reidentifyContent(ReidentifyContentRequest request, io.grpc.stub.StreamObserver<ReidentifyContentResponse> responseObserver)Re-identifies content that has been de-identified.ReidentifyContentResponseDlpServiceGrpc.DlpServiceBlockingStub. reidentifyContent(ReidentifyContentRequest request)Re-identifies content that has been de-identified.com.google.common.util.concurrent.ListenableFuture<ReidentifyContentResponse>DlpServiceGrpc.DlpServiceFutureStub. reidentifyContent(ReidentifyContentRequest request)Re-identifies content that has been de-identified.voidDlpServiceGrpc.DlpServiceStub. reidentifyContent(ReidentifyContentRequest request, io.grpc.stub.StreamObserver<ReidentifyContentResponse> responseObserver)Re-identifies content that has been de-identified.
-