17.72. Identifier
Unique identifier for a given job, payload, pipeline, or other.
message Identifier {
string value = 1;
}
17.72.1.1. value
type: string
Expected to be a 32-character string of hexadecimal legal characters, which easily transform into a 128-bit unique identifier (GUID).