Skip to content

Commit 169bba9

Browse files
docs: [container] minor typo fix (googleapis#9190)
- [ ] 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
1 parent a98abeb commit 169bba9

5 files changed

Lines changed: 6 additions & 8 deletions

File tree

java-container/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Java idiomatic client for [Kubernetes Engine][product-docs].
1414

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

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

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

4038
## Authentication
4139

java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/PrivateIPv6GoogleAccess.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
6363
*
6464
*
6565
* <pre>
66-
* Enables priate IPv6 access to and from Google Services
66+
* Enables private IPv6 access to and from Google Services
6767
* </pre>
6868
*
6969
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
@@ -106,7 +106,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
106106
*
107107
*
108108
* <pre>
109-
* Enables priate IPv6 access to and from Google Services
109+
* Enables private IPv6 access to and from Google Services
110110
* </pre>
111111
*
112112
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>

java-container/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4332,7 +4332,7 @@ enum PrivateIPv6GoogleAccess {
43324332
// Enables private IPv6 access to Google Services from GKE
43334333
PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE = 2;
43344334

4335-
// Enables priate IPv6 access to and from Google Services
4335+
// Enables private IPv6 access to and from Google Services
43364336
PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;
43374337
}
43384338

java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/PrivateIPv6GoogleAccess.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
6363
*
6464
*
6565
* <pre>
66-
* Enables priate IPv6 access to and from Google Services
66+
* Enables private IPv6 access to and from Google Services
6767
* </pre>
6868
*
6969
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>
@@ -106,7 +106,7 @@ public enum PrivateIPv6GoogleAccess implements com.google.protobuf.ProtocolMessa
106106
*
107107
*
108108
* <pre>
109-
* Enables priate IPv6 access to and from Google Services
109+
* Enables private IPv6 access to and from Google Services
110110
* </pre>
111111
*
112112
* <code>PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;</code>

java-container/proto-google-cloud-container-v1beta1/src/main/proto/google/container/v1beta1/cluster_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4818,7 +4818,7 @@ enum PrivateIPv6GoogleAccess {
48184818
// Enables private IPv6 access to Google Services from GKE
48194819
PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE = 2;
48204820

4821-
// Enables priate IPv6 access to and from Google Services
4821+
// Enables private IPv6 access to and from Google Services
48224822
PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;
48234823
}
48244824

0 commit comments

Comments
 (0)