Interface protos.google.cloud.datacatalog.v1beta1.ITagField

Properties of a TagField.

Package

@google-cloud/datacatalog!

Properties

boolValue

boolValue?: (boolean|null);

TagField boolValue

Property Value
TypeDescription
(boolean|null)

displayName

displayName?: (string|null);

TagField displayName

Property Value
TypeDescription
(string|null)

doubleValue

doubleValue?: (number|null);

TagField doubleValue

Property Value
TypeDescription
(number|null)

enumValue

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

TagField enumValue

Property Value
TypeDescription
(google.cloud.datacatalog.v1beta1.TagField.IEnumValue|null)

order

order?: (number|null);

TagField order

Property Value
TypeDescription
(number|null)

stringValue

stringValue?: (string|null);

TagField stringValue

Property Value
TypeDescription
(string|null)

timestampValue

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

TagField timestampValue

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)