We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_required
is_repeated
FieldDescriptor
1 parent a56f819 commit add4e85Copy full SHA for add4e85
1 file changed
stubs/protobuf/google/protobuf/descriptor.pyi
@@ -156,6 +156,10 @@ class FieldDescriptor(DescriptorBase):
156
@property
157
def label(self): ...
158
159
+ def is_required(self) -> bool: ...
160
+ @property
161
+ def is_repeated(self) -> bool: ...
162
163
def camelcase_name(self) -> str: ...
164
165
def has_presence(self) -> bool: ...
0 commit comments