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@e72dda5
  • Loading branch information
droplet-bot committed Dec 25, 2023
1 parent 0f3275f commit 1d0323a
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 109 deletions.
54 changes: 25 additions & 29 deletions core/mgmt/v1beta/mgmt_pb2.py

Large diffs are not rendered by default.

55 changes: 1 addition & 54 deletions core/mgmt/v1beta/mgmt_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2099,68 +2099,15 @@ class Subscription(google.protobuf.message.Message):

DESCRIPTOR: google.protobuf.descriptor.Descriptor

@typing_extensions.final
class Quota(google.protobuf.message.Message):
"""Quota"""

DESCRIPTOR: google.protobuf.descriptor.Descriptor

@typing_extensions.final
class QuotaDetail(google.protobuf.message.Message):
"""QuotaDetail"""

DESCRIPTOR: google.protobuf.descriptor.Descriptor

QUOTA_FIELD_NUMBER: builtins.int
USED_FIELD_NUMBER: builtins.int
REMAIN_FIELD_NUMBER: builtins.int
quota: builtins.int
"""quota"""
used: builtins.int
"""used"""
remain: builtins.int
"""remain"""
def __init__(
self,
*,
quota: builtins.int = ...,
used: builtins.int = ...,
remain: builtins.int = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["quota", b"quota", "remain", b"remain", "used", b"used"]) -> None: ...

PRIVATE_PIPELINE_TRIGGER_FIELD_NUMBER: builtins.int
PRIVATE_PIPELINE_FIELD_NUMBER: builtins.int
@property
def private_pipeline_trigger(self) -> global___Subscription.Quota.QuotaDetail:
"""pipeline trigger"""
@property
def private_pipeline(self) -> global___Subscription.Quota.QuotaDetail:
"""private pipeline"""
def __init__(
self,
*,
private_pipeline_trigger: global___Subscription.Quota.QuotaDetail | None = ...,
private_pipeline: global___Subscription.Quota.QuotaDetail | None = ...,
) -> None: ...
def HasField(self, field_name: typing_extensions.Literal["private_pipeline", b"private_pipeline", "private_pipeline_trigger", b"private_pipeline_trigger"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["private_pipeline", b"private_pipeline", "private_pipeline_trigger", b"private_pipeline_trigger"]) -> None: ...

PLAN_FIELD_NUMBER: builtins.int
QUOTA_FIELD_NUMBER: builtins.int
plan: builtins.str
"""plan"""
@property
def quota(self) -> global___Subscription.Quota:
"""plan"""
def __init__(
self,
*,
plan: builtins.str = ...,
quota: global___Subscription.Quota | None = ...,
) -> None: ...
def HasField(self, field_name: typing_extensions.Literal["quota", b"quota"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["plan", b"plan", "quota", b"quota"]) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["plan", b"plan"]) -> None: ...

global___Subscription = Subscription

Expand Down
4 changes: 2 additions & 2 deletions model/controller/v1alpha/controller_service_pb2.py

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

4 changes: 2 additions & 2 deletions model/model/v1alpha/model_private_service_pb2.py

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

Loading

0 comments on commit 1d0323a

Please sign in to comment.