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
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VERSION_KIND_UNSPECIFIED
Value: 0Unknown.
Generated from protobuf enum VERSION_KIND_UNSPECIFIED = 0;
NORMAL
Value: 1A standard package version.
Generated from protobuf enum NORMAL = 1;
MINIMUM
Value: 2A special version representing negative infinity.
Generated from protobuf enum MINIMUM = 2;
MAXIMUM
Value: 3A special version representing positive infinity.
Generated from protobuf enum MAXIMUM = 3;