updateTime property

String? updateTime
getter/setter pair

Timestamp when this Index was most recently updated.

This also includes any update to the contents of the Index. Note that Operations working on this Index may have their Operations.metadata.generic_metadata.update_time a little after the value of this timestamp, yet that does not mean their results are not already reflected in the Index. Result of any successfully completed Operation on the Index is reflected in it.

Output only.

Implementation

core.String? updateTime;