Skip to content

Commit

Permalink
feat(dlp): add location_id in preparation for regionalization; depr…
Browse files Browse the repository at this point in the history
…ecate resource name helper functions (via synth) (#9856)
  • Loading branch information
yoshi-automation authored and busunkim96 committed Dec 6, 2019
1 parent 5d5e1c7 commit 80f5295
Show file tree
Hide file tree
Showing 10 changed files with 1,866 additions and 794 deletions.
2 changes: 1 addition & 1 deletion dlp/docs/_static/custom.css
@@ -1,4 +1,4 @@
div#python2-eol {
border-color: red;
border-width: medium;
}
}
1 change: 1 addition & 0 deletions dlp/docs/_templates/layout.html
@@ -1,3 +1,4 @@

{% extends "!layout.html" %}
{%- block content %}
{%- if theme_fixed_sidebar|lower == 'true' %}
Expand Down
262 changes: 206 additions & 56 deletions dlp/google/cloud/dlp_v2/gapic/dlp_service_client.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dlp/google/cloud/dlp_v2/gapic/enums.py
Expand Up @@ -417,7 +417,7 @@ class TimePart(enum.IntEnum):
MONTH (int): [1-12]
DAY_OF_MONTH (int): [1-31]
DAY_OF_WEEK (int): [1-7]
WEEK_OF_YEAR (int): [1-52]
WEEK_OF_YEAR (int): [1-53]
HOUR_OF_DAY (int): [0-23]
"""

Expand Down

0 comments on commit 80f5295

Please sign in to comment.