Aspect(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An aspect is a single piece of metadata describing an entry.
Attributes |
|
---|---|
Name | Description |
aspect_type |
str
Output only. The resource name of the type used to create this Aspect. |
path |
str
Output only. The path in the entry under which the aspect is attached. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the Aspect was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the Aspect was last updated. |
data |
google.protobuf.struct_pb2.Struct
Required. The content of the aspect, according to its aspect type schema. This will replace content . The maximum size
of the field is 120KB (encoded as UTF-8).
|