Uses of Class
com.google.privacy.dlp.v2.InspectContentResponse
-
Packages that use InspectContentResponse 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 InspectContentResponse in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return InspectContentResponse Modifier and Type Method Description InspectContentResponseDlpServiceClient. inspectContent(InspectContentRequest request)Finds potentially sensitive info in content.Methods in com.google.cloud.dlp.v2 that return types with arguments of type InspectContentResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InspectContentRequest,InspectContentResponse>DlpServiceClient. inspectContentCallable()Finds potentially sensitive info in content.com.google.api.gax.rpc.UnaryCallSettings.Builder<InspectContentRequest,InspectContentResponse>DlpServiceSettings.Builder. inspectContentSettings()Returns the builder for the settings used for calls to inspectContent.com.google.api.gax.rpc.UnaryCallSettings<InspectContentRequest,InspectContentResponse>DlpServiceSettings. inspectContentSettings()Returns the object with the settings used for calls to inspectContent. -
Uses of InspectContentResponse in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type InspectContentResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InspectContentRequest,InspectContentResponse>DlpServiceStub. inspectContentCallable()com.google.api.gax.rpc.UnaryCallable<InspectContentRequest,InspectContentResponse>GrpcDlpServiceStub. inspectContentCallable()com.google.api.gax.rpc.UnaryCallable<InspectContentRequest,InspectContentResponse>HttpJsonDlpServiceStub. inspectContentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<InspectContentRequest,InspectContentResponse>DlpServiceStubSettings.Builder. inspectContentSettings()Returns the builder for the settings used for calls to inspectContent.com.google.api.gax.rpc.UnaryCallSettings<InspectContentRequest,InspectContentResponse>DlpServiceStubSettings. inspectContentSettings()Returns the object with the settings used for calls to inspectContent. -
Uses of InspectContentResponse in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return InspectContentResponse Modifier and Type Method Description InspectContentResponseInspectContentResponse.Builder. build()InspectContentResponseInspectContentResponse.Builder. buildPartial()static InspectContentResponseInspectContentResponse. getDefaultInstance()InspectContentResponseInspectContentResponse.Builder. getDefaultInstanceForType()InspectContentResponseInspectContentResponse. getDefaultInstanceForType()InspectContentResponseDlpServiceGrpc.DlpServiceBlockingStub. inspectContent(InspectContentRequest request)Finds potentially sensitive info in content.static InspectContentResponseInspectContentResponse. parseDelimitedFrom(InputStream input)static InspectContentResponseInspectContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectContentResponseInspectContentResponse. parseFrom(byte[] data)static InspectContentResponseInspectContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectContentResponseInspectContentResponse. parseFrom(com.google.protobuf.ByteString data)static InspectContentResponseInspectContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectContentResponseInspectContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static InspectContentResponseInspectContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectContentResponseInspectContentResponse. parseFrom(InputStream input)static InspectContentResponseInspectContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectContentResponseInspectContentResponse. parseFrom(ByteBuffer data)static InspectContentResponseInspectContentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type InspectContentResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<InspectContentRequest,InspectContentResponse>DlpServiceGrpc. getInspectContentMethod()com.google.protobuf.Parser<InspectContentResponse>InspectContentResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<InspectContentResponse>DlpServiceGrpc.DlpServiceFutureStub. inspectContent(InspectContentRequest request)Finds potentially sensitive info in content.static com.google.protobuf.Parser<InspectContentResponse>InspectContentResponse. parser()Methods in com.google.privacy.dlp.v2 with parameters of type InspectContentResponse Modifier and Type Method Description InspectContentResponse.BuilderInspectContentResponse.Builder. mergeFrom(InspectContentResponse other)static InspectContentResponse.BuilderInspectContentResponse. newBuilder(InspectContentResponse prototype)Method parameters in com.google.privacy.dlp.v2 with type arguments of type InspectContentResponse Modifier and Type Method Description default voidDlpServiceGrpc.AsyncService. inspectContent(InspectContentRequest request, io.grpc.stub.StreamObserver<InspectContentResponse> responseObserver)Finds potentially sensitive info in content.voidDlpServiceGrpc.DlpServiceStub. inspectContent(InspectContentRequest request, io.grpc.stub.StreamObserver<InspectContentResponse> responseObserver)Finds potentially sensitive info in content.
-