[protobuf] Add missing properties for class FieldDescriptor (#13625)

This commit is contained in:
Ageev Maxim
2025-03-14 23:24:14 +03:00
committed by GitHub
parent 0b8dcfc00b
commit cdfb10c340
@@ -156,6 +156,12 @@ class FieldDescriptor(DescriptorBase):
cpp_type: Any
@property
def label(self): ...
@property
def camelcase_name(self) -> str: ...
@property
def has_presence(self) -> bool: ...
@property
def is_packed(self) -> bool: ...
has_default_value: Any
default_value: Any
containing_type: Any