Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit f41b699

Browse files
docs: minor typo fix (#356)
* docs: minor typo fix PiperOrigin-RevId: 513869216 Source-Link: googleapis/googleapis@ec2020a Source-Link: https://github.com/googleapis/googleapis-gen/commit/df7a1af984f26cb3beb212b7dd5297c97175a213 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGY3YTFhZjk4NGYyNmNiM2JlYjIxMmI3ZGQ1Mjk3Yzk3MTc1YTIxMyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: minor typo fix PiperOrigin-RevId: 513869294 Source-Link: googleapis/googleapis@0017949 Source-Link: https://github.com/googleapis/googleapis-gen/commit/8edd875949ac042a66991fd93da98440573ceaab Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGVkZDg3NTk0OWFjMDQyYTY2OTkxZmQ5M2RhOTg0NDA1NzNjZWFhYiJ9 * 🦉 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> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent d0a01ad commit f41b699

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

google/cloud/container_v1/types/cluster_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ class PrivateIPv6GoogleAccess(proto.Enum):
189189
Enables private IPv6 access to Google
190190
Services from GKE
191191
PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL (3):
192-
Enables priate IPv6 access to and from Google
193-
Services
192+
Enables private IPv6 access to and from
193+
Google Services
194194
"""
195195
PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0
196196
PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED = 1

google/cloud/container_v1beta1/types/cluster_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ class PrivateIPv6GoogleAccess(proto.Enum):
204204
Enables private IPv6 access to Google
205205
Services from GKE
206206
PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL (3):
207-
Enables priate IPv6 access to and from Google
208-
Services
207+
Enables private IPv6 access to and from
208+
Google Services
209209
"""
210210
PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0
211211
PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED = 1

samples/generated_samples/snippet_metadata_google.container.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-container",
11-
"version": "2.17.4"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.container.v1beta1.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-container",
11-
"version": "2.17.4"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)