Skip to content

Commit

Permalink
chore: auto-gen by protobufs
Browse files Browse the repository at this point in the history
triggered by commit: instill-ai/protobufs@bbf4148
  • Loading branch information
droplet-bot committed Jul 25, 2024
1 parent 9b86ad1 commit 684a917
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 84 deletions.
94 changes: 47 additions & 47 deletions model/model/v1alpha/model_pb2.py

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions model/model/v1alpha/model_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3757,22 +3757,20 @@ class GetModelOperationRequest(google.protobuf.message.Message):

DESCRIPTOR: google.protobuf.descriptor.Descriptor

NAME_FIELD_NUMBER: builtins.int
OPERATION_ID_FIELD_NUMBER: builtins.int
VIEW_FIELD_NUMBER: builtins.int
name: builtins.str
"""The resource name of the model, which allows its access ID.
- Format: `operations/{operation.id}`.
"""
operation_id: builtins.str
"""The resource name of the model, which allows its access ID."""
view: model.model.v1alpha.model_definition_pb2.View.ValueType
"""View allows clients to specify the desired model view in the response."""
def __init__(
self,
*,
name: builtins.str = ...,
operation_id: builtins.str = ...,
view: model.model.v1alpha.model_definition_pb2.View.ValueType | None = ...,
) -> None: ...
def HasField(self, field_name: typing_extensions.Literal["_view", b"_view", "view", b"view"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["_view", b"_view", "name", b"name", "view", b"view"]) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["_view", b"_view", "operation_id", b"operation_id", "view", b"view"]) -> None: ...
def WhichOneof(self, oneof_group: typing_extensions.Literal["_view", b"_view"]) -> typing_extensions.Literal["view"] | None: ...

global___GetModelOperationRequest = GetModelOperationRequest
Expand Down
6 changes: 3 additions & 3 deletions model/model/v1alpha/model_public_service_pb2.py

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions vdp/pipeline/v1beta/pipeline_pb2.py

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions vdp/pipeline/v1beta/pipeline_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4176,17 +4176,17 @@ class GetOperationRequest(google.protobuf.message.Message):

DESCRIPTOR: google.protobuf.descriptor.Descriptor

NAME_FIELD_NUMBER: builtins.int
name: builtins.str
OPERATION_ID_FIELD_NUMBER: builtins.int
operation_id: builtins.str
"""The name of the operation resource. Asynchronous methods will contain this
information in their response.
"""
def __init__(
self,
*,
name: builtins.str = ...,
operation_id: builtins.str = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["name", b"name"]) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["operation_id", b"operation_id"]) -> None: ...

global___GetOperationRequest = GetOperationRequest

Expand Down
6 changes: 3 additions & 3 deletions vdp/pipeline/v1beta/pipeline_public_service_pb2.py

Large diffs are not rendered by default.

0 comments on commit 684a917

Please sign in to comment.