lib/google/cloud/dataplex/v1/service_services_pb.rb in google-cloud-dataplex-v1-0.1.0 vs lib/google/cloud/dataplex/v1/service_services_pb.rb in google-cloud-dataplex-v1-0.2.0
- old
+ new
@@ -90,9 +90,22 @@
rpc :ListJobs, ::Google::Cloud::Dataplex::V1::ListJobsRequest, ::Google::Cloud::Dataplex::V1::ListJobsResponse
# 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.
+ rpc :CreateEnvironment, ::Google::Cloud::Dataplex::V1::CreateEnvironmentRequest, ::Google::Longrunning::Operation
+ # Update the environment resource.
+ rpc :UpdateEnvironment, ::Google::Cloud::Dataplex::V1::UpdateEnvironmentRequest, ::Google::Longrunning::Operation
+ # Delete the environment resource. All the child resources must have been
+ # deleted before environment deletion can be initiated.
+ rpc :DeleteEnvironment, ::Google::Cloud::Dataplex::V1::DeleteEnvironmentRequest, ::Google::Longrunning::Operation
+ # Lists environments under the given lake.
+ rpc :ListEnvironments, ::Google::Cloud::Dataplex::V1::ListEnvironmentsRequest, ::Google::Cloud::Dataplex::V1::ListEnvironmentsResponse
+ # Get environment resource.
+ rpc :GetEnvironment, ::Google::Cloud::Dataplex::V1::GetEnvironmentRequest, ::Google::Cloud::Dataplex::V1::Environment
+ # Lists session resources in an environment.
+ rpc :ListSessions, ::Google::Cloud::Dataplex::V1::ListSessionsRequest, ::Google::Cloud::Dataplex::V1::ListSessionsResponse
end
Stub = Service.rpc_stub_class
end
end