mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-09 06:46:18 +08:00
[protobuf] Add missing properties for class FieldDescriptor (#13625)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user