Interface protos.google.cloud.datacatalog.v1.ITagField (4.1.1)

Properties of a TagField.

Package

@google-cloud/datacatalog

Properties

boolValue

boolValue?: (boolean|null);

TagField boolValue

displayName

displayName?: (string|null);

TagField displayName

doubleValue

doubleValue?: (number|null);

TagField doubleValue

enumValue

enumValue?: (google.cloud.datacatalog.v1.TagField.IEnumValue|null);

TagField enumValue

order

order?: (number|null);

TagField order

richtextValue

richtextValue?: (string|null);

TagField richtextValue

stringValue

stringValue?: (string|null);

TagField stringValue

timestampValue

timestampValue?: (google.protobuf.ITimestamp|null);

TagField timestampValue