Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore: use gapic-generator-python 0.53.4 (#196)
Browse files Browse the repository at this point in the history
- [x] Regenerate this pull request now.

docs: list oneofs in docstring
fix(deps): require google-api-core >= 1.28.0, drop packaging dep

committer: busunkim96@
PiperOrigin-RevId: 406468269

Source-Link: googleapis/googleapis@83d81b0

Source-Link: googleapis/googleapis-gen@2ff001f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmZmMDAxZmJhY2I5ZTc3ZTcxZDczNGRlNWY5NTVjMDVmZGFlODUyNiJ9
  • Loading branch information
gcf-owl-bot[bot] committed Nov 5, 2021
1 parent abdb7f8 commit f3fb436
Show file tree
Hide file tree
Showing 15 changed files with 186 additions and 336 deletions.
32 changes: 7 additions & 25 deletions .coveragerc
@@ -1,35 +1,17 @@
# -*- coding: utf-8 -*-
#
# Copyright 2020 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
#
# https://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.

# Generated by synthtool. DO NOT EDIT!
[run]
branch = True

[report]
fail_under = 100
show_missing = True
omit =
google/cloud/devtools/cloudbuild/__init__.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
# Ignore debug-only repr
def __repr__
# Ignore abstract methods
raise NotImplementedError
omit =
*/gapic/*.py
*/proto/*.py
*/core/*.py
*/site-packages/*.py
# Ignore pkg_resources exceptions.
# This is added at the module level as a safeguard for if someone
# generates the code and tries to run it without pip installing. This
# makes it virtually impossible to test properly.
except pkg_resources.DistributionNotFound
2 changes: 1 addition & 1 deletion google/cloud/devtools/cloudbuild/py.typed
@@ -1,2 +1,2 @@
# Marker file for PEP 561.
# The google-devtools-cloudbuild package uses inline types.
# The google-cloud-build package uses inline types.
2 changes: 1 addition & 1 deletion google/cloud/devtools/cloudbuild_v1/gapic_metadata.json
@@ -1,7 +1,7 @@
{
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "python",
"libraryPackage": "google.devtools.cloudbuild_v1",
"libraryPackage": "google.cloud.devtools.cloudbuild_v1",
"protoPackage": "google.devtools.cloudbuild.v1",
"schema": "1.0",
"services": {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/devtools/cloudbuild_v1/py.typed
@@ -1,2 +1,2 @@
# Marker file for PEP 561.
# The google-devtools-cloudbuild package uses inline types.
# The google-cloud-build package uses inline types.

0 comments on commit f3fb436

Please sign in to comment.