public enum SemanticTypeReference 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.V1Assembly
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: |
MapStringString |
A |
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. |