Represents the identified object's effect on the element in the original .proto file.
from enum google.protobuf.GeneratedCodeInfo.Annotation.Semantic
An alias to the element is returned.
from enum value: ALIAS = 2;
There is no effect or the effect is indescribable.
from enum value: NONE = 0;
The element is set or otherwise mutated.
from enum value: SET = 1;
Generated using TypeDoc
Represents the identified object's effect on the element in the original .proto file.
Generated
from enum google.protobuf.GeneratedCodeInfo.Annotation.Semantic