ruby/proto/gitaly/repository_services_pb.rb in gitaly-16.1.8 vs ruby/proto/gitaly/repository_services_pb.rb in gitaly-16.2.0.pre.rc2

- old
+ new

@@ -140,9 +140,13 @@ # FullPath reads the "gitlab.fullpath" configuration from the repository's # gitconfig. Returns an error in case the full path has not been configured. rpc :FullPath, ::Gitaly::FullPathRequest, ::Gitaly::FullPathResponse # RemoveAll deletes all repositories on a specified storage. rpc :RemoveAll, ::Gitaly::RemoveAllRequest, ::Gitaly::RemoveAllResponse + # BackupRepository creates a full backup streamed directly to + # object-storage. The backup is created synchronously. The destination must + # be configured in config.backup.go_cloud_url + rpc :BackupRepository, ::Gitaly::BackupRepositoryRequest, ::Gitaly::BackupRepositoryResponse end Stub = Service.rpc_stub_class end end