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@df1750a
  • Loading branch information
droplet-bot committed Oct 19, 2023
1 parent a53808e commit ec8dd6b
Show file tree
Hide file tree
Showing 32 changed files with 8,311 additions and 0 deletions.
315 changes: 315 additions & 0 deletions core/metric/v1alpha/metric_pb2.py

Large diffs are not rendered by default.

1,340 changes: 1,340 additions & 0 deletions core/metric/v1alpha/metric_pb2.pyi

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions core/metric/v1alpha/metric_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 core/metric/v1alpha/metric_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
...
30 changes: 30 additions & 0 deletions core/metric/v1alpha/metric_service_pb2.py

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

13 changes: 13 additions & 0 deletions core/metric/v1alpha/metric_service_pb2.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""
@generated by mypy-protobuf. Do not edit manually!
isort:skip_file
This is the POC for metric-backend service that supports
1. receiving usage reports from pipeline-backend and model-backend clients
2. uploading usage to InfluxDB
3. uploading usage to Stripe
4. responding usage/price enquiries from clients
"""
import google.protobuf.descriptor

DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
Loading

0 comments on commit ec8dd6b

Please sign in to comment.