Group(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. The name of the group. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the group was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the group was last updated. |
labels |
MutableMapping[str, str]
Labels as key value pairs. |
display_name |
str
User-friendly display name. |
description |
str
The description of the resource. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |