Skip to content

Commit 9785f8c

Browse files
feat: [container] add fields desired_in_transit_encryption_config and in_transit_encryption_config (#10260)
* feat: add fields desired_in_transit_encryption_config and in_transit_encryption_config docs: Remove Not GA comments for GetOpenIDConfig and GetJSONWebKeys in v1alpha1/v1beta1/v1 PiperOrigin-RevId: 599973058 Source-Link: googleapis/googleapis@fa8b417 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d0e5ef8ae6ee7e6eabcba0f28195d79f78056edf Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6ImQwZTVlZjhhZTZlZTdlNmVhYmNiYTBmMjgxOTVkNzlmNzgwNTZlZGYifQ== docs: Remove Not GA comments for GetOpenIDConfig and GetJSONWebKeys in v1alpha1/v1beta1/v1 PiperOrigin-RevId: 599972979 Source-Link: googleapis/googleapis@8128999 Source-Link: https://github.com/googleapis/googleapis-gen/commit/057f152f45ab81d4c5d42c678f1abde941ae3942 Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6IjA1N2YxNTJmNDVhYjgxZDRjNWQ0MmM2NzhmMWFiZGU5NDFhZTM5NDIifQ== * 🦉 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 560e5fe commit 9785f8c

File tree

179 files changed

+3569
-2867
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+3569
-2867
lines changed

java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
* </tr>
426426
* <tr>
427427
* <td><p> GetJSONWebKeys</td>
428-
* <td><p> Gets the public component of the cluster signing keys in JSON Web Key format. This API is not yet intended for general use, and is not available for all clusters.</td>
428+
* <td><p> Gets the public component of the cluster signing keys in JSON Web Key format.</td>
429429
* <td>
430430
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
431431
* <ul>
@@ -3015,8 +3015,7 @@ public final UnaryCallable<GetServerConfigRequest, ServerConfig> getServerConfig
30153015

30163016
// AUTO-GENERATED DOCUMENTATION AND METHOD.
30173017
/**
3018-
* Gets the public component of the cluster signing keys in JSON Web Key format. This API is not
3019-
* yet intended for general use, and is not available for all clusters.
3018+
* Gets the public component of the cluster signing keys in JSON Web Key format.
30203019
*
30213020
* <p>Sample code:
30223021
*
@@ -3042,8 +3041,7 @@ public final GetJSONWebKeysResponse getJSONWebKeys(GetJSONWebKeysRequest request
30423041

30433042
// AUTO-GENERATED DOCUMENTATION AND METHOD.
30443043
/**
3045-
* Gets the public component of the cluster signing keys in JSON Web Key format. This API is not
3046-
* yet intended for general use, and is not available for all clusters.
3044+
* Gets the public component of the cluster signing keys in JSON Web Key format.
30473045
*
30483046
* <p>Sample code:
30493047
*

java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java

+3-5
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
* </tr>
419419
* <tr>
420420
* <td><p> GetJSONWebKeys</td>
421-
* <td><p> Gets the public component of the cluster signing keys in JSON Web Key format. This API is not yet intended for general use, and is not available for all clusters.</td>
421+
* <td><p> Gets the public component of the cluster signing keys in JSON Web Key format.</td>
422422
* <td>
423423
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
424424
* <ul>
@@ -2596,8 +2596,7 @@ public final UnaryCallable<GetServerConfigRequest, ServerConfig> getServerConfig
25962596

25972597
// AUTO-GENERATED DOCUMENTATION AND METHOD.
25982598
/**
2599-
* Gets the public component of the cluster signing keys in JSON Web Key format. This API is not
2600-
* yet intended for general use, and is not available for all clusters.
2599+
* Gets the public component of the cluster signing keys in JSON Web Key format.
26012600
*
26022601
* <p>Sample code:
26032602
*
@@ -2623,8 +2622,7 @@ public final GetJSONWebKeysResponse getJSONWebKeys(GetJSONWebKeysRequest request
26232622

26242623
// AUTO-GENERATED DOCUMENTATION AND METHOD.
26252624
/**
2626-
* Gets the public component of the cluster signing keys in JSON Web Key format. This API is not
2627-
* yet intended for general use, and is not available for all clusters.
2625+
* Gets the public component of the cluster signing keys in JSON Web Key format.
26282626
*
26292627
* <p>Sample code:
26302628
*

java-container/google-cloud-container/src/main/resources/META-INF/native-image/com.google.cloud.container.v1/reflect-config.json

+9
Original file line numberDiff line numberDiff line change
@@ -1646,6 +1646,15 @@
16461646
"allDeclaredClasses": true,
16471647
"allPublicClasses": true
16481648
},
1649+
{
1650+
"name": "com.google.container.v1.InTransitEncryptionConfig",
1651+
"queryAllDeclaredConstructors": true,
1652+
"queryAllPublicConstructors": true,
1653+
"queryAllDeclaredMethods": true,
1654+
"allPublicMethods": true,
1655+
"allDeclaredClasses": true,
1656+
"allPublicClasses": true
1657+
},
16491658
{
16501659
"name": "com.google.container.v1.IntraNodeVisibilityConfig",
16511660
"queryAllDeclaredConstructors": true,

java-container/grpc-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterManagerGrpc.java

-8
Original file line numberDiff line numberDiff line change
@@ -1833,8 +1833,6 @@ default void getServerConfig(
18331833
* <pre>
18341834
* Gets the public component of the cluster signing keys in
18351835
* JSON Web Key format.
1836-
* This API is not yet intended for general use, and is not available for all
1837-
* clusters.
18381836
* </pre>
18391837
*/
18401838
default void getJSONWebKeys(
@@ -2412,8 +2410,6 @@ public void getServerConfig(
24122410
* <pre>
24132411
* Gets the public component of the cluster signing keys in
24142412
* JSON Web Key format.
2415-
* This API is not yet intended for general use, and is not available for all
2416-
* clusters.
24172413
* </pre>
24182414
*/
24192415
public void getJSONWebKeys(
@@ -2958,8 +2954,6 @@ public com.google.container.v1.ServerConfig getServerConfig(
29582954
* <pre>
29592955
* Gets the public component of the cluster signing keys in
29602956
* JSON Web Key format.
2961-
* This API is not yet intended for general use, and is not available for all
2962-
* clusters.
29632957
* </pre>
29642958
*/
29652959
public com.google.container.v1.GetJSONWebKeysResponse getJSONWebKeys(
@@ -3453,8 +3447,6 @@ protected ClusterManagerFutureStub build(
34533447
* <pre>
34543448
* Gets the public component of the cluster signing keys in
34553449
* JSON Web Key format.
3456-
* This API is not yet intended for general use, and is not available for all
3457-
* clusters.
34583450
* </pre>
34593451
*/
34603452
public com.google.common.util.concurrent.ListenableFuture<

java-container/grpc-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterManagerGrpc.java

-8
Original file line numberDiff line numberDiff line change
@@ -1961,8 +1961,6 @@ default void getServerConfig(
19611961
* <pre>
19621962
* Gets the public component of the cluster signing keys in
19631963
* JSON Web Key format.
1964-
* This API is not yet intended for general use, and is not available for all
1965-
* clusters.
19661964
* </pre>
19671965
*/
19681966
default void getJSONWebKeys(
@@ -2556,8 +2554,6 @@ public void getServerConfig(
25562554
* <pre>
25572555
* Gets the public component of the cluster signing keys in
25582556
* JSON Web Key format.
2559-
* This API is not yet intended for general use, and is not available for all
2560-
* clusters.
25612557
* </pre>
25622558
*/
25632559
public void getJSONWebKeys(
@@ -3120,8 +3116,6 @@ public com.google.container.v1beta1.ServerConfig getServerConfig(
31203116
* <pre>
31213117
* Gets the public component of the cluster signing keys in
31223118
* JSON Web Key format.
3123-
* This API is not yet intended for general use, and is not available for all
3124-
* clusters.
31253119
* </pre>
31263120
*/
31273121
public com.google.container.v1beta1.GetJSONWebKeysResponse getJSONWebKeys(
@@ -3642,8 +3636,6 @@ protected ClusterManagerFutureStub build(
36423636
* <pre>
36433637
* Gets the public component of the cluster signing keys in
36443638
* JSON Web Key format.
3645-
* This API is not yet intended for general use, and is not available for all
3646-
* clusters.
36473639
* </pre>
36483640
*/
36493641
public com.google.common.util.concurrent.ListenableFuture<

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public com.google.container.v1.HorizontalPodAutoscaling getHorizontalPodAutoscal
188188
* </code>
189189
*
190190
* @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
191-
* google/container/v1/cluster_service.proto;l=1198
191+
* google/container/v1/cluster_service.proto;l=1196
192192
* @return Whether the kubernetesDashboard field is set.
193193
*/
194194
@java.lang.Override
@@ -211,7 +211,7 @@ public boolean hasKubernetesDashboard() {
211211
* </code>
212212
*
213213
* @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
214-
* google/container/v1/cluster_service.proto;l=1198
214+
* google/container/v1/cluster_service.proto;l=1196
215215
* @return The kubernetesDashboard.
216216
*/
217217
@java.lang.Override
@@ -1799,7 +1799,7 @@ public Builder clearHorizontalPodAutoscaling() {
17991799
* </code>
18001800
*
18011801
* @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
1802-
* google/container/v1/cluster_service.proto;l=1198
1802+
* google/container/v1/cluster_service.proto;l=1196
18031803
* @return Whether the kubernetesDashboard field is set.
18041804
*/
18051805
@java.lang.Deprecated
@@ -1821,7 +1821,7 @@ public boolean hasKubernetesDashboard() {
18211821
* </code>
18221822
*
18231823
* @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
1824-
* google/container/v1/cluster_service.proto;l=1198
1824+
* google/container/v1/cluster_service.proto;l=1196
18251825
* @return The kubernetesDashboard.
18261826
*/
18271827
@java.lang.Deprecated

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public interface AddonsConfigOrBuilder
117117
* </code>
118118
*
119119
* @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
120-
* google/container/v1/cluster_service.proto;l=1198
120+
* google/container/v1/cluster_service.proto;l=1196
121121
* @return Whether the kubernetesDashboard field is set.
122122
*/
123123
@java.lang.Deprecated
@@ -137,7 +137,7 @@ public interface AddonsConfigOrBuilder
137137
* </code>
138138
*
139139
* @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
140-
* google/container/v1/cluster_service.proto;l=1198
140+
* google/container/v1/cluster_service.proto;l=1196
141141
* @return The kubernetesDashboard.
142142
*/
143143
@java.lang.Deprecated

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder()
309309
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
310310
*
311311
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
312-
* deprecated. See google/container/v1/cluster_service.proto;l=3922
312+
* deprecated. See google/container/v1/cluster_service.proto;l=3923
313313
* @return The minCpuPlatform.
314314
*/
315315
@java.lang.Override
@@ -345,7 +345,7 @@ public java.lang.String getMinCpuPlatform() {
345345
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
346346
*
347347
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
348-
* deprecated. See google/container/v1/cluster_service.proto;l=3922
348+
* deprecated. See google/container/v1/cluster_service.proto;l=3923
349349
* @return The bytes for minCpuPlatform.
350350
*/
351351
@java.lang.Override
@@ -1944,7 +1944,7 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder()
19441944
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
19451945
*
19461946
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
1947-
* deprecated. See google/container/v1/cluster_service.proto;l=3922
1947+
* deprecated. See google/container/v1/cluster_service.proto;l=3923
19481948
* @return The minCpuPlatform.
19491949
*/
19501950
@java.lang.Deprecated
@@ -1979,7 +1979,7 @@ public java.lang.String getMinCpuPlatform() {
19791979
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
19801980
*
19811981
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
1982-
* deprecated. See google/container/v1/cluster_service.proto;l=3922
1982+
* deprecated. See google/container/v1/cluster_service.proto;l=3923
19831983
* @return The bytes for minCpuPlatform.
19841984
*/
19851985
@java.lang.Deprecated
@@ -2014,7 +2014,7 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() {
20142014
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
20152015
*
20162016
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
2017-
* deprecated. See google/container/v1/cluster_service.proto;l=3922
2017+
* deprecated. See google/container/v1/cluster_service.proto;l=3923
20182018
* @param value The minCpuPlatform to set.
20192019
* @return This builder for chaining.
20202020
*/
@@ -2048,7 +2048,7 @@ public Builder setMinCpuPlatform(java.lang.String value) {
20482048
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
20492049
*
20502050
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
2051-
* deprecated. See google/container/v1/cluster_service.proto;l=3922
2051+
* deprecated. See google/container/v1/cluster_service.proto;l=3923
20522052
* @return This builder for chaining.
20532053
*/
20542054
@java.lang.Deprecated
@@ -2078,7 +2078,7 @@ public Builder clearMinCpuPlatform() {
20782078
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
20792079
*
20802080
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
2081-
* deprecated. See google/container/v1/cluster_service.proto;l=3922
2081+
* deprecated. See google/container/v1/cluster_service.proto;l=3923
20822082
* @param value The bytes for minCpuPlatform to set.
20832083
* @return This builder for chaining.
20842084
*/

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder
189189
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
190190
*
191191
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
192-
* deprecated. See google/container/v1/cluster_service.proto;l=3922
192+
* deprecated. See google/container/v1/cluster_service.proto;l=3923
193193
* @return The minCpuPlatform.
194194
*/
195195
@java.lang.Deprecated
@@ -214,7 +214,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder
214214
* <code>string min_cpu_platform = 5 [deprecated = true];</code>
215215
*
216216
* @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is
217-
* deprecated. See google/container/v1/cluster_service.proto;l=3922
217+
* deprecated. See google/container/v1/cluster_service.proto;l=3923
218218
* @return The bytes for minCpuPlatform.
219219
*/
220220
@java.lang.Deprecated

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ private EvaluationMode(int value) {
237237
* <code>bool enabled = 1 [deprecated = true];</code>
238238
*
239239
* @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See
240-
* google/container/v1/cluster_service.proto;l=1442
240+
* google/container/v1/cluster_service.proto;l=1440
241241
* @return The enabled.
242242
*/
243243
@java.lang.Override
@@ -663,7 +663,7 @@ public Builder mergeFrom(
663663
* <code>bool enabled = 1 [deprecated = true];</code>
664664
*
665665
* @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See
666-
* google/container/v1/cluster_service.proto;l=1442
666+
* google/container/v1/cluster_service.proto;l=1440
667667
* @return The enabled.
668668
*/
669669
@java.lang.Override
@@ -683,7 +683,7 @@ public boolean getEnabled() {
683683
* <code>bool enabled = 1 [deprecated = true];</code>
684684
*
685685
* @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See
686-
* google/container/v1/cluster_service.proto;l=1442
686+
* google/container/v1/cluster_service.proto;l=1440
687687
* @param value The enabled to set.
688688
* @return This builder for chaining.
689689
*/
@@ -707,7 +707,7 @@ public Builder setEnabled(boolean value) {
707707
* <code>bool enabled = 1 [deprecated = true];</code>
708708
*
709709
* @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See
710-
* google/container/v1/cluster_service.proto;l=1442
710+
* google/container/v1/cluster_service.proto;l=1440
711711
* @return This builder for chaining.
712712
*/
713713
@java.lang.Deprecated

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public interface BinaryAuthorizationOrBuilder
3535
* <code>bool enabled = 1 [deprecated = true];</code>
3636
*
3737
* @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See
38-
* google/container/v1/cluster_service.proto;l=1442
38+
* google/container/v1/cluster_service.proto;l=1440
3939
* @return The enabled.
4040
*/
4141
@java.lang.Deprecated

0 commit comments

Comments
 (0)