Skip to content

Commit

Permalink
update protos
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Jul 11, 2024
1 parent 182ed3b commit 377e231
Show file tree
Hide file tree
Showing 9 changed files with 216 additions and 183 deletions.
4 changes: 2 additions & 2 deletions protos/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ deps:
- remote: buf.build
owner: grpc-ecosystem
repository: grpc-gateway
commit: f04e50c23f5f40f786d0e8fa3fe3d713
digest: shake256:67b115260e12cb2d6c5d5ce8dbbf3a095c86f0e52b84f9dbd16dec9433b218f8694bc9aadb1d45eb6fd52f5a7029977d460e2d58afb3208ab6c680e7b21c80e4
commit: a48fcebcf8f140dd9d09359b9bb185a4
digest: shake256:a926173f0ec3e1a929462c350acda846e546134b5ce2bb83fe44f02f9330a42b1c9b292f64b951b06a4d2c47e2ce4d477d6a2cb31502a15637ada35ecedefcf6
2 changes: 1 addition & 1 deletion python/lib/google/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

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

Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ class _ExpressionModeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper.
EXPRESSION_MODE_UNSPECIFIED: _ExpressionMode.ValueType # 0
EXPRESSION_MODE_RULES: _ExpressionMode.ValueType # 1
EXPRESSION_MODE_CALCULATED_CHANNELS: _ExpressionMode.ValueType # 2
EXPRESSION_MODE_RULER: _ExpressionMode.ValueType # 3

class ExpressionMode(_ExpressionMode, metaclass=_ExpressionModeEnumTypeWrapper): ...

EXPRESSION_MODE_UNSPECIFIED: ExpressionMode.ValueType # 0
EXPRESSION_MODE_RULES: ExpressionMode.ValueType # 1
EXPRESSION_MODE_CALCULATED_CHANNELS: ExpressionMode.ValueType # 2
EXPRESSION_MODE_RULER: ExpressionMode.ValueType # 3
global___ExpressionMode = ExpressionMode

@typing.final
Expand Down
Loading

0 comments on commit 377e231

Please sign in to comment.