changeType property

String? changeType
getter/setter pair

The type of change represented by the change_payload.

This field is derived from the populated field in the change_payload oneof.

Output only. Possible string values are:

  • "CHANGE_TYPE_UNSPECIFIED" : State unspecified.
  • "CREATE_ENTRY" : Request to create an Entry.
  • "UPDATE_ENTRY" : Request to update an Entry.
  • "DELETE_ENTRY" : Request to delete an Entry.
  • "CREATE_ENTRY_LINK" : Request to create an EntryLink.
  • "DELETE_ENTRY_LINK" : Request to delete an EntryLink.
  • "CREATE_GLOSSARY" : Request to create a Glossary.
  • "UPDATE_GLOSSARY" : Request to update a Glossary.
  • "DELETE_GLOSSARY" : Request to delete a Glossary.
  • "CREATE_GLOSSARY_CATEGORY" : Request to create a GlossaryCategory.
  • "UPDATE_GLOSSARY_CATEGORY" : Request to update a GlossaryCategory.
  • "DELETE_GLOSSARY_CATEGORY" : Request to delete a GlossaryCategory.
  • "CREATE_GLOSSARY_TERM" : Request to create a GlossaryTerm.
  • "UPDATE_GLOSSARY_TERM" : Request to update a GlossaryTerm.
  • "DELETE_GLOSSARY_TERM" : Request to delete a GlossaryTerm.
  • "REQUEST_DATA_PRODUCT_ACCESS" : Request to request Data Product access.

Implementation

core.String? changeType;