Resource: Annotation
Message describing an Annotation
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"type": enum ( |
Fields | |
---|---|
name |
name of resource. |
create |
Output only. Create time stamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. Update time stamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Labels as key value pairs. An object containing a list of |
type |
Type of an annotation. |
Type
Types for project level setting.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Unknown type |
TYPE_LEGACY_EXPORT_CONSENT |
Indicates that this project has opted into StratoZone export. |
TYPE_QWIKLAB |
Indicates that this project is created by Qwiklab. |
Methods |
|
---|---|
|
Creates an Annotation |
|
Gets details of a single Annotation. |