Reference documentation and code samples for the Grafeas V1 Client class VersionKind.
Whether this is an ordinary package version or a sentinel MIN/MAX version.
Protobuf type grafeas.v1.Version.VersionKind
Namespace
Grafeas \ V1 \ VersionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
VERSION_KIND_UNSPECIFIED
Value: 0
Unknown.
Generated from protobuf enum VERSION_KIND_UNSPECIFIED = 0;
NORMAL
Value: 1
A standard package version.
Generated from protobuf enum NORMAL = 1;
MINIMUM
Value: 2
A special version representing negative infinity.
Generated from protobuf enum MINIMUM = 2;
MAXIMUM
Value: 3
A special version representing positive infinity.
Generated from protobuf enum MAXIMUM = 3;