class Kind

The type of an Alias.

Protobuf type google.devtools.source.v1.AliasContext.Kind

Constants

ANY

Do not use.

Generated from protobuf enum ANY = 0;

FIXED

Git tag

Generated from protobuf enum FIXED = 1;

MOVABLE

Git branch

Generated from protobuf enum MOVABLE = 2;

OTHER

OTHER is used to specify non-standard aliases, those not of the kinds above. For example, if a Git repo has a ref named "refs/foo/bar", it is considered to be of kind OTHER.

Generated from protobuf enum OTHER = 4;