class documentation

Describes the 'visibility' of a symbol with respect to the proto import system. Symbols can only be imported when the visibility rules do not prevent it (ex: local symbols cannot be imported). Visibility modifiers can only set on message and enum as they are the only types available to be referenced from other files.

Constant VISIBILITY_EXPORT Undocumented
Constant VISIBILITY_LOCAL Undocumented
Constant VISIBILITY_UNSET Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __PROTO_DESCRIPTOR__ Enum descriptor from the registry.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Variable __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
VISIBILITY_EXPORT: ellipsis = (source)

Undocumented

Value
...
VISIBILITY_LOCAL: ellipsis = (source)

Undocumented

Value
...
VISIBILITY_UNSET: ellipsis = (source)

Undocumented

Value
...