Skip to content

Commit

Permalink
chore: run generate_grpc
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and innobead committed Sep 25, 2024
1 parent 486da0a commit 4dae7c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generated-py/imrpc/proxy_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ def BackupRestoreStatus(self, request, context):
raise NotImplementedError('Method not implemented!')

def BackupRestoreFinish(self, request, context):
"""Missing associated documentation comment in .proto file."""
"""Deprecated: retained for compatibility with v1.7.x and earlier versions.
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!')
Expand Down
1 change: 1 addition & 0 deletions pkg/generated/imrpc/proxy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/generated/spdkrpc/spdk.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4dae7c5

Please sign in to comment.