Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.11.4 (#509)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.11.4

PiperOrigin-RevId: 547897126

Source-Link: googleapis/googleapis@c09c75e

Source-Link: googleapis/googleapis-gen@45e0ec4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVlMGVjNDM0MzUxN2NkMGFhNjZiNWNhNjQyMzJhMTgwMmMyZjk0NSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jul 14, 2023
1 parent bf1a886 commit 764c4b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-dlp/google/cloud/dlp_v2/types/dlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,7 @@ class Container(proto.Message):
full_path (str):
A string representation of the full container
name. Examples:
- BigQuery: 'Project:DataSetId.TableId'
- Cloud Storage:
'gs://Bucket/folders/filename.txt'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class FileType(proto.Enum):
storage scan.
TEXT_FILE (2):
Included file extensions:
asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv,
cxx, c++, cs, css, dart, dat, dot, eml,,
epbub, ged, go, h, hh, hpp, hxx, h++, hs, html,
Expand All @@ -112,27 +113,34 @@ class FileType(proto.Enum):
WORD (5):
Word files >30 MB will be scanned as binary
files. Included file extensions:
docx, dotx, docm, dotm
PDF (6):
PDF files >30 MB will be scanned as binary
files. Included file extensions:
pdf
AVRO (7):
Included file extensions:
avro
CSV (8):
Included file extensions:
csv
TSV (9):
Included file extensions:
tsv
POWERPOINT (11):
Powerpoint files >30 MB will be scanned as
binary files. Included file extensions:
pptx, pptm, potx, potm, pot
EXCEL (12):
Excel files >30 MB will be scanned as binary
files. Included file extensions:
xlsx, xlsm, xltx, xltm
"""
FILE_TYPE_UNSPECIFIED = 0
Expand Down Expand Up @@ -626,6 +634,7 @@ class PartitionId(proto.Message):
is always by project and namespace, however the namespace ID may
be empty.
A partition ID contains several dimensions:
project ID and namespace ID.
Attributes:
Expand Down

0 comments on commit 764c4b2

Please sign in to comment.