FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: Update gapic-generator-python to v1.6.1 by gcf-owl-bot[bot] · Pull Request #456 · googleapis/python-dlp · GitHub

This repository was archived by the owner on Dec 10, 2023. It is now read-only.
/ python-dlp Public archive
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (3) .py  (14) .rst  (1) .txt  (5) .yml  (1) All 5 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
1 change: 1 addition & 0 deletions .github/release-please.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
releaseType: python
handleGHRelease: true
manifest: true
# NOTE: this section is generated by synthtool.languages.python
# See https://github.com/googleapis/synthtool/blob/master/synthtool/languages/python.py
branches:
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "3.9.2"
}
1 change: 0 additions & 1 deletion docs/dlp_v2/types.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ Types for Google Cloud Dlp v2 API

.. automodule:: google.cloud.dlp_v2.types
:members:
:undoc-members:
:show-inheritance:
6 changes: 6 additions & 0 deletions google/cloud/dlp/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.dlp import gapic_version as package_version

__version__ = package_version.__version__


from google.cloud.dlp_v2.services.dlp_service.async_client import DlpServiceAsyncClient
from google.cloud.dlp_v2.services.dlp_service.client import DlpServiceClient
Expand Down Expand Up @@ -63,6 +67,7 @@
DocumentLocation,
EncryptionStatus,
Error,
ExcludeByHotword,
ExcludeInfoTypes,
ExclusionRule,
FieldTransformation,
Expand Down Expand Up @@ -250,6 +255,7 @@
"DlpJob",
"DocumentLocation",
"Error",
"ExcludeByHotword",
"ExcludeInfoTypes",
"ExclusionRule",
"FieldTransformation",
Expand Down
16 changes: 16 additions & 0 deletions google/cloud/dlp/gapic_version.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.9.2" # {x-release-please-version}
6 changes: 6 additions & 0 deletions google/cloud/dlp_v2/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.dlp import gapic_version as package_version

__version__ = package_version.__version__


from .services.dlp_service import DlpServiceAsyncClient, DlpServiceClient
from .types.dlp import (
Expand Down Expand Up @@ -62,6 +66,7 @@
DocumentLocation,
EncryptionStatus,
Error,
ExcludeByHotword,
ExcludeInfoTypes,
ExclusionRule,
FieldTransformation,
Expand Down Expand Up @@ -264,6 +269,7 @@
"EncryptionStatus",
"EntityId",
"Error",
"ExcludeByHotword",
"ExcludeInfoTypes",
"ExclusionRule",
"FieldId",
Expand Down
Loading

Back | FazBrowse Home | New Git URL