corvic-engine 0.3.0rc62__cp38-abi3-win_amd64.whl → 0.3.0rc64__cp38-abi3-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- buf/validate/validate_pb2.py +415 -698
- buf/validate/validate_pb2.pyi +173 -362
- buf/validate/validate_pb2_grpc.py +1 -1
- buf/validate/validate_pb2_grpc.pyi +6 -10
- corvic/engine/_native.pyd +0 -0
- corvic/system/_embedder.py +31 -8
- corvic/system/_image_embedder.py +33 -12
- corvic/system/in_memory_executor.py +292 -331
- corvic/system_sqlite/staging.py +17 -9
- {corvic_engine-0.3.0rc62.dist-info → corvic_engine-0.3.0rc64.dist-info}/METADATA +1 -1
- {corvic_engine-0.3.0rc62.dist-info → corvic_engine-0.3.0rc64.dist-info}/RECORD +27 -35
- corvic_generated/feature/v1/experiment_pb2.py +2 -2
- corvic_generated/feature/v1/space_pb2.py +2 -2
- corvic_generated/feature/v2/feature_view_pb2.py +2 -2
- corvic_generated/feature/v2/space_pb2.py +5 -5
- corvic_generated/ingest/v2/pipeline_pb2.py +24 -22
- corvic_generated/ingest/v2/pipeline_pb2.pyi +4 -2
- corvic_generated/ingest/v2/resource_pb2.py +4 -4
- corvic_generated/ingest/v2/room_pb2.py +31 -31
- corvic_generated/ingest/v2/room_pb2.pyi +4 -2
- corvic_generated/ingest/v2/source_pb2.py +4 -4
- corvic_generated/ingest/v2/table_pb2.py +3 -3
- corvic_generated/orm/v1/agent_pb2.py +2 -2
- corvic_generated/orm/v1/agent_pb2.pyi +6 -0
- corvic_generated/orm/v1/table_pb2.py +2 -2
- buf/validate/expression_pb2.py +0 -37
- buf/validate/expression_pb2.pyi +0 -52
- buf/validate/expression_pb2_grpc.py +0 -4
- buf/validate/expression_pb2_grpc.pyi +0 -34
- buf/validate/priv/private_pb2.py +0 -37
- buf/validate/priv/private_pb2.pyi +0 -37
- buf/validate/priv/private_pb2_grpc.py +0 -4
- buf/validate/priv/private_pb2_grpc.pyi +0 -34
- {corvic_engine-0.3.0rc62.dist-info → corvic_engine-0.3.0rc64.dist-info}/WHEEL +0 -0
- {corvic_engine-0.3.0rc62.dist-info → corvic_engine-0.3.0rc64.dist-info}/licenses/LICENSE +0 -0
buf/validate/validate_pb2.pyi
CHANGED
@@ -1,18 +1,12 @@
|
|
1
|
-
from typing import ClassVar as _ClassVar
|
2
|
-
from typing import Iterable as _Iterable
|
3
|
-
from typing import Mapping as _Mapping
|
4
|
-
from typing import Optional as _Optional
|
5
|
-
from typing import Union as _Union
|
6
|
-
|
7
|
-
from buf.validate import expression_pb2 as _expression_pb2
|
8
|
-
from buf.validate.priv import private_pb2 as _private_pb2
|
9
|
-
from google.protobuf import descriptor as _descriptor
|
10
1
|
from google.protobuf import descriptor_pb2 as _descriptor_pb2
|
11
2
|
from google.protobuf import duration_pb2 as _duration_pb2
|
12
|
-
from google.protobuf import message as _message
|
13
3
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
14
4
|
from google.protobuf.internal import containers as _containers
|
15
5
|
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
6
|
+
from google.protobuf.internal import python_message as _python_message
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
8
|
+
from google.protobuf import message as _message
|
9
|
+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
16
10
|
|
17
11
|
DESCRIPTOR: _descriptor.FileDescriptor
|
18
12
|
|
@@ -22,21 +16,16 @@ class Ignore(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
22
16
|
IGNORE_IF_UNPOPULATED: _ClassVar[Ignore]
|
23
17
|
IGNORE_IF_DEFAULT_VALUE: _ClassVar[Ignore]
|
24
18
|
IGNORE_ALWAYS: _ClassVar[Ignore]
|
25
|
-
IGNORE_EMPTY: _ClassVar[Ignore]
|
26
|
-
IGNORE_DEFAULT: _ClassVar[Ignore]
|
27
19
|
|
28
20
|
class KnownRegex(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
29
21
|
__slots__ = ()
|
30
22
|
KNOWN_REGEX_UNSPECIFIED: _ClassVar[KnownRegex]
|
31
23
|
KNOWN_REGEX_HTTP_HEADER_NAME: _ClassVar[KnownRegex]
|
32
24
|
KNOWN_REGEX_HTTP_HEADER_VALUE: _ClassVar[KnownRegex]
|
33
|
-
|
34
25
|
IGNORE_UNSPECIFIED: Ignore
|
35
26
|
IGNORE_IF_UNPOPULATED: Ignore
|
36
27
|
IGNORE_IF_DEFAULT_VALUE: Ignore
|
37
28
|
IGNORE_ALWAYS: Ignore
|
38
|
-
IGNORE_EMPTY: Ignore
|
39
|
-
IGNORE_DEFAULT: Ignore
|
40
29
|
KNOWN_REGEX_UNSPECIFIED: KnownRegex
|
41
30
|
KNOWN_REGEX_HTTP_HEADER_NAME: KnownRegex
|
42
31
|
KNOWN_REGEX_HTTP_HEADER_VALUE: KnownRegex
|
@@ -46,18 +35,26 @@ ONEOF_FIELD_NUMBER: _ClassVar[int]
|
|
46
35
|
oneof: _descriptor.FieldDescriptor
|
47
36
|
FIELD_FIELD_NUMBER: _ClassVar[int]
|
48
37
|
field: _descriptor.FieldDescriptor
|
38
|
+
PREDEFINED_FIELD_NUMBER: _ClassVar[int]
|
39
|
+
predefined: _descriptor.FieldDescriptor
|
40
|
+
|
41
|
+
class Constraint(_message.Message):
|
42
|
+
__slots__ = ("id", "message", "expression")
|
43
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
MESSAGE_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
EXPRESSION_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
id: str
|
47
|
+
message: str
|
48
|
+
expression: str
|
49
|
+
def __init__(self, id: _Optional[str] = ..., message: _Optional[str] = ..., expression: _Optional[str] = ...) -> None: ...
|
49
50
|
|
50
51
|
class MessageConstraints(_message.Message):
|
51
52
|
__slots__ = ("disabled", "cel")
|
52
53
|
DISABLED_FIELD_NUMBER: _ClassVar[int]
|
53
54
|
CEL_FIELD_NUMBER: _ClassVar[int]
|
54
55
|
disabled: bool
|
55
|
-
cel: _containers.RepeatedCompositeFieldContainer[
|
56
|
-
def __init__(
|
57
|
-
self,
|
58
|
-
disabled: bool = ...,
|
59
|
-
cel: _Optional[_Iterable[_Union[_expression_pb2.Constraint, _Mapping]]] = ...,
|
60
|
-
) -> None: ...
|
56
|
+
cel: _containers.RepeatedCompositeFieldContainer[Constraint]
|
57
|
+
def __init__(self, disabled: bool = ..., cel: _Optional[_Iterable[_Union[Constraint, _Mapping]]] = ...) -> None: ...
|
61
58
|
|
62
59
|
class OneofConstraints(_message.Message):
|
63
60
|
__slots__ = ("required",)
|
@@ -66,34 +63,7 @@ class OneofConstraints(_message.Message):
|
|
66
63
|
def __init__(self, required: bool = ...) -> None: ...
|
67
64
|
|
68
65
|
class FieldConstraints(_message.Message):
|
69
|
-
__slots__ = (
|
70
|
-
"cel",
|
71
|
-
"required",
|
72
|
-
"ignore",
|
73
|
-
"float",
|
74
|
-
"double",
|
75
|
-
"int32",
|
76
|
-
"int64",
|
77
|
-
"uint32",
|
78
|
-
"uint64",
|
79
|
-
"sint32",
|
80
|
-
"sint64",
|
81
|
-
"fixed32",
|
82
|
-
"fixed64",
|
83
|
-
"sfixed32",
|
84
|
-
"sfixed64",
|
85
|
-
"bool",
|
86
|
-
"string",
|
87
|
-
"bytes",
|
88
|
-
"enum",
|
89
|
-
"repeated",
|
90
|
-
"map",
|
91
|
-
"any",
|
92
|
-
"duration",
|
93
|
-
"timestamp",
|
94
|
-
"skipped",
|
95
|
-
"ignore_empty",
|
96
|
-
)
|
66
|
+
__slots__ = ("cel", "required", "ignore", "float", "double", "int32", "int64", "uint32", "uint64", "sint32", "sint64", "fixed32", "fixed64", "sfixed32", "sfixed64", "bool", "string", "bytes", "enum", "repeated", "map", "any", "duration", "timestamp")
|
97
67
|
CEL_FIELD_NUMBER: _ClassVar[int]
|
98
68
|
REQUIRED_FIELD_NUMBER: _ClassVar[int]
|
99
69
|
IGNORE_FIELD_NUMBER: _ClassVar[int]
|
@@ -118,9 +88,7 @@ class FieldConstraints(_message.Message):
|
|
118
88
|
ANY_FIELD_NUMBER: _ClassVar[int]
|
119
89
|
DURATION_FIELD_NUMBER: _ClassVar[int]
|
120
90
|
TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
121
|
-
|
122
|
-
IGNORE_EMPTY_FIELD_NUMBER: _ClassVar[int]
|
123
|
-
cel: _containers.RepeatedCompositeFieldContainer[_expression_pb2.Constraint]
|
91
|
+
cel: _containers.RepeatedCompositeFieldContainer[Constraint]
|
124
92
|
required: bool
|
125
93
|
ignore: Ignore
|
126
94
|
float: FloatRules
|
@@ -144,40 +112,17 @@ class FieldConstraints(_message.Message):
|
|
144
112
|
any: AnyRules
|
145
113
|
duration: DurationRules
|
146
114
|
timestamp: TimestampRules
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
float: _Optional[_Union[FloatRules, _Mapping]] = ...,
|
155
|
-
double: _Optional[_Union[DoubleRules, _Mapping]] = ...,
|
156
|
-
int32: _Optional[_Union[Int32Rules, _Mapping]] = ...,
|
157
|
-
int64: _Optional[_Union[Int64Rules, _Mapping]] = ...,
|
158
|
-
uint32: _Optional[_Union[UInt32Rules, _Mapping]] = ...,
|
159
|
-
uint64: _Optional[_Union[UInt64Rules, _Mapping]] = ...,
|
160
|
-
sint32: _Optional[_Union[SInt32Rules, _Mapping]] = ...,
|
161
|
-
sint64: _Optional[_Union[SInt64Rules, _Mapping]] = ...,
|
162
|
-
fixed32: _Optional[_Union[Fixed32Rules, _Mapping]] = ...,
|
163
|
-
fixed64: _Optional[_Union[Fixed64Rules, _Mapping]] = ...,
|
164
|
-
sfixed32: _Optional[_Union[SFixed32Rules, _Mapping]] = ...,
|
165
|
-
sfixed64: _Optional[_Union[SFixed64Rules, _Mapping]] = ...,
|
166
|
-
bool: _Optional[_Union[BoolRules, _Mapping]] = ...,
|
167
|
-
string: _Optional[_Union[StringRules, _Mapping]] = ...,
|
168
|
-
bytes: _Optional[_Union[BytesRules, _Mapping]] = ...,
|
169
|
-
enum: _Optional[_Union[EnumRules, _Mapping]] = ...,
|
170
|
-
repeated: _Optional[_Union[RepeatedRules, _Mapping]] = ...,
|
171
|
-
map: _Optional[_Union[MapRules, _Mapping]] = ...,
|
172
|
-
any: _Optional[_Union[AnyRules, _Mapping]] = ...,
|
173
|
-
duration: _Optional[_Union[DurationRules, _Mapping]] = ...,
|
174
|
-
timestamp: _Optional[_Union[TimestampRules, _Mapping]] = ...,
|
175
|
-
skipped: bool = ...,
|
176
|
-
ignore_empty: bool = ...,
|
177
|
-
) -> None: ...
|
115
|
+
def __init__(self, cel: _Optional[_Iterable[_Union[Constraint, _Mapping]]] = ..., required: bool = ..., ignore: _Optional[_Union[Ignore, str]] = ..., float: _Optional[_Union[FloatRules, _Mapping]] = ..., double: _Optional[_Union[DoubleRules, _Mapping]] = ..., int32: _Optional[_Union[Int32Rules, _Mapping]] = ..., int64: _Optional[_Union[Int64Rules, _Mapping]] = ..., uint32: _Optional[_Union[UInt32Rules, _Mapping]] = ..., uint64: _Optional[_Union[UInt64Rules, _Mapping]] = ..., sint32: _Optional[_Union[SInt32Rules, _Mapping]] = ..., sint64: _Optional[_Union[SInt64Rules, _Mapping]] = ..., fixed32: _Optional[_Union[Fixed32Rules, _Mapping]] = ..., fixed64: _Optional[_Union[Fixed64Rules, _Mapping]] = ..., sfixed32: _Optional[_Union[SFixed32Rules, _Mapping]] = ..., sfixed64: _Optional[_Union[SFixed64Rules, _Mapping]] = ..., bool: _Optional[_Union[BoolRules, _Mapping]] = ..., string: _Optional[_Union[StringRules, _Mapping]] = ..., bytes: _Optional[_Union[BytesRules, _Mapping]] = ..., enum: _Optional[_Union[EnumRules, _Mapping]] = ..., repeated: _Optional[_Union[RepeatedRules, _Mapping]] = ..., map: _Optional[_Union[MapRules, _Mapping]] = ..., any: _Optional[_Union[AnyRules, _Mapping]] = ..., duration: _Optional[_Union[DurationRules, _Mapping]] = ..., timestamp: _Optional[_Union[TimestampRules, _Mapping]] = ...) -> None: ...
|
116
|
+
|
117
|
+
class PredefinedConstraints(_message.Message):
|
118
|
+
__slots__ = ("cel",)
|
119
|
+
CEL_FIELD_NUMBER: _ClassVar[int]
|
120
|
+
cel: _containers.RepeatedCompositeFieldContainer[Constraint]
|
121
|
+
def __init__(self, cel: _Optional[_Iterable[_Union[Constraint, _Mapping]]] = ...) -> None: ...
|
178
122
|
|
179
123
|
class FloatRules(_message.Message):
|
180
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "finite")
|
124
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "finite", "example")
|
125
|
+
Extensions: _python_message._ExtensionDict
|
181
126
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
182
127
|
LT_FIELD_NUMBER: _ClassVar[int]
|
183
128
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -186,6 +131,7 @@ class FloatRules(_message.Message):
|
|
186
131
|
IN_FIELD_NUMBER: _ClassVar[int]
|
187
132
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
188
133
|
FINITE_FIELD_NUMBER: _ClassVar[int]
|
134
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
189
135
|
const: float
|
190
136
|
lt: float
|
191
137
|
lte: float
|
@@ -193,20 +139,12 @@ class FloatRules(_message.Message):
|
|
193
139
|
gte: float
|
194
140
|
not_in: _containers.RepeatedScalarFieldContainer[float]
|
195
141
|
finite: bool
|
196
|
-
|
197
|
-
|
198
|
-
const: _Optional[float] = ...,
|
199
|
-
lt: _Optional[float] = ...,
|
200
|
-
lte: _Optional[float] = ...,
|
201
|
-
gt: _Optional[float] = ...,
|
202
|
-
gte: _Optional[float] = ...,
|
203
|
-
not_in: _Optional[_Iterable[float]] = ...,
|
204
|
-
finite: bool = ...,
|
205
|
-
**kwargs,
|
206
|
-
) -> None: ...
|
142
|
+
example: _containers.RepeatedScalarFieldContainer[float]
|
143
|
+
def __init__(self, const: _Optional[float] = ..., lt: _Optional[float] = ..., lte: _Optional[float] = ..., gt: _Optional[float] = ..., gte: _Optional[float] = ..., not_in: _Optional[_Iterable[float]] = ..., finite: bool = ..., example: _Optional[_Iterable[float]] = ..., **kwargs) -> None: ...
|
207
144
|
|
208
145
|
class DoubleRules(_message.Message):
|
209
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "finite")
|
146
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "finite", "example")
|
147
|
+
Extensions: _python_message._ExtensionDict
|
210
148
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
211
149
|
LT_FIELD_NUMBER: _ClassVar[int]
|
212
150
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -215,6 +153,7 @@ class DoubleRules(_message.Message):
|
|
215
153
|
IN_FIELD_NUMBER: _ClassVar[int]
|
216
154
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
217
155
|
FINITE_FIELD_NUMBER: _ClassVar[int]
|
156
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
218
157
|
const: float
|
219
158
|
lt: float
|
220
159
|
lte: float
|
@@ -222,20 +161,12 @@ class DoubleRules(_message.Message):
|
|
222
161
|
gte: float
|
223
162
|
not_in: _containers.RepeatedScalarFieldContainer[float]
|
224
163
|
finite: bool
|
225
|
-
|
226
|
-
|
227
|
-
const: _Optional[float] = ...,
|
228
|
-
lt: _Optional[float] = ...,
|
229
|
-
lte: _Optional[float] = ...,
|
230
|
-
gt: _Optional[float] = ...,
|
231
|
-
gte: _Optional[float] = ...,
|
232
|
-
not_in: _Optional[_Iterable[float]] = ...,
|
233
|
-
finite: bool = ...,
|
234
|
-
**kwargs,
|
235
|
-
) -> None: ...
|
164
|
+
example: _containers.RepeatedScalarFieldContainer[float]
|
165
|
+
def __init__(self, const: _Optional[float] = ..., lt: _Optional[float] = ..., lte: _Optional[float] = ..., gt: _Optional[float] = ..., gte: _Optional[float] = ..., not_in: _Optional[_Iterable[float]] = ..., finite: bool = ..., example: _Optional[_Iterable[float]] = ..., **kwargs) -> None: ...
|
236
166
|
|
237
167
|
class Int32Rules(_message.Message):
|
238
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
168
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
169
|
+
Extensions: _python_message._ExtensionDict
|
239
170
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
240
171
|
LT_FIELD_NUMBER: _ClassVar[int]
|
241
172
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -243,25 +174,19 @@ class Int32Rules(_message.Message):
|
|
243
174
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
244
175
|
IN_FIELD_NUMBER: _ClassVar[int]
|
245
176
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
177
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
246
178
|
const: int
|
247
179
|
lt: int
|
248
180
|
lte: int
|
249
181
|
gt: int
|
250
182
|
gte: int
|
251
183
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
252
|
-
|
253
|
-
|
254
|
-
const: _Optional[int] = ...,
|
255
|
-
lt: _Optional[int] = ...,
|
256
|
-
lte: _Optional[int] = ...,
|
257
|
-
gt: _Optional[int] = ...,
|
258
|
-
gte: _Optional[int] = ...,
|
259
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
260
|
-
**kwargs,
|
261
|
-
) -> None: ...
|
184
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
185
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
262
186
|
|
263
187
|
class Int64Rules(_message.Message):
|
264
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
188
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
189
|
+
Extensions: _python_message._ExtensionDict
|
265
190
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
266
191
|
LT_FIELD_NUMBER: _ClassVar[int]
|
267
192
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -269,25 +194,19 @@ class Int64Rules(_message.Message):
|
|
269
194
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
270
195
|
IN_FIELD_NUMBER: _ClassVar[int]
|
271
196
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
197
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
272
198
|
const: int
|
273
199
|
lt: int
|
274
200
|
lte: int
|
275
201
|
gt: int
|
276
202
|
gte: int
|
277
203
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
278
|
-
|
279
|
-
|
280
|
-
const: _Optional[int] = ...,
|
281
|
-
lt: _Optional[int] = ...,
|
282
|
-
lte: _Optional[int] = ...,
|
283
|
-
gt: _Optional[int] = ...,
|
284
|
-
gte: _Optional[int] = ...,
|
285
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
286
|
-
**kwargs,
|
287
|
-
) -> None: ...
|
204
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
205
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
288
206
|
|
289
207
|
class UInt32Rules(_message.Message):
|
290
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
208
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
209
|
+
Extensions: _python_message._ExtensionDict
|
291
210
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
292
211
|
LT_FIELD_NUMBER: _ClassVar[int]
|
293
212
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -295,25 +214,19 @@ class UInt32Rules(_message.Message):
|
|
295
214
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
296
215
|
IN_FIELD_NUMBER: _ClassVar[int]
|
297
216
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
217
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
298
218
|
const: int
|
299
219
|
lt: int
|
300
220
|
lte: int
|
301
221
|
gt: int
|
302
222
|
gte: int
|
303
223
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
304
|
-
|
305
|
-
|
306
|
-
const: _Optional[int] = ...,
|
307
|
-
lt: _Optional[int] = ...,
|
308
|
-
lte: _Optional[int] = ...,
|
309
|
-
gt: _Optional[int] = ...,
|
310
|
-
gte: _Optional[int] = ...,
|
311
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
312
|
-
**kwargs,
|
313
|
-
) -> None: ...
|
224
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
225
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
314
226
|
|
315
227
|
class UInt64Rules(_message.Message):
|
316
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
228
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
229
|
+
Extensions: _python_message._ExtensionDict
|
317
230
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
318
231
|
LT_FIELD_NUMBER: _ClassVar[int]
|
319
232
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -321,25 +234,19 @@ class UInt64Rules(_message.Message):
|
|
321
234
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
322
235
|
IN_FIELD_NUMBER: _ClassVar[int]
|
323
236
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
237
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
324
238
|
const: int
|
325
239
|
lt: int
|
326
240
|
lte: int
|
327
241
|
gt: int
|
328
242
|
gte: int
|
329
243
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
330
|
-
|
331
|
-
|
332
|
-
const: _Optional[int] = ...,
|
333
|
-
lt: _Optional[int] = ...,
|
334
|
-
lte: _Optional[int] = ...,
|
335
|
-
gt: _Optional[int] = ...,
|
336
|
-
gte: _Optional[int] = ...,
|
337
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
338
|
-
**kwargs,
|
339
|
-
) -> None: ...
|
244
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
245
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
340
246
|
|
341
247
|
class SInt32Rules(_message.Message):
|
342
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
248
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
249
|
+
Extensions: _python_message._ExtensionDict
|
343
250
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
344
251
|
LT_FIELD_NUMBER: _ClassVar[int]
|
345
252
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -347,25 +254,19 @@ class SInt32Rules(_message.Message):
|
|
347
254
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
348
255
|
IN_FIELD_NUMBER: _ClassVar[int]
|
349
256
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
257
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
350
258
|
const: int
|
351
259
|
lt: int
|
352
260
|
lte: int
|
353
261
|
gt: int
|
354
262
|
gte: int
|
355
263
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
356
|
-
|
357
|
-
|
358
|
-
const: _Optional[int] = ...,
|
359
|
-
lt: _Optional[int] = ...,
|
360
|
-
lte: _Optional[int] = ...,
|
361
|
-
gt: _Optional[int] = ...,
|
362
|
-
gte: _Optional[int] = ...,
|
363
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
364
|
-
**kwargs,
|
365
|
-
) -> None: ...
|
264
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
265
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
366
266
|
|
367
267
|
class SInt64Rules(_message.Message):
|
368
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
268
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
269
|
+
Extensions: _python_message._ExtensionDict
|
369
270
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
370
271
|
LT_FIELD_NUMBER: _ClassVar[int]
|
371
272
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -373,25 +274,19 @@ class SInt64Rules(_message.Message):
|
|
373
274
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
374
275
|
IN_FIELD_NUMBER: _ClassVar[int]
|
375
276
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
277
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
376
278
|
const: int
|
377
279
|
lt: int
|
378
280
|
lte: int
|
379
281
|
gt: int
|
380
282
|
gte: int
|
381
283
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
382
|
-
|
383
|
-
|
384
|
-
const: _Optional[int] = ...,
|
385
|
-
lt: _Optional[int] = ...,
|
386
|
-
lte: _Optional[int] = ...,
|
387
|
-
gt: _Optional[int] = ...,
|
388
|
-
gte: _Optional[int] = ...,
|
389
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
390
|
-
**kwargs,
|
391
|
-
) -> None: ...
|
284
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
285
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
392
286
|
|
393
287
|
class Fixed32Rules(_message.Message):
|
394
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
288
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
289
|
+
Extensions: _python_message._ExtensionDict
|
395
290
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
396
291
|
LT_FIELD_NUMBER: _ClassVar[int]
|
397
292
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -399,25 +294,19 @@ class Fixed32Rules(_message.Message):
|
|
399
294
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
400
295
|
IN_FIELD_NUMBER: _ClassVar[int]
|
401
296
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
297
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
402
298
|
const: int
|
403
299
|
lt: int
|
404
300
|
lte: int
|
405
301
|
gt: int
|
406
302
|
gte: int
|
407
303
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
408
|
-
|
409
|
-
|
410
|
-
const: _Optional[int] = ...,
|
411
|
-
lt: _Optional[int] = ...,
|
412
|
-
lte: _Optional[int] = ...,
|
413
|
-
gt: _Optional[int] = ...,
|
414
|
-
gte: _Optional[int] = ...,
|
415
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
416
|
-
**kwargs,
|
417
|
-
) -> None: ...
|
304
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
305
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
418
306
|
|
419
307
|
class Fixed64Rules(_message.Message):
|
420
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
308
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
309
|
+
Extensions: _python_message._ExtensionDict
|
421
310
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
422
311
|
LT_FIELD_NUMBER: _ClassVar[int]
|
423
312
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -425,25 +314,19 @@ class Fixed64Rules(_message.Message):
|
|
425
314
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
426
315
|
IN_FIELD_NUMBER: _ClassVar[int]
|
427
316
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
317
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
428
318
|
const: int
|
429
319
|
lt: int
|
430
320
|
lte: int
|
431
321
|
gt: int
|
432
322
|
gte: int
|
433
323
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
434
|
-
|
435
|
-
|
436
|
-
const: _Optional[int] = ...,
|
437
|
-
lt: _Optional[int] = ...,
|
438
|
-
lte: _Optional[int] = ...,
|
439
|
-
gt: _Optional[int] = ...,
|
440
|
-
gte: _Optional[int] = ...,
|
441
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
442
|
-
**kwargs,
|
443
|
-
) -> None: ...
|
324
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
325
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
444
326
|
|
445
327
|
class SFixed32Rules(_message.Message):
|
446
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
328
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
329
|
+
Extensions: _python_message._ExtensionDict
|
447
330
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
448
331
|
LT_FIELD_NUMBER: _ClassVar[int]
|
449
332
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -451,25 +334,19 @@ class SFixed32Rules(_message.Message):
|
|
451
334
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
452
335
|
IN_FIELD_NUMBER: _ClassVar[int]
|
453
336
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
337
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
454
338
|
const: int
|
455
339
|
lt: int
|
456
340
|
lte: int
|
457
341
|
gt: int
|
458
342
|
gte: int
|
459
343
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
460
|
-
|
461
|
-
|
462
|
-
const: _Optional[int] = ...,
|
463
|
-
lt: _Optional[int] = ...,
|
464
|
-
lte: _Optional[int] = ...,
|
465
|
-
gt: _Optional[int] = ...,
|
466
|
-
gte: _Optional[int] = ...,
|
467
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
468
|
-
**kwargs,
|
469
|
-
) -> None: ...
|
344
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
345
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
470
346
|
|
471
347
|
class SFixed64Rules(_message.Message):
|
472
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
348
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
349
|
+
Extensions: _python_message._ExtensionDict
|
473
350
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
474
351
|
LT_FIELD_NUMBER: _ClassVar[int]
|
475
352
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -477,63 +354,28 @@ class SFixed64Rules(_message.Message):
|
|
477
354
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
478
355
|
IN_FIELD_NUMBER: _ClassVar[int]
|
479
356
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
357
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
480
358
|
const: int
|
481
359
|
lt: int
|
482
360
|
lte: int
|
483
361
|
gt: int
|
484
362
|
gte: int
|
485
363
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
486
|
-
|
487
|
-
|
488
|
-
const: _Optional[int] = ...,
|
489
|
-
lt: _Optional[int] = ...,
|
490
|
-
lte: _Optional[int] = ...,
|
491
|
-
gt: _Optional[int] = ...,
|
492
|
-
gte: _Optional[int] = ...,
|
493
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
494
|
-
**kwargs,
|
495
|
-
) -> None: ...
|
364
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
365
|
+
def __init__(self, const: _Optional[int] = ..., lt: _Optional[int] = ..., lte: _Optional[int] = ..., gt: _Optional[int] = ..., gte: _Optional[int] = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
496
366
|
|
497
367
|
class BoolRules(_message.Message):
|
498
|
-
__slots__ = ("const",)
|
368
|
+
__slots__ = ("const", "example")
|
369
|
+
Extensions: _python_message._ExtensionDict
|
499
370
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
371
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
500
372
|
const: bool
|
501
|
-
|
373
|
+
example: _containers.RepeatedScalarFieldContainer[bool]
|
374
|
+
def __init__(self, const: bool = ..., example: _Optional[_Iterable[bool]] = ...) -> None: ...
|
502
375
|
|
503
376
|
class StringRules(_message.Message):
|
504
|
-
__slots__ = (
|
505
|
-
|
506
|
-
"len",
|
507
|
-
"min_len",
|
508
|
-
"max_len",
|
509
|
-
"len_bytes",
|
510
|
-
"min_bytes",
|
511
|
-
"max_bytes",
|
512
|
-
"pattern",
|
513
|
-
"prefix",
|
514
|
-
"suffix",
|
515
|
-
"contains",
|
516
|
-
"not_contains",
|
517
|
-
"not_in",
|
518
|
-
"email",
|
519
|
-
"hostname",
|
520
|
-
"ip",
|
521
|
-
"ipv4",
|
522
|
-
"ipv6",
|
523
|
-
"uri",
|
524
|
-
"uri_ref",
|
525
|
-
"address",
|
526
|
-
"uuid",
|
527
|
-
"ip_with_prefixlen",
|
528
|
-
"ipv4_with_prefixlen",
|
529
|
-
"ipv6_with_prefixlen",
|
530
|
-
"ip_prefix",
|
531
|
-
"ipv4_prefix",
|
532
|
-
"ipv6_prefix",
|
533
|
-
"host_and_port",
|
534
|
-
"well_known_regex",
|
535
|
-
"strict",
|
536
|
-
)
|
377
|
+
__slots__ = ("const", "len", "min_len", "max_len", "len_bytes", "min_bytes", "max_bytes", "pattern", "prefix", "suffix", "contains", "not_contains", "not_in", "email", "hostname", "ip", "ipv4", "ipv6", "uri", "uri_ref", "address", "uuid", "tuuid", "ip_with_prefixlen", "ipv4_with_prefixlen", "ipv6_with_prefixlen", "ip_prefix", "ipv4_prefix", "ipv6_prefix", "host_and_port", "well_known_regex", "strict", "example")
|
378
|
+
Extensions: _python_message._ExtensionDict
|
537
379
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
538
380
|
LEN_FIELD_NUMBER: _ClassVar[int]
|
539
381
|
MIN_LEN_FIELD_NUMBER: _ClassVar[int]
|
@@ -557,6 +399,7 @@ class StringRules(_message.Message):
|
|
557
399
|
URI_REF_FIELD_NUMBER: _ClassVar[int]
|
558
400
|
ADDRESS_FIELD_NUMBER: _ClassVar[int]
|
559
401
|
UUID_FIELD_NUMBER: _ClassVar[int]
|
402
|
+
TUUID_FIELD_NUMBER: _ClassVar[int]
|
560
403
|
IP_WITH_PREFIXLEN_FIELD_NUMBER: _ClassVar[int]
|
561
404
|
IPV4_WITH_PREFIXLEN_FIELD_NUMBER: _ClassVar[int]
|
562
405
|
IPV6_WITH_PREFIXLEN_FIELD_NUMBER: _ClassVar[int]
|
@@ -566,6 +409,7 @@ class StringRules(_message.Message):
|
|
566
409
|
HOST_AND_PORT_FIELD_NUMBER: _ClassVar[int]
|
567
410
|
WELL_KNOWN_REGEX_FIELD_NUMBER: _ClassVar[int]
|
568
411
|
STRICT_FIELD_NUMBER: _ClassVar[int]
|
412
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
569
413
|
const: str
|
570
414
|
len: int
|
571
415
|
min_len: int
|
@@ -588,6 +432,7 @@ class StringRules(_message.Message):
|
|
588
432
|
uri_ref: bool
|
589
433
|
address: bool
|
590
434
|
uuid: bool
|
435
|
+
tuuid: bool
|
591
436
|
ip_with_prefixlen: bool
|
592
437
|
ipv4_with_prefixlen: bool
|
593
438
|
ipv6_with_prefixlen: bool
|
@@ -597,57 +442,12 @@ class StringRules(_message.Message):
|
|
597
442
|
host_and_port: bool
|
598
443
|
well_known_regex: KnownRegex
|
599
444
|
strict: bool
|
600
|
-
|
601
|
-
|
602
|
-
const: _Optional[str] = ...,
|
603
|
-
len: _Optional[int] = ...,
|
604
|
-
min_len: _Optional[int] = ...,
|
605
|
-
max_len: _Optional[int] = ...,
|
606
|
-
len_bytes: _Optional[int] = ...,
|
607
|
-
min_bytes: _Optional[int] = ...,
|
608
|
-
max_bytes: _Optional[int] = ...,
|
609
|
-
pattern: _Optional[str] = ...,
|
610
|
-
prefix: _Optional[str] = ...,
|
611
|
-
suffix: _Optional[str] = ...,
|
612
|
-
contains: _Optional[str] = ...,
|
613
|
-
not_contains: _Optional[str] = ...,
|
614
|
-
not_in: _Optional[_Iterable[str]] = ...,
|
615
|
-
email: bool = ...,
|
616
|
-
hostname: bool = ...,
|
617
|
-
ip: bool = ...,
|
618
|
-
ipv4: bool = ...,
|
619
|
-
ipv6: bool = ...,
|
620
|
-
uri: bool = ...,
|
621
|
-
uri_ref: bool = ...,
|
622
|
-
address: bool = ...,
|
623
|
-
uuid: bool = ...,
|
624
|
-
ip_with_prefixlen: bool = ...,
|
625
|
-
ipv4_with_prefixlen: bool = ...,
|
626
|
-
ipv6_with_prefixlen: bool = ...,
|
627
|
-
ip_prefix: bool = ...,
|
628
|
-
ipv4_prefix: bool = ...,
|
629
|
-
ipv6_prefix: bool = ...,
|
630
|
-
host_and_port: bool = ...,
|
631
|
-
well_known_regex: _Optional[_Union[KnownRegex, str]] = ...,
|
632
|
-
strict: bool = ...,
|
633
|
-
**kwargs,
|
634
|
-
) -> None: ...
|
445
|
+
example: _containers.RepeatedScalarFieldContainer[str]
|
446
|
+
def __init__(self, const: _Optional[str] = ..., len: _Optional[int] = ..., min_len: _Optional[int] = ..., max_len: _Optional[int] = ..., len_bytes: _Optional[int] = ..., min_bytes: _Optional[int] = ..., max_bytes: _Optional[int] = ..., pattern: _Optional[str] = ..., prefix: _Optional[str] = ..., suffix: _Optional[str] = ..., contains: _Optional[str] = ..., not_contains: _Optional[str] = ..., not_in: _Optional[_Iterable[str]] = ..., email: bool = ..., hostname: bool = ..., ip: bool = ..., ipv4: bool = ..., ipv6: bool = ..., uri: bool = ..., uri_ref: bool = ..., address: bool = ..., uuid: bool = ..., tuuid: bool = ..., ip_with_prefixlen: bool = ..., ipv4_with_prefixlen: bool = ..., ipv6_with_prefixlen: bool = ..., ip_prefix: bool = ..., ipv4_prefix: bool = ..., ipv6_prefix: bool = ..., host_and_port: bool = ..., well_known_regex: _Optional[_Union[KnownRegex, str]] = ..., strict: bool = ..., example: _Optional[_Iterable[str]] = ..., **kwargs) -> None: ...
|
635
447
|
|
636
448
|
class BytesRules(_message.Message):
|
637
|
-
__slots__ = (
|
638
|
-
|
639
|
-
"len",
|
640
|
-
"min_len",
|
641
|
-
"max_len",
|
642
|
-
"pattern",
|
643
|
-
"prefix",
|
644
|
-
"suffix",
|
645
|
-
"contains",
|
646
|
-
"not_in",
|
647
|
-
"ip",
|
648
|
-
"ipv4",
|
649
|
-
"ipv6",
|
650
|
-
)
|
449
|
+
__slots__ = ("const", "len", "min_len", "max_len", "pattern", "prefix", "suffix", "contains", "not_in", "ip", "ipv4", "ipv6", "example")
|
450
|
+
Extensions: _python_message._ExtensionDict
|
651
451
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
652
452
|
LEN_FIELD_NUMBER: _ClassVar[int]
|
653
453
|
MIN_LEN_FIELD_NUMBER: _ClassVar[int]
|
@@ -661,6 +461,7 @@ class BytesRules(_message.Message):
|
|
661
461
|
IP_FIELD_NUMBER: _ClassVar[int]
|
662
462
|
IPV4_FIELD_NUMBER: _ClassVar[int]
|
663
463
|
IPV6_FIELD_NUMBER: _ClassVar[int]
|
464
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
664
465
|
const: bytes
|
665
466
|
len: int
|
666
467
|
min_len: int
|
@@ -673,42 +474,26 @@ class BytesRules(_message.Message):
|
|
673
474
|
ip: bool
|
674
475
|
ipv4: bool
|
675
476
|
ipv6: bool
|
676
|
-
|
677
|
-
|
678
|
-
const: _Optional[bytes] = ...,
|
679
|
-
len: _Optional[int] = ...,
|
680
|
-
min_len: _Optional[int] = ...,
|
681
|
-
max_len: _Optional[int] = ...,
|
682
|
-
pattern: _Optional[str] = ...,
|
683
|
-
prefix: _Optional[bytes] = ...,
|
684
|
-
suffix: _Optional[bytes] = ...,
|
685
|
-
contains: _Optional[bytes] = ...,
|
686
|
-
not_in: _Optional[_Iterable[bytes]] = ...,
|
687
|
-
ip: bool = ...,
|
688
|
-
ipv4: bool = ...,
|
689
|
-
ipv6: bool = ...,
|
690
|
-
**kwargs,
|
691
|
-
) -> None: ...
|
477
|
+
example: _containers.RepeatedScalarFieldContainer[bytes]
|
478
|
+
def __init__(self, const: _Optional[bytes] = ..., len: _Optional[int] = ..., min_len: _Optional[int] = ..., max_len: _Optional[int] = ..., pattern: _Optional[str] = ..., prefix: _Optional[bytes] = ..., suffix: _Optional[bytes] = ..., contains: _Optional[bytes] = ..., not_in: _Optional[_Iterable[bytes]] = ..., ip: bool = ..., ipv4: bool = ..., ipv6: bool = ..., example: _Optional[_Iterable[bytes]] = ..., **kwargs) -> None: ...
|
692
479
|
|
693
480
|
class EnumRules(_message.Message):
|
694
|
-
__slots__ = ("const", "defined_only", "not_in")
|
481
|
+
__slots__ = ("const", "defined_only", "not_in", "example")
|
482
|
+
Extensions: _python_message._ExtensionDict
|
695
483
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
696
484
|
DEFINED_ONLY_FIELD_NUMBER: _ClassVar[int]
|
697
485
|
IN_FIELD_NUMBER: _ClassVar[int]
|
698
486
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
487
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
699
488
|
const: int
|
700
489
|
defined_only: bool
|
701
490
|
not_in: _containers.RepeatedScalarFieldContainer[int]
|
702
|
-
|
703
|
-
|
704
|
-
const: _Optional[int] = ...,
|
705
|
-
defined_only: bool = ...,
|
706
|
-
not_in: _Optional[_Iterable[int]] = ...,
|
707
|
-
**kwargs,
|
708
|
-
) -> None: ...
|
491
|
+
example: _containers.RepeatedScalarFieldContainer[int]
|
492
|
+
def __init__(self, const: _Optional[int] = ..., defined_only: bool = ..., not_in: _Optional[_Iterable[int]] = ..., example: _Optional[_Iterable[int]] = ..., **kwargs) -> None: ...
|
709
493
|
|
710
494
|
class RepeatedRules(_message.Message):
|
711
495
|
__slots__ = ("min_items", "max_items", "unique", "items")
|
496
|
+
Extensions: _python_message._ExtensionDict
|
712
497
|
MIN_ITEMS_FIELD_NUMBER: _ClassVar[int]
|
713
498
|
MAX_ITEMS_FIELD_NUMBER: _ClassVar[int]
|
714
499
|
UNIQUE_FIELD_NUMBER: _ClassVar[int]
|
@@ -717,16 +502,11 @@ class RepeatedRules(_message.Message):
|
|
717
502
|
max_items: int
|
718
503
|
unique: bool
|
719
504
|
items: FieldConstraints
|
720
|
-
def __init__(
|
721
|
-
self,
|
722
|
-
min_items: _Optional[int] = ...,
|
723
|
-
max_items: _Optional[int] = ...,
|
724
|
-
unique: bool = ...,
|
725
|
-
items: _Optional[_Union[FieldConstraints, _Mapping]] = ...,
|
726
|
-
) -> None: ...
|
505
|
+
def __init__(self, min_items: _Optional[int] = ..., max_items: _Optional[int] = ..., unique: bool = ..., items: _Optional[_Union[FieldConstraints, _Mapping]] = ...) -> None: ...
|
727
506
|
|
728
507
|
class MapRules(_message.Message):
|
729
508
|
__slots__ = ("min_pairs", "max_pairs", "keys", "values")
|
509
|
+
Extensions: _python_message._ExtensionDict
|
730
510
|
MIN_PAIRS_FIELD_NUMBER: _ClassVar[int]
|
731
511
|
MAX_PAIRS_FIELD_NUMBER: _ClassVar[int]
|
732
512
|
KEYS_FIELD_NUMBER: _ClassVar[int]
|
@@ -735,13 +515,7 @@ class MapRules(_message.Message):
|
|
735
515
|
max_pairs: int
|
736
516
|
keys: FieldConstraints
|
737
517
|
values: FieldConstraints
|
738
|
-
def __init__(
|
739
|
-
self,
|
740
|
-
min_pairs: _Optional[int] = ...,
|
741
|
-
max_pairs: _Optional[int] = ...,
|
742
|
-
keys: _Optional[_Union[FieldConstraints, _Mapping]] = ...,
|
743
|
-
values: _Optional[_Union[FieldConstraints, _Mapping]] = ...,
|
744
|
-
) -> None: ...
|
518
|
+
def __init__(self, min_pairs: _Optional[int] = ..., max_pairs: _Optional[int] = ..., keys: _Optional[_Union[FieldConstraints, _Mapping]] = ..., values: _Optional[_Union[FieldConstraints, _Mapping]] = ...) -> None: ...
|
745
519
|
|
746
520
|
class AnyRules(_message.Message):
|
747
521
|
__slots__ = ("not_in",)
|
@@ -751,7 +525,8 @@ class AnyRules(_message.Message):
|
|
751
525
|
def __init__(self, not_in: _Optional[_Iterable[str]] = ..., **kwargs) -> None: ...
|
752
526
|
|
753
527
|
class DurationRules(_message.Message):
|
754
|
-
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in")
|
528
|
+
__slots__ = ("const", "lt", "lte", "gt", "gte", "not_in", "example")
|
529
|
+
Extensions: _python_message._ExtensionDict
|
755
530
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
756
531
|
LT_FIELD_NUMBER: _ClassVar[int]
|
757
532
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -759,25 +534,19 @@ class DurationRules(_message.Message):
|
|
759
534
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
760
535
|
IN_FIELD_NUMBER: _ClassVar[int]
|
761
536
|
NOT_IN_FIELD_NUMBER: _ClassVar[int]
|
537
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
762
538
|
const: _duration_pb2.Duration
|
763
539
|
lt: _duration_pb2.Duration
|
764
540
|
lte: _duration_pb2.Duration
|
765
541
|
gt: _duration_pb2.Duration
|
766
542
|
gte: _duration_pb2.Duration
|
767
543
|
not_in: _containers.RepeatedCompositeFieldContainer[_duration_pb2.Duration]
|
768
|
-
|
769
|
-
|
770
|
-
const: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...,
|
771
|
-
lt: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...,
|
772
|
-
lte: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...,
|
773
|
-
gt: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...,
|
774
|
-
gte: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...,
|
775
|
-
not_in: _Optional[_Iterable[_Union[_duration_pb2.Duration, _Mapping]]] = ...,
|
776
|
-
**kwargs,
|
777
|
-
) -> None: ...
|
544
|
+
example: _containers.RepeatedCompositeFieldContainer[_duration_pb2.Duration]
|
545
|
+
def __init__(self, const: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ..., lt: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ..., lte: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ..., gt: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ..., gte: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ..., not_in: _Optional[_Iterable[_Union[_duration_pb2.Duration, _Mapping]]] = ..., example: _Optional[_Iterable[_Union[_duration_pb2.Duration, _Mapping]]] = ..., **kwargs) -> None: ...
|
778
546
|
|
779
547
|
class TimestampRules(_message.Message):
|
780
|
-
__slots__ = ("const", "lt", "lte", "lt_now", "gt", "gte", "gt_now", "within")
|
548
|
+
__slots__ = ("const", "lt", "lte", "lt_now", "gt", "gte", "gt_now", "within", "example")
|
549
|
+
Extensions: _python_message._ExtensionDict
|
781
550
|
CONST_FIELD_NUMBER: _ClassVar[int]
|
782
551
|
LT_FIELD_NUMBER: _ClassVar[int]
|
783
552
|
LTE_FIELD_NUMBER: _ClassVar[int]
|
@@ -786,6 +555,7 @@ class TimestampRules(_message.Message):
|
|
786
555
|
GTE_FIELD_NUMBER: _ClassVar[int]
|
787
556
|
GT_NOW_FIELD_NUMBER: _ClassVar[int]
|
788
557
|
WITHIN_FIELD_NUMBER: _ClassVar[int]
|
558
|
+
EXAMPLE_FIELD_NUMBER: _ClassVar[int]
|
789
559
|
const: _timestamp_pb2.Timestamp
|
790
560
|
lt: _timestamp_pb2.Timestamp
|
791
561
|
lte: _timestamp_pb2.Timestamp
|
@@ -794,14 +564,55 @@ class TimestampRules(_message.Message):
|
|
794
564
|
gte: _timestamp_pb2.Timestamp
|
795
565
|
gt_now: bool
|
796
566
|
within: _duration_pb2.Duration
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
567
|
+
example: _containers.RepeatedCompositeFieldContainer[_timestamp_pb2.Timestamp]
|
568
|
+
def __init__(self, const: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., lt: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., lte: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., lt_now: bool = ..., gt: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., gte: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., gt_now: bool = ..., within: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ..., example: _Optional[_Iterable[_Union[_timestamp_pb2.Timestamp, _Mapping]]] = ...) -> None: ...
|
569
|
+
|
570
|
+
class Violations(_message.Message):
|
571
|
+
__slots__ = ("violations",)
|
572
|
+
VIOLATIONS_FIELD_NUMBER: _ClassVar[int]
|
573
|
+
violations: _containers.RepeatedCompositeFieldContainer[Violation]
|
574
|
+
def __init__(self, violations: _Optional[_Iterable[_Union[Violation, _Mapping]]] = ...) -> None: ...
|
575
|
+
|
576
|
+
class Violation(_message.Message):
|
577
|
+
__slots__ = ("field", "rule", "constraint_id", "message", "for_key")
|
578
|
+
FIELD_FIELD_NUMBER: _ClassVar[int]
|
579
|
+
RULE_FIELD_NUMBER: _ClassVar[int]
|
580
|
+
CONSTRAINT_ID_FIELD_NUMBER: _ClassVar[int]
|
581
|
+
MESSAGE_FIELD_NUMBER: _ClassVar[int]
|
582
|
+
FOR_KEY_FIELD_NUMBER: _ClassVar[int]
|
583
|
+
field: FieldPath
|
584
|
+
rule: FieldPath
|
585
|
+
constraint_id: str
|
586
|
+
message: str
|
587
|
+
for_key: bool
|
588
|
+
def __init__(self, field: _Optional[_Union[FieldPath, _Mapping]] = ..., rule: _Optional[_Union[FieldPath, _Mapping]] = ..., constraint_id: _Optional[str] = ..., message: _Optional[str] = ..., for_key: bool = ...) -> None: ...
|
589
|
+
|
590
|
+
class FieldPath(_message.Message):
|
591
|
+
__slots__ = ("elements",)
|
592
|
+
ELEMENTS_FIELD_NUMBER: _ClassVar[int]
|
593
|
+
elements: _containers.RepeatedCompositeFieldContainer[FieldPathElement]
|
594
|
+
def __init__(self, elements: _Optional[_Iterable[_Union[FieldPathElement, _Mapping]]] = ...) -> None: ...
|
595
|
+
|
596
|
+
class FieldPathElement(_message.Message):
|
597
|
+
__slots__ = ("field_number", "field_name", "field_type", "key_type", "value_type", "index", "bool_key", "int_key", "uint_key", "string_key")
|
598
|
+
FIELD_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
599
|
+
FIELD_NAME_FIELD_NUMBER: _ClassVar[int]
|
600
|
+
FIELD_TYPE_FIELD_NUMBER: _ClassVar[int]
|
601
|
+
KEY_TYPE_FIELD_NUMBER: _ClassVar[int]
|
602
|
+
VALUE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
603
|
+
INDEX_FIELD_NUMBER: _ClassVar[int]
|
604
|
+
BOOL_KEY_FIELD_NUMBER: _ClassVar[int]
|
605
|
+
INT_KEY_FIELD_NUMBER: _ClassVar[int]
|
606
|
+
UINT_KEY_FIELD_NUMBER: _ClassVar[int]
|
607
|
+
STRING_KEY_FIELD_NUMBER: _ClassVar[int]
|
608
|
+
field_number: int
|
609
|
+
field_name: str
|
610
|
+
field_type: _descriptor_pb2.FieldDescriptorProto.Type
|
611
|
+
key_type: _descriptor_pb2.FieldDescriptorProto.Type
|
612
|
+
value_type: _descriptor_pb2.FieldDescriptorProto.Type
|
613
|
+
index: int
|
614
|
+
bool_key: bool
|
615
|
+
int_key: int
|
616
|
+
uint_key: int
|
617
|
+
string_key: str
|
618
|
+
def __init__(self, field_number: _Optional[int] = ..., field_name: _Optional[str] = ..., field_type: _Optional[_Union[_descriptor_pb2.FieldDescriptorProto.Type, str]] = ..., key_type: _Optional[_Union[_descriptor_pb2.FieldDescriptorProto.Type, str]] = ..., value_type: _Optional[_Union[_descriptor_pb2.FieldDescriptorProto.Type, str]] = ..., index: _Optional[int] = ..., bool_key: bool = ..., int_key: _Optional[int] = ..., uint_key: _Optional[int] = ..., string_key: _Optional[str] = ...) -> None: ...
|