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@9614bb2
  • Loading branch information
droplet-bot committed Jan 10, 2024
1 parent c86288b commit 86553d7
Show file tree
Hide file tree
Showing 13 changed files with 113 additions and 43 deletions.
26 changes: 0 additions & 26 deletions common/openapi/v1beta/options_pb2.py

This file was deleted.

20 changes: 10 additions & 10 deletions core/mgmt/v1beta/mgmt_public_service_pb2.py

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion core/mgmt/v1beta/mgmt_public_service_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,11 @@ def ListConnectorExecuteChartRecords(self, request, context):
raise NotImplementedError('Method not implemented!')

def AuthTokenIssuer(self, request, context):
"""Get Auth token issuer
"""Auth endpoints are only used in the community edition and the OpenAPI
documentation references Instill Cloud. Therefore, these endpoints are
hidden.
Get Auth token issuer
Returns the auth token issuer details. This operation requires admin permissions.
"""
Expand Down
18 changes: 15 additions & 3 deletions core/mgmt/v1beta/mgmt_public_service_pb2_grpc.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,11 @@ class MgmtPublicServiceStub:
core.mgmt.v1beta.mgmt_pb2.AuthTokenIssuerRequest,
core.mgmt.v1beta.mgmt_pb2.AuthTokenIssuerResponse,
]
"""Get Auth token issuer
"""Auth endpoints are only used in the community edition and the OpenAPI
documentation references Instill Cloud. Therefore, these endpoints are
hidden.
Get Auth token issuer
Returns the auth token issuer details. This operation requires admin permissions.
"""
Expand Down Expand Up @@ -612,7 +616,11 @@ class MgmtPublicServiceAsyncStub:
core.mgmt.v1beta.mgmt_pb2.AuthTokenIssuerRequest,
core.mgmt.v1beta.mgmt_pb2.AuthTokenIssuerResponse,
]
"""Get Auth token issuer
"""Auth endpoints are only used in the community edition and the OpenAPI
documentation references Instill Cloud. Therefore, these endpoints are
hidden.
Get Auth token issuer
Returns the auth token issuer details. This operation requires admin permissions.
"""
Expand Down Expand Up @@ -993,7 +1001,11 @@ class MgmtPublicServiceServicer(metaclass=abc.ABCMeta):
request: core.mgmt.v1beta.mgmt_pb2.AuthTokenIssuerRequest,
context: _ServicerContext,
) -> typing.Union[core.mgmt.v1beta.mgmt_pb2.AuthTokenIssuerResponse, collections.abc.Awaitable[core.mgmt.v1beta.mgmt_pb2.AuthTokenIssuerResponse]]:
"""Get Auth token issuer
"""Auth endpoints are only used in the community edition and the OpenAPI
documentation references Instill Cloud. Therefore, these endpoints are
hidden.
Get Auth token issuer
Returns the auth token issuer details. This operation requires admin permissions.
"""
Expand Down
26 changes: 26 additions & 0 deletions core/mgmt/v1beta/openapi_pb2.py

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions vdp/pipeline/v1beta/openapi_pb2.py

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

7 changes: 7 additions & 0 deletions vdp/pipeline/v1beta/openapi_pb2.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
@generated by mypy-protobuf. Do not edit manually!
isort:skip_file
"""
import google.protobuf.descriptor

DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
4 changes: 4 additions & 0 deletions vdp/pipeline/v1beta/openapi_pb2_grpc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc

17 changes: 17 additions & 0 deletions vdp/pipeline/v1beta/openapi_pb2_grpc.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
"""
@generated by mypy-protobuf. Do not edit manually!
isort:skip_file
"""
import abc
import collections.abc
import grpc
import grpc.aio
import typing

_T = typing.TypeVar('_T')

class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta):
...

class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore
...
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 86553d7

Please sign in to comment.