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