ANY = 0;
*/
const ANY = 0;
/**
* Git tag
*
* Generated from protobuf enum FIXED = 1;
*/
const FIXED = 1;
/**
* Git branch
*
* Generated from protobuf enum MOVABLE = 2;
*/
const MOVABLE = 2;
/**
* 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;
*/
const OTHER = 4;
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Kind::class, \Google\Cloud\DevTools\Source\V1\AliasContext_Kind::class);