Class AnnotationSpec (1.17.1)

AnnotationSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Identifies a concept with which DataItems may be annotated with.

Attributes

NameDescription
name str
Output only. Resource name of the AnnotationSpec.
display_name str
Required. The user-defined name of the AnnotationSpec. The name can be up to 128 characters long and can be consist of any UTF-8 characters.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this AnnotationSpec was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when AnnotationSpec was last updated.
etag str
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Inheritance

builtins.object > proto.message.Message > AnnotationSpec