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 ReidentifyContentResponse
DlpServiceClient. 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 ReidentifyContentRequest
ReidentifyContentRequest.Builder. build()
ReidentifyContentRequest
ReidentifyContentRequest.Builder. buildPartial()
static ReidentifyContentRequest
ReidentifyContentRequest. getDefaultInstance()
ReidentifyContentRequest
ReidentifyContentRequest.Builder. getDefaultInstanceForType()
ReidentifyContentRequest
ReidentifyContentRequest. getDefaultInstanceForType()
static ReidentifyContentRequest
ReidentifyContentRequest. parseDelimitedFrom(InputStream input)
static ReidentifyContentRequest
ReidentifyContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentRequest
ReidentifyContentRequest. parseFrom(byte[] data)
static ReidentifyContentRequest
ReidentifyContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentRequest
ReidentifyContentRequest. parseFrom(com.google.protobuf.ByteString data)
static ReidentifyContentRequest
ReidentifyContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentRequest
ReidentifyContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ReidentifyContentRequest
ReidentifyContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentRequest
ReidentifyContentRequest. parseFrom(InputStream input)
static ReidentifyContentRequest
ReidentifyContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentRequest
ReidentifyContentRequest. parseFrom(ByteBuffer data)
static ReidentifyContentRequest
ReidentifyContentRequest. 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.Builder
ReidentifyContentRequest.Builder. mergeFrom(ReidentifyContentRequest other)
static ReidentifyContentRequest.Builder
ReidentifyContentRequest. newBuilder(ReidentifyContentRequest prototype)
default void
DlpServiceGrpc.AsyncService. reidentifyContent(ReidentifyContentRequest request, io.grpc.stub.StreamObserver<ReidentifyContentResponse> responseObserver)
Re-identifies content that has been de-identified.ReidentifyContentResponse
DlpServiceGrpc.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.void
DlpServiceGrpc.DlpServiceStub. reidentifyContent(ReidentifyContentRequest request, io.grpc.stub.StreamObserver<ReidentifyContentResponse> responseObserver)
Re-identifies content that has been de-identified.
-