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 7ba2366 commit d07f415
Show file tree
Hide file tree
Showing 10 changed files with 1,866 additions and 794 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-dlp/docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
div#python2-eol {
border-color: red;
border-width: medium;
}
}
1 change: 1 addition & 0 deletions packages/google-cloud-dlp/docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

{% extends "!layout.html" %}
{%- block content %}
{%- if theme_fixed_sidebar|lower == 'true' %}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
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
Loading

0 comments on commit d07f415

Please sign in to comment.