Skip to content

Commit

Permalink
docs: [container] minor typo fix (#9190)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 513869294

Source-Link: https://togithub.com/googleapis/googleapis/commit/00179492fb1d3ceedd9c65b803c6230d59a15d94

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/8edd875949ac042a66991fd93da98440573ceaab
Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6IjhlZGQ4NzU5NDlhYzA0MmE2Njk5MWZkOTNkYTk4NDQwNTczY2VhYWIifQ==

BEGIN_NESTED_COMMIT
docs: [container] minor typo fix
PiperOrigin-RevId: 513869216

Source-Link: https://togithub.com/googleapis/googleapis/commit/ec2020a9113f473a1542f84742c203a462bcd9be

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/df7a1af984f26cb3beb212b7dd5297c97175a213
Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6ImRmN2ExYWY5ODRmMjZjYjNiZWIyMTJiN2RkNTI5N2M5NzE3NWEyMTMifQ==
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed Mar 13, 2023
1 parent a98abeb commit 169bba9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions java-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Java idiomatic client for [Kubernetes Engine][product-docs].

If you are using Maven, add this to your pom.xml file:

<!--- {x-version-update-start:google-cloud-container:released} -->

```xml
<dependency>
Expand All @@ -35,7 +34,6 @@ If you are using SBT, add this to your dependencies:
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.15.0"
```
<!--- {x-version-update-end} -->

## Authentication

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
*
*
* <pre>
* Enables priate IPv6 access to and from Google Services
* Enables private IPv6 access to and from Google Services
* </pre>
*
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
Expand Down Expand Up @@ -106,7 +106,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
*
*
* <pre>
* Enables priate IPv6 access to and from Google Services
* Enables private IPv6 access to and from Google Services
* </pre>
*
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4332,7 +4332,7 @@ enum PrivateIPv6GoogleAccess {
// Enables private IPv6 access to Google Services from GKE
PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE = 2;

// Enables priate IPv6 access to and from Google Services
// Enables private IPv6 access to and from Google Services
PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
*
*
* <pre>
* Enables priate IPv6 access to and from Google Services
* Enables private IPv6 access to and from Google Services
* </pre>
*
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
Expand Down Expand Up @@ -106,7 +106,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
*
*
* <pre>
* Enables priate IPv6 access to and from Google Services
* Enables private IPv6 access to and from Google Services
* </pre>
*
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4818,7 +4818,7 @@ enum PrivateIPv6GoogleAccess {
// Enables private IPv6 access to Google Services from GKE
PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE = 2;

// Enables priate IPv6 access to and from Google Services
// Enables private IPv6 access to and from Google Services
PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;
}

Expand Down

0 comments on commit 169bba9

Please sign in to comment.