Classes | |
class | DescriptorPool |
Functions | |
def | _Deprecated (func) |
def | _IsMessageSetExtension (field) |
def | _NormalizeFullyQualifiedName (name) |
def | _OptionsOrNone (descriptor_proto) |
def | _PrefixWithDot (name) |
def | Default () |
Variables | |
string | __author__ = 'matthewtoia@google.com (Matt Toia)' |
_DEFAULT = descriptor._message.default_pool | |
_USE_C_DESCRIPTORS = descriptor._USE_C_DESCRIPTORS | |
|
private |
Mark functions as deprecated.
Definition at line 71 of file bloaty/third_party/protobuf/python/google/protobuf/descriptor_pool.py.
|
private |
Definition at line 110 of file bloaty/third_party/protobuf/python/google/protobuf/descriptor_pool.py.
|
private |
Remove leading period from fully-qualified type name. Due to b/13860351 in descriptor_database.py, types in the root namespace are generated with a leading period. This function removes that prefix. Args: name: A str, the fully-qualified symbol name. Returns: A str, the normalized fully-qualified symbol name.
Remove leading period from fully-qualified type name. Due to b/13860351 in descriptor_database.py, types in the root namespace are generated with a leading period. This function removes that prefix. Args: name (str): The fully-qualified symbol name. Returns: str: The normalized fully-qualified symbol name.
Definition at line 87 of file bloaty/third_party/protobuf/python/google/protobuf/descriptor_pool.py.
|
private |
Returns the value of the field `options`, or None if it is not set.
Definition at line 102 of file bloaty/third_party/protobuf/python/google/protobuf/descriptor_pool.py.
|
private |
Definition at line 1239 of file bloaty/third_party/protobuf/python/google/protobuf/descriptor_pool.py.
def google.protobuf.descriptor_pool.Default | ( | ) |
Definition at line 1252 of file bloaty/third_party/protobuf/python/google/protobuf/descriptor_pool.py.
|
private |
Definition at line 58 of file bloaty/third_party/protobuf/python/google/protobuf/descriptor_pool.py.
|
private |
Definition at line 1247 of file bloaty/third_party/protobuf/python/google/protobuf/descriptor_pool.py.
|
private |
Definition at line 68 of file bloaty/third_party/protobuf/python/google/protobuf/descriptor_pool.py.