Skip to content

Commit c2d245b

Browse files
chore: Update gapic-generator-python to v1.8.2 (#483)
* chore: Update gapic-generator-python to v1.8.2 PiperOrigin-RevId: 504289125 Source-Link: googleapis/googleapis@38a48a4 Source-Link: googleapis/googleapis-gen@b2dc226 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 57ff8f7 commit c2d245b

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

packages/google-cloud-dlp/.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ branch = True
55
show_missing = True
66
omit =
77
google/cloud/dlp/__init__.py
8+
google/cloud/dlp/gapic_version.py
89
exclude_lines =
910
# Re-enable the standard pragma
1011
pragma: NO COVER

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from google.cloud.dlp import gapic_version as package_version
16+
from google.cloud.dlp_v2 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class TransformationResultStatusType(proto.Enum):
200200
201201
Values:
202202
STATE_TYPE_UNSPECIFIED (0):
203-
203+
No description available.
204204
INVALID_TRANSFORM (1):
205205
This will be set when a finding could not be
206206
transformed (i.e. outside user set bucket
@@ -232,13 +232,13 @@ class TransformationContainerType(proto.Enum):
232232
233233
Values:
234234
TRANSFORM_UNKNOWN_CONTAINER (0):
235-
235+
No description available.
236236
TRANSFORM_BODY (1):
237-
237+
No description available.
238238
TRANSFORM_METADATA (2):
239-
239+
No description available.
240240
TRANSFORM_TABLE (3):
241-
241+
No description available.
242242
"""
243243
TRANSFORM_UNKNOWN_CONTAINER = 0
244244
TRANSFORM_BODY = 1

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ class Likelihood(proto.Enum):
5757
5858
Values:
5959
LIKELIHOOD_UNSPECIFIED (0):
60-
60+
Default value; same as POSSIBLE.
6161
VERY_UNLIKELY (1):
62-
62+
Few matching elements.
6363
UNLIKELY (2):
64-
64+
No description available.
6565
POSSIBLE (3):
66-
66+
Some matching elements.
6767
LIKELY (4):
68-
68+
No description available.
6969
VERY_LIKELY (5):
70-
70+
Many matching elements.
7171
"""
7272
LIKELIHOOD_UNSPECIFIED = 0
7373
VERY_UNLIKELY = 1
@@ -806,7 +806,7 @@ class SampleMethod(proto.Enum):
806806
807807
Values:
808808
SAMPLE_METHOD_UNSPECIFIED (0):
809-
809+
No description available.
810810
TOP (1):
811811
Scan from the top (default).
812812
RANDOM_START (2):
@@ -952,7 +952,7 @@ class SampleMethod(proto.Enum):
952952
953953
Values:
954954
SAMPLE_METHOD_UNSPECIFIED (0):
955-
955+
No description available.
956956
TOP (1):
957957
Scan groups of rows in the order BigQuery
958958
provides (default). Multiple groups of rows may

packages/google-cloud-dlp/samples/generated_samples/snippet_metadata_google.privacy.dlp.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dlp",
11-
"version": "3.11.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)