Uses of Class
com.google.cloud.dataplex.v1.RunTaskResponse
-
Packages that use RunTaskResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of RunTaskResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return RunTaskResponse Modifier and Type Method Description RunTaskResponse
RunTaskResponse.Builder. build()
RunTaskResponse
RunTaskResponse.Builder. buildPartial()
static RunTaskResponse
RunTaskResponse. getDefaultInstance()
RunTaskResponse
RunTaskResponse.Builder. getDefaultInstanceForType()
RunTaskResponse
RunTaskResponse. getDefaultInstanceForType()
static RunTaskResponse
RunTaskResponse. parseDelimitedFrom(InputStream input)
static RunTaskResponse
RunTaskResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskResponse
RunTaskResponse. parseFrom(byte[] data)
static RunTaskResponse
RunTaskResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskResponse
RunTaskResponse. parseFrom(com.google.protobuf.ByteString data)
static RunTaskResponse
RunTaskResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskResponse
RunTaskResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RunTaskResponse
RunTaskResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskResponse
RunTaskResponse. parseFrom(InputStream input)
static RunTaskResponse
RunTaskResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskResponse
RunTaskResponse. parseFrom(ByteBuffer data)
static RunTaskResponse
RunTaskResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunTaskResponse
DataplexServiceClient. runTask(RunTaskRequest request)
Run an on demand execution of a Task.RunTaskResponse
DataplexServiceClient. runTask(TaskName name)
Run an on demand execution of a Task.RunTaskResponse
DataplexServiceClient. runTask(String name)
Run an on demand execution of a Task.RunTaskResponse
DataplexServiceGrpc.DataplexServiceBlockingStub. runTask(RunTaskRequest request)
Run an on demand execution of a Task.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type RunTaskResponse Modifier and Type Method Description com.google.protobuf.Parser<RunTaskResponse>
RunTaskResponse. getParserForType()
static io.grpc.MethodDescriptor<RunTaskRequest,RunTaskResponse>
DataplexServiceGrpc. getRunTaskMethod()
static com.google.protobuf.Parser<RunTaskResponse>
RunTaskResponse. parser()
com.google.common.util.concurrent.ListenableFuture<RunTaskResponse>
DataplexServiceGrpc.DataplexServiceFutureStub. runTask(RunTaskRequest request)
Run an on demand execution of a Task.com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,RunTaskResponse>
DataplexServiceClient. runTaskCallable()
Run an on demand execution of a Task.com.google.api.gax.rpc.UnaryCallSettings.Builder<RunTaskRequest,RunTaskResponse>
DataplexServiceSettings.Builder. runTaskSettings()
Returns the builder for the settings used for calls to runTask.com.google.api.gax.rpc.UnaryCallSettings<RunTaskRequest,RunTaskResponse>
DataplexServiceSettings. runTaskSettings()
Returns the object with the settings used for calls to runTask.Methods in com.google.cloud.dataplex.v1 with parameters of type RunTaskResponse Modifier and Type Method Description RunTaskResponse.Builder
RunTaskResponse.Builder. mergeFrom(RunTaskResponse other)
static RunTaskResponse.Builder
RunTaskResponse. newBuilder(RunTaskResponse prototype)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type RunTaskResponse Modifier and Type Method Description default void
DataplexServiceGrpc.AsyncService. runTask(RunTaskRequest request, io.grpc.stub.StreamObserver<RunTaskResponse> responseObserver)
Run an on demand execution of a Task.void
DataplexServiceGrpc.DataplexServiceStub. runTask(RunTaskRequest request, io.grpc.stub.StreamObserver<RunTaskResponse> responseObserver)
Run an on demand execution of a Task. -
Uses of RunTaskResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type RunTaskResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,RunTaskResponse>
DataplexServiceStub. runTaskCallable()
com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,RunTaskResponse>
GrpcDataplexServiceStub. runTaskCallable()
com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,RunTaskResponse>
HttpJsonDataplexServiceStub. runTaskCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RunTaskRequest,RunTaskResponse>
DataplexServiceStubSettings.Builder. runTaskSettings()
Returns the builder for the settings used for calls to runTask.com.google.api.gax.rpc.UnaryCallSettings<RunTaskRequest,RunTaskResponse>
DataplexServiceStubSettings. runTaskSettings()
Returns the object with the settings used for calls to runTask.
-