class SymbolVisibility (View source)

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 type google.protobuf.SymbolVisibility

Constants

VISIBILITY_UNSET

Generated from protobuf enum VISIBILITY_UNSET = 0;

VISIBILITY_LOCAL

Generated from protobuf enum VISIBILITY_LOCAL = 1;

VISIBILITY_EXPORT

Generated from protobuf enum VISIBILITY_EXPORT = 2;

Methods

static 
name($value)

No description

static 
value($name)

No description

Details

static name($value)

No description

Parameters

$value

static value($name)

No description

Parameters

$name