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. |
create
|
Output only. The timestamp when the group was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update
|
Output only. The timestamp when the group was last updated. 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 |
display
|
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. |