Enum Class DescriptorProtos.SymbolVisibility

java.lang.Object
java.lang.Enum<DescriptorProtos.SymbolVisibility>
com.google.protobuf.DescriptorProtos.SymbolVisibility
All Implemented Interfaces:
Internal.EnumLite, Serializable, Comparable<DescriptorProtos.SymbolVisibility>, Constable
Enclosing class:
DescriptorProtos

public static enum DescriptorProtos.SymbolVisibility extends Enum<DescriptorProtos.SymbolVisibility> implements Internal.EnumLite
 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.
 
Protobuf enum google.protobuf.SymbolVisibility