REST Resource: projects.locations.datasets.annotationSpecs

Resource: AnnotationSpec

Identifies a concept with which DataItems may be annotated with.

JSON representation
{
  "name": string,
  "displayName": string,
  "createTime": string,
  "updateTime": string,
  "etag": string
}
Fields
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.

createTime

string (Timestamp format)

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".

updateTime

string (Timestamp format)

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.

Methods

get

Gets an AnnotationSpec.