Chronicle v1 API - Enum SemanticType (1.1.0)

public enum SemanticType

Reference documentation and code samples for the Chronicle v1 API enum SemanticType.

An enumeration of the possible types of a Feed.details field, where type implies both encoding and semantics. This is used in constructing a schema in order to construct a UI for creating well formed feeds.

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Fields

Name Description
Bool

A boolean (with no special semantics).

Enum

An enum (with no special semantics).

KeyValueList

A repeated field with a Message type where the Message contains two fields: key and value.

MapStringString

A map<string, string> (with no special semantics).

String

A string (with no special semantics).

StringList

A repeated string (with no special semantics).

StringMultiline

A string that may contain any whitespace characters (with no special semantics).

StringMultilineSecret

A string that may contain any whitespace characters and that encodes a secret.

StringSecret

A string which encodes a secret.

StringUri

A string which encodes a URI.

StringUriList

A repeated string which encodes URIs.

Unspecified

No semantic type. All fields must specify a semantic type.