Uses of Class
com.google.privacy.dlp.v2.DeidentifyContentRequest
-
Packages that use DeidentifyContentRequest 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 DeidentifyContentRequest in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return types with arguments of type DeidentifyContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse>DlpServiceClient. deidentifyContentCallable()De-identifies potentially sensitive info from a ContentItem.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeidentifyContentRequest,DeidentifyContentResponse>DlpServiceSettings.Builder. deidentifyContentSettings()Returns the builder for the settings used for calls to deidentifyContent.com.google.api.gax.rpc.UnaryCallSettings<DeidentifyContentRequest,DeidentifyContentResponse>DlpServiceSettings. deidentifyContentSettings()Returns the object with the settings used for calls to deidentifyContent.Methods in com.google.cloud.dlp.v2 with parameters of type DeidentifyContentRequest Modifier and Type Method Description DeidentifyContentResponseDlpServiceClient. deidentifyContent(DeidentifyContentRequest request)De-identifies potentially sensitive info from a ContentItem. -
Uses of DeidentifyContentRequest in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type DeidentifyContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse>DlpServiceStub. deidentifyContentCallable()com.google.api.gax.rpc.UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse>GrpcDlpServiceStub. deidentifyContentCallable()com.google.api.gax.rpc.UnaryCallable<DeidentifyContentRequest,DeidentifyContentResponse>HttpJsonDlpServiceStub. deidentifyContentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeidentifyContentRequest,DeidentifyContentResponse>DlpServiceStubSettings.Builder. deidentifyContentSettings()Returns the builder for the settings used for calls to deidentifyContent.com.google.api.gax.rpc.UnaryCallSettings<DeidentifyContentRequest,DeidentifyContentResponse>DlpServiceStubSettings. deidentifyContentSettings()Returns the object with the settings used for calls to deidentifyContent. -
Uses of DeidentifyContentRequest in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return DeidentifyContentRequest Modifier and Type Method Description DeidentifyContentRequestDeidentifyContentRequest.Builder. build()DeidentifyContentRequestDeidentifyContentRequest.Builder. buildPartial()static DeidentifyContentRequestDeidentifyContentRequest. getDefaultInstance()DeidentifyContentRequestDeidentifyContentRequest.Builder. getDefaultInstanceForType()DeidentifyContentRequestDeidentifyContentRequest. getDefaultInstanceForType()static DeidentifyContentRequestDeidentifyContentRequest. parseDelimitedFrom(InputStream input)static DeidentifyContentRequestDeidentifyContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(byte[] data)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(com.google.protobuf.ByteString data)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(InputStream input)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(ByteBuffer data)static DeidentifyContentRequestDeidentifyContentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type DeidentifyContentRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeidentifyContentRequest,DeidentifyContentResponse>DlpServiceGrpc. getDeidentifyContentMethod()com.google.protobuf.Parser<DeidentifyContentRequest>DeidentifyContentRequest. getParserForType()static com.google.protobuf.Parser<DeidentifyContentRequest>DeidentifyContentRequest. parser()Methods in com.google.privacy.dlp.v2 with parameters of type DeidentifyContentRequest Modifier and Type Method Description default voidDlpServiceGrpc.AsyncService. deidentifyContent(DeidentifyContentRequest request, io.grpc.stub.StreamObserver<DeidentifyContentResponse> responseObserver)De-identifies potentially sensitive info from a ContentItem.DeidentifyContentResponseDlpServiceGrpc.DlpServiceBlockingStub. deidentifyContent(DeidentifyContentRequest request)De-identifies potentially sensitive info from a ContentItem.com.google.common.util.concurrent.ListenableFuture<DeidentifyContentResponse>DlpServiceGrpc.DlpServiceFutureStub. deidentifyContent(DeidentifyContentRequest request)De-identifies potentially sensitive info from a ContentItem.voidDlpServiceGrpc.DlpServiceStub. deidentifyContent(DeidentifyContentRequest request, io.grpc.stub.StreamObserver<DeidentifyContentResponse> responseObserver)De-identifies potentially sensitive info from a ContentItem.DeidentifyContentRequest.BuilderDeidentifyContentRequest.Builder. mergeFrom(DeidentifyContentRequest other)static DeidentifyContentRequest.BuilderDeidentifyContentRequest. newBuilder(DeidentifyContentRequest prototype)
-