Uses of Class
com.google.privacy.dlp.v2.GetDlpJobRequest
-
Packages that use GetDlpJobRequest 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 GetDlpJobRequest in com.google.cloud.dlp.v2
Methods in com.google.cloud.dlp.v2 that return types with arguments of type GetDlpJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDlpJobRequest,DlpJob>DlpServiceClient. getDlpJobCallable()Gets the latest state of a long-running DlpJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDlpJobRequest,DlpJob>DlpServiceSettings.Builder. getDlpJobSettings()Returns the builder for the settings used for calls to getDlpJob.com.google.api.gax.rpc.UnaryCallSettings<GetDlpJobRequest,DlpJob>DlpServiceSettings. getDlpJobSettings()Returns the object with the settings used for calls to getDlpJob.Methods in com.google.cloud.dlp.v2 with parameters of type GetDlpJobRequest Modifier and Type Method Description DlpJobDlpServiceClient. getDlpJob(GetDlpJobRequest request)Gets the latest state of a long-running DlpJob. -
Uses of GetDlpJobRequest in com.google.cloud.dlp.v2.stub
Methods in com.google.cloud.dlp.v2.stub that return types with arguments of type GetDlpJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDlpJobRequest,DlpJob>DlpServiceStub. getDlpJobCallable()com.google.api.gax.rpc.UnaryCallable<GetDlpJobRequest,DlpJob>GrpcDlpServiceStub. getDlpJobCallable()com.google.api.gax.rpc.UnaryCallable<GetDlpJobRequest,DlpJob>HttpJsonDlpServiceStub. getDlpJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDlpJobRequest,DlpJob>DlpServiceStubSettings.Builder. getDlpJobSettings()Returns the builder for the settings used for calls to getDlpJob.com.google.api.gax.rpc.UnaryCallSettings<GetDlpJobRequest,DlpJob>DlpServiceStubSettings. getDlpJobSettings()Returns the object with the settings used for calls to getDlpJob. -
Uses of GetDlpJobRequest in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return GetDlpJobRequest Modifier and Type Method Description GetDlpJobRequestGetDlpJobRequest.Builder. build()GetDlpJobRequestGetDlpJobRequest.Builder. buildPartial()static GetDlpJobRequestGetDlpJobRequest. getDefaultInstance()GetDlpJobRequestGetDlpJobRequest.Builder. getDefaultInstanceForType()GetDlpJobRequestGetDlpJobRequest. getDefaultInstanceForType()static GetDlpJobRequestGetDlpJobRequest. parseDelimitedFrom(InputStream input)static GetDlpJobRequestGetDlpJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDlpJobRequestGetDlpJobRequest. parseFrom(byte[] data)static GetDlpJobRequestGetDlpJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDlpJobRequestGetDlpJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetDlpJobRequestGetDlpJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDlpJobRequestGetDlpJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDlpJobRequestGetDlpJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDlpJobRequestGetDlpJobRequest. parseFrom(InputStream input)static GetDlpJobRequestGetDlpJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDlpJobRequestGetDlpJobRequest. parseFrom(ByteBuffer data)static GetDlpJobRequestGetDlpJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type GetDlpJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetDlpJobRequest,DlpJob>DlpServiceGrpc. getGetDlpJobMethod()com.google.protobuf.Parser<GetDlpJobRequest>GetDlpJobRequest. getParserForType()static com.google.protobuf.Parser<GetDlpJobRequest>GetDlpJobRequest. parser()Methods in com.google.privacy.dlp.v2 with parameters of type GetDlpJobRequest Modifier and Type Method Description default voidDlpServiceGrpc.AsyncService. getDlpJob(GetDlpJobRequest request, io.grpc.stub.StreamObserver<DlpJob> responseObserver)Gets the latest state of a long-running DlpJob.DlpJobDlpServiceGrpc.DlpServiceBlockingStub. getDlpJob(GetDlpJobRequest request)Gets the latest state of a long-running DlpJob.com.google.common.util.concurrent.ListenableFuture<DlpJob>DlpServiceGrpc.DlpServiceFutureStub. getDlpJob(GetDlpJobRequest request)Gets the latest state of a long-running DlpJob.voidDlpServiceGrpc.DlpServiceStub. getDlpJob(GetDlpJobRequest request, io.grpc.stub.StreamObserver<DlpJob> responseObserver)Gets the latest state of a long-running DlpJob.GetDlpJobRequest.BuilderGetDlpJobRequest.Builder. mergeFrom(GetDlpJobRequest other)static GetDlpJobRequest.BuilderGetDlpJobRequest. newBuilder(GetDlpJobRequest prototype)
-