Skip to content

Commit 764c4b2

Browse files
chore: Update gapic-generator-python to v1.11.4 (#509)
* 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>
1 parent bf1a886 commit 764c4b2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/google-cloud-dlp/google/cloud/dlp_v2/types/dlp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,7 @@ class Container(proto.Message):
14141414
full_path (str):
14151415
A string representation of the full container
14161416
name. Examples:
1417+
14171418
- BigQuery: 'Project:DataSetId.TableId'
14181419
- Cloud Storage:
14191420
'gs://Bucket/folders/filename.txt'

packages/google-cloud-dlp/google/cloud/dlp_v2/types/storage.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class FileType(proto.Enum):
9494
storage scan.
9595
TEXT_FILE (2):
9696
Included file extensions:
97+
9798
asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv,
9899
cxx, c++, cs, css, dart, dat, dot, eml,,
99100
epbub, ged, go, h, hh, hpp, hxx, h++, hs, html,
@@ -112,27 +113,34 @@ class FileType(proto.Enum):
112113
WORD (5):
113114
Word files >30 MB will be scanned as binary
114115
files. Included file extensions:
116+
115117
docx, dotx, docm, dotm
116118
PDF (6):
117119
PDF files >30 MB will be scanned as binary
118120
files. Included file extensions:
121+
119122
pdf
120123
AVRO (7):
121124
Included file extensions:
125+
122126
avro
123127
CSV (8):
124128
Included file extensions:
129+
125130
csv
126131
TSV (9):
127132
Included file extensions:
133+
128134
tsv
129135
POWERPOINT (11):
130136
Powerpoint files >30 MB will be scanned as
131137
binary files. Included file extensions:
138+
132139
pptx, pptm, potx, potm, pot
133140
EXCEL (12):
134141
Excel files >30 MB will be scanned as binary
135142
files. Included file extensions:
143+
136144
xlsx, xlsm, xltx, xltm
137145
"""
138146
FILE_TYPE_UNSPECIFIED = 0
@@ -626,6 +634,7 @@ class PartitionId(proto.Message):
626634
is always by project and namespace, however the namespace ID may
627635
be empty.
628636
A partition ID contains several dimensions:
637+
629638
project ID and namespace ID.
630639
631640
Attributes:

0 commit comments

Comments
 (0)