Skip to content

Commit 80f5295

Browse files
yoshi-automationbusunkim96
authored andcommitted
feat(dlp): add location_id in preparation for regionalization; deprecate resource name helper functions (via synth) (#9856)
1 parent 5d5e1c7 commit 80f5295

File tree

10 files changed

+1866
-794
lines changed

10 files changed

+1866
-794
lines changed

dlp/docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
div#python2-eol {
22
border-color: red;
33
border-width: medium;
4-
}
4+
}

dlp/docs/_templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{% extends "!layout.html" %}
23
{%- block content %}
34
{%- if theme_fixed_sidebar|lower == 'true' %}

dlp/google/cloud/dlp_v2/gapic/dlp_service_client.py

Lines changed: 206 additions & 56 deletions
Large diffs are not rendered by default.

dlp/google/cloud/dlp_v2/gapic/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ class TimePart(enum.IntEnum):
417417
MONTH (int): [1-12]
418418
DAY_OF_MONTH (int): [1-31]
419419
DAY_OF_WEEK (int): [1-7]
420-
WEEK_OF_YEAR (int): [1-52]
420+
WEEK_OF_YEAR (int): [1-53]
421421
HOUR_OF_DAY (int): [0-23]
422422
"""
423423

0 commit comments

Comments
 (0)