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 ReidentifyContentResponse
DlpServiceClient. 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 ReidentifyContentResponse
ReidentifyContentResponse.Builder. build()
ReidentifyContentResponse
ReidentifyContentResponse.Builder. buildPartial()
static ReidentifyContentResponse
ReidentifyContentResponse. getDefaultInstance()
ReidentifyContentResponse
ReidentifyContentResponse.Builder. getDefaultInstanceForType()
ReidentifyContentResponse
ReidentifyContentResponse. getDefaultInstanceForType()
static ReidentifyContentResponse
ReidentifyContentResponse. parseDelimitedFrom(InputStream input)
static ReidentifyContentResponse
ReidentifyContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(byte[] data)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(com.google.protobuf.ByteString data)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(InputStream input)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(ByteBuffer data)
static ReidentifyContentResponse
ReidentifyContentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReidentifyContentResponse
DlpServiceGrpc.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.Builder
ReidentifyContentResponse.Builder. mergeFrom(ReidentifyContentResponse other)
static ReidentifyContentResponse.Builder
ReidentifyContentResponse. newBuilder(ReidentifyContentResponse prototype)
Method parameters in com.google.privacy.dlp.v2 with type arguments of type ReidentifyContentResponse Modifier and Type Method Description default void
DlpServiceGrpc.AsyncService. reidentifyContent(ReidentifyContentRequest request, io.grpc.stub.StreamObserver<ReidentifyContentResponse> responseObserver)
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.
-