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 DlpJob
DlpServiceClient. 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 GetDlpJobRequest
GetDlpJobRequest.Builder. build()
GetDlpJobRequest
GetDlpJobRequest.Builder. buildPartial()
static GetDlpJobRequest
GetDlpJobRequest. getDefaultInstance()
GetDlpJobRequest
GetDlpJobRequest.Builder. getDefaultInstanceForType()
GetDlpJobRequest
GetDlpJobRequest. getDefaultInstanceForType()
static GetDlpJobRequest
GetDlpJobRequest. parseDelimitedFrom(InputStream input)
static GetDlpJobRequest
GetDlpJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDlpJobRequest
GetDlpJobRequest. parseFrom(byte[] data)
static GetDlpJobRequest
GetDlpJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDlpJobRequest
GetDlpJobRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDlpJobRequest
GetDlpJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDlpJobRequest
GetDlpJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDlpJobRequest
GetDlpJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDlpJobRequest
GetDlpJobRequest. parseFrom(InputStream input)
static GetDlpJobRequest
GetDlpJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDlpJobRequest
GetDlpJobRequest. parseFrom(ByteBuffer data)
static GetDlpJobRequest
GetDlpJobRequest. 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 void
DlpServiceGrpc.AsyncService. getDlpJob(GetDlpJobRequest request, io.grpc.stub.StreamObserver<DlpJob> responseObserver)
Gets the latest state of a long-running DlpJob.DlpJob
DlpServiceGrpc.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.void
DlpServiceGrpc.DlpServiceStub. getDlpJob(GetDlpJobRequest request, io.grpc.stub.StreamObserver<DlpJob> responseObserver)
Gets the latest state of a long-running DlpJob.GetDlpJobRequest.Builder
GetDlpJobRequest.Builder. mergeFrom(GetDlpJobRequest other)
static GetDlpJobRequest.Builder
GetDlpJobRequest. newBuilder(GetDlpJobRequest prototype)
-