Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class Action.
Action taken on the file.
Protobuf type google.cloud.securesourcemanager.v1.FileDiff.Action
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ FileDiffMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACTION_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum ACTION_UNSPECIFIED = 0;
ADDED
Value: 1The file was added.
Generated from protobuf enum ADDED = 1;
MODIFIED
Value: 2The file was modified.
Generated from protobuf enum MODIFIED = 2;
DELETED
Value: 3The file was deleted.
Generated from protobuf enum DELETED = 3;