class Semantic (View source)

Represents the identified object's effect on the element in the original .proto file.

Protobuf type google.protobuf.GeneratedCodeInfo.Annotation.Semantic

Constants

NONE

There is no effect or the effect is indescribable.

Generated from protobuf enum NONE = 0;

SET

The element is set or otherwise mutated.

Generated from protobuf enum SET = 1;

ALIAS

An alias to the element is returned.

Generated from protobuf enum ALIAS = 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