Enumeration GeneratedCodeInfo_Annotation_Semantic

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

Generated

from enum google.protobuf.GeneratedCodeInfo.Annotation.Semantic

Enumeration Members

Enumeration Members

ALIAS: 2

An alias to the element is returned.

Generated

from enum value: ALIAS = 2;

NONE: 0

There is no effect or the effect is indescribable.

Generated

from enum value: NONE = 0;

SET: 1

The element is set or otherwise mutated.

Generated

from enum value: SET = 1;

Generated using TypeDoc