Resource: AnnotationSpec
Identifies a concept with which DataItems may be annotated with.
name
string
Output only. Resource name of the AnnotationSpec.
displayName
string
Required. The user-defined name of the AnnotationSpec. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Output only. timestamp when this AnnotationSpec was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
Output only. timestamp when AnnotationSpec was last updated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
etag
string
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
JSON representation |
---|
{ "name": string, "displayName": string, "createTime": string, "updateTime": string, "etag": string } |
Methods |
|
---|---|
|
Gets an AnnotationSpec. |