state property

String? state
getter/setter pair

Indicates the status of the file.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "ADDED" : The file has been newly added.
  • "DELETED" : The file has been deleted.
  • "MODIFIED" : The file has been modified.
  • "HAS_CONFLICTS" : The file contains merge conflicts.

Implementation

core.String? state;