Uses of Class
com.google.privacy.dlp.v2.DeidentifyContentResponse
-
Packages that use DeidentifyContentResponse 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 DeidentifyContentResponse in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return DeidentifyContentResponse Modifier and Type Method Description DeidentifyContentResponseDlpServiceClient. deidentifyContent(DeidentifyContentRequest request)De-identifies potentially sensitive info from a ContentItem.Methods in com.google.cloud.dlp.v2 that return types with arguments of type DeidentifyContentResponse 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. -
Uses of DeidentifyContentResponse in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type DeidentifyContentResponse 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 DeidentifyContentResponse in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return DeidentifyContentResponse Modifier and Type Method Description DeidentifyContentResponseDeidentifyContentResponse.Builder. build()DeidentifyContentResponseDeidentifyContentResponse.Builder. buildPartial()DeidentifyContentResponseDlpServiceGrpc.DlpServiceBlockingStub. deidentifyContent(DeidentifyContentRequest request)De-identifies potentially sensitive info from a ContentItem.static DeidentifyContentResponseDeidentifyContentResponse. getDefaultInstance()DeidentifyContentResponseDeidentifyContentResponse.Builder. getDefaultInstanceForType()DeidentifyContentResponseDeidentifyContentResponse. getDefaultInstanceForType()static DeidentifyContentResponseDeidentifyContentResponse. parseDelimitedFrom(InputStream input)static DeidentifyContentResponseDeidentifyContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(byte[] data)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(com.google.protobuf.ByteString data)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(InputStream input)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(ByteBuffer data)static DeidentifyContentResponseDeidentifyContentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type DeidentifyContentResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DeidentifyContentResponse>DlpServiceGrpc.DlpServiceFutureStub. deidentifyContent(DeidentifyContentRequest request)De-identifies potentially sensitive info from a ContentItem.static io.grpc.MethodDescriptor<DeidentifyContentRequest,DeidentifyContentResponse>DlpServiceGrpc. getDeidentifyContentMethod()com.google.protobuf.Parser<DeidentifyContentResponse>DeidentifyContentResponse. getParserForType()static com.google.protobuf.Parser<DeidentifyContentResponse>DeidentifyContentResponse. parser()Methods in com.google.privacy.dlp.v2 with parameters of type DeidentifyContentResponse Modifier and Type Method Description DeidentifyContentResponse.BuilderDeidentifyContentResponse.Builder. mergeFrom(DeidentifyContentResponse other)static DeidentifyContentResponse.BuilderDeidentifyContentResponse. newBuilder(DeidentifyContentResponse prototype)Method parameters in com.google.privacy.dlp.v2 with type arguments of type DeidentifyContentResponse 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.voidDlpServiceGrpc.DlpServiceStub. deidentifyContent(DeidentifyContentRequest request, io.grpc.stub.StreamObserver<DeidentifyContentResponse> responseObserver)De-identifies potentially sensitive info from a ContentItem.
-