Skip to content

Commit

Permalink
[CHANGE ME] Re-generated dlp to pick up changes in the API or client …
Browse files Browse the repository at this point in the history
…library generator.
  • Loading branch information
yoshi-automation committed Nov 20, 2019
1 parent bd5318a commit c17ebd5
Show file tree
Hide file tree
Showing 9 changed files with 1,145 additions and 709 deletions.
2 changes: 1 addition & 1 deletion 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 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
153 changes: 106 additions & 47 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
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 c17ebd5

Please sign in to comment.