Resource: Group
A resource that represents an asset group. The purpose of an asset group is to bundle a set of assets that have something in common, while allowing users to add annotations to the group. An asset can belong to multiple groups.
JSON representation |
---|
{ "name" : string , "createTime" : string , "updateTime" : string , "labels" : { string : string , ... } , "displayName" : string , "description" : string } |
Fields | |
---|---|
name
|
Output only. The name of the group. |
createTime
|
Output only. The timestamp when the group 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: |
updateTime
|
Output only. The timestamp when the group 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: |
labels
|
Labels as key value pairs. An object containing a list of |
displayName
|
Optional. User-friendly display name. |
description
|
Optional. The description of the group. |
Methods |
|
---|---|
|
Adds assets to a group. |
|
Creates a new group in a given project and location. |
|
Deletes a group. |
|
Gets the details of a group. |
|
Lists all groups in a given project and location. |
|
Updates the parameters of a group. |
|
Removes assets from a group. |