@@ -388,7 +388,7 @@ class BoolRules(_message.Message):
388388 def __init__ (self , const : bool = ..., example : _Optional [_Iterable [bool ]] = ...) -> None : ...
389389
390390class StringRules (_message .Message ):
391- __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" , "ulid" , "well_known_regex" , "strict" , "example" )
391+ __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" , "ulid" , "protobuf_fqn" , "protobuf_dot_fqn" , " well_known_regex" , "strict" , "example" )
392392 Extensions : _python_message ._ExtensionDict
393393 CONST_FIELD_NUMBER : _ClassVar [int ]
394394 LEN_FIELD_NUMBER : _ClassVar [int ]
@@ -422,6 +422,8 @@ class StringRules(_message.Message):
422422 IPV6_PREFIX_FIELD_NUMBER : _ClassVar [int ]
423423 HOST_AND_PORT_FIELD_NUMBER : _ClassVar [int ]
424424 ULID_FIELD_NUMBER : _ClassVar [int ]
425+ PROTOBUF_FQN_FIELD_NUMBER : _ClassVar [int ]
426+ PROTOBUF_DOT_FQN_FIELD_NUMBER : _ClassVar [int ]
425427 WELL_KNOWN_REGEX_FIELD_NUMBER : _ClassVar [int ]
426428 STRICT_FIELD_NUMBER : _ClassVar [int ]
427429 EXAMPLE_FIELD_NUMBER : _ClassVar [int ]
@@ -456,10 +458,12 @@ class StringRules(_message.Message):
456458 ipv6_prefix : bool
457459 host_and_port : bool
458460 ulid : bool
461+ protobuf_fqn : bool
462+ protobuf_dot_fqn : bool
459463 well_known_regex : KnownRegex
460464 strict : bool
461465 example : _containers .RepeatedScalarFieldContainer [str ]
462- 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 = ..., ulid : bool = ..., well_known_regex : _Optional [_Union [KnownRegex , str ]] = ..., strict : bool = ..., example : _Optional [_Iterable [str ]] = ..., ** kwargs ) -> None : ...
466+ 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 = ..., ulid : bool = ..., protobuf_fqn : bool = ..., protobuf_dot_fqn : bool = ..., well_known_regex : _Optional [_Union [KnownRegex , str ]] = ..., strict : bool = ..., example : _Optional [_Iterable [str ]] = ..., ** kwargs ) -> None : ...
463467
464468class BytesRules (_message .Message ):
465469 __slots__ = ("const" , "len" , "min_len" , "max_len" , "pattern" , "prefix" , "suffix" , "contains" , "not_in" , "ip" , "ipv4" , "ipv6" , "uuid" , "example" )
0 commit comments