Skip to content

Commit da51558

Browse files
chore: Update gapic-generator-python to v1.8.2 (#198)
* 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 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 92469b5 commit da51558

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

packages/google-cloud-api-gateway/.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/apigateway/__init__.py
8+
google/cloud/apigateway/gapic_version.py
89
exclude_lines =
910
# Re-enable the standard pragma
1011
pragma: NO COVER

packages/google-cloud-api-gateway/google/cloud/apigateway_v1/__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.apigateway import gapic_version as package_version
16+
from google.cloud.apigateway_v1 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

packages/google-cloud-api-gateway/google/cloud/apigateway_v1/types/apigateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ class ConfigView(proto.Enum):
839839
840840
Values:
841841
CONFIG_VIEW_UNSPECIFIED (0):
842-
842+
No description available.
843843
BASIC (1):
844844
Do not include configuration source files.
845845
FULL (2):

packages/google-cloud-api-gateway/samples/generated_samples/snippet_metadata_google.cloud.apigateway.v1.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-api-gateway",
11-
"version": "1.6.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)