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 InspectContentResponse
DlpServiceClient. 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 InspectContentResponse
InspectContentResponse.Builder. build()
InspectContentResponse
InspectContentResponse.Builder. buildPartial()
static InspectContentResponse
InspectContentResponse. getDefaultInstance()
InspectContentResponse
InspectContentResponse.Builder. getDefaultInstanceForType()
InspectContentResponse
InspectContentResponse. getDefaultInstanceForType()
InspectContentResponse
DlpServiceGrpc.DlpServiceBlockingStub. inspectContent(InspectContentRequest request)
Finds potentially sensitive info in content.static InspectContentResponse
InspectContentResponse. parseDelimitedFrom(InputStream input)
static InspectContentResponse
InspectContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectContentResponse
InspectContentResponse. parseFrom(byte[] data)
static InspectContentResponse
InspectContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectContentResponse
InspectContentResponse. parseFrom(com.google.protobuf.ByteString data)
static InspectContentResponse
InspectContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectContentResponse
InspectContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static InspectContentResponse
InspectContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectContentResponse
InspectContentResponse. parseFrom(InputStream input)
static InspectContentResponse
InspectContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectContentResponse
InspectContentResponse. parseFrom(ByteBuffer data)
static InspectContentResponse
InspectContentResponse. 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.Builder
InspectContentResponse.Builder. mergeFrom(InspectContentResponse other)
static InspectContentResponse.Builder
InspectContentResponse. newBuilder(InspectContentResponse prototype)
Method parameters in com.google.privacy.dlp.v2 with type arguments of type InspectContentResponse Modifier and Type Method Description default void
DlpServiceGrpc.AsyncService. inspectContent(InspectContentRequest request, io.grpc.stub.StreamObserver<InspectContentResponse> responseObserver)
Finds potentially sensitive info in content.void
DlpServiceGrpc.DlpServiceStub. inspectContent(InspectContentRequest request, io.grpc.stub.StreamObserver<InspectContentResponse> responseObserver)
Finds potentially sensitive info in content.
-