Skip to content

Commit

Permalink
feat(dlp): add AVRO constant to FileType and BytesType
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and quartzmo committed Jun 18, 2019
1 parent c6b5008 commit d17733d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ module BytesType
IMAGE_SVG = 4

TEXT_UTF8 = 5

AVRO = 11
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,10 @@ module FileType
# bmp, gif, jpg, jpeg, jpe, png.
# bytes_limit_per_file has no effect on image files.
IMAGE = 3

# Included file extensions:
# avro
AVRO = 7
end

# Categorization of results based on how likely they are to represent a match,
Expand Down
1 change: 1 addition & 0 deletions google-cloud-dlp/lib/google/privacy/dlp/v2/dlp_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions google-cloud-dlp/lib/google/privacy/dlp/v2/storage_pb.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions google-cloud-dlp/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-06-06T10:38:44.275768Z",
"updateTime": "2019-06-18T10:38:36.329342Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.23.1",
"dockerImage": "googleapis/artman@sha256:9d5cae1454da64ac3a87028f8ef486b04889e351c83bb95e83b8fab3959faed0"
"version": "0.27.0",
"dockerImage": "googleapis/artman@sha256:b036a7f4278d9deb5796f065e5c7f608d47d75369985ca7ab5039998120e972d"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "f03bf2139ee85aac88411d6c20a21f4c901fe83c",
"internalRef": "251806891"
"sha": "384aa843867c4d17756d14a01f047b6368494d32",
"internalRef": "253675319"
}
},
{
Expand Down

0 comments on commit d17733d

Please sign in to comment.