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.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
Output only. timestamp when AnnotationSpec was last updated.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
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. |