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 DeidentifyContentResponse
DlpServiceClient. 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 DeidentifyContentRequest
DeidentifyContentRequest.Builder. build()
DeidentifyContentRequest
DeidentifyContentRequest.Builder. buildPartial()
static DeidentifyContentRequest
DeidentifyContentRequest. getDefaultInstance()
DeidentifyContentRequest
DeidentifyContentRequest.Builder. getDefaultInstanceForType()
DeidentifyContentRequest
DeidentifyContentRequest. getDefaultInstanceForType()
static DeidentifyContentRequest
DeidentifyContentRequest. parseDelimitedFrom(InputStream input)
static DeidentifyContentRequest
DeidentifyContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyContentRequest
DeidentifyContentRequest. parseFrom(byte[] data)
static DeidentifyContentRequest
DeidentifyContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyContentRequest
DeidentifyContentRequest. parseFrom(com.google.protobuf.ByteString data)
static DeidentifyContentRequest
DeidentifyContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyContentRequest
DeidentifyContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeidentifyContentRequest
DeidentifyContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyContentRequest
DeidentifyContentRequest. parseFrom(InputStream input)
static DeidentifyContentRequest
DeidentifyContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeidentifyContentRequest
DeidentifyContentRequest. parseFrom(ByteBuffer data)
static DeidentifyContentRequest
DeidentifyContentRequest. 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 void
DlpServiceGrpc.AsyncService. deidentifyContent(DeidentifyContentRequest request, io.grpc.stub.StreamObserver<DeidentifyContentResponse> responseObserver)
De-identifies potentially sensitive info from a ContentItem.DeidentifyContentResponse
DlpServiceGrpc.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.void
DlpServiceGrpc.DlpServiceStub. deidentifyContent(DeidentifyContentRequest request, io.grpc.stub.StreamObserver<DeidentifyContentResponse> responseObserver)
De-identifies potentially sensitive info from a ContentItem.DeidentifyContentRequest.Builder
DeidentifyContentRequest.Builder. mergeFrom(DeidentifyContentRequest other)
static DeidentifyContentRequest.Builder
DeidentifyContentRequest. newBuilder(DeidentifyContentRequest prototype)
-