Kaspersky Industrial CyberSecurity for Networks API Developer's Guide
- Copyright
- About this guide
- About Kaspersky Industrial CyberSecurity for Networks API
- Quick start
- Generating gRPC code
- Establishing connections
- Getting and registering events
- Getting tags and subscribing to tag changes
- Getting configuration information
- Getting assets
- API Reference
- Services
- Messages
- ApplicationLayerAddress
- Asset
- AssetAddress
- AssetsUpdatedAfterRequest
- CommunicationData
- ConfigurationMetadata
- Cookie
- DeviceAddress
- DictionaryRequest
- Event
- EventDescriptor
- EventId
- Filter (events)
- Filter (tags)
- FixedNetworkAddress
- HashIdValue
- ItemsByIdRequest
- ItemsRequest
- KscConfiguration
- MessageParameter
- NewGenericEvent
- PlcConfiguration
- ProtocolConfiguration
- RequestStateResponse
- SubscriptionRequest
- Tag
- TagBriefInfo
- TagDescriptor
- TagEvent
- TagsRequest
- TimeSpan
- TransmissionWindow
- TransportAddress
- Version
- Enumerations
- AO Kaspersky Lab
- Information about third-party code
- Trademark notices
API Reference > Messages > Version
Version
Version
Information about the Kaspersky Industrial CyberSecurity for Networks version.
Defined in
This message is defined in the version.proto
file.
Syntax
message Version
{
uint32 versionMajor = 1;
uint32 versionMinor = 2;
uint32 versionRelease = 3;
uint32 versionBuild = 4;
}
Fields
The Version
message has the following fields.
Version message fields
Type |
Name |
Tag |
Description |
---|---|---|---|
|
|
|
Major version number. |
|
|
|
Minor version number. |
|
|
|
Release version flag. |
|
|
|
Build number. |
Article ID: 146350, Last review: Jul 6, 2022