Common Protos for Google Cloud APIs V1 Client - Class Kind (0.3.8)

Reference documentation and code samples for the Common Protos for Google Cloud APIs V1 Client class Kind.

The type of an Alias.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

ANY

Value: 0

Do not use.

Generated from protobuf enum ANY = 0;

FIXED

Value: 1

Git tag

Generated from protobuf enum FIXED = 1;

MOVABLE

Value: 2

Git branch

Generated from protobuf enum MOVABLE = 2;

OTHER

Value: 4

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;