Module: Google::Cloud::SecureSourceManager::V1::FileDiff::Action

Defined in:
proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb

Overview

Action taken on the file.

Constant Summary collapse

ACTION_UNSPECIFIED =

Unspecified.

0
ADDED =

The file was added.

1
MODIFIED =

The file was modified.

2
DELETED =

The file was deleted.

3