Skip to content

Commit

Permalink
chore: update protobuf for UpdateFunctionParam
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
  • Loading branch information
SdgJlbl committed Oct 2, 2023
1 parent 65baa37 commit 3e3bc00
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
28 changes: 14 additions & 14 deletions backend/orchestrator/function_pb2.py

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

9 changes: 6 additions & 3 deletions backend/orchestrator/function_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -387,25 +387,28 @@ class QueryFunctionsParam(google.protobuf.message.Message):

global___QueryFunctionsParam = QueryFunctionsParam

@typing_extensions.final
class UpdateFunctionParam(google.protobuf.message.Message):
DESCRIPTOR: google.protobuf.descriptor.Descriptor

KEY_FIELD_NUMBER: builtins.int
NAME_FIELD_NUMBER: builtins.int
IMAGE_FIELD_NUMBER: builtins.int
key: builtins.str
name: builtins.str
@property
def image(self) -> common_pb2.Addressable: ...
def __init__(
self,
*,
key: builtins.str = ...,
name: builtins.str = ...,
image: common_pb2.Addressable | None = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "name", b"name"]) -> None: ...
def HasField(self, field_name: typing_extensions.Literal["image", b"image"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["image", b"image", "key", b"key", "name", b"name"]) -> None: ...

global___UpdateFunctionParam = UpdateFunctionParam

@typing_extensions.final
class UpdateFunctionResponse(google.protobuf.message.Message):
DESCRIPTOR: google.protobuf.descriptor.Descriptor

Expand Down

0 comments on commit 3e3bc00

Please sign in to comment.