lib/google/cloud/dataplex/v1/service_services_pb.rb in google-cloud-dataplex-v1-0.7.0 vs lib/google/cloud/dataplex/v1/service_services_pb.rb in google-cloud-dataplex-v1-0.8.0
- old
+ new
@@ -86,9 +86,11 @@
rpc :ListTasks, ::Google::Cloud::Dataplex::V1::ListTasksRequest, ::Google::Cloud::Dataplex::V1::ListTasksResponse
# Get task resource.
rpc :GetTask, ::Google::Cloud::Dataplex::V1::GetTaskRequest, ::Google::Cloud::Dataplex::V1::Task
# Lists Jobs under the given task.
rpc :ListJobs, ::Google::Cloud::Dataplex::V1::ListJobsRequest, ::Google::Cloud::Dataplex::V1::ListJobsResponse
+ # Run an on demand execution of a Task.
+ rpc :RunTask, ::Google::Cloud::Dataplex::V1::RunTaskRequest, ::Google::Cloud::Dataplex::V1::RunTaskResponse
# Get job resource.
rpc :GetJob, ::Google::Cloud::Dataplex::V1::GetJobRequest, ::Google::Cloud::Dataplex::V1::Job
# Cancel jobs running for the task resource.
rpc :CancelJob, ::Google::Cloud::Dataplex::V1::CancelJobRequest, ::Google::Protobuf::Empty
# Create an environment resource.