Reference documentation and code samples for the Grafeas V1 Client class Kind.
The type of an alias.
Protobuf type grafeas.v1.AliasContext.Kind
Namespace
Grafeas \ V1 \ AliasContextMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
KIND_UNSPECIFIED
Value: 0Unknown.
Generated from protobuf enum KIND_UNSPECIFIED = 0;
FIXED
Value: 1Git tag.
Generated from protobuf enum FIXED = 1;
MOVABLE
Value: 2Git branch.
Generated from protobuf enum MOVABLE = 2;
OTHER
Value: 4Used to specify non-standard aliases. For example, if a Git repo has a ref named "refs/foo/bar".
Generated from protobuf enum OTHER = 4;