Uses of Class
com.google.privacy.dlp.v2.ReidentifyContentResponse
-
Packages that use ReidentifyContentResponse 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 ReidentifyContentResponse in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return ReidentifyContentResponse Modifier and Type Method Description ReidentifyContentResponseDlpServiceClient. reidentifyContent(ReidentifyContentRequest request)Re-identifies content that has been de-identified.Methods in com.google.cloud.dlp.v2 that return types with arguments of type ReidentifyContentResponse 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. -
Uses of ReidentifyContentResponse in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type ReidentifyContentResponse 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 ReidentifyContentResponse in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return ReidentifyContentResponse Modifier and Type Method Description ReidentifyContentResponseReidentifyContentResponse.Builder. build()ReidentifyContentResponseReidentifyContentResponse.Builder. buildPartial()static ReidentifyContentResponseReidentifyContentResponse. getDefaultInstance()ReidentifyContentResponseReidentifyContentResponse.Builder. getDefaultInstanceForType()ReidentifyContentResponseReidentifyContentResponse. getDefaultInstanceForType()static ReidentifyContentResponseReidentifyContentResponse. parseDelimitedFrom(InputStream input)static ReidentifyContentResponseReidentifyContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(byte[] data)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(com.google.protobuf.ByteString data)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(InputStream input)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(ByteBuffer data)static ReidentifyContentResponseReidentifyContentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ReidentifyContentResponseDlpServiceGrpc.DlpServiceBlockingStub. reidentifyContent(ReidentifyContentRequest request)Re-identifies content that has been de-identified.Methods in com.google.privacy.dlp.v2 that return types with arguments of type ReidentifyContentResponse Modifier and Type Method Description com.google.protobuf.Parser<ReidentifyContentResponse>ReidentifyContentResponse. getParserForType()static io.grpc.MethodDescriptor<ReidentifyContentRequest,ReidentifyContentResponse>DlpServiceGrpc. getReidentifyContentMethod()static com.google.protobuf.Parser<ReidentifyContentResponse>ReidentifyContentResponse. parser()com.google.common.util.concurrent.ListenableFuture<ReidentifyContentResponse>DlpServiceGrpc.DlpServiceFutureStub. reidentifyContent(ReidentifyContentRequest request)Re-identifies content that has been de-identified.Methods in com.google.privacy.dlp.v2 with parameters of type ReidentifyContentResponse Modifier and Type Method Description ReidentifyContentResponse.BuilderReidentifyContentResponse.Builder. mergeFrom(ReidentifyContentResponse other)static ReidentifyContentResponse.BuilderReidentifyContentResponse. newBuilder(ReidentifyContentResponse prototype)Method parameters in com.google.privacy.dlp.v2 with type arguments of type ReidentifyContentResponse Modifier and Type Method Description default voidDlpServiceGrpc.AsyncService. reidentifyContent(ReidentifyContentRequest request, io.grpc.stub.StreamObserver<ReidentifyContentResponse> responseObserver)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.
-