Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

Tag

Tag descriptor for the TagProvider service.

Defined in

This message is defined in the tag_provider.proto file.

Syntax

message Tag

{

uint64 id = 1;

google.protobuf.Timestamp timestamp = 2;

TagBriefInfo briefInfo = 3;

oneof value

{

bool boolVal = 20;

int64 int64Val = 21;

double doubleVal = 23;

string stringVal = 24;

bytes binaryVal = 25;

}

}

Fields

The Tag message has the following fields.

Tag message fields

Rule Field

Type

Name

Tag

Description

 

uint64

id

1

Tag identifier.

 

google.protobuf.Timestamp

timestamp

2

Time stamp when the tag was last encountered in the traffic.

 

TagBriefInfo

briefInfo

3

Information about the tag. Available only for the GetTags method of the TagProvider service.

oneof

 

value

 

Value of the tag.

 

bool

boolVal

20

Boolean value.

 

int64

int64Val

21

Int64 value.

 

double

doubleVal

33

Double value.

 

string

stringVal

24

String value.

 

bytes

binaryVal

25

Binary value.