Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.8.2 (#483)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jan 25, 2023
1 parent 57ff8f7 commit c2d245b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-dlp/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ branch = True
show_missing = True
omit =
google/cloud/dlp/__init__.py
google/cloud/dlp/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dlp/google/cloud/dlp_v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.dlp import gapic_version as package_version
from google.cloud.dlp_v2 import gapic_version as package_version

__version__ = package_version.__version__

Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-dlp/google/cloud/dlp_v2/types/dlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class TransformationResultStatusType(proto.Enum):
Values:
STATE_TYPE_UNSPECIFIED (0):
No description available.
INVALID_TRANSFORM (1):
This will be set when a finding could not be
transformed (i.e. outside user set bucket
Expand Down Expand Up @@ -232,13 +232,13 @@ class TransformationContainerType(proto.Enum):
Values:
TRANSFORM_UNKNOWN_CONTAINER (0):
No description available.
TRANSFORM_BODY (1):
No description available.
TRANSFORM_METADATA (2):
No description available.
TRANSFORM_TABLE (3):
No description available.
"""
TRANSFORM_UNKNOWN_CONTAINER = 0
TRANSFORM_BODY = 1
Expand Down
16 changes: 8 additions & 8 deletions packages/google-cloud-dlp/google/cloud/dlp_v2/types/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ class Likelihood(proto.Enum):
Values:
LIKELIHOOD_UNSPECIFIED (0):
Default value; same as POSSIBLE.
VERY_UNLIKELY (1):
Few matching elements.
UNLIKELY (2):
No description available.
POSSIBLE (3):
Some matching elements.
LIKELY (4):
No description available.
VERY_LIKELY (5):
Many matching elements.
"""
LIKELIHOOD_UNSPECIFIED = 0
VERY_UNLIKELY = 1
Expand Down Expand Up @@ -806,7 +806,7 @@ class SampleMethod(proto.Enum):
Values:
SAMPLE_METHOD_UNSPECIFIED (0):
No description available.
TOP (1):
Scan from the top (default).
RANDOM_START (2):
Expand Down Expand Up @@ -952,7 +952,7 @@ class SampleMethod(proto.Enum):
Values:
SAMPLE_METHOD_UNSPECIFIED (0):
No description available.
TOP (1):
Scan groups of rows in the order BigQuery
provides (default). Multiple groups of rows may
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dlp",
"version": "3.11.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit c2d245b

Please sign in to comment.