From 4db5bc4163f39af6e937db347f079d35b36c7803 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:55:39 -0800 Subject: [PATCH] feat: [container] added configuration for the StatefulHA addon to the AddonsConfig (#10345) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: added configuration for the StatefulHA addon to the AddonsConfig PiperOrigin-RevId: 604687474 Source-Link: https://github.com/googleapis/googleapis/commit/8b16254e37d1116facbe0a867632603ffa09f4c8 Source-Link: https://github.com/googleapis/googleapis-gen/commit/758959f1dd5f6152920ef42c71d54bcc2bff0283 Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6Ijc1ODk1OWYxZGQ1ZjYxNTI5MjBlZjQyYzcxZDU0YmNjMmJmZjAyODMifQ== * 🦉 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 --------- Co-authored-by: Owl Bot --- .../reflect-config.json | 18 + .../com/google/container/v1/AddonsConfig.java | 295 ++ .../container/v1/AddonsConfigOrBuilder.java | 41 + .../v1/AutoprovisioningNodePoolDefaults.java | 14 +- ...provisioningNodePoolDefaultsOrBuilder.java | 4 +- .../container/v1/BinaryAuthorization.java | 8 +- .../v1/BinaryAuthorizationOrBuilder.java | 2 +- .../container/v1/CancelOperationRequest.java | 42 +- .../v1/CancelOperationRequestOrBuilder.java | 12 +- .../java/com/google/container/v1/Cluster.java | 92 +- .../google/container/v1/ClusterOrBuilder.java | 28 +- .../container/v1/ClusterServiceProto.java | 2410 +++++++++-------- .../v1/CompleteIPRotationRequest.java | 42 +- .../CompleteIPRotationRequestOrBuilder.java | 12 +- .../container/v1/CreateClusterRequest.java | 28 +- .../v1/CreateClusterRequestOrBuilder.java | 8 +- .../container/v1/CreateNodePoolRequest.java | 42 +- .../v1/CreateNodePoolRequestOrBuilder.java | 12 +- .../container/v1/DeleteClusterRequest.java | 42 +- .../v1/DeleteClusterRequestOrBuilder.java | 12 +- .../container/v1/DeleteNodePoolRequest.java | 56 +- .../v1/DeleteNodePoolRequestOrBuilder.java | 16 +- .../container/v1/GetClusterRequest.java | 42 +- .../v1/GetClusterRequestOrBuilder.java | 12 +- .../container/v1/GetNodePoolRequest.java | 56 +- .../v1/GetNodePoolRequestOrBuilder.java | 16 +- .../container/v1/GetOperationRequest.java | 42 +- .../v1/GetOperationRequestOrBuilder.java | 12 +- .../container/v1/GetServerConfigRequest.java | 28 +- .../v1/GetServerConfigRequestOrBuilder.java | 8 +- .../container/v1/IPAllocationPolicy.java | 42 +- .../v1/IPAllocationPolicyOrBuilder.java | 12 +- .../container/v1/ListClustersRequest.java | 28 +- .../v1/ListClustersRequestOrBuilder.java | 8 +- .../container/v1/ListNodePoolsRequest.java | 42 +- .../v1/ListNodePoolsRequestOrBuilder.java | 12 +- .../container/v1/ListOperationsRequest.java | 28 +- .../v1/ListOperationsRequestOrBuilder.java | 8 +- .../com/google/container/v1/NodePool.java | 14 +- .../container/v1/NodePoolOrBuilder.java | 4 +- .../com/google/container/v1/Operation.java | 28 +- .../container/v1/OperationOrBuilder.java | 8 +- .../v1/RollbackNodePoolUpgradeRequest.java | 56 +- ...llbackNodePoolUpgradeRequestOrBuilder.java | 16 +- .../container/v1/SetAddonsConfigRequest.java | 42 +- .../v1/SetAddonsConfigRequestOrBuilder.java | 12 +- .../google/container/v1/SetLabelsRequest.java | 42 +- .../v1/SetLabelsRequestOrBuilder.java | 12 +- .../container/v1/SetLegacyAbacRequest.java | 42 +- .../v1/SetLegacyAbacRequestOrBuilder.java | 12 +- .../container/v1/SetLocationsRequest.java | 42 +- .../v1/SetLocationsRequestOrBuilder.java | 12 +- .../v1/SetLoggingServiceRequest.java | 42 +- .../v1/SetLoggingServiceRequestOrBuilder.java | 12 +- .../container/v1/SetMasterAuthRequest.java | 42 +- .../v1/SetMasterAuthRequestOrBuilder.java | 12 +- .../v1/SetMonitoringServiceRequest.java | 42 +- .../SetMonitoringServiceRequestOrBuilder.java | 12 +- .../container/v1/SetNetworkPolicyRequest.java | 42 +- .../v1/SetNetworkPolicyRequestOrBuilder.java | 12 +- .../v1/SetNodePoolAutoscalingRequest.java | 56 +- ...etNodePoolAutoscalingRequestOrBuilder.java | 16 +- .../v1/SetNodePoolManagementRequest.java | 56 +- ...SetNodePoolManagementRequestOrBuilder.java | 16 +- .../container/v1/SetNodePoolSizeRequest.java | 56 +- .../v1/SetNodePoolSizeRequestOrBuilder.java | 16 +- .../container/v1/StartIPRotationRequest.java | 42 +- .../v1/StartIPRotationRequestOrBuilder.java | 12 +- .../google/container/v1/StatefulHAConfig.java | 533 ++++ .../v1/StatefulHAConfigOrBuilder.java | 39 + .../google/container/v1/StatusCondition.java | 14 +- .../v1/StatusConditionOrBuilder.java | 4 +- .../container/v1/UpdateClusterRequest.java | 42 +- .../v1/UpdateClusterRequestOrBuilder.java | 12 +- .../container/v1/UpdateMasterRequest.java | 42 +- .../v1/UpdateMasterRequestOrBuilder.java | 12 +- .../container/v1/UpdateNodePoolRequest.java | 56 +- .../v1/UpdateNodePoolRequestOrBuilder.java | 16 +- .../google/container/v1/cluster_service.proto | 10 + 79 files changed, 3096 insertions(+), 2144 deletions(-) create mode 100644 java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatefulHAConfig.java create mode 100644 java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatefulHAConfigOrBuilder.java diff --git a/java-container/google-cloud-container/src/main/resources/META-INF/native-image/com.google.cloud.container.v1/reflect-config.json b/java-container/google-cloud-container/src/main/resources/META-INF/native-image/com.google.cloud.container.v1/reflect-config.json index 13e5cb5ba54d..848a324bd450 100644 --- a/java-container/google-cloud-container/src/main/resources/META-INF/native-image/com.google.cloud.container.v1/reflect-config.json +++ b/java-container/google-cloud-container/src/main/resources/META-INF/native-image/com.google.cloud.container.v1/reflect-config.json @@ -3617,6 +3617,24 @@ "allDeclaredClasses": true, "allPublicClasses": true }, + { + "name": "com.google.container.v1.StatefulHAConfig", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, + { + "name": "com.google.container.v1.StatefulHAConfig$Builder", + "queryAllDeclaredConstructors": true, + "queryAllPublicConstructors": true, + "queryAllDeclaredMethods": true, + "allPublicMethods": true, + "allDeclaredClasses": true, + "allPublicClasses": true + }, { "name": "com.google.container.v1.StatusCondition", "queryAllDeclaredConstructors": true, diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfig.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfig.java index 869ccbcebf7f..e6838d682bd3 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfig.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfig.java @@ -672,6 +672,62 @@ public com.google.container.v1.GcsFuseCsiDriverConfig getGcsFuseCsiDriverConfig( : gcsFuseCsiDriverConfig_; } + public static final int STATEFUL_HA_CONFIG_FIELD_NUMBER = 18; + private com.google.container.v1.StatefulHAConfig statefulHaConfig_; + /** + * + * + *
+   * Optional. Configuration for the StatefulHA add-on.
+   * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return Whether the statefulHaConfig field is set. + */ + @java.lang.Override + public boolean hasStatefulHaConfig() { + return ((bitField0_ & 0x00000800) != 0); + } + /** + * + * + *
+   * Optional. Configuration for the StatefulHA add-on.
+   * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return The statefulHaConfig. + */ + @java.lang.Override + public com.google.container.v1.StatefulHAConfig getStatefulHaConfig() { + return statefulHaConfig_ == null + ? com.google.container.v1.StatefulHAConfig.getDefaultInstance() + : statefulHaConfig_; + } + /** + * + * + *
+   * Optional. Configuration for the StatefulHA add-on.
+   * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + @java.lang.Override + public com.google.container.v1.StatefulHAConfigOrBuilder getStatefulHaConfigOrBuilder() { + return statefulHaConfig_ == null + ? com.google.container.v1.StatefulHAConfig.getDefaultInstance() + : statefulHaConfig_; + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -719,6 +775,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (((bitField0_ & 0x00000400) != 0)) { output.writeMessage(17, getGcsFuseCsiDriverConfig()); } + if (((bitField0_ & 0x00000800) != 0)) { + output.writeMessage(18, getStatefulHaConfig()); + } getUnknownFields().writeTo(output); } @@ -770,6 +829,9 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream.computeMessageSize(17, getGcsFuseCsiDriverConfig()); } + if (((bitField0_ & 0x00000800) != 0)) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(18, getStatefulHaConfig()); + } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; @@ -832,6 +894,10 @@ public boolean equals(final java.lang.Object obj) { if (hasGcsFuseCsiDriverConfig()) { if (!getGcsFuseCsiDriverConfig().equals(other.getGcsFuseCsiDriverConfig())) return false; } + if (hasStatefulHaConfig() != other.hasStatefulHaConfig()) return false; + if (hasStatefulHaConfig()) { + if (!getStatefulHaConfig().equals(other.getStatefulHaConfig())) return false; + } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -887,6 +953,10 @@ public int hashCode() { hash = (37 * hash) + GCS_FUSE_CSI_DRIVER_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getGcsFuseCsiDriverConfig().hashCode(); } + if (hasStatefulHaConfig()) { + hash = (37 * hash) + STATEFUL_HA_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getStatefulHaConfig().hashCode(); + } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; @@ -1038,6 +1108,7 @@ private void maybeForceBuilderInitialization() { getGcpFilestoreCsiDriverConfigFieldBuilder(); getGkeBackupAgentConfigFieldBuilder(); getGcsFuseCsiDriverConfigFieldBuilder(); + getStatefulHaConfigFieldBuilder(); } } @@ -1100,6 +1171,11 @@ public Builder clear() { gcsFuseCsiDriverConfigBuilder_.dispose(); gcsFuseCsiDriverConfigBuilder_ = null; } + statefulHaConfig_ = null; + if (statefulHaConfigBuilder_ != null) { + statefulHaConfigBuilder_.dispose(); + statefulHaConfigBuilder_ = null; + } return this; } @@ -1209,6 +1285,11 @@ private void buildPartial0(com.google.container.v1.AddonsConfig result) { : gcsFuseCsiDriverConfigBuilder_.build(); to_bitField0_ |= 0x00000400; } + if (((from_bitField0_ & 0x00000800) != 0)) { + result.statefulHaConfig_ = + statefulHaConfigBuilder_ == null ? statefulHaConfig_ : statefulHaConfigBuilder_.build(); + to_bitField0_ |= 0x00000800; + } result.bitField0_ |= to_bitField0_; } @@ -1290,6 +1371,9 @@ public Builder mergeFrom(com.google.container.v1.AddonsConfig other) { if (other.hasGcsFuseCsiDriverConfig()) { mergeGcsFuseCsiDriverConfig(other.getGcsFuseCsiDriverConfig()); } + if (other.hasStatefulHaConfig()) { + mergeStatefulHaConfig(other.getStatefulHaConfig()); + } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; @@ -1392,6 +1476,13 @@ public Builder mergeFrom( bitField0_ |= 0x00000400; break; } // case 138 + case 146: + { + input.readMessage( + getStatefulHaConfigFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000800; + break; + } // case 146 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { @@ -3632,6 +3723,210 @@ public Builder clearGcsFuseCsiDriverConfig() { return gcsFuseCsiDriverConfigBuilder_; } + private com.google.container.v1.StatefulHAConfig statefulHaConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.StatefulHAConfig, + com.google.container.v1.StatefulHAConfig.Builder, + com.google.container.v1.StatefulHAConfigOrBuilder> + statefulHaConfigBuilder_; + /** + * + * + *
+     * Optional. Configuration for the StatefulHA add-on.
+     * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return Whether the statefulHaConfig field is set. + */ + public boolean hasStatefulHaConfig() { + return ((bitField0_ & 0x00000800) != 0); + } + /** + * + * + *
+     * Optional. Configuration for the StatefulHA add-on.
+     * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return The statefulHaConfig. + */ + public com.google.container.v1.StatefulHAConfig getStatefulHaConfig() { + if (statefulHaConfigBuilder_ == null) { + return statefulHaConfig_ == null + ? com.google.container.v1.StatefulHAConfig.getDefaultInstance() + : statefulHaConfig_; + } else { + return statefulHaConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Optional. Configuration for the StatefulHA add-on.
+     * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public Builder setStatefulHaConfig(com.google.container.v1.StatefulHAConfig value) { + if (statefulHaConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + statefulHaConfig_ = value; + } else { + statefulHaConfigBuilder_.setMessage(value); + } + bitField0_ |= 0x00000800; + onChanged(); + return this; + } + /** + * + * + *
+     * Optional. Configuration for the StatefulHA add-on.
+     * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public Builder setStatefulHaConfig( + com.google.container.v1.StatefulHAConfig.Builder builderForValue) { + if (statefulHaConfigBuilder_ == null) { + statefulHaConfig_ = builderForValue.build(); + } else { + statefulHaConfigBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000800; + onChanged(); + return this; + } + /** + * + * + *
+     * Optional. Configuration for the StatefulHA add-on.
+     * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public Builder mergeStatefulHaConfig(com.google.container.v1.StatefulHAConfig value) { + if (statefulHaConfigBuilder_ == null) { + if (((bitField0_ & 0x00000800) != 0) + && statefulHaConfig_ != null + && statefulHaConfig_ != com.google.container.v1.StatefulHAConfig.getDefaultInstance()) { + getStatefulHaConfigBuilder().mergeFrom(value); + } else { + statefulHaConfig_ = value; + } + } else { + statefulHaConfigBuilder_.mergeFrom(value); + } + if (statefulHaConfig_ != null) { + bitField0_ |= 0x00000800; + onChanged(); + } + return this; + } + /** + * + * + *
+     * Optional. Configuration for the StatefulHA add-on.
+     * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public Builder clearStatefulHaConfig() { + bitField0_ = (bitField0_ & ~0x00000800); + statefulHaConfig_ = null; + if (statefulHaConfigBuilder_ != null) { + statefulHaConfigBuilder_.dispose(); + statefulHaConfigBuilder_ = null; + } + onChanged(); + return this; + } + /** + * + * + *
+     * Optional. Configuration for the StatefulHA add-on.
+     * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public com.google.container.v1.StatefulHAConfig.Builder getStatefulHaConfigBuilder() { + bitField0_ |= 0x00000800; + onChanged(); + return getStatefulHaConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Optional. Configuration for the StatefulHA add-on.
+     * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public com.google.container.v1.StatefulHAConfigOrBuilder getStatefulHaConfigOrBuilder() { + if (statefulHaConfigBuilder_ != null) { + return statefulHaConfigBuilder_.getMessageOrBuilder(); + } else { + return statefulHaConfig_ == null + ? com.google.container.v1.StatefulHAConfig.getDefaultInstance() + : statefulHaConfig_; + } + } + /** + * + * + *
+     * Optional. Configuration for the StatefulHA add-on.
+     * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.StatefulHAConfig, + com.google.container.v1.StatefulHAConfig.Builder, + com.google.container.v1.StatefulHAConfigOrBuilder> + getStatefulHaConfigFieldBuilder() { + if (statefulHaConfigBuilder_ == null) { + statefulHaConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.StatefulHAConfig, + com.google.container.v1.StatefulHAConfig.Builder, + com.google.container.v1.StatefulHAConfigOrBuilder>( + getStatefulHaConfig(), getParentForChildren(), isClean()); + statefulHaConfig_ = null; + } + return statefulHaConfigBuilder_; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfigOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfigOrBuilder.java index 8d8b56bf1d7d..3820054c27f6 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfigOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfigOrBuilder.java @@ -462,4 +462,45 @@ public interface AddonsConfigOrBuilder * .google.container.v1.GcsFuseCsiDriverConfig gcs_fuse_csi_driver_config = 17; */ com.google.container.v1.GcsFuseCsiDriverConfigOrBuilder getGcsFuseCsiDriverConfigOrBuilder(); + + /** + * + * + *
+   * Optional. Configuration for the StatefulHA add-on.
+   * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return Whether the statefulHaConfig field is set. + */ + boolean hasStatefulHaConfig(); + /** + * + * + *
+   * Optional. Configuration for the StatefulHA add-on.
+   * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return The statefulHaConfig. + */ + com.google.container.v1.StatefulHAConfig getStatefulHaConfig(); + /** + * + * + *
+   * Optional. Configuration for the StatefulHA add-on.
+   * 
+ * + * + * .google.container.v1.StatefulHAConfig stateful_ha_config = 18 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + com.google.container.v1.StatefulHAConfigOrBuilder getStatefulHaConfigOrBuilder(); } diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaults.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaults.java index b2b6c8794235..4b393096c497 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaults.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaults.java @@ -310,7 +310,7 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder() * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1/cluster_service.proto;l=3923 + * deprecated. See google/container/v1/cluster_service.proto;l=3933 * @return The minCpuPlatform. */ @java.lang.Override @@ -346,7 +346,7 @@ public java.lang.String getMinCpuPlatform() { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1/cluster_service.proto;l=3923 + * deprecated. See google/container/v1/cluster_service.proto;l=3933 * @return The bytes for minCpuPlatform. */ @java.lang.Override @@ -1963,7 +1963,7 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder() * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1/cluster_service.proto;l=3923 + * deprecated. See google/container/v1/cluster_service.proto;l=3933 * @return The minCpuPlatform. */ @java.lang.Deprecated @@ -1998,7 +1998,7 @@ public java.lang.String getMinCpuPlatform() { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1/cluster_service.proto;l=3923 + * deprecated. See google/container/v1/cluster_service.proto;l=3933 * @return The bytes for minCpuPlatform. */ @java.lang.Deprecated @@ -2033,7 +2033,7 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1/cluster_service.proto;l=3923 + * deprecated. See google/container/v1/cluster_service.proto;l=3933 * @param value The minCpuPlatform to set. * @return This builder for chaining. */ @@ -2067,7 +2067,7 @@ public Builder setMinCpuPlatform(java.lang.String value) { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1/cluster_service.proto;l=3923 + * deprecated. See google/container/v1/cluster_service.proto;l=3933 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2097,7 +2097,7 @@ public Builder clearMinCpuPlatform() { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1/cluster_service.proto;l=3923 + * deprecated. See google/container/v1/cluster_service.proto;l=3933 * @param value The bytes for minCpuPlatform to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaultsOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaultsOrBuilder.java index 33d40982b892..8c57919c2fb7 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaultsOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaultsOrBuilder.java @@ -190,7 +190,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1/cluster_service.proto;l=3923 + * deprecated. See google/container/v1/cluster_service.proto;l=3933 * @return The minCpuPlatform. */ @java.lang.Deprecated @@ -215,7 +215,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1/cluster_service.proto;l=3923 + * deprecated. See google/container/v1/cluster_service.proto;l=3933 * @return The bytes for minCpuPlatform. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorization.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorization.java index 8dd681fe59b4..433b027d6d9a 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorization.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorization.java @@ -238,7 +238,7 @@ private EvaluationMode(int value) { * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1/cluster_service.proto;l=1440 + * google/container/v1/cluster_service.proto;l=1450 * @return The enabled. */ @java.lang.Override @@ -664,7 +664,7 @@ public Builder mergeFrom( * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1/cluster_service.proto;l=1440 + * google/container/v1/cluster_service.proto;l=1450 * @return The enabled. */ @java.lang.Override @@ -684,7 +684,7 @@ public boolean getEnabled() { * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1/cluster_service.proto;l=1440 + * google/container/v1/cluster_service.proto;l=1450 * @param value The enabled to set. * @return This builder for chaining. */ @@ -708,7 +708,7 @@ public Builder setEnabled(boolean value) { * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1/cluster_service.proto;l=1440 + * google/container/v1/cluster_service.proto;l=1450 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorizationOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorizationOrBuilder.java index 26cafabd05f2..9fdbb27a2509 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorizationOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorizationOrBuilder.java @@ -36,7 +36,7 @@ public interface BinaryAuthorizationOrBuilder * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1/cluster_service.proto;l=1440 + * google/container/v1/cluster_service.proto;l=1450 * @return The enabled. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java index 3e9d51335bae..f9bda0fd7ee0 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java @@ -82,7 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3092 + * google/container/v1/cluster_service.proto;l=3102 * @return The projectId. */ @java.lang.Override @@ -110,7 +110,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3092 + * google/container/v1/cluster_service.proto;l=3102 * @return The bytes for projectId. */ @java.lang.Override @@ -144,7 +144,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3098 + * google/container/v1/cluster_service.proto;l=3108 * @return The zone. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3098 + * google/container/v1/cluster_service.proto;l=3108 * @return The bytes for zone. */ @java.lang.Override @@ -205,7 +205,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3102 + * google/container/v1/cluster_service.proto;l=3112 * @return The operationId. */ @java.lang.Override @@ -232,7 +232,7 @@ public java.lang.String getOperationId() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3102 + * google/container/v1/cluster_service.proto;l=3112 * @return The bytes for operationId. */ @java.lang.Override @@ -728,7 +728,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3092 + * google/container/v1/cluster_service.proto;l=3102 * @return The projectId. */ @java.lang.Deprecated @@ -755,7 +755,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3092 + * google/container/v1/cluster_service.proto;l=3102 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -782,7 +782,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3092 + * google/container/v1/cluster_service.proto;l=3102 * @param value The projectId to set. * @return This builder for chaining. */ @@ -808,7 +808,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3092 + * google/container/v1/cluster_service.proto;l=3102 * @return This builder for chaining. */ @java.lang.Deprecated @@ -830,7 +830,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3092 + * google/container/v1/cluster_service.proto;l=3102 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -860,7 +860,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3098 + * google/container/v1/cluster_service.proto;l=3108 * @return The zone. */ @java.lang.Deprecated @@ -888,7 +888,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3098 + * google/container/v1/cluster_service.proto;l=3108 * @return The bytes for zone. */ @java.lang.Deprecated @@ -916,7 +916,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3098 + * google/container/v1/cluster_service.proto;l=3108 * @param value The zone to set. * @return This builder for chaining. */ @@ -943,7 +943,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3098 + * google/container/v1/cluster_service.proto;l=3108 * @return This builder for chaining. */ @java.lang.Deprecated @@ -966,7 +966,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3098 + * google/container/v1/cluster_service.proto;l=3108 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -994,7 +994,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3102 + * google/container/v1/cluster_service.proto;l=3112 * @return The operationId. */ @java.lang.Deprecated @@ -1020,7 +1020,7 @@ public java.lang.String getOperationId() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3102 + * google/container/v1/cluster_service.proto;l=3112 * @return The bytes for operationId. */ @java.lang.Deprecated @@ -1046,7 +1046,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3102 + * google/container/v1/cluster_service.proto;l=3112 * @param value The operationId to set. * @return This builder for chaining. */ @@ -1071,7 +1071,7 @@ public Builder setOperationId(java.lang.String value) { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3102 + * google/container/v1/cluster_service.proto;l=3112 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1092,7 +1092,7 @@ public Builder clearOperationId() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3102 + * google/container/v1/cluster_service.proto;l=3112 * @param value The bytes for operationId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java index ae082e054045..e223dfc4fbd6 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface CancelOperationRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3092 + * google/container/v1/cluster_service.proto;l=3102 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface CancelOperationRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3092 + * google/container/v1/cluster_service.proto;l=3102 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface CancelOperationRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3098 + * google/container/v1/cluster_service.proto;l=3108 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface CancelOperationRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3098 + * google/container/v1/cluster_service.proto;l=3108 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface CancelOperationRequestOrBuilder * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3102 + * google/container/v1/cluster_service.proto;l=3112 * @return The operationId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface CancelOperationRequestOrBuilder * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3102 + * google/container/v1/cluster_service.proto;l=3112 * @return The bytes for operationId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java index b0ec6abf86ce..338eaa62c862 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java @@ -492,7 +492,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1.Cluster.initial_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1669 + * google/container/v1/cluster_service.proto;l=1679 * @return The initialNodeCount. */ @java.lang.Override @@ -523,7 +523,7 @@ public int getInitialNodeCount() { * .google.container.v1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1.Cluster.node_config is deprecated. See - * google/container/v1/cluster_service.proto;l=1682 + * google/container/v1/cluster_service.proto;l=1692 * @return Whether the nodeConfig field is set. */ @java.lang.Override @@ -551,7 +551,7 @@ public boolean hasNodeConfig() { * .google.container.v1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1.Cluster.node_config is deprecated. See - * google/container/v1/cluster_service.proto;l=1682 + * google/container/v1/cluster_service.proto;l=1692 * @return The nodeConfig. */ @java.lang.Override @@ -2591,7 +2591,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1.Cluster.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=1853 + * google/container/v1/cluster_service.proto;l=1863 * @return The zone. */ @java.lang.Override @@ -2619,7 +2619,7 @@ public java.lang.String getZone() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1.Cluster.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=1853 + * google/container/v1/cluster_service.proto;l=1863 * @return The bytes for zone. */ @java.lang.Override @@ -2841,7 +2841,7 @@ public com.google.protobuf.ByteString getCurrentMasterVersionBytes() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_version is deprecated. See - * google/container/v1/cluster_service.proto;l=1886 + * google/container/v1/cluster_service.proto;l=1896 * @return The currentNodeVersion. */ @java.lang.Override @@ -2871,7 +2871,7 @@ public java.lang.String getCurrentNodeVersion() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_version is deprecated. See - * google/container/v1/cluster_service.proto;l=1886 + * google/container/v1/cluster_service.proto;l=1896 * @return The bytes for currentNodeVersion. */ @java.lang.Override @@ -2992,7 +2992,7 @@ public com.google.container.v1.Cluster.Status getStatus() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1.Cluster.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1898 + * google/container/v1/cluster_service.proto;l=1908 * @return The statusMessage. */ @java.lang.Override @@ -3020,7 +3020,7 @@ public java.lang.String getStatusMessage() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1.Cluster.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1898 + * google/container/v1/cluster_service.proto;l=1908 * @return The bytes for statusMessage. */ @java.lang.Override @@ -3132,7 +3132,7 @@ public com.google.protobuf.ByteString getServicesIpv4CidrBytes() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @return A list containing the instanceGroupUrls. */ @java.lang.Deprecated @@ -3149,7 +3149,7 @@ public com.google.protobuf.ProtocolStringList getInstanceGroupUrlsList() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @return The count of instanceGroupUrls. */ @java.lang.Deprecated @@ -3166,7 +3166,7 @@ public int getInstanceGroupUrlsCount() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param index The index of the element to return. * @return The instanceGroupUrls at the given index. */ @@ -3184,7 +3184,7 @@ public java.lang.String getInstanceGroupUrls(int index) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param index The index of the value to return. * @return The bytes of the instanceGroupUrls at the given index. */ @@ -3206,7 +3206,7 @@ public com.google.protobuf.ByteString getInstanceGroupUrlsBytes(int index) { * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1918 + * google/container/v1/cluster_service.proto;l=1928 * @return The currentNodeCount. */ @java.lang.Override @@ -6798,7 +6798,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1.Cluster.initial_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1669 + * google/container/v1/cluster_service.proto;l=1679 * @return The initialNodeCount. */ @java.lang.Override @@ -6825,7 +6825,7 @@ public int getInitialNodeCount() { * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1.Cluster.initial_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1669 + * google/container/v1/cluster_service.proto;l=1679 * @param value The initialNodeCount to set. * @return This builder for chaining. */ @@ -6856,7 +6856,7 @@ public Builder setInitialNodeCount(int value) { * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1.Cluster.initial_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1669 + * google/container/v1/cluster_service.proto;l=1679 * @return This builder for chaining. */ @java.lang.Deprecated @@ -6893,7 +6893,7 @@ public Builder clearInitialNodeCount() { * .google.container.v1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1.Cluster.node_config is deprecated. See - * google/container/v1/cluster_service.proto;l=1682 + * google/container/v1/cluster_service.proto;l=1692 * @return Whether the nodeConfig field is set. */ @java.lang.Deprecated @@ -6920,7 +6920,7 @@ public boolean hasNodeConfig() { * .google.container.v1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1.Cluster.node_config is deprecated. See - * google/container/v1/cluster_service.proto;l=1682 + * google/container/v1/cluster_service.proto;l=1692 * @return The nodeConfig. */ @java.lang.Deprecated @@ -13596,7 +13596,7 @@ public Builder setSelfLinkBytes(com.google.protobuf.ByteString value) { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1.Cluster.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=1853 + * google/container/v1/cluster_service.proto;l=1863 * @return The zone. */ @java.lang.Deprecated @@ -13623,7 +13623,7 @@ public java.lang.String getZone() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1.Cluster.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=1853 + * google/container/v1/cluster_service.proto;l=1863 * @return The bytes for zone. */ @java.lang.Deprecated @@ -13650,7 +13650,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1.Cluster.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=1853 + * google/container/v1/cluster_service.proto;l=1863 * @param value The zone to set. * @return This builder for chaining. */ @@ -13676,7 +13676,7 @@ public Builder setZone(java.lang.String value) { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1.Cluster.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=1853 + * google/container/v1/cluster_service.proto;l=1863 * @return This builder for chaining. */ @java.lang.Deprecated @@ -13698,7 +13698,7 @@ public Builder clearZone() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1.Cluster.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=1853 + * google/container/v1/cluster_service.proto;l=1863 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -14132,7 +14132,7 @@ public Builder setCurrentMasterVersionBytes(com.google.protobuf.ByteString value * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_version is deprecated. See - * google/container/v1/cluster_service.proto;l=1886 + * google/container/v1/cluster_service.proto;l=1896 * @return The currentNodeVersion. */ @java.lang.Deprecated @@ -14161,7 +14161,7 @@ public java.lang.String getCurrentNodeVersion() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_version is deprecated. See - * google/container/v1/cluster_service.proto;l=1886 + * google/container/v1/cluster_service.proto;l=1896 * @return The bytes for currentNodeVersion. */ @java.lang.Deprecated @@ -14190,7 +14190,7 @@ public com.google.protobuf.ByteString getCurrentNodeVersionBytes() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_version is deprecated. See - * google/container/v1/cluster_service.proto;l=1886 + * google/container/v1/cluster_service.proto;l=1896 * @param value The currentNodeVersion to set. * @return This builder for chaining. */ @@ -14218,7 +14218,7 @@ public Builder setCurrentNodeVersion(java.lang.String value) { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_version is deprecated. See - * google/container/v1/cluster_service.proto;l=1886 + * google/container/v1/cluster_service.proto;l=1896 * @return This builder for chaining. */ @java.lang.Deprecated @@ -14242,7 +14242,7 @@ public Builder clearCurrentNodeVersion() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_version is deprecated. See - * google/container/v1/cluster_service.proto;l=1886 + * google/container/v1/cluster_service.proto;l=1896 * @param value The bytes for currentNodeVersion to set. * @return This builder for chaining. */ @@ -14472,7 +14472,7 @@ public Builder clearStatus() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1.Cluster.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1898 + * google/container/v1/cluster_service.proto;l=1908 * @return The statusMessage. */ @java.lang.Deprecated @@ -14499,7 +14499,7 @@ public java.lang.String getStatusMessage() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1.Cluster.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1898 + * google/container/v1/cluster_service.proto;l=1908 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -14526,7 +14526,7 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1.Cluster.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1898 + * google/container/v1/cluster_service.proto;l=1908 * @param value The statusMessage to set. * @return This builder for chaining. */ @@ -14552,7 +14552,7 @@ public Builder setStatusMessage(java.lang.String value) { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1.Cluster.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1898 + * google/container/v1/cluster_service.proto;l=1908 * @return This builder for chaining. */ @java.lang.Deprecated @@ -14574,7 +14574,7 @@ public Builder clearStatusMessage() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1.Cluster.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1898 + * google/container/v1/cluster_service.proto;l=1908 * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ @@ -14797,7 +14797,7 @@ private void ensureInstanceGroupUrlsIsMutable() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @return A list containing the instanceGroupUrls. */ @java.lang.Deprecated @@ -14815,7 +14815,7 @@ public com.google.protobuf.ProtocolStringList getInstanceGroupUrlsList() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @return The count of instanceGroupUrls. */ @java.lang.Deprecated @@ -14832,7 +14832,7 @@ public int getInstanceGroupUrlsCount() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param index The index of the element to return. * @return The instanceGroupUrls at the given index. */ @@ -14850,7 +14850,7 @@ public java.lang.String getInstanceGroupUrls(int index) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param index The index of the value to return. * @return The bytes of the instanceGroupUrls at the given index. */ @@ -14868,7 +14868,7 @@ public com.google.protobuf.ByteString getInstanceGroupUrlsBytes(int index) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param index The index to set the value at. * @param value The instanceGroupUrls to set. * @return This builder for chaining. @@ -14894,7 +14894,7 @@ public Builder setInstanceGroupUrls(int index, java.lang.String value) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param value The instanceGroupUrls to add. * @return This builder for chaining. */ @@ -14919,7 +14919,7 @@ public Builder addInstanceGroupUrls(java.lang.String value) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param values The instanceGroupUrls to add. * @return This builder for chaining. */ @@ -14941,7 +14941,7 @@ public Builder addAllInstanceGroupUrls(java.lang.Iterable valu * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @return This builder for chaining. */ @java.lang.Deprecated @@ -14962,7 +14962,7 @@ public Builder clearInstanceGroupUrls() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param value The bytes of the instanceGroupUrls to add. * @return This builder for chaining. */ @@ -14991,7 +14991,7 @@ public Builder addInstanceGroupUrlsBytes(com.google.protobuf.ByteString value) { * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1918 + * google/container/v1/cluster_service.proto;l=1928 * @return The currentNodeCount. */ @java.lang.Override @@ -15010,7 +15010,7 @@ public int getCurrentNodeCount() { * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1918 + * google/container/v1/cluster_service.proto;l=1928 * @param value The currentNodeCount to set. * @return This builder for chaining. */ @@ -15033,7 +15033,7 @@ public Builder setCurrentNodeCount(int value) { * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1918 + * google/container/v1/cluster_service.proto;l=1928 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java index 61ecda7238f1..645d33b3d29f 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java @@ -105,7 +105,7 @@ public interface ClusterOrBuilder * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1.Cluster.initial_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1669 + * google/container/v1/cluster_service.proto;l=1679 * @return The initialNodeCount. */ @java.lang.Deprecated @@ -131,7 +131,7 @@ public interface ClusterOrBuilder * .google.container.v1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1.Cluster.node_config is deprecated. See - * google/container/v1/cluster_service.proto;l=1682 + * google/container/v1/cluster_service.proto;l=1692 * @return Whether the nodeConfig field is set. */ @java.lang.Deprecated @@ -156,7 +156,7 @@ public interface ClusterOrBuilder * .google.container.v1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1.Cluster.node_config is deprecated. See - * google/container/v1/cluster_service.proto;l=1682 + * google/container/v1/cluster_service.proto;l=1692 * @return The nodeConfig. */ @java.lang.Deprecated @@ -1553,7 +1553,7 @@ java.lang.String getResourceLabelsOrDefault( * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1.Cluster.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=1853 + * google/container/v1/cluster_service.proto;l=1863 * @return The zone. */ @java.lang.Deprecated @@ -1570,7 +1570,7 @@ java.lang.String getResourceLabelsOrDefault( * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1.Cluster.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=1853 + * google/container/v1/cluster_service.proto;l=1863 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1699,7 +1699,7 @@ java.lang.String getResourceLabelsOrDefault( * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_version is deprecated. See - * google/container/v1/cluster_service.proto;l=1886 + * google/container/v1/cluster_service.proto;l=1896 * @return The currentNodeVersion. */ @java.lang.Deprecated @@ -1718,7 +1718,7 @@ java.lang.String getResourceLabelsOrDefault( * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_version is deprecated. See - * google/container/v1/cluster_service.proto;l=1886 + * google/container/v1/cluster_service.proto;l=1896 * @return The bytes for currentNodeVersion. */ @java.lang.Deprecated @@ -1788,7 +1788,7 @@ java.lang.String getResourceLabelsOrDefault( * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1.Cluster.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1898 + * google/container/v1/cluster_service.proto;l=1908 * @return The statusMessage. */ @java.lang.Deprecated @@ -1805,7 +1805,7 @@ java.lang.String getResourceLabelsOrDefault( * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1.Cluster.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1898 + * google/container/v1/cluster_service.proto;l=1908 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -1870,7 +1870,7 @@ java.lang.String getResourceLabelsOrDefault( * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @return A list containing the instanceGroupUrls. */ @java.lang.Deprecated @@ -1885,7 +1885,7 @@ java.lang.String getResourceLabelsOrDefault( * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @return The count of instanceGroupUrls. */ @java.lang.Deprecated @@ -1900,7 +1900,7 @@ java.lang.String getResourceLabelsOrDefault( * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param index The index of the element to return. * @return The instanceGroupUrls at the given index. */ @@ -1916,7 +1916,7 @@ java.lang.String getResourceLabelsOrDefault( * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1.Cluster.instance_group_urls is deprecated. See - * google/container/v1/cluster_service.proto;l=1914 + * google/container/v1/cluster_service.proto;l=1924 * @param index The index of the value to return. * @return The bytes of the instanceGroupUrls at the given index. */ @@ -1934,7 +1934,7 @@ java.lang.String getResourceLabelsOrDefault( * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1.Cluster.current_node_count is deprecated. See - * google/container/v1/cluster_service.proto;l=1918 + * google/container/v1/cluster_service.proto;l=1928 * @return The currentNodeCount. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java index a0d15987eea2..6231c4b87172 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java @@ -200,6 +200,10 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r internal_static_google_container_v1_GkeBackupAgentConfig_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_google_container_v1_GkeBackupAgentConfig_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_container_v1_StatefulHAConfig_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_container_v1_StatefulHAConfig_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_google_container_v1_MasterAuthorizedNetworksConfig_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable @@ -916,7 +920,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "ca_certificate\030d \001(\t\022\032\n\022client_certifica" + "te\030e \001(\t\022\022\n\nclient_key\030f \001(\t\";\n\027ClientCe" + "rtificateConfig\022 \n\030issue_client_certific" - + "ate\030\001 \001(\010\"\344\006\n\014AddonsConfig\022C\n\023http_load_" + + "ate\030\001 \001(\010\"\254\007\n\014AddonsConfig\022C\n\023http_load_" + "balancing\030\001 \001(\0132&.google.container.v1.Ht" + "tpLoadBalancing\022Q\n\032horizontal_pod_autosc" + "aling\030\002 \001(\0132-.google.container.v1.Horizo" @@ -938,1093 +942,1096 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "oogle.container.v1.GkeBackupAgentConfig\022" + "O\n\032gcs_fuse_csi_driver_config\030\021 \001(\0132+.go" + "ogle.container.v1.GcsFuseCsiDriverConfig" - + "\"%\n\021HttpLoadBalancing\022\020\n\010disabled\030\001 \001(\010\"" - + ",\n\030HorizontalPodAutoscaling\022\020\n\010disabled\030" - + "\001 \001(\010\"\'\n\023KubernetesDashboard\022\020\n\010disabled" - + "\030\001 \001(\010\"\'\n\023NetworkPolicyConfig\022\020\n\010disable" - + "d\030\001 \001(\010\"!\n\016DnsCacheConfig\022\017\n\007enabled\030\001 \001" - + "(\010\"9\n&PrivateClusterMasterGlobalAccessCo" - + "nfig\022\017\n\007enabled\030\001 \001(\010\"\305\002\n\024PrivateCluster" - + "Config\022\034\n\024enable_private_nodes\030\001 \001(\010\022\037\n\027" - + "enable_private_endpoint\030\002 \001(\010\022\036\n\026master_" - + "ipv4_cidr_block\030\003 \001(\t\022\030\n\020private_endpoin" - + "t\030\004 \001(\t\022\027\n\017public_endpoint\030\005 \001(\t\022\024\n\014peer" - + "ing_name\030\007 \001(\t\022`\n\033master_global_access_c" - + "onfig\030\010 \001(\0132;.google.container.v1.Privat" - + "eClusterMasterGlobalAccessConfig\022#\n\033priv" - + "ate_endpoint_subnetwork\030\n \001(\t\"D\n\031Authent" - + "icatorGroupsConfig\022\017\n\007enabled\030\001 \001(\010\022\026\n\016s" - + "ecurity_group\030\002 \001(\t\"\356\001\n\016CloudRunConfig\022\020" - + "\n\010disabled\030\001 \001(\010\022P\n\022load_balancer_type\030\003" - + " \001(\01624.google.container.v1.CloudRunConfi" - + "g.LoadBalancerType\"x\n\020LoadBalancerType\022\"" - + "\n\036LOAD_BALANCER_TYPE_UNSPECIFIED\020\000\022\037\n\033LO" - + "AD_BALANCER_TYPE_EXTERNAL\020\001\022\037\n\033LOAD_BALA" - + "NCER_TYPE_INTERNAL\020\002\"(\n\025ConfigConnectorC" - + "onfig\022\017\n\007enabled\030\001 \001(\010\"3\n GcePersistentD" - + "iskCsiDriverConfig\022\017\n\007enabled\030\001 \001(\010\".\n\033G" - + "cpFilestoreCsiDriverConfig\022\017\n\007enabled\030\001 " - + "\001(\010\")\n\026GcsFuseCsiDriverConfig\022\017\n\007enabled" - + "\030\001 \001(\010\"\'\n\024GkeBackupAgentConfig\022\017\n\007enable" - + "d\030\001 \001(\010\"\216\002\n\036MasterAuthorizedNetworksConf" - + "ig\022\017\n\007enabled\030\001 \001(\010\022R\n\013cidr_blocks\030\002 \003(\013" - + "2=.google.container.v1.MasterAuthorizedN" - + "etworksConfig.CidrBlock\022,\n\037gcp_public_ci" - + "drs_access_enabled\030\003 \001(\010H\000\210\001\001\0325\n\tCidrBlo" - + "ck\022\024\n\014display_name\030\001 \001(\t\022\022\n\ncidr_block\030\002" - + " \001(\tB\"\n _gcp_public_cidrs_access_enabled" - + "\"\035\n\nLegacyAbac\022\017\n\007enabled\030\001 \001(\010\"\221\001\n\rNetw" - + "orkPolicy\022=\n\010provider\030\001 \001(\0162+.google.con" - + "tainer.v1.NetworkPolicy.Provider\022\017\n\007enab" - + "led\030\002 \001(\010\"0\n\010Provider\022\030\n\024PROVIDER_UNSPEC" - + "IFIED\020\000\022\n\n\006CALICO\020\001\"\343\001\n\023BinaryAuthorizat" - + "ion\022\023\n\007enabled\030\001 \001(\010B\002\030\001\022P\n\017evaluation_m" - + "ode\030\002 \001(\01627.google.container.v1.BinaryAu" - + "thorization.EvaluationMode\"e\n\016Evaluation" - + "Mode\022\037\n\033EVALUATION_MODE_UNSPECIFIED\020\000\022\014\n" - + "\010DISABLED\020\001\022$\n PROJECT_SINGLETON_POLICY_" - + "ENFORCE\020\002\"-\n\032PodCIDROverprovisionConfig\022" - + "\017\n\007disable\030\001 \001(\010\"\275\006\n\022IPAllocationPolicy\022" - + "\026\n\016use_ip_aliases\030\001 \001(\010\022\031\n\021create_subnet" - + "work\030\002 \001(\010\022\027\n\017subnetwork_name\030\003 \001(\t\022\035\n\021c" - + "luster_ipv4_cidr\030\004 \001(\tB\002\030\001\022\032\n\016node_ipv4_" - + "cidr\030\005 \001(\tB\002\030\001\022\036\n\022services_ipv4_cidr\030\006 \001" - + "(\tB\002\030\001\022$\n\034cluster_secondary_range_name\030\007" - + " \001(\t\022%\n\035services_secondary_range_name\030\010 " - + "\001(\t\022\037\n\027cluster_ipv4_cidr_block\030\t \001(\t\022\034\n\024" - + "node_ipv4_cidr_block\030\n \001(\t\022 \n\030services_i" - + "pv4_cidr_block\030\013 \001(\t\022\033\n\023tpu_ipv4_cidr_bl" - + "ock\030\r \001(\t\022\022\n\nuse_routes\030\017 \001(\010\0222\n\nstack_t" - + "ype\030\020 \001(\0162\036.google.container.v1.StackTyp" - + "e\022=\n\020ipv6_access_type\030\021 \001(\0162#.google.con" - + "tainer.v1.IPv6AccessType\022V\n\035pod_cidr_ove" - + "rprovision_config\030\025 \001(\0132/.google.contain" - + "er.v1.PodCIDROverprovisionConfig\022#\n\026subn" - + "et_ipv6_cidr_block\030\026 \001(\tB\003\340A\003\022%\n\030service" - + "s_ipv6_cidr_block\030\027 \001(\tB\003\340A\003\022Y\n\034addition" - + "al_pod_ranges_config\030\030 \001(\0132..google.cont" - + "ainer.v1.AdditionalPodRangesConfigB\003\340A\003\022" - + "/\n\"default_pod_ipv4_range_utilization\030\031 " - + "\001(\001B\003\340A\003\"\231\033\n\007Cluster\022\014\n\004name\030\001 \001(\t\022\023\n\013de" - + "scription\030\002 \001(\t\022\036\n\022initial_node_count\030\003 " - + "\001(\005B\002\030\001\0228\n\013node_config\030\004 \001(\0132\037.google.co" - + "ntainer.v1.NodeConfigB\002\030\001\0224\n\013master_auth" - + "\030\005 \001(\0132\037.google.container.v1.MasterAuth\022" - + "\027\n\017logging_service\030\006 \001(\t\022\032\n\022monitoring_s" - + "ervice\030\007 \001(\t\022\017\n\007network\030\010 \001(\t\022\031\n\021cluster" - + "_ipv4_cidr\030\t \001(\t\0228\n\raddons_config\030\n \001(\0132" - + "!.google.container.v1.AddonsConfig\022\022\n\nsu" - + "bnetwork\030\013 \001(\t\0221\n\nnode_pools\030\014 \003(\0132\035.goo" - + "gle.container.v1.NodePool\022\021\n\tlocations\030\r" - + " \003(\t\022\037\n\027enable_kubernetes_alpha\030\016 \001(\010\022I\n" - + "\017resource_labels\030\017 \003(\01320.google.containe" - + "r.v1.Cluster.ResourceLabelsEntry\022\031\n\021labe" - + "l_fingerprint\030\020 \001(\t\0224\n\013legacy_abac\030\022 \001(\013" - + "2\037.google.container.v1.LegacyAbac\022:\n\016net" - + "work_policy\030\023 \001(\0132\".google.container.v1." - + "NetworkPolicy\022E\n\024ip_allocation_policy\030\024 " - + "\001(\0132\'.google.container.v1.IPAllocationPo" - + "licy\022^\n!master_authorized_networks_confi" - + "g\030\026 \001(\01323.google.container.v1.MasterAuth" - + "orizedNetworksConfig\022B\n\022maintenance_poli" - + "cy\030\027 \001(\0132&.google.container.v1.Maintenan" - + "cePolicy\022F\n\024binary_authorization\030\030 \001(\0132(" + + "\022F\n\022stateful_ha_config\030\022 \001(\0132%.google.co" + + "ntainer.v1.StatefulHAConfigB\003\340A\001\"%\n\021Http" + + "LoadBalancing\022\020\n\010disabled\030\001 \001(\010\",\n\030Horiz" + + "ontalPodAutoscaling\022\020\n\010disabled\030\001 \001(\010\"\'\n" + + "\023KubernetesDashboard\022\020\n\010disabled\030\001 \001(\010\"\'" + + "\n\023NetworkPolicyConfig\022\020\n\010disabled\030\001 \001(\010\"" + + "!\n\016DnsCacheConfig\022\017\n\007enabled\030\001 \001(\010\"9\n&Pr" + + "ivateClusterMasterGlobalAccessConfig\022\017\n\007" + + "enabled\030\001 \001(\010\"\305\002\n\024PrivateClusterConfig\022\034" + + "\n\024enable_private_nodes\030\001 \001(\010\022\037\n\027enable_p" + + "rivate_endpoint\030\002 \001(\010\022\036\n\026master_ipv4_cid" + + "r_block\030\003 \001(\t\022\030\n\020private_endpoint\030\004 \001(\t\022" + + "\027\n\017public_endpoint\030\005 \001(\t\022\024\n\014peering_name" + + "\030\007 \001(\t\022`\n\033master_global_access_config\030\010 " + + "\001(\0132;.google.container.v1.PrivateCluster" + + "MasterGlobalAccessConfig\022#\n\033private_endp" + + "oint_subnetwork\030\n \001(\t\"D\n\031AuthenticatorGr" + + "oupsConfig\022\017\n\007enabled\030\001 \001(\010\022\026\n\016security_" + + "group\030\002 \001(\t\"\356\001\n\016CloudRunConfig\022\020\n\010disabl" + + "ed\030\001 \001(\010\022P\n\022load_balancer_type\030\003 \001(\01624.g" + + "oogle.container.v1.CloudRunConfig.LoadBa" + + "lancerType\"x\n\020LoadBalancerType\022\"\n\036LOAD_B" + + "ALANCER_TYPE_UNSPECIFIED\020\000\022\037\n\033LOAD_BALAN" + + "CER_TYPE_EXTERNAL\020\001\022\037\n\033LOAD_BALANCER_TYP" + + "E_INTERNAL\020\002\"(\n\025ConfigConnectorConfig\022\017\n" + + "\007enabled\030\001 \001(\010\"3\n GcePersistentDiskCsiDr" + + "iverConfig\022\017\n\007enabled\030\001 \001(\010\".\n\033GcpFilest" + + "oreCsiDriverConfig\022\017\n\007enabled\030\001 \001(\010\")\n\026G" + + "csFuseCsiDriverConfig\022\017\n\007enabled\030\001 \001(\010\"\'" + + "\n\024GkeBackupAgentConfig\022\017\n\007enabled\030\001 \001(\010\"" + + "#\n\020StatefulHAConfig\022\017\n\007enabled\030\001 \001(\010\"\216\002\n" + + "\036MasterAuthorizedNetworksConfig\022\017\n\007enabl" + + "ed\030\001 \001(\010\022R\n\013cidr_blocks\030\002 \003(\0132=.google.c" + + "ontainer.v1.MasterAuthorizedNetworksConf" + + "ig.CidrBlock\022,\n\037gcp_public_cidrs_access_" + + "enabled\030\003 \001(\010H\000\210\001\001\0325\n\tCidrBlock\022\024\n\014displ" + + "ay_name\030\001 \001(\t\022\022\n\ncidr_block\030\002 \001(\tB\"\n _gc" + + "p_public_cidrs_access_enabled\"\035\n\nLegacyA" + + "bac\022\017\n\007enabled\030\001 \001(\010\"\221\001\n\rNetworkPolicy\022=" + + "\n\010provider\030\001 \001(\0162+.google.container.v1.N" + + "etworkPolicy.Provider\022\017\n\007enabled\030\002 \001(\010\"0" + + "\n\010Provider\022\030\n\024PROVIDER_UNSPECIFIED\020\000\022\n\n\006" + + "CALICO\020\001\"\343\001\n\023BinaryAuthorization\022\023\n\007enab" + + "led\030\001 \001(\010B\002\030\001\022P\n\017evaluation_mode\030\002 \001(\01627" + ".google.container.v1.BinaryAuthorization" - + "\022<\n\013autoscaling\030\032 \001(\0132\'.google.container" - + ".v1.ClusterAutoscaling\022:\n\016network_config" - + "\030\033 \001(\0132\".google.container.v1.NetworkConf" - + "ig\022K\n\033default_max_pods_constraint\030\036 \001(\0132" - + "&.google.container.v1.MaxPodsConstraint\022" - + "T\n\034resource_usage_export_config\030! \001(\0132.." - + "google.container.v1.ResourceUsageExportC" - + "onfig\022S\n\033authenticator_groups_config\030\" \001" - + "(\0132..google.container.v1.AuthenticatorGr" - + "oupsConfig\022I\n\026private_cluster_config\030% \001" - + "(\0132).google.container.v1.PrivateClusterC" - + "onfig\022D\n\023database_encryption\030& \001(\0132\'.goo" - + "gle.container.v1.DatabaseEncryption\022M\n\030v" - + "ertical_pod_autoscaling\030\' \001(\0132+.google.c" - + "ontainer.v1.VerticalPodAutoscaling\022:\n\016sh" - + "ielded_nodes\030( \001(\0132\".google.container.v1" - + ".ShieldedNodes\022<\n\017release_channel\030) \001(\0132" - + "#.google.container.v1.ReleaseChannel\022M\n\030" - + "workload_identity_config\030+ \001(\0132+.google." - + "container.v1.WorkloadIdentityConfig\022@\n\021m" - + "esh_certificates\030C \001(\0132%.google.containe" - + "r.v1.MeshCertificates\022I\n\026cost_management" - + "_config\030- \001(\0132).google.container.v1.Cost" - + "ManagementConfig\022D\n\023notification_config\030" - + "1 \001(\0132\'.google.container.v1.Notification" - + "Config\022B\n\022confidential_nodes\0302 \001(\0132&.goo" - + "gle.container.v1.ConfidentialNodes\022K\n\027id" - + "entity_service_config\0306 \001(\0132*.google.con" - + "tainer.v1.IdentityServiceConfig\022\021\n\tself_" - + "link\030d \001(\t\022\020\n\004zone\030e \001(\tB\002\030\001\022\020\n\010endpoint" - + "\030f \001(\t\022\037\n\027initial_cluster_version\030g \001(\t\022" - + "\036\n\026current_master_version\030h \001(\t\022 \n\024curre" - + "nt_node_version\030i \001(\tB\002\030\001\022\023\n\013create_time" - + "\030j \001(\t\0223\n\006status\030k \001(\0162#.google.containe" - + "r.v1.Cluster.Status\022\032\n\016status_message\030l " - + "\001(\tB\002\030\001\022\033\n\023node_ipv4_cidr_size\030m \001(\005\022\032\n\022" - + "services_ipv4_cidr\030n \001(\t\022\037\n\023instance_gro" - + "up_urls\030o \003(\tB\002\030\001\022\036\n\022current_node_count\030" - + "p \001(\005B\002\030\001\022\023\n\013expire_time\030q \001(\t\022\020\n\010locati" - + "on\030r \001(\t\022\022\n\nenable_tpu\030s \001(\010\022\033\n\023tpu_ipv4" - + "_cidr_block\030t \001(\t\0228\n\nconditions\030v \003(\0132$." - + "google.container.v1.StatusCondition\0222\n\ta" - + "utopilot\030\200\001 \001(\0132\036.google.container.v1.Au" - + "topilot\022\020\n\002id\030\201\001 \001(\tB\003\340A\003\022G\n\022node_pool_d" - + "efaults\030\203\001 \001(\0132%.google.container.v1.Nod" - + "ePoolDefaultsH\000\210\001\001\022;\n\016logging_config\030\204\001 " - + "\001(\0132\".google.container.v1.LoggingConfig\022" - + "A\n\021monitoring_config\030\205\001 \001(\0132%.google.con" - + "tainer.v1.MonitoringConfig\022G\n\025node_pool_" - + "auto_config\030\210\001 \001(\0132\'.google.container.v1" - + ".NodePoolAutoConfig\022\r\n\004etag\030\213\001 \001(\t\022*\n\005fl" - + "eet\030\214\001 \001(\0132\032.google.container.v1.Fleet\022L" - + "\n\027security_posture_config\030\221\001 \001(\0132*.googl" - + "e.container.v1.SecurityPostureConfig\022D\n\024" - + "enable_k8s_beta_apis\030\217\001 \001(\0132%.google.con" - + "tainer.v1.K8sBetaAPIConfig\022A\n\021enterprise" - + "_config\030\225\001 \001(\0132%.google.container.v1.Ent" - + "erpriseConfig\0325\n\023ResourceLabelsEntry\022\013\n\003" - + "key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"w\n\006Status\022\026" - + "\n\022STATUS_UNSPECIFIED\020\000\022\020\n\014PROVISIONING\020\001" - + "\022\013\n\007RUNNING\020\002\022\017\n\013RECONCILING\020\003\022\014\n\010STOPPI" - + "NG\020\004\022\t\n\005ERROR\020\005\022\014\n\010DEGRADED\020\006B\025\n\023_node_p" - + "ool_defaults\"(\n\020K8sBetaAPIConfig\022\024\n\014enab" - + "led_apis\030\001 \003(\t\"\236\003\n\025SecurityPostureConfig" - + "\022B\n\004mode\030\001 \001(\0162/.google.container.v1.Sec" - + "urityPostureConfig.ModeH\000\210\001\001\022]\n\022vulnerab" - + "ility_mode\030\002 \001(\0162<.google.container.v1.S" - + "ecurityPostureConfig.VulnerabilityModeH\001" - + "\210\001\001\"5\n\004Mode\022\024\n\020MODE_UNSPECIFIED\020\000\022\014\n\010DIS" - + "ABLED\020\001\022\t\n\005BASIC\020\002\"\212\001\n\021VulnerabilityMode" - + "\022\"\n\036VULNERABILITY_MODE_UNSPECIFIED\020\000\022\032\n\026" - + "VULNERABILITY_DISABLED\020\001\022\027\n\023VULNERABILIT" - + "Y_BASIC\020\002\022\034\n\030VULNERABILITY_ENTERPRISE\020\003B" - + "\007\n\005_modeB\025\n\023_vulnerability_mode\"\225\001\n\022Node" - + "PoolAutoConfig\0226\n\014network_tags\030\001 \001(\0132 .g" - + "oogle.container.v1.NetworkTags\022G\n\025resour" - + "ce_manager_tags\030\002 \001(\0132(.google.container" - + ".v1.ResourceManagerTags\"Y\n\020NodePoolDefau" - + "lts\022E\n\024node_config_defaults\030\001 \001(\0132\'.goog" - + "le.container.v1.NodeConfigDefaults\"\216\001\n\022N" - + "odeConfigDefaults\0224\n\013gcfs_config\030\001 \001(\0132\037" - + ".google.container.v1.GcfsConfig\022B\n\016loggi" - + "ng_config\030\003 \001(\0132*.google.container.v1.No" - + "dePoolLoggingConfig\"\320\035\n\rClusterUpdate\022\034\n" - + "\024desired_node_version\030\004 \001(\t\022\"\n\032desired_m" - + "onitoring_service\030\005 \001(\t\022@\n\025desired_addon" - + "s_config\030\006 \001(\0132!.google.container.v1.Add" - + "onsConfig\022\034\n\024desired_node_pool_id\030\007 \001(\t\022" - + "\032\n\022desired_image_type\030\010 \001(\t\022L\n\033desired_d" - + "atabase_encryption\030. \001(\0132\'.google.contai" - + "ner.v1.DatabaseEncryption\022U\n desired_wor" - + "kload_identity_config\030/ \001(\0132+.google.con" - + "tainer.v1.WorkloadIdentityConfig\022H\n\031desi" - + "red_mesh_certificates\030C \001(\0132%.google.con" - + "tainer.v1.MeshCertificates\022B\n\026desired_sh" - + "ielded_nodes\0300 \001(\0132\".google.container.v1" - + ".ShieldedNodes\022Q\n\036desired_cost_managemen" - + "t_config\0301 \001(\0132).google.container.v1.Cos" - + "tManagementConfig\022:\n\022desired_dns_config\030" - + "5 \001(\0132\036.google.container.v1.DNSConfig\022O\n" - + "\035desired_node_pool_autoscaling\030\t \001(\0132(.g" - + "oogle.container.v1.NodePoolAutoscaling\022\031" - + "\n\021desired_locations\030\n \003(\t\022f\n)desired_mas" - + "ter_authorized_networks_config\030\014 \001(\01323.g" + + ".EvaluationMode\"e\n\016EvaluationMode\022\037\n\033EVA" + + "LUATION_MODE_UNSPECIFIED\020\000\022\014\n\010DISABLED\020\001" + + "\022$\n PROJECT_SINGLETON_POLICY_ENFORCE\020\002\"-" + + "\n\032PodCIDROverprovisionConfig\022\017\n\007disable\030" + + "\001 \001(\010\"\275\006\n\022IPAllocationPolicy\022\026\n\016use_ip_a" + + "liases\030\001 \001(\010\022\031\n\021create_subnetwork\030\002 \001(\010\022" + + "\027\n\017subnetwork_name\030\003 \001(\t\022\035\n\021cluster_ipv4" + + "_cidr\030\004 \001(\tB\002\030\001\022\032\n\016node_ipv4_cidr\030\005 \001(\tB" + + "\002\030\001\022\036\n\022services_ipv4_cidr\030\006 \001(\tB\002\030\001\022$\n\034c" + + "luster_secondary_range_name\030\007 \001(\t\022%\n\035ser" + + "vices_secondary_range_name\030\010 \001(\t\022\037\n\027clus" + + "ter_ipv4_cidr_block\030\t \001(\t\022\034\n\024node_ipv4_c" + + "idr_block\030\n \001(\t\022 \n\030services_ipv4_cidr_bl" + + "ock\030\013 \001(\t\022\033\n\023tpu_ipv4_cidr_block\030\r \001(\t\022\022" + + "\n\nuse_routes\030\017 \001(\010\0222\n\nstack_type\030\020 \001(\0162\036" + + ".google.container.v1.StackType\022=\n\020ipv6_a" + + "ccess_type\030\021 \001(\0162#.google.container.v1.I" + + "Pv6AccessType\022V\n\035pod_cidr_overprovision_" + + "config\030\025 \001(\0132/.google.container.v1.PodCI" + + "DROverprovisionConfig\022#\n\026subnet_ipv6_cid" + + "r_block\030\026 \001(\tB\003\340A\003\022%\n\030services_ipv6_cidr" + + "_block\030\027 \001(\tB\003\340A\003\022Y\n\034additional_pod_rang" + + "es_config\030\030 \001(\0132..google.container.v1.Ad" + + "ditionalPodRangesConfigB\003\340A\003\022/\n\"default_" + + "pod_ipv4_range_utilization\030\031 \001(\001B\003\340A\003\"\231\033" + + "\n\007Cluster\022\014\n\004name\030\001 \001(\t\022\023\n\013description\030\002" + + " \001(\t\022\036\n\022initial_node_count\030\003 \001(\005B\002\030\001\0228\n\013" + + "node_config\030\004 \001(\0132\037.google.container.v1." + + "NodeConfigB\002\030\001\0224\n\013master_auth\030\005 \001(\0132\037.go" + + "ogle.container.v1.MasterAuth\022\027\n\017logging_" + + "service\030\006 \001(\t\022\032\n\022monitoring_service\030\007 \001(" + + "\t\022\017\n\007network\030\010 \001(\t\022\031\n\021cluster_ipv4_cidr\030" + + "\t \001(\t\0228\n\raddons_config\030\n \001(\0132!.google.co" + + "ntainer.v1.AddonsConfig\022\022\n\nsubnetwork\030\013 " + + "\001(\t\0221\n\nnode_pools\030\014 \003(\0132\035.google.contain" + + "er.v1.NodePool\022\021\n\tlocations\030\r \003(\t\022\037\n\027ena" + + "ble_kubernetes_alpha\030\016 \001(\010\022I\n\017resource_l" + + "abels\030\017 \003(\01320.google.container.v1.Cluste" + + "r.ResourceLabelsEntry\022\031\n\021label_fingerpri" + + "nt\030\020 \001(\t\0224\n\013legacy_abac\030\022 \001(\0132\037.google.c" + + "ontainer.v1.LegacyAbac\022:\n\016network_policy" + + "\030\023 \001(\0132\".google.container.v1.NetworkPoli" + + "cy\022E\n\024ip_allocation_policy\030\024 \001(\0132\'.googl" + + "e.container.v1.IPAllocationPolicy\022^\n!mas" + + "ter_authorized_networks_config\030\026 \001(\01323.g" + "oogle.container.v1.MasterAuthorizedNetwo" - + "rksConfig\022L\n\033desired_cluster_autoscaling" - + "\030\017 \001(\0132\'.google.container.v1.ClusterAuto" - + "scaling\022N\n\034desired_binary_authorization\030" - + "\020 \001(\0132(.google.container.v1.BinaryAuthor" - + "ization\022\037\n\027desired_logging_service\030\023 \001(\t" - + "\022\\\n$desired_resource_usage_export_config" - + "\030\025 \001(\0132..google.container.v1.ResourceUsa" - + "geExportConfig\022U\n desired_vertical_pod_a" - + "utoscaling\030\026 \001(\0132+.google.container.v1.V" - + "erticalPodAutoscaling\022Q\n\036desired_private" - + "_cluster_config\030\031 \001(\0132).google.container" - + ".v1.PrivateClusterConfig\022\\\n$desired_intr" - + "a_node_visibility_config\030\032 \001(\0132..google." - + "container.v1.IntraNodeVisibilityConfig\022K" - + "\n\033desired_default_snat_status\030\034 \001(\0132&.go" - + "ogle.container.v1.DefaultSnatStatus\022D\n\027d" - + "esired_release_channel\030\037 \001(\0132#.google.co" - + "ntainer.v1.ReleaseChannel\022Q\n\037desired_l4i" - + "lb_subsetting_config\030\' \001(\0132(.google.cont" - + "ainer.v1.ILBSubsettingConfig\022H\n\031desired_" - + "datapath_provider\0302 \001(\0162%.google.contain" - + "er.v1.DatapathProvider\022X\n\"desired_privat" - + "e_ipv6_google_access\0303 \001(\0162,.google.cont" - + "ainer.v1.PrivateIPv6GoogleAccess\022L\n\033desi" - + "red_notification_config\0307 \001(\0132\'.google.c" - + "ontainer.v1.NotificationConfig\022[\n#desire" - + "d_authenticator_groups_config\030? \001(\0132..go" - + "ogle.container.v1.AuthenticatorGroupsCon" - + "fig\022B\n\026desired_logging_config\030@ \001(\0132\".go" - + "ogle.container.v1.LoggingConfig\022H\n\031desir" - + "ed_monitoring_config\030A \001(\0132%.google.cont" - + "ainer.v1.MonitoringConfig\022S\n\037desired_ide" - + "ntity_service_config\030B \001(\0132*.google.cont" - + "ainer.v1.IdentityServiceConfig\022Z\n#desire" - + "d_service_external_ips_config\030< \001(\0132-.go" - + "ogle.container.v1.ServiceExternalIPsConf" - + "ig\022,\n\037desired_enable_private_endpoint\030G " - + "\001(\010H\000\210\001\001\022\036\n\026desired_master_version\030d \001(\t", - "\022<\n\023desired_gcfs_config\030m \001(\0132\037.google.c" - + "ontainer.v1.GcfsConfig\022T\n*desired_node_p" - + "ool_auto_config_network_tags\030n \001(\0132 .goo" - + "gle.container.v1.NetworkTags\022I\n\032desired_" - + "gateway_api_config\030r \001(\0132%.google.contai" - + "ner.v1.GatewayAPIConfig\022\014\n\004etag\030s \001(\t\022T\n" - + " desired_node_pool_logging_config\030t \001(\0132" - + "*.google.container.v1.NodePoolLoggingCon" - + "fig\0221\n\rdesired_fleet\030u \001(\0132\032.google.cont" - + "ainer.v1.Fleet\022:\n\022desired_stack_type\030w \001" - + "(\0162\036.google.container.v1.StackType\022T\n\034ad" - + "ditional_pod_ranges_config\030x \001(\0132..googl" - + "e.container.v1.AdditionalPodRangesConfig" - + "\022\\\n$removed_additional_pod_ranges_config" - + "\030y \001(\0132..google.container.v1.AdditionalP" - + "odRangesConfig\022C\n\024enable_k8s_beta_apis\030z" + + "rksConfig\022B\n\022maintenance_policy\030\027 \001(\0132&." + + "google.container.v1.MaintenancePolicy\022F\n" + + "\024binary_authorization\030\030 \001(\0132(.google.con" + + "tainer.v1.BinaryAuthorization\022<\n\013autosca" + + "ling\030\032 \001(\0132\'.google.container.v1.Cluster" + + "Autoscaling\022:\n\016network_config\030\033 \001(\0132\".go" + + "ogle.container.v1.NetworkConfig\022K\n\033defau" + + "lt_max_pods_constraint\030\036 \001(\0132&.google.co" + + "ntainer.v1.MaxPodsConstraint\022T\n\034resource" + + "_usage_export_config\030! \001(\0132..google.cont" + + "ainer.v1.ResourceUsageExportConfig\022S\n\033au" + + "thenticator_groups_config\030\" \001(\0132..google" + + ".container.v1.AuthenticatorGroupsConfig\022" + + "I\n\026private_cluster_config\030% \001(\0132).google" + + ".container.v1.PrivateClusterConfig\022D\n\023da" + + "tabase_encryption\030& \001(\0132\'.google.contain" + + "er.v1.DatabaseEncryption\022M\n\030vertical_pod" + + "_autoscaling\030\' \001(\0132+.google.container.v1" + + ".VerticalPodAutoscaling\022:\n\016shielded_node" + + "s\030( \001(\0132\".google.container.v1.ShieldedNo" + + "des\022<\n\017release_channel\030) \001(\0132#.google.co" + + "ntainer.v1.ReleaseChannel\022M\n\030workload_id" + + "entity_config\030+ \001(\0132+.google.container.v" + + "1.WorkloadIdentityConfig\022@\n\021mesh_certifi" + + "cates\030C \001(\0132%.google.container.v1.MeshCe" + + "rtificates\022I\n\026cost_management_config\030- \001" + + "(\0132).google.container.v1.CostManagementC" + + "onfig\022D\n\023notification_config\0301 \001(\0132\'.goo" + + "gle.container.v1.NotificationConfig\022B\n\022c" + + "onfidential_nodes\0302 \001(\0132&.google.contain" + + "er.v1.ConfidentialNodes\022K\n\027identity_serv" + + "ice_config\0306 \001(\0132*.google.container.v1.I" + + "dentityServiceConfig\022\021\n\tself_link\030d \001(\t\022" + + "\020\n\004zone\030e \001(\tB\002\030\001\022\020\n\010endpoint\030f \001(\t\022\037\n\027i" + + "nitial_cluster_version\030g \001(\t\022\036\n\026current_" + + "master_version\030h \001(\t\022 \n\024current_node_ver" + + "sion\030i \001(\tB\002\030\001\022\023\n\013create_time\030j \001(\t\0223\n\006s" + + "tatus\030k \001(\0162#.google.container.v1.Cluste" + + "r.Status\022\032\n\016status_message\030l \001(\tB\002\030\001\022\033\n\023" + + "node_ipv4_cidr_size\030m \001(\005\022\032\n\022services_ip" + + "v4_cidr\030n \001(\t\022\037\n\023instance_group_urls\030o \003" + + "(\tB\002\030\001\022\036\n\022current_node_count\030p \001(\005B\002\030\001\022\023" + + "\n\013expire_time\030q \001(\t\022\020\n\010location\030r \001(\t\022\022\n" + + "\nenable_tpu\030s \001(\010\022\033\n\023tpu_ipv4_cidr_block" + + "\030t \001(\t\0228\n\nconditions\030v \003(\0132$.google.cont" + + "ainer.v1.StatusCondition\0222\n\tautopilot\030\200\001" + + " \001(\0132\036.google.container.v1.Autopilot\022\020\n\002" + + "id\030\201\001 \001(\tB\003\340A\003\022G\n\022node_pool_defaults\030\203\001 " + + "\001(\0132%.google.container.v1.NodePoolDefaul" + + "tsH\000\210\001\001\022;\n\016logging_config\030\204\001 \001(\0132\".googl" + + "e.container.v1.LoggingConfig\022A\n\021monitori" + + "ng_config\030\205\001 \001(\0132%.google.container.v1.M" + + "onitoringConfig\022G\n\025node_pool_auto_config" + + "\030\210\001 \001(\0132\'.google.container.v1.NodePoolAu" + + "toConfig\022\r\n\004etag\030\213\001 \001(\t\022*\n\005fleet\030\214\001 \001(\0132" + + "\032.google.container.v1.Fleet\022L\n\027security_" + + "posture_config\030\221\001 \001(\0132*.google.container" + + ".v1.SecurityPostureConfig\022D\n\024enable_k8s_" + + "beta_apis\030\217\001 \001(\0132%.google.container.v1.K" + + "8sBetaAPIConfig\022A\n\021enterprise_config\030\225\001 " + + "\001(\0132%.google.container.v1.EnterpriseConf" + + "ig\0325\n\023ResourceLabelsEntry\022\013\n\003key\030\001 \001(\t\022\r" + + "\n\005value\030\002 \001(\t:\0028\001\"w\n\006Status\022\026\n\022STATUS_UN" + + "SPECIFIED\020\000\022\020\n\014PROVISIONING\020\001\022\013\n\007RUNNING" + + "\020\002\022\017\n\013RECONCILING\020\003\022\014\n\010STOPPING\020\004\022\t\n\005ERR" + + "OR\020\005\022\014\n\010DEGRADED\020\006B\025\n\023_node_pool_default" + + "s\"(\n\020K8sBetaAPIConfig\022\024\n\014enabled_apis\030\001 " + + "\003(\t\"\236\003\n\025SecurityPostureConfig\022B\n\004mode\030\001 " + + "\001(\0162/.google.container.v1.SecurityPostur" + + "eConfig.ModeH\000\210\001\001\022]\n\022vulnerability_mode\030" + + "\002 \001(\0162<.google.container.v1.SecurityPost" + + "ureConfig.VulnerabilityModeH\001\210\001\001\"5\n\004Mode" + + "\022\024\n\020MODE_UNSPECIFIED\020\000\022\014\n\010DISABLED\020\001\022\t\n\005" + + "BASIC\020\002\"\212\001\n\021VulnerabilityMode\022\"\n\036VULNERA" + + "BILITY_MODE_UNSPECIFIED\020\000\022\032\n\026VULNERABILI" + + "TY_DISABLED\020\001\022\027\n\023VULNERABILITY_BASIC\020\002\022\034" + + "\n\030VULNERABILITY_ENTERPRISE\020\003B\007\n\005_modeB\025\n" + + "\023_vulnerability_mode\"\225\001\n\022NodePoolAutoCon" + + "fig\0226\n\014network_tags\030\001 \001(\0132 .google.conta" + + "iner.v1.NetworkTags\022G\n\025resource_manager_" + + "tags\030\002 \001(\0132(.google.container.v1.Resourc" + + "eManagerTags\"Y\n\020NodePoolDefaults\022E\n\024node" + + "_config_defaults\030\001 \001(\0132\'.google.containe" + + "r.v1.NodeConfigDefaults\"\216\001\n\022NodeConfigDe" + + "faults\0224\n\013gcfs_config\030\001 \001(\0132\037.google.con" + + "tainer.v1.GcfsConfig\022B\n\016logging_config\030\003" + + " \001(\0132*.google.container.v1.NodePoolLoggi" + + "ngConfig\"\320\035\n\rClusterUpdate\022\034\n\024desired_no" + + "de_version\030\004 \001(\t\022\"\n\032desired_monitoring_s" + + "ervice\030\005 \001(\t\022@\n\025desired_addons_config\030\006 " + + "\001(\0132!.google.container.v1.AddonsConfig\022\034" + + "\n\024desired_node_pool_id\030\007 \001(\t\022\032\n\022desired_" + + "image_type\030\010 \001(\t\022L\n\033desired_database_enc" + + "ryption\030. \001(\0132\'.google.container.v1.Data" + + "baseEncryption\022U\n desired_workload_ident" + + "ity_config\030/ \001(\0132+.google.container.v1.W" + + "orkloadIdentityConfig\022H\n\031desired_mesh_ce" + + "rtificates\030C \001(\0132%.google.container.v1.M" + + "eshCertificates\022B\n\026desired_shielded_node" + + "s\0300 \001(\0132\".google.container.v1.ShieldedNo" + + "des\022Q\n\036desired_cost_management_config\0301 " + + "\001(\0132).google.container.v1.CostManagement" + + "Config\022:\n\022desired_dns_config\0305 \001(\0132\036.goo" + + "gle.container.v1.DNSConfig\022O\n\035desired_no" + + "de_pool_autoscaling\030\t \001(\0132(.google.conta" + + "iner.v1.NodePoolAutoscaling\022\031\n\021desired_l" + + "ocations\030\n \003(\t\022f\n)desired_master_authori" + + "zed_networks_config\030\014 \001(\01323.google.conta" + + "iner.v1.MasterAuthorizedNetworksConfig\022L" + + "\n\033desired_cluster_autoscaling\030\017 \001(\0132\'.go" + + "ogle.container.v1.ClusterAutoscaling\022N\n\034" + + "desired_binary_authorization\030\020 \001(\0132(.goo" + + "gle.container.v1.BinaryAuthorization\022\037\n\027" + + "desired_logging_service\030\023 \001(\t\022\\\n$desired" + + "_resource_usage_export_config\030\025 \001(\0132..go" + + "ogle.container.v1.ResourceUsageExportCon" + + "fig\022U\n desired_vertical_pod_autoscaling\030" + + "\026 \001(\0132+.google.container.v1.VerticalPodA" + + "utoscaling\022Q\n\036desired_private_cluster_co" + + "nfig\030\031 \001(\0132).google.container.v1.Private" + + "ClusterConfig\022\\\n$desired_intra_node_visi" + + "bility_config\030\032 \001(\0132..google.container.v" + + "1.IntraNodeVisibilityConfig\022K\n\033desired_d" + + "efault_snat_status\030\034 \001(\0132&.google.contai" + + "ner.v1.DefaultSnatStatus\022D\n\027desired_rele" + + "ase_channel\030\037 \001(\0132#.google.container.v1." + + "ReleaseChannel\022Q\n\037desired_l4ilb_subsetti" + + "ng_config\030\' \001(\0132(.google.container.v1.IL" + + "BSubsettingConfig\022H\n\031desired_datapath_pr" + + "ovider\0302 \001(\0162%.google.container.v1.Datap" + + "athProvider\022X\n\"desired_private_ipv6_goog" + + "le_access\0303 \001(\0162,.google.container.v1.Pr" + + "ivateIPv6GoogleAccess\022L\n\033desired_notific" + + "ation_config\0307 \001(\0132\'.google.container.v1" + + ".NotificationConfig\022[\n#desired_authentic" + + "ator_groups_config\030? \001(\0132..google.contai" + + "ner.v1.AuthenticatorGroupsConfig\022B\n\026desi" + + "red_logging_config\030@ \001(\0132\".google.contai" + + "ner.v1.LoggingConfig\022H\n\031desired_monitori" + + "ng_config\030A \001(\0132%.google.container.v1.Mo" + + "nitoringConfig\022S\n\037desired_identity_servi" + + "ce_config\030B \001(\0132*.google.container.v1.Id" + + "entityServiceConfig\022Z\n#desired_service_e" + + "xternal_ips_config\030< \001(\0132-.google.contai", + "ner.v1.ServiceExternalIPsConfig\022,\n\037desir" + + "ed_enable_private_endpoint\030G \001(\010H\000\210\001\001\022\036\n" + + "\026desired_master_version\030d \001(\t\022<\n\023desired" + + "_gcfs_config\030m \001(\0132\037.google.container.v1" + + ".GcfsConfig\022T\n*desired_node_pool_auto_co" + + "nfig_network_tags\030n \001(\0132 .google.contain" + + "er.v1.NetworkTags\022I\n\032desired_gateway_api" + + "_config\030r \001(\0132%.google.container.v1.Gate" + + "wayAPIConfig\022\014\n\004etag\030s \001(\t\022T\n desired_no" + + "de_pool_logging_config\030t \001(\0132*.google.co" + + "ntainer.v1.NodePoolLoggingConfig\0221\n\rdesi" + + "red_fleet\030u \001(\0132\032.google.container.v1.Fl" + + "eet\022:\n\022desired_stack_type\030w \001(\0162\036.google" + + ".container.v1.StackType\022T\n\034additional_po" + + "d_ranges_config\030x \001(\0132..google.container" + + ".v1.AdditionalPodRangesConfig\022\\\n$removed" + + "_additional_pod_ranges_config\030y \001(\0132..go" + + "ogle.container.v1.AdditionalPodRangesCon" + + "fig\022C\n\024enable_k8s_beta_apis\030z \001(\0132%.goog" + + "le.container.v1.K8sBetaAPIConfig\022S\n\037desi" + + "red_security_posture_config\030| \001(\0132*.goog" + + "le.container.v1.SecurityPostureConfig\022n\n" + + "\"desired_network_performance_config\030} \001(" + + "\0132B.google.container.v1.NetworkConfig.Cl" + + "usterNetworkPerformanceConfig\022/\n\"desired" + + "_enable_fqdn_network_policy\030~ \001(\010H\001\210\001\001\022\\" + + "\n(desired_autopilot_workload_policy_conf" + + "ig\030\200\001 \001(\0132).google.container.v1.Workload" + + "PolicyConfig\022E\n\025desired_k8s_beta_apis\030\203\001" + " \001(\0132%.google.container.v1.K8sBetaAPICon" - + "fig\022S\n\037desired_security_posture_config\030|" - + " \001(\0132*.google.container.v1.SecurityPostu" - + "reConfig\022n\n\"desired_network_performance_" - + "config\030} \001(\0132B.google.container.v1.Netwo" - + "rkConfig.ClusterNetworkPerformanceConfig" - + "\022/\n\"desired_enable_fqdn_network_policy\030~" - + " \001(\010H\001\210\001\001\022\\\n(desired_autopilot_workload_" - + "policy_config\030\200\001 \001(\0132).google.container." - + "v1.WorkloadPolicyConfig\022E\n\025desired_k8s_b" - + "eta_apis\030\203\001 \001(\0132%.google.container.v1.K8" - + "sBetaAPIConfig\022f\n3desired_node_pool_auto" - + "_config_resource_manager_tags\030\210\001 \001(\0132(.g" - + "oogle.container.v1.ResourceManagerTags\022b" - + "\n$desired_in_transit_encryption_config\030\211" - + "\001 \001(\0162..google.container.v1.InTransitEnc" - + "ryptionConfigH\002\210\001\001B\"\n _desired_enable_pr" - + "ivate_endpointB%\n#_desired_enable_fqdn_n" - + "etwork_policyB\'\n%_desired_in_transit_enc" - + "ryption_config\"q\n\031AdditionalPodRangesCon" - + "fig\022\027\n\017pod_range_names\030\001 \003(\t\022;\n\016pod_rang" - + "e_info\030\002 \003(\0132\036.google.container.v1.Range" - + "InfoB\003\340A\003\">\n\tRangeInfo\022\027\n\nrange_name\030\001 \001" - + "(\tB\003\340A\003\022\030\n\013utilization\030\002 \001(\001B\003\340A\003\"\264\010\n\tOp" - + "eration\022\014\n\004name\030\001 \001(\t\022\020\n\004zone\030\002 \001(\tB\002\030\001\022" - + ";\n\016operation_type\030\003 \001(\0162#.google.contain" - + "er.v1.Operation.Type\0225\n\006status\030\004 \001(\0162%.g" - + "oogle.container.v1.Operation.Status\022\016\n\006d" - + "etail\030\010 \001(\t\022\035\n\016status_message\030\005 \001(\tB\005\030\001\340" - + "A\003\022\021\n\tself_link\030\006 \001(\t\022\023\n\013target_link\030\007 \001" - + "(\t\022\020\n\010location\030\t \001(\t\022\022\n\nstart_time\030\n \001(\t" - + "\022\020\n\010end_time\030\013 \001(\t\022=\n\010progress\030\014 \001(\0132&.g" - + "oogle.container.v1.OperationProgressB\003\340A" - + "\003\022D\n\022cluster_conditions\030\r \003(\0132$.google.c" - + "ontainer.v1.StatusConditionB\002\030\001\022E\n\023nodep" - + "ool_conditions\030\016 \003(\0132$.google.container." - + "v1.StatusConditionB\002\030\001\022!\n\005error\030\017 \001(\0132\022." - + "google.rpc.Status\"R\n\006Status\022\026\n\022STATUS_UN" - + "SPECIFIED\020\000\022\013\n\007PENDING\020\001\022\013\n\007RUNNING\020\002\022\010\n" - + "\004DONE\020\003\022\014\n\010ABORTING\020\004\"\300\003\n\004Type\022\024\n\020TYPE_U" - + "NSPECIFIED\020\000\022\022\n\016CREATE_CLUSTER\020\001\022\022\n\016DELE" - + "TE_CLUSTER\020\002\022\022\n\016UPGRADE_MASTER\020\003\022\021\n\rUPGR" - + "ADE_NODES\020\004\022\022\n\016REPAIR_CLUSTER\020\005\022\022\n\016UPDAT" - + "E_CLUSTER\020\006\022\024\n\020CREATE_NODE_POOL\020\007\022\024\n\020DEL" - + "ETE_NODE_POOL\020\010\022\034\n\030SET_NODE_POOL_MANAGEM" - + "ENT\020\t\022\025\n\021AUTO_REPAIR_NODES\020\n\022\032\n\022AUTO_UPG" - + "RADE_NODES\020\013\032\002\010\001\022\022\n\nSET_LABELS\020\014\032\002\010\001\022\027\n\017" - + "SET_MASTER_AUTH\020\r\032\002\010\001\022\026\n\022SET_NODE_POOL_S" - + "IZE\020\016\022\032\n\022SET_NETWORK_POLICY\020\017\032\002\010\001\022\036\n\026SET" - + "_MAINTENANCE_POLICY\020\020\032\002\010\001\022\022\n\016RESIZE_CLUS" - + "TER\020\022\022\031\n\025FLEET_FEATURE_UPGRADE\020\023\"\273\002\n\021Ope" - + "rationProgress\022\014\n\004name\030\001 \001(\t\0225\n\006status\030\002" - + " \001(\0162%.google.container.v1.Operation.Sta" - + "tus\022>\n\007metrics\030\003 \003(\0132-.google.container." - + "v1.OperationProgress.Metric\0226\n\006stages\030\004 " - + "\003(\0132&.google.container.v1.OperationProgr" - + "ess\032i\n\006Metric\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\023\n\tint_" - + "value\030\002 \001(\003H\000\022\026\n\014double_value\030\003 \001(\001H\000\022\026\n" - + "\014string_value\030\004 \001(\tH\000B\007\n\005value\"\204\001\n\024Creat" - + "eClusterRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022" - + "\020\n\004zone\030\002 \001(\tB\002\030\001\0222\n\007cluster\030\003 \001(\0132\034.goo" - + "gle.container.v1.ClusterB\003\340A\002\022\016\n\006parent\030" - + "\005 \001(\t\"c\n\021GetClusterRequest\022\026\n\nproject_id" - + "\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_" - + "id\030\003 \001(\tB\002\030\001\022\014\n\004name\030\005 \001(\t\"\237\001\n\024UpdateClu" - + "sterRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004z" - + "one\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\0227\n" - + "\006update\030\004 \001(\0132\".google.container.v1.Clus" - + "terUpdateB\003\340A\002\022\014\n\004name\030\005 \001(\t\"\204\n\n\025UpdateN" - + "odePoolRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020" - + "\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001" - + "\022\030\n\014node_pool_id\030\004 \001(\tB\002\030\001\022\031\n\014node_versi" - + "on\030\005 \001(\tB\003\340A\002\022\027\n\nimage_type\030\006 \001(\tB\003\340A\002\022\014" - + "\n\004name\030\010 \001(\t\022\021\n\tlocations\030\r \003(\t\022M\n\030workl" - + "oad_metadata_config\030\016 \001(\0132+.google.conta" - + "iner.v1.WorkloadMetadataConfig\022G\n\020upgrad" - + "e_settings\030\017 \001(\0132-.google.container.v1.N" - + "odePool.UpgradeSettings\022.\n\004tags\030\020 \001(\0132 ." - + "google.container.v1.NetworkTags\022/\n\006taint" - + "s\030\021 \001(\0132\037.google.container.v1.NodeTaints" - + "\022/\n\006labels\030\022 \001(\0132\037.google.container.v1.N" - + "odeLabels\022?\n\021linux_node_config\030\023 \001(\0132$.g" - + "oogle.container.v1.LinuxNodeConfig\022>\n\016ku" - + "belet_config\030\024 \001(\0132&.google.container.v1" - + ".NodeKubeletConfig\022C\n\023node_network_confi" - + "g\030\025 \001(\0132&.google.container.v1.NodeNetwor" - + "kConfig\0224\n\013gcfs_config\030\026 \001(\0132\037.google.co" - + "ntainer.v1.GcfsConfig\022B\n\022confidential_no" - + "des\030\027 \001(\0132&.google.container.v1.Confiden" - + "tialNodes\022.\n\005gvnic\030\035 \001(\0132\037.google.contai" - + "ner.v1.VirtualNIC\022\014\n\004etag\030\036 \001(\t\0224\n\013fast_" - + "socket\030\037 \001(\0132\037.google.container.v1.FastS" - + "ocket\022B\n\016logging_config\030 \001(\0132*.google.c" - + "ontainer.v1.NodePoolLoggingConfig\022<\n\017res" - + "ource_labels\030! \001(\0132#.google.container.v1" - + ".ResourceLabels\022C\n\023windows_node_config\030\"" - + " \001(\0132&.google.container.v1.WindowsNodeCo" - + "nfig\022\031\n\014machine_type\030$ \001(\tB\003\340A\001\022\026\n\tdisk_" - + "type\030% \001(\tB\003\340A\001\022\031\n\014disk_size_gb\030& \001(\003B\003\340" - + "A\001\022G\n\025resource_manager_tags\030\' \001(\0132(.goog" - + "le.container.v1.ResourceManagerTags\"\315\001\n\035" - + "SetNodePoolAutoscalingRequest\022\026\n\nproject" - + "_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\nclust" - + "er_id\030\003 \001(\tB\002\030\001\022\030\n\014node_pool_id\030\004 \001(\tB\002\030" - + "\001\022B\n\013autoscaling\030\005 \001(\0132(.google.containe" - + "r.v1.NodePoolAutoscalingB\003\340A\002\022\014\n\004name\030\006 " - + "\001(\t\"\210\001\n\030SetLoggingServiceRequest\022\026\n\nproj" - + "ect_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncl" - + "uster_id\030\003 \001(\tB\002\030\001\022\034\n\017logging_service\030\004 " - + "\001(\tB\003\340A\002\022\014\n\004name\030\005 \001(\t\"\216\001\n\033SetMonitoring" - + "ServiceRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020" - + "\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001" - + "\022\037\n\022monitoring_service\030\004 \001(\tB\003\340A\002\022\014\n\004nam" - + "e\030\006 \001(\t\"\247\001\n\026SetAddonsConfigRequest\022\026\n\npr" - + "oject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\n" - + "cluster_id\030\003 \001(\tB\002\030\001\022=\n\raddons_config\030\004 " - + "\001(\0132!.google.container.v1.AddonsConfigB\003" - + "\340A\002\022\014\n\004name\030\006 \001(\t\"}\n\023SetLocationsRequest" + + "fig\022f\n3desired_node_pool_auto_config_res" + + "ource_manager_tags\030\210\001 \001(\0132(.google.conta" + + "iner.v1.ResourceManagerTags\022b\n$desired_i" + + "n_transit_encryption_config\030\211\001 \001(\0162..goo" + + "gle.container.v1.InTransitEncryptionConf" + + "igH\002\210\001\001B\"\n _desired_enable_private_endpo" + + "intB%\n#_desired_enable_fqdn_network_poli" + + "cyB\'\n%_desired_in_transit_encryption_con" + + "fig\"q\n\031AdditionalPodRangesConfig\022\027\n\017pod_" + + "range_names\030\001 \003(\t\022;\n\016pod_range_info\030\002 \003(" + + "\0132\036.google.container.v1.RangeInfoB\003\340A\003\">" + + "\n\tRangeInfo\022\027\n\nrange_name\030\001 \001(\tB\003\340A\003\022\030\n\013" + + "utilization\030\002 \001(\001B\003\340A\003\"\264\010\n\tOperation\022\014\n\004" + + "name\030\001 \001(\t\022\020\n\004zone\030\002 \001(\tB\002\030\001\022;\n\016operatio" + + "n_type\030\003 \001(\0162#.google.container.v1.Opera" + + "tion.Type\0225\n\006status\030\004 \001(\0162%.google.conta" + + "iner.v1.Operation.Status\022\016\n\006detail\030\010 \001(\t" + + "\022\035\n\016status_message\030\005 \001(\tB\005\030\001\340A\003\022\021\n\tself_" + + "link\030\006 \001(\t\022\023\n\013target_link\030\007 \001(\t\022\020\n\010locat" + + "ion\030\t \001(\t\022\022\n\nstart_time\030\n \001(\t\022\020\n\010end_tim" + + "e\030\013 \001(\t\022=\n\010progress\030\014 \001(\0132&.google.conta" + + "iner.v1.OperationProgressB\003\340A\003\022D\n\022cluste" + + "r_conditions\030\r \003(\0132$.google.container.v1" + + ".StatusConditionB\002\030\001\022E\n\023nodepool_conditi" + + "ons\030\016 \003(\0132$.google.container.v1.StatusCo" + + "nditionB\002\030\001\022!\n\005error\030\017 \001(\0132\022.google.rpc." + + "Status\"R\n\006Status\022\026\n\022STATUS_UNSPECIFIED\020\000" + + "\022\013\n\007PENDING\020\001\022\013\n\007RUNNING\020\002\022\010\n\004DONE\020\003\022\014\n\010" + + "ABORTING\020\004\"\300\003\n\004Type\022\024\n\020TYPE_UNSPECIFIED\020" + + "\000\022\022\n\016CREATE_CLUSTER\020\001\022\022\n\016DELETE_CLUSTER\020" + + "\002\022\022\n\016UPGRADE_MASTER\020\003\022\021\n\rUPGRADE_NODES\020\004" + + "\022\022\n\016REPAIR_CLUSTER\020\005\022\022\n\016UPDATE_CLUSTER\020\006" + + "\022\024\n\020CREATE_NODE_POOL\020\007\022\024\n\020DELETE_NODE_PO" + + "OL\020\010\022\034\n\030SET_NODE_POOL_MANAGEMENT\020\t\022\025\n\021AU" + + "TO_REPAIR_NODES\020\n\022\032\n\022AUTO_UPGRADE_NODES\020" + + "\013\032\002\010\001\022\022\n\nSET_LABELS\020\014\032\002\010\001\022\027\n\017SET_MASTER_" + + "AUTH\020\r\032\002\010\001\022\026\n\022SET_NODE_POOL_SIZE\020\016\022\032\n\022SE" + + "T_NETWORK_POLICY\020\017\032\002\010\001\022\036\n\026SET_MAINTENANC" + + "E_POLICY\020\020\032\002\010\001\022\022\n\016RESIZE_CLUSTER\020\022\022\031\n\025FL" + + "EET_FEATURE_UPGRADE\020\023\"\273\002\n\021OperationProgr" + + "ess\022\014\n\004name\030\001 \001(\t\0225\n\006status\030\002 \001(\0162%.goog" + + "le.container.v1.Operation.Status\022>\n\007metr" + + "ics\030\003 \003(\0132-.google.container.v1.Operatio" + + "nProgress.Metric\0226\n\006stages\030\004 \003(\0132&.googl" + + "e.container.v1.OperationProgress\032i\n\006Metr" + + "ic\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\023\n\tint_value\030\002 \001(\003" + + "H\000\022\026\n\014double_value\030\003 \001(\001H\000\022\026\n\014string_val" + + "ue\030\004 \001(\tH\000B\007\n\005value\"\204\001\n\024CreateClusterReq" + + "uest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001" + + "(\tB\002\030\001\0222\n\007cluster\030\003 \001(\0132\034.google.contain" + + "er.v1.ClusterB\003\340A\002\022\016\n\006parent\030\005 \001(\t\"c\n\021Ge" + + "tClusterRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022" + + "\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030" + + "\001\022\014\n\004name\030\005 \001(\t\"\237\001\n\024UpdateClusterRequest" + "\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002" - + "\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\026\n\tlocations\030" - + "\004 \003(\tB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\202\001\n\023UpdateMaste" - + "rRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone" - + "\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\033\n\016ma" - + "ster_version\030\004 \001(\tB\003\340A\002\022\014\n\004name\030\007 \001(\t\"\265\002" - + "\n\024SetMasterAuthRequest\022\026\n\nproject_id\030\001 \001" - + "(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003" - + " \001(\tB\002\030\001\022E\n\006action\030\004 \001(\01620.google.contai" - + "ner.v1.SetMasterAuthRequest.ActionB\003\340A\002\022" - + "4\n\006update\030\005 \001(\0132\037.google.container.v1.Ma" - + "sterAuthB\003\340A\002\022\014\n\004name\030\007 \001(\t\"P\n\006Action\022\013\n" - + "\007UNKNOWN\020\000\022\020\n\014SET_PASSWORD\020\001\022\025\n\021GENERATE" - + "_PASSWORD\020\002\022\020\n\014SET_USERNAME\020\003\"f\n\024DeleteC" - + "lusterRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n" - + "\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022" - + "\014\n\004name\030\004 \001(\t\"O\n\023ListClustersRequest\022\026\n\n" - + "project_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\016" - + "\n\006parent\030\004 \001(\t\"]\n\024ListClustersResponse\022." - + "\n\010clusters\030\001 \003(\0132\034.google.container.v1.C" - + "luster\022\025\n\rmissing_zones\030\002 \003(\t\"g\n\023GetOper" - + "ationRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004" - + "zone\030\002 \001(\tB\002\030\001\022\030\n\014operation_id\030\003 \001(\tB\002\030\001" - + "\022\014\n\004name\030\005 \001(\t\"Q\n\025ListOperationsRequest\022" - + "\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030" - + "\001\022\016\n\006parent\030\004 \001(\t\"j\n\026CancelOperationRequ" + + "\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\0227\n\006update\030\004 \001" + + "(\0132\".google.container.v1.ClusterUpdateB\003" + + "\340A\002\022\014\n\004name\030\005 \001(\t\"\204\n\n\025UpdateNodePoolRequ" + + "est\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(" + + "\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\030\n\014node_po" + + "ol_id\030\004 \001(\tB\002\030\001\022\031\n\014node_version\030\005 \001(\tB\003\340" + + "A\002\022\027\n\nimage_type\030\006 \001(\tB\003\340A\002\022\014\n\004name\030\010 \001(" + + "\t\022\021\n\tlocations\030\r \003(\t\022M\n\030workload_metadat" + + "a_config\030\016 \001(\0132+.google.container.v1.Wor" + + "kloadMetadataConfig\022G\n\020upgrade_settings\030" + + "\017 \001(\0132-.google.container.v1.NodePool.Upg" + + "radeSettings\022.\n\004tags\030\020 \001(\0132 .google.cont" + + "ainer.v1.NetworkTags\022/\n\006taints\030\021 \001(\0132\037.g" + + "oogle.container.v1.NodeTaints\022/\n\006labels\030" + + "\022 \001(\0132\037.google.container.v1.NodeLabels\022?" + + "\n\021linux_node_config\030\023 \001(\0132$.google.conta" + + "iner.v1.LinuxNodeConfig\022>\n\016kubelet_confi" + + "g\030\024 \001(\0132&.google.container.v1.NodeKubele" + + "tConfig\022C\n\023node_network_config\030\025 \001(\0132&.g" + + "oogle.container.v1.NodeNetworkConfig\0224\n\013" + + "gcfs_config\030\026 \001(\0132\037.google.container.v1." + + "GcfsConfig\022B\n\022confidential_nodes\030\027 \001(\0132&" + + ".google.container.v1.ConfidentialNodes\022." + + "\n\005gvnic\030\035 \001(\0132\037.google.container.v1.Virt" + + "ualNIC\022\014\n\004etag\030\036 \001(\t\0224\n\013fast_socket\030\037 \001(" + + "\0132\037.google.container.v1.FastSocket\022B\n\016lo" + + "gging_config\030 \001(\0132*.google.container.v1" + + ".NodePoolLoggingConfig\022<\n\017resource_label" + + "s\030! \001(\0132#.google.container.v1.ResourceLa" + + "bels\022C\n\023windows_node_config\030\" \001(\0132&.goog" + + "le.container.v1.WindowsNodeConfig\022\031\n\014mac" + + "hine_type\030$ \001(\tB\003\340A\001\022\026\n\tdisk_type\030% \001(\tB" + + "\003\340A\001\022\031\n\014disk_size_gb\030& \001(\003B\003\340A\001\022G\n\025resou" + + "rce_manager_tags\030\' \001(\0132(.google.containe" + + "r.v1.ResourceManagerTags\"\315\001\n\035SetNodePool" + + "AutoscalingRequest\022\026\n\nproject_id\030\001 \001(\tB\002" + + "\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\t" + + "B\002\030\001\022\030\n\014node_pool_id\030\004 \001(\tB\002\030\001\022B\n\013autosc" + + "aling\030\005 \001(\0132(.google.container.v1.NodePo" + + "olAutoscalingB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\210\001\n\030Set" + + "LoggingServiceRequest\022\026\n\nproject_id\030\001 \001(" + + "\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 " + + "\001(\tB\002\030\001\022\034\n\017logging_service\030\004 \001(\tB\003\340A\002\022\014\n" + + "\004name\030\005 \001(\t\"\216\001\n\033SetMonitoringServiceRequ" + "est\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(" - + "\tB\002\030\001\022\030\n\014operation_id\030\003 \001(\tB\002\030\001\022\014\n\004name\030" - + "\004 \001(\t\"c\n\026ListOperationsResponse\0222\n\nopera" - + "tions\030\001 \003(\0132\036.google.container.v1.Operat" - + "ion\022\025\n\rmissing_zones\030\002 \003(\t\"P\n\026GetServerC" - + "onfigRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004" - + "zone\030\002 \001(\tB\002\030\001\022\014\n\004name\030\004 \001(\t\"\364\002\n\014ServerC" - + "onfig\022\037\n\027default_cluster_version\030\001 \001(\t\022\033" - + "\n\023valid_node_versions\030\003 \003(\t\022\032\n\022default_i" - + "mage_type\030\004 \001(\t\022\031\n\021valid_image_types\030\005 \003" - + "(\t\022\035\n\025valid_master_versions\030\006 \003(\t\022H\n\010cha" - + "nnels\030\t \003(\01326.google.container.v1.Server" - + "Config.ReleaseChannelConfig\032\205\001\n\024ReleaseC" - + "hannelConfig\022<\n\007channel\030\001 \001(\0162+.google.c" - + "ontainer.v1.ReleaseChannel.Channel\022\027\n\017de" - + "fault_version\030\002 \001(\t\022\026\n\016valid_versions\030\004 " - + "\003(\t\"\240\001\n\025CreateNodePoolRequest\022\026\n\nproject" + + "\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\037\n\022monitor" + + "ing_service\030\004 \001(\tB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\247\001\n" + + "\026SetAddonsConfigRequest\022\026\n\nproject_id\030\001 " + + "\001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030" + + "\003 \001(\tB\002\030\001\022=\n\raddons_config\030\004 \001(\0132!.googl" + + "e.container.v1.AddonsConfigB\003\340A\002\022\014\n\004name" + + "\030\006 \001(\t\"}\n\023SetLocationsRequest\022\026\n\nproject" + "_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\nclust" - + "er_id\030\003 \001(\tB\002\030\001\0225\n\tnode_pool\030\004 \001(\0132\035.goo" - + "gle.container.v1.NodePoolB\003\340A\002\022\016\n\006parent" - + "\030\006 \001(\t\"\201\001\n\025DeleteNodePoolRequest\022\026\n\nproj" - + "ect_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncl" - + "uster_id\030\003 \001(\tB\002\030\001\022\030\n\014node_pool_id\030\004 \001(\t" - + "B\002\030\001\022\014\n\004name\030\006 \001(\t\"h\n\024ListNodePoolsReque" - + "st\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\t" - + "B\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\016\n\006parent\030\005" - + " \001(\t\"~\n\022GetNodePoolRequest\022\026\n\nproject_id" - + "\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_" - + "id\030\003 \001(\tB\002\030\001\022\030\n\014node_pool_id\030\004 \001(\tB\002\030\001\022\014" - + "\n\004name\030\006 \001(\t\"\237\003\n\021BlueGreenSettings\022_\n\027st" - + "andard_rollout_policy\030\001 \001(\0132<.google.con" - + "tainer.v1.BlueGreenSettings.StandardRoll" - + "outPolicyH\000\022?\n\027node_pool_soak_duration\030\002" - + " \001(\0132\031.google.protobuf.DurationH\001\210\001\001\032\271\001\n" - + "\025StandardRolloutPolicy\022\032\n\020batch_percenta" - + "ge\030\001 \001(\002H\000\022\032\n\020batch_node_count\030\002 \001(\005H\000\022;" - + "\n\023batch_soak_duration\030\003 \001(\0132\031.google.pro" - + "tobuf.DurationH\001\210\001\001B\023\n\021update_batch_size" - + "B\026\n\024_batch_soak_durationB\020\n\016rollout_poli" - + "cyB\032\n\030_node_pool_soak_duration\"\272\020\n\010NodeP" - + "ool\022\014\n\004name\030\001 \001(\t\022/\n\006config\030\002 \001(\0132\037.goog" - + "le.container.v1.NodeConfig\022\032\n\022initial_no" - + "de_count\030\003 \001(\005\022\021\n\tlocations\030\r \003(\t\022>\n\016net" - + "work_config\030\016 \001(\0132&.google.container.v1." - + "NodeNetworkConfig\022\021\n\tself_link\030d \001(\t\022\017\n\007" - + "version\030e \001(\t\022\033\n\023instance_group_urls\030f \003" - + "(\t\0224\n\006status\030g \001(\0162$.google.container.v1" - + ".NodePool.Status\022\032\n\016status_message\030h \001(\t" - + "B\002\030\001\022=\n\013autoscaling\030\004 \001(\0132(.google.conta" - + "iner.v1.NodePoolAutoscaling\0227\n\nmanagemen" - + "t\030\005 \001(\0132#.google.container.v1.NodeManage" - + "ment\022C\n\023max_pods_constraint\030\006 \001(\0132&.goog" - + "le.container.v1.MaxPodsConstraint\0228\n\ncon" - + "ditions\030i \003(\0132$.google.container.v1.Stat" - + "usCondition\022\032\n\022pod_ipv4_cidr_size\030\007 \001(\005\022" - + "G\n\020upgrade_settings\030k \001(\0132-.google.conta" - + "iner.v1.NodePool.UpgradeSettings\022G\n\020plac" - + "ement_policy\030l \001(\0132-.google.container.v1" - + ".NodePool.PlacementPolicy\022B\n\013update_info" - + "\030m \001(\0132(.google.container.v1.NodePool.Up" - + "dateInfoB\003\340A\003\022\014\n\004etag\030n \001(\t\022M\n\023queued_pr" - + "ovisioning\030p \001(\01320.google.container.v1.N" - + "odePool.QueuedProvisioning\022M\n\030best_effor" - + "t_provisioning\030q \001(\0132+.google.container." - + "v1.BestEffortProvisioning\032\360\001\n\017UpgradeSet" - + "tings\022\021\n\tmax_surge\030\001 \001(\005\022\027\n\017max_unavaila" - + "ble\030\002 \001(\005\022B\n\010strategy\030\003 \001(\0162+.google.con" - + "tainer.v1.NodePoolUpdateStrategyH\000\210\001\001\022H\n" - + "\023blue_green_settings\030\004 \001(\0132&.google.cont" - + "ainer.v1.BlueGreenSettingsH\001\210\001\001B\013\n\t_stra" - + "tegyB\026\n\024_blue_green_settings\032\210\004\n\nUpdateI" - + "nfo\022O\n\017blue_green_info\030\001 \001(\01326.google.co" - + "ntainer.v1.NodePool.UpdateInfo.BlueGreen" - + "Info\032\250\003\n\rBlueGreenInfo\022K\n\005phase\030\001 \001(\0162<." - + "google.container.v1.NodePool.UpdateInfo." - + "BlueGreenInfo.Phase\022 \n\030blue_instance_gro" - + "up_urls\030\002 \003(\t\022!\n\031green_instance_group_ur" - + "ls\030\003 \003(\t\022%\n\035blue_pool_deletion_start_tim" - + "e\030\004 \001(\t\022\032\n\022green_pool_version\030\005 \001(\t\"\301\001\n\005" - + "Phase\022\025\n\021PHASE_UNSPECIFIED\020\000\022\022\n\016UPDATE_S" - + "TARTED\020\001\022\027\n\023CREATING_GREEN_POOL\020\002\022\027\n\023COR" - + "DONING_BLUE_POOL\020\003\022\026\n\022DRAINING_BLUE_POOL" - + "\020\004\022\025\n\021NODE_POOL_SOAKING\020\005\022\026\n\022DELETING_BL" - + "UE_POOL\020\006\022\024\n\020ROLLBACK_STARTED\020\007\032\256\001\n\017Plac" - + "ementPolicy\022@\n\004type\030\001 \001(\01622.google.conta" - + "iner.v1.NodePool.PlacementPolicy.Type\022\031\n" - + "\014tpu_topology\030\002 \001(\tB\003\340A\001\022\023\n\013policy_name\030" - + "\003 \001(\t\")\n\004Type\022\024\n\020TYPE_UNSPECIFIED\020\000\022\013\n\007C" - + "OMPACT\020\001\032%\n\022QueuedProvisioning\022\017\n\007enable" - + "d\030\001 \001(\010\"\201\001\n\006Status\022\026\n\022STATUS_UNSPECIFIED" - + "\020\000\022\020\n\014PROVISIONING\020\001\022\013\n\007RUNNING\020\002\022\026\n\022RUN" - + "NING_WITH_ERROR\020\003\022\017\n\013RECONCILING\020\004\022\014\n\010ST" - + "OPPING\020\005\022\t\n\005ERROR\020\006\"}\n\016NodeManagement\022\024\n" - + "\014auto_upgrade\030\001 \001(\010\022\023\n\013auto_repair\030\002 \001(\010" - + "\022@\n\017upgrade_options\030\n \001(\0132\'.google.conta" - + "iner.v1.AutoUpgradeOptions\"F\n\026BestEffort" - + "Provisioning\022\017\n\007enabled\030\001 \001(\010\022\033\n\023min_pro" - + "vision_nodes\030\002 \001(\005\"J\n\022AutoUpgradeOptions" - + "\022\037\n\027auto_upgrade_start_time\030\001 \001(\t\022\023\n\013des" - + "cription\030\002 \001(\t\"e\n\021MaintenancePolicy\0226\n\006w" - + "indow\030\001 \001(\0132&.google.container.v1.Mainte" - + "nanceWindow\022\030\n\020resource_version\030\003 \001(\t\"\366\002" - + "\n\021MaintenanceWindow\022O\n\030daily_maintenance" - + "_window\030\002 \001(\0132+.google.container.v1.Dail" - + "yMaintenanceWindowH\000\022D\n\020recurring_window" - + "\030\003 \001(\0132(.google.container.v1.RecurringTi" - + "meWindowH\000\022a\n\026maintenance_exclusions\030\004 \003" - + "(\0132A.google.container.v1.MaintenanceWind" - + "ow.MaintenanceExclusionsEntry\032]\n\032Mainten" - + "anceExclusionsEntry\022\013\n\003key\030\001 \001(\t\022.\n\005valu" - + "e\030\002 \001(\0132\037.google.container.v1.TimeWindow" - + ":\0028\001B\010\n\006policy\"\320\001\n\nTimeWindow\022Y\n\035mainten" - + "ance_exclusion_options\030\003 \001(\01320.google.co" - + "ntainer.v1.MaintenanceExclusionOptionsH\000" - + "\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf.T" - + "imestamp\022,\n\010end_time\030\002 \001(\0132\032.google.prot" - + "obuf.TimestampB\t\n\007options\"\264\001\n\033Maintenanc" - + "eExclusionOptions\022E\n\005scope\030\001 \001(\01626.googl" - + "e.container.v1.MaintenanceExclusionOptio" - + "ns.Scope\"N\n\005Scope\022\017\n\013NO_UPGRADES\020\000\022\025\n\021NO" - + "_MINOR_UPGRADES\020\001\022\035\n\031NO_MINOR_OR_NODE_UP" - + "GRADES\020\002\"Z\n\023RecurringTimeWindow\022/\n\006windo" - + "w\030\001 \001(\0132\037.google.container.v1.TimeWindow" - + "\022\022\n\nrecurrence\030\002 \001(\t\">\n\026DailyMaintenance" - + "Window\022\022\n\nstart_time\030\002 \001(\t\022\020\n\010duration\030\003" - + " \001(\t\"\306\001\n\034SetNodePoolManagementRequest\022\026\n" + + "er_id\030\003 \001(\tB\002\030\001\022\026\n\tlocations\030\004 \003(\tB\003\340A\002\022" + + "\014\n\004name\030\006 \001(\t\"\202\001\n\023UpdateMasterRequest\022\026\n" + "\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022" - + "\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\030\n\014node_pool_id\030" - + "\004 \001(\tB\002\030\001\022<\n\nmanagement\030\005 \001(\0132#.google.c" - + "ontainer.v1.NodeManagementB\003\340A\002\022\014\n\004name\030" - + "\007 \001(\t\"\233\001\n\026SetNodePoolSizeRequest\022\026\n\nproj" - + "ect_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncl" - + "uster_id\030\003 \001(\tB\002\030\001\022\030\n\014node_pool_id\030\004 \001(\t" - + "B\002\030\001\022\027\n\nnode_count\030\005 \001(\005B\003\340A\002\022\014\n\004name\030\007 " - + "\001(\t\".\n\036CompleteNodePoolUpgradeRequest\022\014\n" - + "\004name\030\001 \001(\t\"\237\001\n\036RollbackNodePoolUpgradeR" - + "equest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002" - + " \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\030\n\014node" - + "_pool_id\030\004 \001(\tB\002\030\001\022\014\n\004name\030\006 \001(\t\022\023\n\013resp" - + "ect_pdb\030\007 \001(\010\"J\n\025ListNodePoolsResponse\0221" - + "\n\nnode_pools\030\001 \003(\0132\035.google.container.v1" - + ".NodePool\"\257\003\n\022ClusterAutoscaling\022$\n\034enab" - + "le_node_autoprovisioning\030\001 \001(\010\022;\n\017resour" - + "ce_limits\030\002 \003(\0132\".google.container.v1.Re" - + "sourceLimit\022W\n\023autoscaling_profile\030\003 \001(\016" - + "2:.google.container.v1.ClusterAutoscalin" - + "g.AutoscalingProfile\022b\n#autoprovisioning" - + "_node_pool_defaults\030\004 \001(\01325.google.conta" - + "iner.v1.AutoprovisioningNodePoolDefaults" - + "\022\"\n\032autoprovisioning_locations\030\005 \003(\t\"U\n\022" - + "AutoscalingProfile\022\027\n\023PROFILE_UNSPECIFIE" - + "D\020\000\022\030\n\024OPTIMIZE_UTILIZATION\020\001\022\014\n\010BALANCE" - + "D\020\002\"\370\003\n AutoprovisioningNodePoolDefaults" - + "\022\024\n\014oauth_scopes\030\001 \003(\t\022\027\n\017service_accoun" - + "t\030\002 \001(\t\022G\n\020upgrade_settings\030\003 \001(\0132-.goog" - + "le.container.v1.NodePool.UpgradeSettings" - + "\0227\n\nmanagement\030\004 \001(\0132#.google.container." - + "v1.NodeManagement\022\034\n\020min_cpu_platform\030\005 " - + "\001(\tB\002\030\001\022\024\n\014disk_size_gb\030\006 \001(\005\022\021\n\tdisk_ty" - + "pe\030\007 \001(\t\022M\n\030shielded_instance_config\030\010 \001" - + "(\0132+.google.container.v1.ShieldedInstanc" - + "eConfig\022\031\n\021boot_disk_kms_key\030\t \001(\t\022\022\n\nim" - + "age_type\030\n \001(\t\0223\n&insecure_kubelet_reado" - + "nly_port_enabled\030\r \001(\010H\000\210\001\001B)\n\'_insecure" - + "_kubelet_readonly_port_enabled\"H\n\rResour" - + "ceLimit\022\025\n\rresource_type\030\001 \001(\t\022\017\n\007minimu" - + "m\030\002 \001(\003\022\017\n\007maximum\030\003 \001(\003\"\307\002\n\023NodePoolAut" - + "oscaling\022\017\n\007enabled\030\001 \001(\010\022\026\n\016min_node_co" - + "unt\030\002 \001(\005\022\026\n\016max_node_count\030\003 \001(\005\022\027\n\017aut" - + "oprovisioned\030\004 \001(\010\022P\n\017location_policy\030\005 " - + "\001(\01627.google.container.v1.NodePoolAutosc" - + "aling.LocationPolicy\022\034\n\024total_min_node_c" - + "ount\030\006 \001(\005\022\034\n\024total_max_node_count\030\007 \001(\005" - + "\"H\n\016LocationPolicy\022\037\n\033LOCATION_POLICY_UN" - + "SPECIFIED\020\000\022\014\n\010BALANCED\020\001\022\007\n\003ANY\020\002\"\222\002\n\020S" - + "etLabelsRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022" - + "\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030" - + "\001\022W\n\017resource_labels\030\004 \003(\01329.google.cont" - + "ainer.v1.SetLabelsRequest.ResourceLabels" - + "EntryB\003\340A\002\022\036\n\021label_fingerprint\030\005 \001(\tB\003\340" - + "A\002\022\014\n\004name\030\007 \001(\t\0325\n\023ResourceLabelsEntry\022" - + "\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"|\n\024SetLe" - + "gacyAbacRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022" - + "\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030" - + "\001\022\024\n\007enabled\030\004 \001(\010B\003\340A\002\022\014\n\004name\030\006 \001(\t\"\204\001" - + "\n\026StartIPRotationRequest\022\026\n\nproject_id\030\001" - + " \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id" - + "\030\003 \001(\tB\002\030\001\022\014\n\004name\030\006 \001(\t\022\032\n\022rotate_crede" - + "ntials\030\007 \001(\010\"k\n\031CompleteIPRotationReques" + + "\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\033\n\016master_versio" + + "n\030\004 \001(\tB\003\340A\002\022\014\n\004name\030\007 \001(\t\"\265\002\n\024SetMaster" + + "AuthRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004z" + + "one\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022E\n" + + "\006action\030\004 \001(\01620.google.container.v1.SetM" + + "asterAuthRequest.ActionB\003\340A\002\0224\n\006update\030\005" + + " \001(\0132\037.google.container.v1.MasterAuthB\003\340" + + "A\002\022\014\n\004name\030\007 \001(\t\"P\n\006Action\022\013\n\007UNKNOWN\020\000\022" + + "\020\n\014SET_PASSWORD\020\001\022\025\n\021GENERATE_PASSWORD\020\002" + + "\022\020\n\014SET_USERNAME\020\003\"f\n\024DeleteClusterReque" + + "st\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\t" + + "B\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\014\n\004name\030\004 \001" + + "(\t\"O\n\023ListClustersRequest\022\026\n\nproject_id\030" + + "\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\016\n\006parent\030\004 " + + "\001(\t\"]\n\024ListClustersResponse\022.\n\010clusters\030" + + "\001 \003(\0132\034.google.container.v1.Cluster\022\025\n\rm" + + "issing_zones\030\002 \003(\t\"g\n\023GetOperationReques" + "t\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB" - + "\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\014\n\004name\030\007 \001(" - + "\t\"\305\002\n\021AcceleratorConfig\022\031\n\021accelerator_c" - + "ount\030\001 \001(\003\022\030\n\020accelerator_type\030\002 \001(\t\022\032\n\022" - + "gpu_partition_size\030\003 \001(\t\022F\n\022gpu_sharing_" - + "config\030\005 \001(\0132%.google.container.v1.GPUSh" - + "aringConfigH\000\210\001\001\022]\n\036gpu_driver_installat" - + "ion_config\030\006 \001(\01320.google.container.v1.G" - + "PUDriverInstallationConfigH\001\210\001\001B\025\n\023_gpu_" - + "sharing_configB!\n\037_gpu_driver_installati" - + "on_config\"\372\001\n\020GPUSharingConfig\022\"\n\032max_sh" - + "ared_clients_per_gpu\030\001 \001(\003\022[\n\024gpu_sharin" - + "g_strategy\030\002 \001(\01628.google.container.v1.G" - + "PUSharingConfig.GPUSharingStrategyH\000\210\001\001\"" - + "L\n\022GPUSharingStrategy\022$\n GPU_SHARING_STR" - + "ATEGY_UNSPECIFIED\020\000\022\020\n\014TIME_SHARING\020\001B\027\n" - + "\025_gpu_sharing_strategy\"\204\002\n\033GPUDriverInst" - + "allationConfig\022b\n\022gpu_driver_version\030\001 \001" - + "(\0162A.google.container.v1.GPUDriverInstal" - + "lationConfig.GPUDriverVersionH\000\210\001\001\"j\n\020GP" - + "UDriverVersion\022\"\n\036GPU_DRIVER_VERSION_UNS" - + "PECIFIED\020\000\022\031\n\025INSTALLATION_DISABLED\020\001\022\013\n" - + "\007DEFAULT\020\002\022\n\n\006LATEST\020\003B\025\n\023_gpu_driver_ve" - + "rsion\"\232\001\n\026WorkloadMetadataConfig\022>\n\004mode" - + "\030\002 \001(\01620.google.container.v1.WorkloadMet" - + "adataConfig.Mode\"@\n\004Mode\022\024\n\020MODE_UNSPECI" - + "FIED\020\000\022\020\n\014GCE_METADATA\020\001\022\020\n\014GKE_METADATA" - + "\020\002\"\252\001\n\027SetNetworkPolicyRequest\022\026\n\nprojec" + + "\002\030\001\022\030\n\014operation_id\030\003 \001(\tB\002\030\001\022\014\n\004name\030\005 " + + "\001(\t\"Q\n\025ListOperationsRequest\022\026\n\nproject_" + + "id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\016\n\006parent" + + "\030\004 \001(\t\"j\n\026CancelOperationRequest\022\026\n\nproj" + + "ect_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\030\n\014op" + + "eration_id\030\003 \001(\tB\002\030\001\022\014\n\004name\030\004 \001(\t\"c\n\026Li" + + "stOperationsResponse\0222\n\noperations\030\001 \003(\013" + + "2\036.google.container.v1.Operation\022\025\n\rmiss" + + "ing_zones\030\002 \003(\t\"P\n\026GetServerConfigReques" + + "t\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB" + + "\002\030\001\022\014\n\004name\030\004 \001(\t\"\364\002\n\014ServerConfig\022\037\n\027de" + + "fault_cluster_version\030\001 \001(\t\022\033\n\023valid_nod" + + "e_versions\030\003 \003(\t\022\032\n\022default_image_type\030\004" + + " \001(\t\022\031\n\021valid_image_types\030\005 \003(\t\022\035\n\025valid" + + "_master_versions\030\006 \003(\t\022H\n\010channels\030\t \003(\013" + + "26.google.container.v1.ServerConfig.Rele" + + "aseChannelConfig\032\205\001\n\024ReleaseChannelConfi" + + "g\022<\n\007channel\030\001 \001(\0162+.google.container.v1" + + ".ReleaseChannel.Channel\022\027\n\017default_versi" + + "on\030\002 \001(\t\022\026\n\016valid_versions\030\004 \003(\t\"\240\001\n\025Cre" + + "ateNodePoolRequest\022\026\n\nproject_id\030\001 \001(\tB\002" + + "\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\t" + + "B\002\030\001\0225\n\tnode_pool\030\004 \001(\0132\035.google.contain" + + "er.v1.NodePoolB\003\340A\002\022\016\n\006parent\030\006 \001(\t\"\201\001\n\025" + + "DeleteNodePoolRequest\022\026\n\nproject_id\030\001 \001(" + + "\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 " + + "\001(\tB\002\030\001\022\030\n\014node_pool_id\030\004 \001(\tB\002\030\001\022\014\n\004nam" + + "e\030\006 \001(\t\"h\n\024ListNodePoolsRequest\022\026\n\nproje" + + "ct_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\nclu" + + "ster_id\030\003 \001(\tB\002\030\001\022\016\n\006parent\030\005 \001(\t\"~\n\022Get" + + "NodePoolRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022" + + "\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030" + + "\001\022\030\n\014node_pool_id\030\004 \001(\tB\002\030\001\022\014\n\004name\030\006 \001(" + + "\t\"\237\003\n\021BlueGreenSettings\022_\n\027standard_roll" + + "out_policy\030\001 \001(\0132<.google.container.v1.B" + + "lueGreenSettings.StandardRolloutPolicyH\000" + + "\022?\n\027node_pool_soak_duration\030\002 \001(\0132\031.goog" + + "le.protobuf.DurationH\001\210\001\001\032\271\001\n\025StandardRo" + + "lloutPolicy\022\032\n\020batch_percentage\030\001 \001(\002H\000\022" + + "\032\n\020batch_node_count\030\002 \001(\005H\000\022;\n\023batch_soa" + + "k_duration\030\003 \001(\0132\031.google.protobuf.Durat" + + "ionH\001\210\001\001B\023\n\021update_batch_sizeB\026\n\024_batch_" + + "soak_durationB\020\n\016rollout_policyB\032\n\030_node" + + "_pool_soak_duration\"\272\020\n\010NodePool\022\014\n\004name" + + "\030\001 \001(\t\022/\n\006config\030\002 \001(\0132\037.google.containe" + + "r.v1.NodeConfig\022\032\n\022initial_node_count\030\003 " + + "\001(\005\022\021\n\tlocations\030\r \003(\t\022>\n\016network_config" + + "\030\016 \001(\0132&.google.container.v1.NodeNetwork" + + "Config\022\021\n\tself_link\030d \001(\t\022\017\n\007version\030e \001" + + "(\t\022\033\n\023instance_group_urls\030f \003(\t\0224\n\006statu" + + "s\030g \001(\0162$.google.container.v1.NodePool.S" + + "tatus\022\032\n\016status_message\030h \001(\tB\002\030\001\022=\n\013aut" + + "oscaling\030\004 \001(\0132(.google.container.v1.Nod" + + "ePoolAutoscaling\0227\n\nmanagement\030\005 \001(\0132#.g" + + "oogle.container.v1.NodeManagement\022C\n\023max" + + "_pods_constraint\030\006 \001(\0132&.google.containe" + + "r.v1.MaxPodsConstraint\0228\n\nconditions\030i \003" + + "(\0132$.google.container.v1.StatusCondition" + + "\022\032\n\022pod_ipv4_cidr_size\030\007 \001(\005\022G\n\020upgrade_" + + "settings\030k \001(\0132-.google.container.v1.Nod" + + "ePool.UpgradeSettings\022G\n\020placement_polic" + + "y\030l \001(\0132-.google.container.v1.NodePool.P" + + "lacementPolicy\022B\n\013update_info\030m \001(\0132(.go" + + "ogle.container.v1.NodePool.UpdateInfoB\003\340" + + "A\003\022\014\n\004etag\030n \001(\t\022M\n\023queued_provisioning\030" + + "p \001(\01320.google.container.v1.NodePool.Que" + + "uedProvisioning\022M\n\030best_effort_provision" + + "ing\030q \001(\0132+.google.container.v1.BestEffo" + + "rtProvisioning\032\360\001\n\017UpgradeSettings\022\021\n\tma" + + "x_surge\030\001 \001(\005\022\027\n\017max_unavailable\030\002 \001(\005\022B" + + "\n\010strategy\030\003 \001(\0162+.google.container.v1.N" + + "odePoolUpdateStrategyH\000\210\001\001\022H\n\023blue_green" + + "_settings\030\004 \001(\0132&.google.container.v1.Bl" + + "ueGreenSettingsH\001\210\001\001B\013\n\t_strategyB\026\n\024_bl" + + "ue_green_settings\032\210\004\n\nUpdateInfo\022O\n\017blue" + + "_green_info\030\001 \001(\01326.google.container.v1." + + "NodePool.UpdateInfo.BlueGreenInfo\032\250\003\n\rBl" + + "ueGreenInfo\022K\n\005phase\030\001 \001(\0162<.google.cont" + + "ainer.v1.NodePool.UpdateInfo.BlueGreenIn" + + "fo.Phase\022 \n\030blue_instance_group_urls\030\002 \003" + + "(\t\022!\n\031green_instance_group_urls\030\003 \003(\t\022%\n" + + "\035blue_pool_deletion_start_time\030\004 \001(\t\022\032\n\022" + + "green_pool_version\030\005 \001(\t\"\301\001\n\005Phase\022\025\n\021PH" + + "ASE_UNSPECIFIED\020\000\022\022\n\016UPDATE_STARTED\020\001\022\027\n" + + "\023CREATING_GREEN_POOL\020\002\022\027\n\023CORDONING_BLUE" + + "_POOL\020\003\022\026\n\022DRAINING_BLUE_POOL\020\004\022\025\n\021NODE_" + + "POOL_SOAKING\020\005\022\026\n\022DELETING_BLUE_POOL\020\006\022\024" + + "\n\020ROLLBACK_STARTED\020\007\032\256\001\n\017PlacementPolicy" + + "\022@\n\004type\030\001 \001(\01622.google.container.v1.Nod" + + "ePool.PlacementPolicy.Type\022\031\n\014tpu_topolo" + + "gy\030\002 \001(\tB\003\340A\001\022\023\n\013policy_name\030\003 \001(\t\")\n\004Ty" + + "pe\022\024\n\020TYPE_UNSPECIFIED\020\000\022\013\n\007COMPACT\020\001\032%\n" + + "\022QueuedProvisioning\022\017\n\007enabled\030\001 \001(\010\"\201\001\n" + + "\006Status\022\026\n\022STATUS_UNSPECIFIED\020\000\022\020\n\014PROVI" + + "SIONING\020\001\022\013\n\007RUNNING\020\002\022\026\n\022RUNNING_WITH_E" + + "RROR\020\003\022\017\n\013RECONCILING\020\004\022\014\n\010STOPPING\020\005\022\t\n" + + "\005ERROR\020\006\"}\n\016NodeManagement\022\024\n\014auto_upgra" + + "de\030\001 \001(\010\022\023\n\013auto_repair\030\002 \001(\010\022@\n\017upgrade" + + "_options\030\n \001(\0132\'.google.container.v1.Aut" + + "oUpgradeOptions\"F\n\026BestEffortProvisionin" + + "g\022\017\n\007enabled\030\001 \001(\010\022\033\n\023min_provision_node" + + "s\030\002 \001(\005\"J\n\022AutoUpgradeOptions\022\037\n\027auto_up" + + "grade_start_time\030\001 \001(\t\022\023\n\013description\030\002 " + + "\001(\t\"e\n\021MaintenancePolicy\0226\n\006window\030\001 \001(\013" + + "2&.google.container.v1.MaintenanceWindow" + + "\022\030\n\020resource_version\030\003 \001(\t\"\366\002\n\021Maintenan" + + "ceWindow\022O\n\030daily_maintenance_window\030\002 \001" + + "(\0132+.google.container.v1.DailyMaintenanc" + + "eWindowH\000\022D\n\020recurring_window\030\003 \001(\0132(.go" + + "ogle.container.v1.RecurringTimeWindowH\000\022" + + "a\n\026maintenance_exclusions\030\004 \003(\0132A.google" + + ".container.v1.MaintenanceWindow.Maintena" + + "nceExclusionsEntry\032]\n\032MaintenanceExclusi" + + "onsEntry\022\013\n\003key\030\001 \001(\t\022.\n\005value\030\002 \001(\0132\037.g" + + "oogle.container.v1.TimeWindow:\0028\001B\010\n\006pol" + + "icy\"\320\001\n\nTimeWindow\022Y\n\035maintenance_exclus" + + "ion_options\030\003 \001(\01320.google.container.v1." + + "MaintenanceExclusionOptionsH\000\022.\n\nstart_t" + + "ime\030\001 \001(\0132\032.google.protobuf.Timestamp\022,\n" + + "\010end_time\030\002 \001(\0132\032.google.protobuf.Timest" + + "ampB\t\n\007options\"\264\001\n\033MaintenanceExclusionO" + + "ptions\022E\n\005scope\030\001 \001(\01626.google.container" + + ".v1.MaintenanceExclusionOptions.Scope\"N\n" + + "\005Scope\022\017\n\013NO_UPGRADES\020\000\022\025\n\021NO_MINOR_UPGR" + + "ADES\020\001\022\035\n\031NO_MINOR_OR_NODE_UPGRADES\020\002\"Z\n" + + "\023RecurringTimeWindow\022/\n\006window\030\001 \001(\0132\037.g" + + "oogle.container.v1.TimeWindow\022\022\n\nrecurre" + + "nce\030\002 \001(\t\">\n\026DailyMaintenanceWindow\022\022\n\ns" + + "tart_time\030\002 \001(\t\022\020\n\010duration\030\003 \001(\t\"\306\001\n\034Se" + + "tNodePoolManagementRequest\022\026\n\nproject_id" + + "\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_" + + "id\030\003 \001(\tB\002\030\001\022\030\n\014node_pool_id\030\004 \001(\tB\002\030\001\022<" + + "\n\nmanagement\030\005 \001(\0132#.google.container.v1" + + ".NodeManagementB\003\340A\002\022\014\n\004name\030\007 \001(\t\"\233\001\n\026S" + + "etNodePoolSizeRequest\022\026\n\nproject_id\030\001 \001(" + + "\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 " + + "\001(\tB\002\030\001\022\030\n\014node_pool_id\030\004 \001(\tB\002\030\001\022\027\n\nnod" + + "e_count\030\005 \001(\005B\003\340A\002\022\014\n\004name\030\007 \001(\t\".\n\036Comp" + + "leteNodePoolUpgradeRequest\022\014\n\004name\030\001 \001(\t" + + "\"\237\001\n\036RollbackNodePoolUpgradeRequest\022\026\n\np" + + "roject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n" + + "\ncluster_id\030\003 \001(\tB\002\030\001\022\030\n\014node_pool_id\030\004 " + + "\001(\tB\002\030\001\022\014\n\004name\030\006 \001(\t\022\023\n\013respect_pdb\030\007 \001" + + "(\010\"J\n\025ListNodePoolsResponse\0221\n\nnode_pool" + + "s\030\001 \003(\0132\035.google.container.v1.NodePool\"\257" + + "\003\n\022ClusterAutoscaling\022$\n\034enable_node_aut" + + "oprovisioning\030\001 \001(\010\022;\n\017resource_limits\030\002" + + " \003(\0132\".google.container.v1.ResourceLimit" + + "\022W\n\023autoscaling_profile\030\003 \001(\0162:.google.c" + + "ontainer.v1.ClusterAutoscaling.Autoscali" + + "ngProfile\022b\n#autoprovisioning_node_pool_" + + "defaults\030\004 \001(\01325.google.container.v1.Aut" + + "oprovisioningNodePoolDefaults\022\"\n\032autopro" + + "visioning_locations\030\005 \003(\t\"U\n\022Autoscaling" + + "Profile\022\027\n\023PROFILE_UNSPECIFIED\020\000\022\030\n\024OPTI" + + "MIZE_UTILIZATION\020\001\022\014\n\010BALANCED\020\002\"\370\003\n Aut" + + "oprovisioningNodePoolDefaults\022\024\n\014oauth_s" + + "copes\030\001 \003(\t\022\027\n\017service_account\030\002 \001(\t\022G\n\020" + + "upgrade_settings\030\003 \001(\0132-.google.containe" + + "r.v1.NodePool.UpgradeSettings\0227\n\nmanagem" + + "ent\030\004 \001(\0132#.google.container.v1.NodeMana" + + "gement\022\034\n\020min_cpu_platform\030\005 \001(\tB\002\030\001\022\024\n\014" + + "disk_size_gb\030\006 \001(\005\022\021\n\tdisk_type\030\007 \001(\t\022M\n" + + "\030shielded_instance_config\030\010 \001(\0132+.google" + + ".container.v1.ShieldedInstanceConfig\022\031\n\021" + + "boot_disk_kms_key\030\t \001(\t\022\022\n\nimage_type\030\n " + + "\001(\t\0223\n&insecure_kubelet_readonly_port_en" + + "abled\030\r \001(\010H\000\210\001\001B)\n\'_insecure_kubelet_re" + + "adonly_port_enabled\"H\n\rResourceLimit\022\025\n\r" + + "resource_type\030\001 \001(\t\022\017\n\007minimum\030\002 \001(\003\022\017\n\007" + + "maximum\030\003 \001(\003\"\307\002\n\023NodePoolAutoscaling\022\017\n" + + "\007enabled\030\001 \001(\010\022\026\n\016min_node_count\030\002 \001(\005\022\026" + + "\n\016max_node_count\030\003 \001(\005\022\027\n\017autoprovisione" + + "d\030\004 \001(\010\022P\n\017location_policy\030\005 \001(\01627.googl" + + "e.container.v1.NodePoolAutoscaling.Locat" + + "ionPolicy\022\034\n\024total_min_node_count\030\006 \001(\005\022" + + "\034\n\024total_max_node_count\030\007 \001(\005\"H\n\016Locatio" + + "nPolicy\022\037\n\033LOCATION_POLICY_UNSPECIFIED\020\000" + + "\022\014\n\010BALANCED\020\001\022\007\n\003ANY\020\002\"\222\002\n\020SetLabelsReq" + + "uest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001" + + "(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022W\n\017resour" + + "ce_labels\030\004 \003(\01329.google.container.v1.Se" + + "tLabelsRequest.ResourceLabelsEntryB\003\340A\002\022" + + "\036\n\021label_fingerprint\030\005 \001(\tB\003\340A\002\022\014\n\004name\030" + + "\007 \001(\t\0325\n\023ResourceLabelsEntry\022\013\n\003key\030\001 \001(" + + "\t\022\r\n\005value\030\002 \001(\t:\0028\001\"|\n\024SetLegacyAbacReq" + + "uest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001" + + "(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\024\n\007enable" + + "d\030\004 \001(\010B\003\340A\002\022\014\n\004name\030\006 \001(\t\"\204\001\n\026StartIPRo" + + "tationRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n" + + "\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022" + + "\014\n\004name\030\006 \001(\t\022\032\n\022rotate_credentials\030\007 \001(" + + "\010\"k\n\031CompleteIPRotationRequest\022\026\n\nprojec" + "t_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\nclus" - + "ter_id\030\003 \001(\tB\002\030\001\022?\n\016network_policy\030\004 \001(\013" - + "2\".google.container.v1.NetworkPolicyB\003\340A" - + "\002\022\014\n\004name\030\006 \001(\t\"\271\001\n\033SetMaintenancePolicy" - + "Request\022\027\n\nproject_id\030\001 \001(\tB\003\340A\002\022\021\n\004zone" - + "\030\002 \001(\tB\003\340A\002\022\027\n\ncluster_id\030\003 \001(\tB\003\340A\002\022G\n\022" - + "maintenance_policy\030\004 \001(\0132&.google.contai" - + "ner.v1.MaintenancePolicyB\003\340A\002\022\014\n\004name\030\005 " - + "\001(\t\"\251\002\n\017StatusCondition\022;\n\004code\030\001 \001(\0162)." - + "google.container.v1.StatusCondition.Code" - + "B\002\030\001\022\017\n\007message\030\002 \001(\t\022(\n\016canonical_code\030" - + "\003 \001(\0162\020.google.rpc.Code\"\235\001\n\004Code\022\013\n\007UNKN" - + "OWN\020\000\022\020\n\014GCE_STOCKOUT\020\001\022\037\n\033GKE_SERVICE_A" - + "CCOUNT_DELETED\020\002\022\026\n\022GCE_QUOTA_EXCEEDED\020\003" - + "\022\023\n\017SET_BY_OPERATOR\020\004\022\027\n\023CLOUD_KMS_KEY_E" - + "RROR\020\007\022\017\n\013CA_EXPIRING\020\t\"\315\010\n\rNetworkConfi" - + "g\022\017\n\007network\030\001 \001(\t\022\022\n\nsubnetwork\030\002 \001(\t\022$" - + "\n\034enable_intra_node_visibility\030\005 \001(\010\022C\n\023" - + "default_snat_status\030\007 \001(\0132&.google.conta" - + "iner.v1.DefaultSnatStatus\022\037\n\027enable_l4il" - + "b_subsetting\030\n \001(\010\022@\n\021datapath_provider\030" - + "\013 \001(\0162%.google.container.v1.DatapathProv" - + "ider\022P\n\032private_ipv6_google_access\030\014 \001(\016", - "2,.google.container.v1.PrivateIPv6Google" - + "Access\0222\n\ndns_config\030\r \001(\0132\036.google.cont" - + "ainer.v1.DNSConfig\022R\n\033service_external_i" - + "ps_config\030\017 \001(\0132-.google.container.v1.Se" - + "rviceExternalIPsConfig\022A\n\022gateway_api_co" - + "nfig\030\020 \001(\0132%.google.container.v1.Gateway" - + "APIConfig\022\037\n\027enable_multi_networking\030\021 \001" - + "(\010\022f\n\032network_performance_config\030\022 \001(\0132B" - + ".google.container.v1.NetworkConfig.Clust" - + "erNetworkPerformanceConfig\022\'\n\032enable_fqd" - + "n_network_policy\030\023 \001(\010H\000\210\001\001\022Y\n\034in_transi" - + "t_encryption_config\030\024 \001(\0162..google.conta" - + "iner.v1.InTransitEncryptionConfigH\001\210\001\001\032\336" - + "\001\n\037ClusterNetworkPerformanceConfig\022q\n\033to" - + "tal_egress_bandwidth_tier\030\001 \001(\0162G.google" - + ".container.v1.NetworkConfig.ClusterNetwo" - + "rkPerformanceConfig.TierH\000\210\001\001\"(\n\004Tier\022\024\n" - + "\020TIER_UNSPECIFIED\020\000\022\n\n\006TIER_1\020\001B\036\n\034_tota" - + "l_egress_bandwidth_tierB\035\n\033_enable_fqdn_" - + "network_policyB\037\n\035_in_transit_encryption" - + "_config\"\274\001\n\020GatewayAPIConfig\022>\n\007channel\030" - + "\001 \001(\0162-.google.container.v1.GatewayAPICo" - + "nfig.Channel\"h\n\007Channel\022\027\n\023CHANNEL_UNSPE" - + "CIFIED\020\000\022\024\n\020CHANNEL_DISABLED\020\001\022\030\n\024CHANNE" - + "L_EXPERIMENTAL\020\003\022\024\n\020CHANNEL_STANDARD\020\004\"+" - + "\n\030ServiceExternalIPsConfig\022\017\n\007enabled\030\001 " - + "\001(\010\"(\n\026GetOpenIDConfigRequest\022\016\n\006parent\030" - + "\001 \001(\t\"\334\001\n\027GetOpenIDConfigResponse\022\016\n\006iss" - + "uer\030\001 \001(\t\022\020\n\010jwks_uri\030\002 \001(\t\022 \n\030response_" - + "types_supported\030\003 \003(\t\022\037\n\027subject_types_s" - + "upported\030\004 \003(\t\022-\n%id_token_signing_alg_v" - + "alues_supported\030\005 \003(\t\022\030\n\020claims_supporte" - + "d\030\006 \003(\t\022\023\n\013grant_types\030\007 \003(\t\"\'\n\025GetJSONW" - + "ebKeysRequest\022\016\n\006parent\030\001 \001(\t\"r\n\003Jwk\022\013\n\003" - + "kty\030\001 \001(\t\022\013\n\003alg\030\002 \001(\t\022\013\n\003use\030\003 \001(\t\022\013\n\003k" - + "id\030\004 \001(\t\022\t\n\001n\030\005 \001(\t\022\t\n\001e\030\006 \001(\t\022\t\n\001x\030\007 \001(" - + "\t\022\t\n\001y\030\010 \001(\t\022\013\n\003crv\030\t \001(\t\"@\n\026GetJSONWebK" - + "eysResponse\022&\n\004keys\030\001 \003(\0132\030.google.conta" - + "iner.v1.Jwk\"2\n\"CheckAutopilotCompatibili" - + "tyRequest\022\014\n\004name\030\001 \001(\t\"\374\002\n\033AutopilotCom" - + "patibilityIssue\0224\n\020last_observation\030\001 \001(" - + "\0132\032.google.protobuf.Timestamp\022\027\n\017constra" - + "int_type\030\002 \001(\t\022X\n\024incompatibility_type\030\003" - + " \001(\0162:.google.container.v1.AutopilotComp" - + "atibilityIssue.IssueType\022\020\n\010subjects\030\004 \003" - + "(\t\022\031\n\021documentation_url\030\005 \001(\t\022\023\n\013descrip" - + "tion\030\006 \001(\t\"r\n\tIssueType\022\017\n\013UNSPECIFIED\020\000" - + "\022\023\n\017INCOMPATIBILITY\020\001\022\036\n\032ADDITIONAL_CONF" - + "IG_REQUIRED\020\002\022\037\n\033PASSED_WITH_OPTIONAL_CO" - + "NFIG\020\003\"x\n#CheckAutopilotCompatibilityRes" - + "ponse\022@\n\006issues\030\001 \003(\01320.google.container" - + ".v1.AutopilotCompatibilityIssue\022\017\n\007summa" - + "ry\030\002 \001(\t\"\216\001\n\016ReleaseChannel\022<\n\007channel\030\001" - + " \001(\0162+.google.container.v1.ReleaseChanne" - + "l.Channel\">\n\007Channel\022\017\n\013UNSPECIFIED\020\000\022\t\n" - + "\005RAPID\020\001\022\013\n\007REGULAR\020\002\022\n\n\006STABLE\020\003\"\'\n\024Cos" - + "tManagementConfig\022\017\n\007enabled\030\001 \001(\010\",\n\031In" - + "traNodeVisibilityConfig\022\017\n\007enabled\030\001 \001(\010" - + "\"&\n\023ILBSubsettingConfig\022\017\n\007enabled\030\001 \001(\010" - + "\"\313\002\n\tDNSConfig\022<\n\013cluster_dns\030\001 \001(\0162\'.go" - + "ogle.container.v1.DNSConfig.Provider\022B\n\021" - + "cluster_dns_scope\030\002 \001(\0162\'.google.contain" - + "er.v1.DNSConfig.DNSScope\022\032\n\022cluster_dns_" - + "domain\030\003 \001(\t\"W\n\010Provider\022\030\n\024PROVIDER_UNS" - + "PECIFIED\020\000\022\024\n\020PLATFORM_DEFAULT\020\001\022\r\n\tCLOU" - + "D_DNS\020\002\022\014\n\010KUBE_DNS\020\003\"G\n\010DNSScope\022\031\n\025DNS" - + "_SCOPE_UNSPECIFIED\020\000\022\021\n\rCLUSTER_SCOPE\020\001\022" - + "\r\n\tVPC_SCOPE\020\002\".\n\021MaxPodsConstraint\022\031\n\021m" - + "ax_pods_per_node\030\001 \001(\003\"/\n\026WorkloadIdenti" - + "tyConfig\022\025\n\rworkload_pool\030\002 \001(\t\"(\n\025Ident" - + "ityServiceConfig\022\017\n\007enabled\030\001 \001(\010\"K\n\020Mes" - + "hCertificates\0227\n\023enable_certificates\030\001 \001" - + "(\0132\032.google.protobuf.BoolValue\"\230\001\n\022Datab" - + "aseEncryption\022\020\n\010key_name\030\001 \001(\t\022<\n\005state" - + "\030\002 \001(\0162-.google.container.v1.DatabaseEnc" - + "ryption.State\"2\n\005State\022\013\n\007UNKNOWN\020\000\022\r\n\tE" - + "NCRYPTED\020\001\022\r\n\tDECRYPTED\020\002\"e\n\034ListUsableS" - + "ubnetworksRequest\022\016\n\006parent\030\001 \001(\t\022\016\n\006fil" - + "ter\030\002 \001(\t\022\021\n\tpage_size\030\003 \001(\005\022\022\n\npage_tok" - + "en\030\004 \001(\t\"t\n\035ListUsableSubnetworksRespons" - + "e\022:\n\013subnetworks\030\001 \003(\0132%.google.containe" - + "r.v1.UsableSubnetwork\022\027\n\017next_page_token" - + "\030\002 \001(\t\"\200\002\n\036UsableSubnetworkSecondaryRang" - + "e\022\022\n\nrange_name\030\001 \001(\t\022\025\n\rip_cidr_range\030\002" - + " \001(\t\022J\n\006status\030\003 \001(\0162:.google.container." - + "v1.UsableSubnetworkSecondaryRange.Status" - + "\"g\n\006Status\022\013\n\007UNKNOWN\020\000\022\n\n\006UNUSED\020\001\022\022\n\016I" - + "N_USE_SERVICE\020\002\022\030\n\024IN_USE_SHAREABLE_POD\020" - + "\003\022\026\n\022IN_USE_MANAGED_POD\020\004\"\270\001\n\020UsableSubn" - + "etwork\022\022\n\nsubnetwork\030\001 \001(\t\022\017\n\007network\030\002 " - + "\001(\t\022\025\n\rip_cidr_range\030\003 \001(\t\022P\n\023secondary_" - + "ip_ranges\030\004 \003(\01323.google.container.v1.Us" - + "ableSubnetworkSecondaryRange\022\026\n\016status_m" - + "essage\030\005 \001(\t\"\355\002\n\031ResourceUsageExportConf" - + "ig\022`\n\024bigquery_destination\030\001 \001(\0132B.googl" - + "e.container.v1.ResourceUsageExportConfig" - + ".BigQueryDestination\022&\n\036enable_network_e" - + "gress_metering\030\002 \001(\010\022m\n\033consumption_mete" - + "ring_config\030\003 \001(\0132H.google.container.v1." - + "ResourceUsageExportConfig.ConsumptionMet" - + "eringConfig\032)\n\023BigQueryDestination\022\022\n\nda" - + "taset_id\030\001 \001(\t\032,\n\031ConsumptionMeteringCon" - + "fig\022\017\n\007enabled\030\001 \001(\010\")\n\026VerticalPodAutos" - + "caling\022\017\n\007enabled\030\001 \001(\010\"%\n\021DefaultSnatSt" - + "atus\022\020\n\010disabled\030\001 \001(\010\" \n\rShieldedNodes\022" - + "\017\n\007enabled\030\001 \001(\010\"\035\n\nVirtualNIC\022\017\n\007enable" - + "d\030\001 \001(\010\"\035\n\nFastSocket\022\017\n\007enabled\030\001 \001(\010\"\250" - + "\003\n\022NotificationConfig\022>\n\006pubsub\030\001 \001(\0132.." - + "google.container.v1.NotificationConfig.P" - + "ubSub\032\212\001\n\006PubSub\022\017\n\007enabled\030\001 \001(\010\022/\n\005top" - + "ic\030\002 \001(\tB \372A\035\n\033pubsub.googleapis.com/Top" - + "ic\022>\n\006filter\030\003 \001(\0132..google.container.v1" - + ".NotificationConfig.Filter\032O\n\006Filter\022E\n\n" - + "event_type\030\001 \003(\01621.google.container.v1.N" - + "otificationConfig.EventType\"t\n\tEventType" - + "\022\032\n\026EVENT_TYPE_UNSPECIFIED\020\000\022\033\n\027UPGRADE_" - + "AVAILABLE_EVENT\020\001\022\021\n\rUPGRADE_EVENT\020\002\022\033\n\027" - + "SECURITY_BULLETIN_EVENT\020\003\"$\n\021Confidentia" - + "lNodes\022\017\n\007enabled\030\001 \001(\010\"\337\001\n\014UpgradeEvent" - + "\022?\n\rresource_type\030\001 \001(\0162(.google.contain" - + "er.v1.UpgradeResourceType\022\021\n\toperation\030\002" - + " \001(\t\0228\n\024operation_start_time\030\003 \001(\0132\032.goo" - + "gle.protobuf.Timestamp\022\027\n\017current_versio" - + "n\030\004 \001(\t\022\026\n\016target_version\030\005 \001(\t\022\020\n\010resou" - + "rce\030\006 \001(\t\"\271\001\n\025UpgradeAvailableEvent\022\017\n\007v" - + "ersion\030\001 \001(\t\022?\n\rresource_type\030\002 \001(\0162(.go" - + "ogle.container.v1.UpgradeResourceType\022<\n" - + "\017release_channel\030\003 \001(\0132#.google.containe" - + "r.v1.ReleaseChannel\022\020\n\010resource\030\004 \001(\t\"\236\002" - + "\n\025SecurityBulletinEvent\022\036\n\026resource_type" - + "_affected\030\001 \001(\t\022\023\n\013bulletin_id\030\002 \001(\t\022\017\n\007" - + "cve_ids\030\003 \003(\t\022\020\n\010severity\030\004 \001(\t\022\024\n\014bulle" - + "tin_uri\030\005 \001(\t\022\031\n\021brief_description\030\006 \001(\t" - + "\022!\n\031affected_supported_minors\030\007 \003(\t\022\030\n\020p" - + "atched_versions\030\010 \003(\t\022 \n\030suggested_upgra" - + "de_target\030\t \001(\t\022\035\n\025manual_steps_required" - + "\030\n \001(\010\"g\n\tAutopilot\022\017\n\007enabled\030\001 \001(\010\022I\n\026" - + "workload_policy_config\030\002 \001(\0132).google.co" - + "ntainer.v1.WorkloadPolicyConfig\"H\n\024Workl" - + "oadPolicyConfig\022\034\n\017allow_net_admin\030\001 \001(\010" - + "H\000\210\001\001B\022\n\020_allow_net_admin\"V\n\rLoggingConf" - + "ig\022E\n\020component_config\030\001 \001(\0132+.google.co" - + "ntainer.v1.LoggingComponentConfig\"\357\001\n\026Lo" - + "ggingComponentConfig\022P\n\021enable_component" - + "s\030\001 \003(\01625.google.container.v1.LoggingCom" - + "ponentConfig.Component\"\202\001\n\tComponent\022\031\n\025" - + "COMPONENT_UNSPECIFIED\020\000\022\025\n\021SYSTEM_COMPON" - + "ENTS\020\001\022\r\n\tWORKLOADS\020\002\022\r\n\tAPISERVER\020\003\022\r\n\t" - + "SCHEDULER\020\004\022\026\n\022CONTROLLER_MANAGER\020\005\"\227\002\n\020" - + "MonitoringConfig\022H\n\020component_config\030\001 \001" - + "(\0132..google.container.v1.MonitoringCompo" - + "nentConfig\022O\n\031managed_prometheus_config\030" - + "\002 \001(\0132,.google.container.v1.ManagedProme" - + "theusConfig\022h\n&advanced_datapath_observa" - + "bility_config\030\003 \001(\01328.google.container.v" - + "1.AdvancedDatapathObservabilityConfig\"\236\002" - + "\n#AdvancedDatapathObservabilityConfig\022\026\n" - + "\016enable_metrics\030\001 \001(\010\022V\n\nrelay_mode\030\002 \001(" - + "\0162B.google.container.v1.AdvancedDatapath" - + "ObservabilityConfig.RelayMode\022\031\n\014enable_" - + "relay\030\003 \001(\010H\000\210\001\001\"[\n\tRelayMode\022\032\n\026RELAY_M" - + "ODE_UNSPECIFIED\020\000\022\014\n\010DISABLED\020\001\022\023\n\017INTER" - + "NAL_VPC_LB\020\003\022\017\n\013EXTERNAL_LB\020\004B\017\n\r_enable" - + "_relay\"Z\n\025NodePoolLoggingConfig\022A\n\016varia" - + "nt_config\030\001 \001(\0132).google.container.v1.Lo" - + "ggingVariantConfig\"\237\001\n\024LoggingVariantCon" - + "fig\022B\n\007variant\030\001 \001(\01621.google.container." - + "v1.LoggingVariantConfig.Variant\"C\n\007Varia" - + "nt\022\027\n\023VARIANT_UNSPECIFIED\020\000\022\013\n\007DEFAULT\020\001" - + "\022\022\n\016MAX_THROUGHPUT\020\002\"\265\002\n\031MonitoringCompo" - + "nentConfig\022S\n\021enable_components\030\001 \003(\01628." - + "google.container.v1.MonitoringComponentC" - + "onfig.Component\"\302\001\n\tComponent\022\031\n\025COMPONE" - + "NT_UNSPECIFIED\020\000\022\025\n\021SYSTEM_COMPONENTS\020\001\022" - + "\r\n\tAPISERVER\020\003\022\r\n\tSCHEDULER\020\004\022\026\n\022CONTROL" - + "LER_MANAGER\020\005\022\013\n\007STORAGE\020\007\022\007\n\003HPA\020\010\022\007\n\003P" - + "OD\020\t\022\r\n\tDAEMONSET\020\n\022\016\n\nDEPLOYMENT\020\013\022\017\n\013S" - + "TATEFULSET\020\014\"*\n\027ManagedPrometheusConfig\022" - + "\017\n\007enabled\030\001 \001(\010\"D\n\005Fleet\022\017\n\007project\030\001 \001" - + "(\t\022\022\n\nmembership\030\002 \001(\t\022\026\n\016pre_registered" - + "\030\003 \001(\010\"2\n\027LocalNvmeSsdBlockConfig\022\027\n\017loc" - + "al_ssd_count\030\001 \001(\005\"9\n\036EphemeralStorageLo" - + "calSsdConfig\022\027\n\017local_ssd_count\030\001 \001(\005\"\204\001" - + "\n\023ResourceManagerTags\022@\n\004tags\030\001 \003(\01322.go" - + "ogle.container.v1.ResourceManagerTags.Ta" - + "gsEntry\032+\n\tTagsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" - + "ue\030\002 \001(\t:\0028\001\"\253\001\n\020EnterpriseConfig\022L\n\014clu" - + "ster_tier\030\001 \001(\01621.google.container.v1.En" - + "terpriseConfig.ClusterTierB\003\340A\003\"I\n\013Clust" - + "erTier\022\034\n\030CLUSTER_TIER_UNSPECIFIED\020\000\022\014\n\010" - + "STANDARD\020\001\022\016\n\nENTERPRISE\020\002*\306\001\n\027PrivateIP" - + "v6GoogleAccess\022*\n&PRIVATE_IPV6_GOOGLE_AC" - + "CESS_UNSPECIFIED\020\000\022\'\n#PRIVATE_IPV6_GOOGL" - + "E_ACCESS_DISABLED\020\001\022(\n$PRIVATE_IPV6_GOOG" - + "LE_ACCESS_TO_GOOGLE\020\002\022,\n(PRIVATE_IPV6_GO" - + "OGLE_ACCESS_BIDIRECTIONAL\020\003*W\n\023UpgradeRe" - + "sourceType\022%\n!UPGRADE_RESOURCE_TYPE_UNSP" - + "ECIFIED\020\000\022\n\n\006MASTER\020\001\022\r\n\tNODE_POOL\020\002*a\n\020" - + "DatapathProvider\022!\n\035DATAPATH_PROVIDER_UN" - + "SPECIFIED\020\000\022\023\n\017LEGACY_DATAPATH\020\001\022\025\n\021ADVA" - + "NCED_DATAPATH\020\002*^\n\026NodePoolUpdateStrateg" - + "y\022)\n%NODE_POOL_UPDATE_STRATEGY_UNSPECIFI" - + "ED\020\000\022\016\n\nBLUE_GREEN\020\002\022\t\n\005SURGE\020\003*@\n\tStack" - + "Type\022\032\n\026STACK_TYPE_UNSPECIFIED\020\000\022\010\n\004IPV4" - + "\020\001\022\r\n\tIPV4_IPV6\020\002*N\n\016IPv6AccessType\022 \n\034I" - + "PV6_ACCESS_TYPE_UNSPECIFIED\020\000\022\014\n\010INTERNA" - + "L\020\001\022\014\n\010EXTERNAL\020\002*\237\001\n\031InTransitEncryptio" - + "nConfig\022,\n(IN_TRANSIT_ENCRYPTION_CONFIG_" - + "UNSPECIFIED\020\000\022\"\n\036IN_TRANSIT_ENCRYPTION_D" - + "ISABLED\020\001\0220\n,IN_TRANSIT_ENCRYPTION_INTER" - + "_NODE_TRANSPARENT\020\0022\250I\n\016ClusterManager\022\350" - + "\001\n\014ListClusters\022(.google.container.v1.Li" - + "stClustersRequest\032).google.container.v1." - + "ListClustersResponse\"\202\001\332A\017project_id,zon" - + "e\332A\006parent\202\323\344\223\002a\022,/v1/{parent=projects/*" - + "/locations/*}/clustersZ1\022//v1/projects/{" - + "project_id}/zones/{zone}/clusters\022\355\001\n\nGe" - + "tCluster\022&.google.container.v1.GetCluste" - + "rRequest\032\034.google.container.v1.Cluster\"\230" - + "\001\332A\032project_id,zone,cluster_id\332A\004name\202\323\344" - + "\223\002n\022,/v1/{name=projects/*/locations/*/cl" - + "usters/*}Z>\022\n\004mode\030\002 \001(\01620.go" + + "ogle.container.v1.WorkloadMetadataConfig" + + ".Mode\"@\n\004Mode\022\024\n\020MODE_UNSPECIFIED\020\000\022\020\n\014G" + + "CE_METADATA\020\001\022\020\n\014GKE_METADATA\020\002\"\252\001\n\027SetN" + + "etworkPolicyRequest\022\026\n\nproject_id\030\001 \001(\tB" + + "\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(" + + "\tB\002\030\001\022?\n\016network_policy\030\004 \001(\0132\".google.c" + + "ontainer.v1.NetworkPolicyB\003\340A\002\022\014\n\004name\030\006" + + " \001(\t\"\271\001\n\033SetMaintenancePolicyRequest\022\027\n\n" + + "project_id\030\001 \001(\tB\003\340A\002\022\021\n\004zone\030\002 \001(\tB\003\340A\002" + + "\022\027\n\ncluster_id\030\003 \001(\tB\003\340A\002\022G\n\022maintenance" + + "_policy\030\004 \001(\0132&.google.container.v1.Main" + + "tenancePolicyB\003\340A\002\022\014\n\004name\030\005 \001(\t\"\251\002\n\017Sta" + + "tusCondition\022;\n\004code\030\001 \001(\0162).google.cont" + + "ainer.v1.StatusCondition.CodeB\002\030\001\022\017\n\007mes" + + "sage\030\002 \001(\t\022(\n\016canonical_code\030\003 \001(\0162\020.goo" + + "gle.rpc.Code\"\235\001\n\004Code\022\013\n\007UNKNOWN\020\000\022\020\n\014GC" + + "E_STOCKOUT\020\001\022\037\n\033GKE_SERVICE_ACCOUNT_DELE" + + "TED\020\002\022\026\n\022GCE_QUOTA_EXCEEDED\020\003\022\023\n\017SET_BY_" + + "OPERATOR\020\004\022\027\n\023CLOUD_KMS_KEY_ERROR\020\007\022\017\n\013C" + + "A_EXPIRING\020\t\"\315\010\n\rNetworkConfig\022\017\n\007networ" + + "k\030\001 \001(\t\022\022\n\nsubnetwork\030\002 \001(\t\022$\n\034enable_in" + + "tra_node_visibility\030\005 \001(\010\022C\n\023default_sna" + + "t_status\030\007 \001(\0132&.google.container.v1.Def" + + "aultSnatStatus\022\037\n\027enable_l4ilb_subsettin", + "g\030\n \001(\010\022@\n\021datapath_provider\030\013 \001(\0162%.goo" + + "gle.container.v1.DatapathProvider\022P\n\032pri" + + "vate_ipv6_google_access\030\014 \001(\0162,.google.c" + + "ontainer.v1.PrivateIPv6GoogleAccess\0222\n\nd" + + "ns_config\030\r \001(\0132\036.google.container.v1.DN" + + "SConfig\022R\n\033service_external_ips_config\030\017" + + " \001(\0132-.google.container.v1.ServiceExtern" + + "alIPsConfig\022A\n\022gateway_api_config\030\020 \001(\0132" + + "%.google.container.v1.GatewayAPIConfig\022\037" + + "\n\027enable_multi_networking\030\021 \001(\010\022f\n\032netwo" + + "rk_performance_config\030\022 \001(\0132B.google.con" + + "tainer.v1.NetworkConfig.ClusterNetworkPe" + + "rformanceConfig\022\'\n\032enable_fqdn_network_p" + + "olicy\030\023 \001(\010H\000\210\001\001\022Y\n\034in_transit_encryptio" + + "n_config\030\024 \001(\0162..google.container.v1.InT" + + "ransitEncryptionConfigH\001\210\001\001\032\336\001\n\037ClusterN" + + "etworkPerformanceConfig\022q\n\033total_egress_" + + "bandwidth_tier\030\001 \001(\0162G.google.container." + + "v1.NetworkConfig.ClusterNetworkPerforman" + + "ceConfig.TierH\000\210\001\001\"(\n\004Tier\022\024\n\020TIER_UNSPE" + + "CIFIED\020\000\022\n\n\006TIER_1\020\001B\036\n\034_total_egress_ba" + + "ndwidth_tierB\035\n\033_enable_fqdn_network_pol" + + "icyB\037\n\035_in_transit_encryption_config\"\274\001\n" + + "\020GatewayAPIConfig\022>\n\007channel\030\001 \001(\0162-.goo" + + "gle.container.v1.GatewayAPIConfig.Channe" + + "l\"h\n\007Channel\022\027\n\023CHANNEL_UNSPECIFIED\020\000\022\024\n" + + "\020CHANNEL_DISABLED\020\001\022\030\n\024CHANNEL_EXPERIMEN" + + "TAL\020\003\022\024\n\020CHANNEL_STANDARD\020\004\"+\n\030ServiceEx" + + "ternalIPsConfig\022\017\n\007enabled\030\001 \001(\010\"(\n\026GetO" + + "penIDConfigRequest\022\016\n\006parent\030\001 \001(\t\"\334\001\n\027G" + + "etOpenIDConfigResponse\022\016\n\006issuer\030\001 \001(\t\022\020" + + "\n\010jwks_uri\030\002 \001(\t\022 \n\030response_types_suppo" + + "rted\030\003 \003(\t\022\037\n\027subject_types_supported\030\004 " + + "\003(\t\022-\n%id_token_signing_alg_values_suppo" + + "rted\030\005 \003(\t\022\030\n\020claims_supported\030\006 \003(\t\022\023\n\013" + + "grant_types\030\007 \003(\t\"\'\n\025GetJSONWebKeysReque" + + "st\022\016\n\006parent\030\001 \001(\t\"r\n\003Jwk\022\013\n\003kty\030\001 \001(\t\022\013" + + "\n\003alg\030\002 \001(\t\022\013\n\003use\030\003 \001(\t\022\013\n\003kid\030\004 \001(\t\022\t\n" + + "\001n\030\005 \001(\t\022\t\n\001e\030\006 \001(\t\022\t\n\001x\030\007 \001(\t\022\t\n\001y\030\010 \001(" + + "\t\022\013\n\003crv\030\t \001(\t\"@\n\026GetJSONWebKeysResponse" + + "\022&\n\004keys\030\001 \003(\0132\030.google.container.v1.Jwk" + + "\"2\n\"CheckAutopilotCompatibilityRequest\022\014" + + "\n\004name\030\001 \001(\t\"\374\002\n\033AutopilotCompatibilityI" + + "ssue\0224\n\020last_observation\030\001 \001(\0132\032.google." + + "protobuf.Timestamp\022\027\n\017constraint_type\030\002 " + + "\001(\t\022X\n\024incompatibility_type\030\003 \001(\0162:.goog" + + "le.container.v1.AutopilotCompatibilityIs" + + "sue.IssueType\022\020\n\010subjects\030\004 \003(\t\022\031\n\021docum" + + "entation_url\030\005 \001(\t\022\023\n\013description\030\006 \001(\t\"" + + "r\n\tIssueType\022\017\n\013UNSPECIFIED\020\000\022\023\n\017INCOMPA" + + "TIBILITY\020\001\022\036\n\032ADDITIONAL_CONFIG_REQUIRED" + + "\020\002\022\037\n\033PASSED_WITH_OPTIONAL_CONFIG\020\003\"x\n#C" + + "heckAutopilotCompatibilityResponse\022@\n\006is" + + "sues\030\001 \003(\01320.google.container.v1.Autopil" + + "otCompatibilityIssue\022\017\n\007summary\030\002 \001(\t\"\216\001" + + "\n\016ReleaseChannel\022<\n\007channel\030\001 \001(\0162+.goog" + + "le.container.v1.ReleaseChannel.Channel\">" + + "\n\007Channel\022\017\n\013UNSPECIFIED\020\000\022\t\n\005RAPID\020\001\022\013\n" + + "\007REGULAR\020\002\022\n\n\006STABLE\020\003\"\'\n\024CostManagement" + + "Config\022\017\n\007enabled\030\001 \001(\010\",\n\031IntraNodeVisi" + + "bilityConfig\022\017\n\007enabled\030\001 \001(\010\"&\n\023ILBSubs" + + "ettingConfig\022\017\n\007enabled\030\001 \001(\010\"\313\002\n\tDNSCon" + + "fig\022<\n\013cluster_dns\030\001 \001(\0162\'.google.contai" + + "ner.v1.DNSConfig.Provider\022B\n\021cluster_dns" + + "_scope\030\002 \001(\0162\'.google.container.v1.DNSCo" + + "nfig.DNSScope\022\032\n\022cluster_dns_domain\030\003 \001(" + + "\t\"W\n\010Provider\022\030\n\024PROVIDER_UNSPECIFIED\020\000\022" + + "\024\n\020PLATFORM_DEFAULT\020\001\022\r\n\tCLOUD_DNS\020\002\022\014\n\010" + + "KUBE_DNS\020\003\"G\n\010DNSScope\022\031\n\025DNS_SCOPE_UNSP" + + "ECIFIED\020\000\022\021\n\rCLUSTER_SCOPE\020\001\022\r\n\tVPC_SCOP" + + "E\020\002\".\n\021MaxPodsConstraint\022\031\n\021max_pods_per" + + "_node\030\001 \001(\003\"/\n\026WorkloadIdentityConfig\022\025\n" + + "\rworkload_pool\030\002 \001(\t\"(\n\025IdentityServiceC" + + "onfig\022\017\n\007enabled\030\001 \001(\010\"K\n\020MeshCertificat" + + "es\0227\n\023enable_certificates\030\001 \001(\0132\032.google" + + ".protobuf.BoolValue\"\230\001\n\022DatabaseEncrypti" + + "on\022\020\n\010key_name\030\001 \001(\t\022<\n\005state\030\002 \001(\0162-.go" + + "ogle.container.v1.DatabaseEncryption.Sta" + + "te\"2\n\005State\022\013\n\007UNKNOWN\020\000\022\r\n\tENCRYPTED\020\001\022" + + "\r\n\tDECRYPTED\020\002\"e\n\034ListUsableSubnetworksR" + + "equest\022\016\n\006parent\030\001 \001(\t\022\016\n\006filter\030\002 \001(\t\022\021" + + "\n\tpage_size\030\003 \001(\005\022\022\n\npage_token\030\004 \001(\t\"t\n" + + "\035ListUsableSubnetworksResponse\022:\n\013subnet" + + "works\030\001 \003(\0132%.google.container.v1.Usable" + + "Subnetwork\022\027\n\017next_page_token\030\002 \001(\t\"\200\002\n\036" + + "UsableSubnetworkSecondaryRange\022\022\n\nrange_" + + "name\030\001 \001(\t\022\025\n\rip_cidr_range\030\002 \001(\t\022J\n\006sta" + + "tus\030\003 \001(\0162:.google.container.v1.UsableSu" + + "bnetworkSecondaryRange.Status\"g\n\006Status\022" + + "\013\n\007UNKNOWN\020\000\022\n\n\006UNUSED\020\001\022\022\n\016IN_USE_SERVI" + + "CE\020\002\022\030\n\024IN_USE_SHAREABLE_POD\020\003\022\026\n\022IN_USE" + + "_MANAGED_POD\020\004\"\270\001\n\020UsableSubnetwork\022\022\n\ns" + + "ubnetwork\030\001 \001(\t\022\017\n\007network\030\002 \001(\t\022\025\n\rip_c" + + "idr_range\030\003 \001(\t\022P\n\023secondary_ip_ranges\030\004" + + " \003(\01323.google.container.v1.UsableSubnetw" + + "orkSecondaryRange\022\026\n\016status_message\030\005 \001(" + + "\t\"\355\002\n\031ResourceUsageExportConfig\022`\n\024bigqu" + + "ery_destination\030\001 \001(\0132B.google.container" + + ".v1.ResourceUsageExportConfig.BigQueryDe" + + "stination\022&\n\036enable_network_egress_meter" + + "ing\030\002 \001(\010\022m\n\033consumption_metering_config" + + "\030\003 \001(\0132H.google.container.v1.ResourceUsa" + + "geExportConfig.ConsumptionMeteringConfig" + + "\032)\n\023BigQueryDestination\022\022\n\ndataset_id\030\001 " + + "\001(\t\032,\n\031ConsumptionMeteringConfig\022\017\n\007enab" + + "led\030\001 \001(\010\")\n\026VerticalPodAutoscaling\022\017\n\007e" + + "nabled\030\001 \001(\010\"%\n\021DefaultSnatStatus\022\020\n\010dis" + + "abled\030\001 \001(\010\" \n\rShieldedNodes\022\017\n\007enabled\030" + + "\001 \001(\010\"\035\n\nVirtualNIC\022\017\n\007enabled\030\001 \001(\010\"\035\n\n" + + "FastSocket\022\017\n\007enabled\030\001 \001(\010\"\250\003\n\022Notifica" + + "tionConfig\022>\n\006pubsub\030\001 \001(\0132..google.cont" + + "ainer.v1.NotificationConfig.PubSub\032\212\001\n\006P" + + "ubSub\022\017\n\007enabled\030\001 \001(\010\022/\n\005topic\030\002 \001(\tB \372" + + "A\035\n\033pubsub.googleapis.com/Topic\022>\n\006filte" + + "r\030\003 \001(\0132..google.container.v1.Notificati" + + "onConfig.Filter\032O\n\006Filter\022E\n\nevent_type\030" + + "\001 \003(\01621.google.container.v1.Notification" + + "Config.EventType\"t\n\tEventType\022\032\n\026EVENT_T" + + "YPE_UNSPECIFIED\020\000\022\033\n\027UPGRADE_AVAILABLE_E" + + "VENT\020\001\022\021\n\rUPGRADE_EVENT\020\002\022\033\n\027SECURITY_BU" + + "LLETIN_EVENT\020\003\"$\n\021ConfidentialNodes\022\017\n\007e" + + "nabled\030\001 \001(\010\"\337\001\n\014UpgradeEvent\022?\n\rresourc" + + "e_type\030\001 \001(\0162(.google.container.v1.Upgra" + + "deResourceType\022\021\n\toperation\030\002 \001(\t\0228\n\024ope" + + "ration_start_time\030\003 \001(\0132\032.google.protobu" + + "f.Timestamp\022\027\n\017current_version\030\004 \001(\t\022\026\n\016" + + "target_version\030\005 \001(\t\022\020\n\010resource\030\006 \001(\t\"\271" + + "\001\n\025UpgradeAvailableEvent\022\017\n\007version\030\001 \001(" + + "\t\022?\n\rresource_type\030\002 \001(\0162(.google.contai" + + "ner.v1.UpgradeResourceType\022<\n\017release_ch" + + "annel\030\003 \001(\0132#.google.container.v1.Releas" + + "eChannel\022\020\n\010resource\030\004 \001(\t\"\236\002\n\025SecurityB" + + "ulletinEvent\022\036\n\026resource_type_affected\030\001" + + " \001(\t\022\023\n\013bulletin_id\030\002 \001(\t\022\017\n\007cve_ids\030\003 \003" + + "(\t\022\020\n\010severity\030\004 \001(\t\022\024\n\014bulletin_uri\030\005 \001" + + "(\t\022\031\n\021brief_description\030\006 \001(\t\022!\n\031affecte" + + "d_supported_minors\030\007 \003(\t\022\030\n\020patched_vers" + + "ions\030\010 \003(\t\022 \n\030suggested_upgrade_target\030\t" + + " \001(\t\022\035\n\025manual_steps_required\030\n \001(\010\"g\n\tA" + + "utopilot\022\017\n\007enabled\030\001 \001(\010\022I\n\026workload_po" + + "licy_config\030\002 \001(\0132).google.container.v1." + + "WorkloadPolicyConfig\"H\n\024WorkloadPolicyCo" + + "nfig\022\034\n\017allow_net_admin\030\001 \001(\010H\000\210\001\001B\022\n\020_a" + + "llow_net_admin\"V\n\rLoggingConfig\022E\n\020compo" + + "nent_config\030\001 \001(\0132+.google.container.v1." + + "LoggingComponentConfig\"\357\001\n\026LoggingCompon" + + "entConfig\022P\n\021enable_components\030\001 \003(\01625.g" + + "oogle.container.v1.LoggingComponentConfi" + + "g.Component\"\202\001\n\tComponent\022\031\n\025COMPONENT_U" + + "NSPECIFIED\020\000\022\025\n\021SYSTEM_COMPONENTS\020\001\022\r\n\tW" + + "ORKLOADS\020\002\022\r\n\tAPISERVER\020\003\022\r\n\tSCHEDULER\020\004" + + "\022\026\n\022CONTROLLER_MANAGER\020\005\"\227\002\n\020MonitoringC" + + "onfig\022H\n\020component_config\030\001 \001(\0132..google" + + ".container.v1.MonitoringComponentConfig\022" + + "O\n\031managed_prometheus_config\030\002 \001(\0132,.goo" + + "gle.container.v1.ManagedPrometheusConfig" + + "\022h\n&advanced_datapath_observability_conf" + + "ig\030\003 \001(\01328.google.container.v1.AdvancedD" + + "atapathObservabilityConfig\"\236\002\n#AdvancedD" + + "atapathObservabilityConfig\022\026\n\016enable_met" + + "rics\030\001 \001(\010\022V\n\nrelay_mode\030\002 \001(\0162B.google." + + "container.v1.AdvancedDatapathObservabili" + + "tyConfig.RelayMode\022\031\n\014enable_relay\030\003 \001(\010" + + "H\000\210\001\001\"[\n\tRelayMode\022\032\n\026RELAY_MODE_UNSPECI" + + "FIED\020\000\022\014\n\010DISABLED\020\001\022\023\n\017INTERNAL_VPC_LB\020" + + "\003\022\017\n\013EXTERNAL_LB\020\004B\017\n\r_enable_relay\"Z\n\025N" + + "odePoolLoggingConfig\022A\n\016variant_config\030\001" + + " \001(\0132).google.container.v1.LoggingVarian" + + "tConfig\"\237\001\n\024LoggingVariantConfig\022B\n\007vari" + + "ant\030\001 \001(\01621.google.container.v1.LoggingV" + + "ariantConfig.Variant\"C\n\007Variant\022\027\n\023VARIA" + + "NT_UNSPECIFIED\020\000\022\013\n\007DEFAULT\020\001\022\022\n\016MAX_THR" + + "OUGHPUT\020\002\"\265\002\n\031MonitoringComponentConfig\022" + + "S\n\021enable_components\030\001 \003(\01628.google.cont" + + "ainer.v1.MonitoringComponentConfig.Compo" + + "nent\"\302\001\n\tComponent\022\031\n\025COMPONENT_UNSPECIF" + + "IED\020\000\022\025\n\021SYSTEM_COMPONENTS\020\001\022\r\n\tAPISERVE" + + "R\020\003\022\r\n\tSCHEDULER\020\004\022\026\n\022CONTROLLER_MANAGER" + + "\020\005\022\013\n\007STORAGE\020\007\022\007\n\003HPA\020\010\022\007\n\003POD\020\t\022\r\n\tDAE" + + "MONSET\020\n\022\016\n\nDEPLOYMENT\020\013\022\017\n\013STATEFULSET\020" + + "\014\"*\n\027ManagedPrometheusConfig\022\017\n\007enabled\030" + + "\001 \001(\010\"D\n\005Fleet\022\017\n\007project\030\001 \001(\t\022\022\n\nmembe" + + "rship\030\002 \001(\t\022\026\n\016pre_registered\030\003 \001(\010\"2\n\027L" + + "ocalNvmeSsdBlockConfig\022\027\n\017local_ssd_coun" + + "t\030\001 \001(\005\"9\n\036EphemeralStorageLocalSsdConfi" + + "g\022\027\n\017local_ssd_count\030\001 \001(\005\"\204\001\n\023ResourceM" + + "anagerTags\022@\n\004tags\030\001 \003(\01322.google.contai" + + "ner.v1.ResourceManagerTags.TagsEntry\032+\n\t" + + "TagsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028" + + "\001\"\253\001\n\020EnterpriseConfig\022L\n\014cluster_tier\030\001" + + " \001(\01621.google.container.v1.EnterpriseCon" + + "fig.ClusterTierB\003\340A\003\"I\n\013ClusterTier\022\034\n\030C" + + "LUSTER_TIER_UNSPECIFIED\020\000\022\014\n\010STANDARD\020\001\022" + + "\016\n\nENTERPRISE\020\002*\306\001\n\027PrivateIPv6GoogleAcc" + + "ess\022*\n&PRIVATE_IPV6_GOOGLE_ACCESS_UNSPEC" + + "IFIED\020\000\022\'\n#PRIVATE_IPV6_GOOGLE_ACCESS_DI" + + "SABLED\020\001\022(\n$PRIVATE_IPV6_GOOGLE_ACCESS_T" + + "O_GOOGLE\020\002\022,\n(PRIVATE_IPV6_GOOGLE_ACCESS" + + "_BIDIRECTIONAL\020\003*W\n\023UpgradeResourceType\022" + + "%\n!UPGRADE_RESOURCE_TYPE_UNSPECIFIED\020\000\022\n" + + "\n\006MASTER\020\001\022\r\n\tNODE_POOL\020\002*a\n\020DatapathPro" + + "vider\022!\n\035DATAPATH_PROVIDER_UNSPECIFIED\020\000" + + "\022\023\n\017LEGACY_DATAPATH\020\001\022\025\n\021ADVANCED_DATAPA" + + "TH\020\002*^\n\026NodePoolUpdateStrategy\022)\n%NODE_P" + + "OOL_UPDATE_STRATEGY_UNSPECIFIED\020\000\022\016\n\nBLU" + + "E_GREEN\020\002\022\t\n\005SURGE\020\003*@\n\tStackType\022\032\n\026STA" + + "CK_TYPE_UNSPECIFIED\020\000\022\010\n\004IPV4\020\001\022\r\n\tIPV4_" + + "IPV6\020\002*N\n\016IPv6AccessType\022 \n\034IPV6_ACCESS_" + + "TYPE_UNSPECIFIED\020\000\022\014\n\010INTERNAL\020\001\022\014\n\010EXTE" + + "RNAL\020\002*\237\001\n\031InTransitEncryptionConfig\022,\n(" + + "IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED" + + "\020\000\022\"\n\036IN_TRANSIT_ENCRYPTION_DISABLED\020\001\0220" + + "\n,IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANS" + + "PARENT\020\0022\250I\n\016ClusterManager\022\350\001\n\014ListClus" + + "ters\022(.google.container.v1.ListClustersR" + + "equest\032).google.container.v1.ListCluster" + + "sResponse\"\202\001\332A\017project_id,zone\332A\006parent\202" + + "\323\344\223\002a\022,/v1/{parent=projects/*/locations/" + + "*}/clustersZ1\022//v1/projects/{project_id}" + + "/zones/{zone}/clusters\022\355\001\n\nGetCluster\022&." + + "google.container.v1.GetClusterRequest\032\034." + + "google.container.v1.Cluster\"\230\001\332A\032project" + + "_id,zone,cluster_id\332A\004name\202\323\344\223\002n\022,/v1/{n" + + "ame=projects/*/locations/*/clusters/*}Z>" + + "\022**/v1/{name=projects/*/locations/*/cluste" - + "rs/*}:setResourceLabels:\001*ZP\"K/v1/projec" - + "ts/{project_id}/zones/{zone}/clusters/{c" - + "luster_id}/resourceLabels:\001*\022\245\002\n\rSetLega" - + "cyAbac\022).google.container.v1.SetLegacyAb" - + "acRequest\032\036.google.container.v1.Operatio" - + "n\"\310\001\332A\"project_id,zone,cluster_id,enable" - + "d\332A\014name,enabled\202\323\344\223\002\215\001\":/v1/{name=proje" - + "cts/*/locations/*/clusters/*}:setLegacyA" - + "bac:\001*ZL\"G/v1/projects/{project_id}/zone" - + "s/{zone}/clusters/{cluster_id}/legacyAba" - + "c:\001*\022\240\002\n\017StartIPRotation\022+.google.contai" - + "ner.v1.StartIPRotationRequest\032\036.google.c" - + "ontainer.v1.Operation\"\277\001\332A\032project_id,zo" - + "ne,cluster_id\332A\004name\202\323\344\223\002\224\001\"/v1/{name=" + + "projects/*/locations/*/clusters/*}:setRe" + + "sourceLabels:\001*ZP\"K/v1/projects/{project" + + "_id}/zones/{zone}/clusters/{cluster_id}/" + + "resourceLabels:\001*\022\245\002\n\rSetLegacyAbac\022).go" + + "ogle.container.v1.SetLegacyAbacRequest\032\036" + + ".google.container.v1.Operation\"\310\001\332A\"proj" + + "ect_id,zone,cluster_id,enabled\332A\014name,en" + + "abled\202\323\344\223\002\215\001\":/v1/{name=projects/*/locat" + + "ions/*/clusters/*}:setLegacyAbac:\001*ZL\"G/" + "v1/projects/{project_id}/zones/{zone}/cl" - + "usters/{cluster_id}:setNetworkPolicy:\001*\022" - + "\332\002\n\024SetMaintenancePolicy\0220.google.contai" - + "ner.v1.SetMaintenancePolicyRequest\032\036.goo" - + "gle.container.v1.Operation\"\357\001\332A-project_" - + "id,zone,cluster_id,maintenance_policy\332A\027" - + "name,maintenance_policy\202\323\344\223\002\236\001\"A/v1/{nam" - + "e=projects/*/locations/*/clusters/*}:set" - + "MaintenancePolicy:\001*ZV\"Q/v1/projects/{pr" - + "oject_id}/zones/{zone}/clusters/{cluster" - + "_id}:setMaintenancePolicy:\001*\022\274\001\n\025ListUsa" - + "bleSubnetworks\0221.google.container.v1.Lis" - + "tUsableSubnetworksRequest\0322.google.conta" - + "iner.v1.ListUsableSubnetworksResponse\"<\202" - + "\323\344\223\0026\0224/v1/{parent=projects/*}/aggregate" - + "d/usableSubnetworks\022\342\001\n\033CheckAutopilotCo" - + "mpatibility\0227.google.container.v1.CheckA" - + "utopilotCompatibilityRequest\0328.google.co" - + "ntainer.v1.CheckAutopilotCompatibilityRe" - + "sponse\"P\202\323\344\223\002J\022H/v1/{name=projects/*/loc" - + "ations/*/clusters/*}:checkAutopilotCompa" - + "tibility\032L\312A\030container.googleapis.com\322A." - + "https://www.googleapis.com/auth/cloud-pl" - + "atformB\207\002\n\027com.google.container.v1B\023Clus" - + "terServiceProtoP\001Z;cloud.google.com/go/c" - + "ontainer/apiv1/containerpb;containerpb\252\002" - + "\031Google.Cloud.Container.V1\312\002\031Google\\Clou" - + "d\\Container\\V1\352\002\034Google::Cloud::Containe" - + "r::V1\352A@\n\033pubsub.googleapis.com/Topic\022!p" - + "rojects/{project}/topics/{topic}b\006proto3" + + "usters/{cluster_id}/legacyAbac:\001*\022\240\002\n\017St" + + "artIPRotation\022+.google.container.v1.Star" + + "tIPRotationRequest\032\036.google.container.v1" + + ".Operation\"\277\001\332A\032project_id,zone,cluster_", + "id\332A\004name\202\323\344\223\002\224\001\"string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4110 + * google/container/v1/cluster_service.proto;l=4120 * @return The projectId. */ @java.lang.Override @@ -110,7 +110,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4110 + * google/container/v1/cluster_service.proto;l=4120 * @return The bytes for projectId. */ @java.lang.Override @@ -144,7 +144,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4116 + * google/container/v1/cluster_service.proto;l=4126 * @return The zone. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4116 + * google/container/v1/cluster_service.proto;l=4126 * @return The bytes for zone. */ @java.lang.Override @@ -205,7 +205,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4120 + * google/container/v1/cluster_service.proto;l=4130 * @return The clusterId. */ @java.lang.Override @@ -232,7 +232,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4120 + * google/container/v1/cluster_service.proto;l=4130 * @return The bytes for clusterId. */ @java.lang.Override @@ -729,7 +729,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4110 + * google/container/v1/cluster_service.proto;l=4120 * @return The projectId. */ @java.lang.Deprecated @@ -756,7 +756,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4110 + * google/container/v1/cluster_service.proto;l=4120 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -783,7 +783,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4110 + * google/container/v1/cluster_service.proto;l=4120 * @param value The projectId to set. * @return This builder for chaining. */ @@ -809,7 +809,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4110 + * google/container/v1/cluster_service.proto;l=4120 * @return This builder for chaining. */ @java.lang.Deprecated @@ -831,7 +831,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4110 + * google/container/v1/cluster_service.proto;l=4120 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -861,7 +861,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4116 + * google/container/v1/cluster_service.proto;l=4126 * @return The zone. */ @java.lang.Deprecated @@ -889,7 +889,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4116 + * google/container/v1/cluster_service.proto;l=4126 * @return The bytes for zone. */ @java.lang.Deprecated @@ -917,7 +917,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4116 + * google/container/v1/cluster_service.proto;l=4126 * @param value The zone to set. * @return This builder for chaining. */ @@ -944,7 +944,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4116 + * google/container/v1/cluster_service.proto;l=4126 * @return This builder for chaining. */ @java.lang.Deprecated @@ -967,7 +967,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4116 + * google/container/v1/cluster_service.proto;l=4126 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -995,7 +995,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4120 + * google/container/v1/cluster_service.proto;l=4130 * @return The clusterId. */ @java.lang.Deprecated @@ -1021,7 +1021,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4120 + * google/container/v1/cluster_service.proto;l=4130 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1047,7 +1047,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4120 + * google/container/v1/cluster_service.proto;l=4130 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1072,7 +1072,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4120 + * google/container/v1/cluster_service.proto;l=4130 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1093,7 +1093,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4120 + * google/container/v1/cluster_service.proto;l=4130 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java index 6de53dfbb59d..206e62ab8701 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface CompleteIPRotationRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4110 + * google/container/v1/cluster_service.proto;l=4120 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface CompleteIPRotationRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4110 + * google/container/v1/cluster_service.proto;l=4120 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface CompleteIPRotationRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4116 + * google/container/v1/cluster_service.proto;l=4126 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface CompleteIPRotationRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4116 + * google/container/v1/cluster_service.proto;l=4126 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface CompleteIPRotationRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4120 + * google/container/v1/cluster_service.proto;l=4130 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface CompleteIPRotationRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4120 + * google/container/v1/cluster_service.proto;l=4130 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java index 4c7b25831e34..1d49ba0c0c14 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java @@ -82,7 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2560 + * google/container/v1/cluster_service.proto;l=2570 * @return The projectId. */ @java.lang.Override @@ -110,7 +110,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2560 + * google/container/v1/cluster_service.proto;l=2570 * @return The bytes for projectId. */ @java.lang.Override @@ -144,7 +144,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2566 + * google/container/v1/cluster_service.proto;l=2576 * @return The zone. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2566 + * google/container/v1/cluster_service.proto;l=2576 * @return The bytes for zone. */ @java.lang.Override @@ -740,7 +740,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2560 + * google/container/v1/cluster_service.proto;l=2570 * @return The projectId. */ @java.lang.Deprecated @@ -767,7 +767,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2560 + * google/container/v1/cluster_service.proto;l=2570 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -794,7 +794,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2560 + * google/container/v1/cluster_service.proto;l=2570 * @param value The projectId to set. * @return This builder for chaining. */ @@ -820,7 +820,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2560 + * google/container/v1/cluster_service.proto;l=2570 * @return This builder for chaining. */ @java.lang.Deprecated @@ -842,7 +842,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2560 + * google/container/v1/cluster_service.proto;l=2570 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -872,7 +872,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2566 + * google/container/v1/cluster_service.proto;l=2576 * @return The zone. */ @java.lang.Deprecated @@ -900,7 +900,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2566 + * google/container/v1/cluster_service.proto;l=2576 * @return The bytes for zone. */ @java.lang.Deprecated @@ -928,7 +928,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2566 + * google/container/v1/cluster_service.proto;l=2576 * @param value The zone to set. * @return This builder for chaining. */ @@ -955,7 +955,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2566 + * google/container/v1/cluster_service.proto;l=2576 * @return This builder for chaining. */ @java.lang.Deprecated @@ -978,7 +978,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2566 + * google/container/v1/cluster_service.proto;l=2576 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java index 2a546c1bddb3..c41d0a173bcd 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface CreateClusterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2560 + * google/container/v1/cluster_service.proto;l=2570 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface CreateClusterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2560 + * google/container/v1/cluster_service.proto;l=2570 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface CreateClusterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2566 + * google/container/v1/cluster_service.proto;l=2576 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface CreateClusterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2566 + * google/container/v1/cluster_service.proto;l=2576 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java index 32a8fcaac35c..785376fbb0c9 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3175 + * google/container/v1/cluster_service.proto;l=3185 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3175 + * google/container/v1/cluster_service.proto;l=3185 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3181 + * google/container/v1/cluster_service.proto;l=3191 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3181 + * google/container/v1/cluster_service.proto;l=3191 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3185 + * google/container/v1/cluster_service.proto;l=3195 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3185 + * google/container/v1/cluster_service.proto;l=3195 * @return The bytes for clusterId. */ @java.lang.Override @@ -823,7 +823,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3175 + * google/container/v1/cluster_service.proto;l=3185 * @return The projectId. */ @java.lang.Deprecated @@ -850,7 +850,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3175 + * google/container/v1/cluster_service.proto;l=3185 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -877,7 +877,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3175 + * google/container/v1/cluster_service.proto;l=3185 * @param value The projectId to set. * @return This builder for chaining. */ @@ -903,7 +903,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3175 + * google/container/v1/cluster_service.proto;l=3185 * @return This builder for chaining. */ @java.lang.Deprecated @@ -925,7 +925,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3175 + * google/container/v1/cluster_service.proto;l=3185 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -955,7 +955,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3181 + * google/container/v1/cluster_service.proto;l=3191 * @return The zone. */ @java.lang.Deprecated @@ -983,7 +983,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3181 + * google/container/v1/cluster_service.proto;l=3191 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1011,7 +1011,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3181 + * google/container/v1/cluster_service.proto;l=3191 * @param value The zone to set. * @return This builder for chaining. */ @@ -1038,7 +1038,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3181 + * google/container/v1/cluster_service.proto;l=3191 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1061,7 +1061,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3181 + * google/container/v1/cluster_service.proto;l=3191 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1089,7 +1089,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3185 + * google/container/v1/cluster_service.proto;l=3195 * @return The clusterId. */ @java.lang.Deprecated @@ -1115,7 +1115,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3185 + * google/container/v1/cluster_service.proto;l=3195 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1141,7 +1141,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3185 + * google/container/v1/cluster_service.proto;l=3195 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1166,7 +1166,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3185 + * google/container/v1/cluster_service.proto;l=3195 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1187,7 +1187,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3185 + * google/container/v1/cluster_service.proto;l=3195 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java index be5fd5e0166f..bf0ce09f670b 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface CreateNodePoolRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3175 + * google/container/v1/cluster_service.proto;l=3185 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface CreateNodePoolRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3175 + * google/container/v1/cluster_service.proto;l=3185 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface CreateNodePoolRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3181 + * google/container/v1/cluster_service.proto;l=3191 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface CreateNodePoolRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3181 + * google/container/v1/cluster_service.proto;l=3191 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface CreateNodePoolRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3185 + * google/container/v1/cluster_service.proto;l=3195 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface CreateNodePoolRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3185 + * google/container/v1/cluster_service.proto;l=3195 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java index 3ed34e2bf715..0cb7834b5f90 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java @@ -82,7 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2999 + * google/container/v1/cluster_service.proto;l=3009 * @return The projectId. */ @java.lang.Override @@ -110,7 +110,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2999 + * google/container/v1/cluster_service.proto;l=3009 * @return The bytes for projectId. */ @java.lang.Override @@ -144,7 +144,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3005 + * google/container/v1/cluster_service.proto;l=3015 * @return The zone. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3005 + * google/container/v1/cluster_service.proto;l=3015 * @return The bytes for zone. */ @java.lang.Override @@ -205,7 +205,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3009 + * google/container/v1/cluster_service.proto;l=3019 * @return The clusterId. */ @java.lang.Override @@ -232,7 +232,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3009 + * google/container/v1/cluster_service.proto;l=3019 * @return The bytes for clusterId. */ @java.lang.Override @@ -728,7 +728,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2999 + * google/container/v1/cluster_service.proto;l=3009 * @return The projectId. */ @java.lang.Deprecated @@ -755,7 +755,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2999 + * google/container/v1/cluster_service.proto;l=3009 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -782,7 +782,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2999 + * google/container/v1/cluster_service.proto;l=3009 * @param value The projectId to set. * @return This builder for chaining. */ @@ -808,7 +808,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2999 + * google/container/v1/cluster_service.proto;l=3009 * @return This builder for chaining. */ @java.lang.Deprecated @@ -830,7 +830,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2999 + * google/container/v1/cluster_service.proto;l=3009 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -860,7 +860,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3005 + * google/container/v1/cluster_service.proto;l=3015 * @return The zone. */ @java.lang.Deprecated @@ -888,7 +888,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3005 + * google/container/v1/cluster_service.proto;l=3015 * @return The bytes for zone. */ @java.lang.Deprecated @@ -916,7 +916,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3005 + * google/container/v1/cluster_service.proto;l=3015 * @param value The zone to set. * @return This builder for chaining. */ @@ -943,7 +943,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3005 + * google/container/v1/cluster_service.proto;l=3015 * @return This builder for chaining. */ @java.lang.Deprecated @@ -966,7 +966,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3005 + * google/container/v1/cluster_service.proto;l=3015 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -994,7 +994,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3009 + * google/container/v1/cluster_service.proto;l=3019 * @return The clusterId. */ @java.lang.Deprecated @@ -1020,7 +1020,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3009 + * google/container/v1/cluster_service.proto;l=3019 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1046,7 +1046,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3009 + * google/container/v1/cluster_service.proto;l=3019 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1071,7 +1071,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3009 + * google/container/v1/cluster_service.proto;l=3019 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1092,7 +1092,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3009 + * google/container/v1/cluster_service.proto;l=3019 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java index 8b652f18541f..68967772f60b 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface DeleteClusterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2999 + * google/container/v1/cluster_service.proto;l=3009 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface DeleteClusterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2999 + * google/container/v1/cluster_service.proto;l=3009 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface DeleteClusterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3005 + * google/container/v1/cluster_service.proto;l=3015 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface DeleteClusterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3005 + * google/container/v1/cluster_service.proto;l=3015 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface DeleteClusterRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3009 + * google/container/v1/cluster_service.proto;l=3019 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface DeleteClusterRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3009 + * google/container/v1/cluster_service.proto;l=3019 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java index 98a57a511802..d4cc326930eb 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3201 + * google/container/v1/cluster_service.proto;l=3211 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3201 + * google/container/v1/cluster_service.proto;l=3211 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3207 + * google/container/v1/cluster_service.proto;l=3217 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3207 + * google/container/v1/cluster_service.proto;l=3217 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3211 + * google/container/v1/cluster_service.proto;l=3221 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3211 + * google/container/v1/cluster_service.proto;l=3221 * @return The bytes for clusterId. */ @java.lang.Override @@ -265,7 +265,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3215 + * google/container/v1/cluster_service.proto;l=3225 * @return The nodePoolId. */ @java.lang.Override @@ -292,7 +292,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3215 + * google/container/v1/cluster_service.proto;l=3225 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -814,7 +814,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3201 + * google/container/v1/cluster_service.proto;l=3211 * @return The projectId. */ @java.lang.Deprecated @@ -841,7 +841,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3201 + * google/container/v1/cluster_service.proto;l=3211 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -868,7 +868,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3201 + * google/container/v1/cluster_service.proto;l=3211 * @param value The projectId to set. * @return This builder for chaining. */ @@ -894,7 +894,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3201 + * google/container/v1/cluster_service.proto;l=3211 * @return This builder for chaining. */ @java.lang.Deprecated @@ -916,7 +916,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3201 + * google/container/v1/cluster_service.proto;l=3211 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -946,7 +946,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3207 + * google/container/v1/cluster_service.proto;l=3217 * @return The zone. */ @java.lang.Deprecated @@ -974,7 +974,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3207 + * google/container/v1/cluster_service.proto;l=3217 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1002,7 +1002,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3207 + * google/container/v1/cluster_service.proto;l=3217 * @param value The zone to set. * @return This builder for chaining. */ @@ -1029,7 +1029,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3207 + * google/container/v1/cluster_service.proto;l=3217 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1052,7 +1052,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3207 + * google/container/v1/cluster_service.proto;l=3217 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1080,7 +1080,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3211 + * google/container/v1/cluster_service.proto;l=3221 * @return The clusterId. */ @java.lang.Deprecated @@ -1106,7 +1106,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3211 + * google/container/v1/cluster_service.proto;l=3221 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1132,7 +1132,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3211 + * google/container/v1/cluster_service.proto;l=3221 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1157,7 +1157,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3211 + * google/container/v1/cluster_service.proto;l=3221 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1178,7 +1178,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3211 + * google/container/v1/cluster_service.proto;l=3221 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1206,7 +1206,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3215 + * google/container/v1/cluster_service.proto;l=3225 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1232,7 +1232,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3215 + * google/container/v1/cluster_service.proto;l=3225 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1258,7 +1258,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3215 + * google/container/v1/cluster_service.proto;l=3225 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1283,7 +1283,7 @@ public Builder setNodePoolId(java.lang.String value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3215 + * google/container/v1/cluster_service.proto;l=3225 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1304,7 +1304,7 @@ public Builder clearNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3215 + * google/container/v1/cluster_service.proto;l=3225 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java index 65feec638057..d9aeb0c1bdac 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface DeleteNodePoolRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3201 + * google/container/v1/cluster_service.proto;l=3211 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface DeleteNodePoolRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3201 + * google/container/v1/cluster_service.proto;l=3211 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface DeleteNodePoolRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3207 + * google/container/v1/cluster_service.proto;l=3217 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface DeleteNodePoolRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3207 + * google/container/v1/cluster_service.proto;l=3217 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface DeleteNodePoolRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3211 + * google/container/v1/cluster_service.proto;l=3221 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface DeleteNodePoolRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3211 + * google/container/v1/cluster_service.proto;l=3221 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -140,7 +140,7 @@ public interface DeleteNodePoolRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3215 + * google/container/v1/cluster_service.proto;l=3225 * @return The nodePoolId. */ @java.lang.Deprecated @@ -156,7 +156,7 @@ public interface DeleteNodePoolRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3215 + * google/container/v1/cluster_service.proto;l=3225 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java index cd8f5145a43b..dd43ea6e46dc 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java @@ -82,7 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2582 + * google/container/v1/cluster_service.proto;l=2592 * @return The projectId. */ @java.lang.Override @@ -110,7 +110,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2582 + * google/container/v1/cluster_service.proto;l=2592 * @return The bytes for projectId. */ @java.lang.Override @@ -144,7 +144,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2588 + * google/container/v1/cluster_service.proto;l=2598 * @return The zone. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2588 + * google/container/v1/cluster_service.proto;l=2598 * @return The bytes for zone. */ @java.lang.Override @@ -205,7 +205,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2592 + * google/container/v1/cluster_service.proto;l=2602 * @return The clusterId. */ @java.lang.Override @@ -232,7 +232,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2592 + * google/container/v1/cluster_service.proto;l=2602 * @return The bytes for clusterId. */ @java.lang.Override @@ -728,7 +728,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2582 + * google/container/v1/cluster_service.proto;l=2592 * @return The projectId. */ @java.lang.Deprecated @@ -755,7 +755,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2582 + * google/container/v1/cluster_service.proto;l=2592 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -782,7 +782,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2582 + * google/container/v1/cluster_service.proto;l=2592 * @param value The projectId to set. * @return This builder for chaining. */ @@ -808,7 +808,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2582 + * google/container/v1/cluster_service.proto;l=2592 * @return This builder for chaining. */ @java.lang.Deprecated @@ -830,7 +830,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2582 + * google/container/v1/cluster_service.proto;l=2592 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -860,7 +860,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2588 + * google/container/v1/cluster_service.proto;l=2598 * @return The zone. */ @java.lang.Deprecated @@ -888,7 +888,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2588 + * google/container/v1/cluster_service.proto;l=2598 * @return The bytes for zone. */ @java.lang.Deprecated @@ -916,7 +916,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2588 + * google/container/v1/cluster_service.proto;l=2598 * @param value The zone to set. * @return This builder for chaining. */ @@ -943,7 +943,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2588 + * google/container/v1/cluster_service.proto;l=2598 * @return This builder for chaining. */ @java.lang.Deprecated @@ -966,7 +966,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2588 + * google/container/v1/cluster_service.proto;l=2598 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -994,7 +994,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2592 + * google/container/v1/cluster_service.proto;l=2602 * @return The clusterId. */ @java.lang.Deprecated @@ -1020,7 +1020,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2592 + * google/container/v1/cluster_service.proto;l=2602 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1046,7 +1046,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2592 + * google/container/v1/cluster_service.proto;l=2602 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1071,7 +1071,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2592 + * google/container/v1/cluster_service.proto;l=2602 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1092,7 +1092,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2592 + * google/container/v1/cluster_service.proto;l=2602 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java index 42aa3e661cb6..c3b732c6d084 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface GetClusterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2582 + * google/container/v1/cluster_service.proto;l=2592 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface GetClusterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2582 + * google/container/v1/cluster_service.proto;l=2592 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface GetClusterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2588 + * google/container/v1/cluster_service.proto;l=2598 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface GetClusterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2588 + * google/container/v1/cluster_service.proto;l=2598 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface GetClusterRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2592 + * google/container/v1/cluster_service.proto;l=2602 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface GetClusterRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2592 + * google/container/v1/cluster_service.proto;l=2602 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java index 6c448de26ddd..c656ef57ec13 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3250 + * google/container/v1/cluster_service.proto;l=3260 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3250 + * google/container/v1/cluster_service.proto;l=3260 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3256 + * google/container/v1/cluster_service.proto;l=3266 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3256 + * google/container/v1/cluster_service.proto;l=3266 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3260 + * google/container/v1/cluster_service.proto;l=3270 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3260 + * google/container/v1/cluster_service.proto;l=3270 * @return The bytes for clusterId. */ @java.lang.Override @@ -265,7 +265,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3264 + * google/container/v1/cluster_service.proto;l=3274 * @return The nodePoolId. */ @java.lang.Override @@ -292,7 +292,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3264 + * google/container/v1/cluster_service.proto;l=3274 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -814,7 +814,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3250 + * google/container/v1/cluster_service.proto;l=3260 * @return The projectId. */ @java.lang.Deprecated @@ -841,7 +841,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3250 + * google/container/v1/cluster_service.proto;l=3260 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -868,7 +868,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3250 + * google/container/v1/cluster_service.proto;l=3260 * @param value The projectId to set. * @return This builder for chaining. */ @@ -894,7 +894,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3250 + * google/container/v1/cluster_service.proto;l=3260 * @return This builder for chaining. */ @java.lang.Deprecated @@ -916,7 +916,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3250 + * google/container/v1/cluster_service.proto;l=3260 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -946,7 +946,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3256 + * google/container/v1/cluster_service.proto;l=3266 * @return The zone. */ @java.lang.Deprecated @@ -974,7 +974,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3256 + * google/container/v1/cluster_service.proto;l=3266 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1002,7 +1002,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3256 + * google/container/v1/cluster_service.proto;l=3266 * @param value The zone to set. * @return This builder for chaining. */ @@ -1029,7 +1029,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3256 + * google/container/v1/cluster_service.proto;l=3266 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1052,7 +1052,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3256 + * google/container/v1/cluster_service.proto;l=3266 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1080,7 +1080,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3260 + * google/container/v1/cluster_service.proto;l=3270 * @return The clusterId. */ @java.lang.Deprecated @@ -1106,7 +1106,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3260 + * google/container/v1/cluster_service.proto;l=3270 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1132,7 +1132,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3260 + * google/container/v1/cluster_service.proto;l=3270 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1157,7 +1157,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3260 + * google/container/v1/cluster_service.proto;l=3270 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1178,7 +1178,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3260 + * google/container/v1/cluster_service.proto;l=3270 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1206,7 +1206,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3264 + * google/container/v1/cluster_service.proto;l=3274 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1232,7 +1232,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3264 + * google/container/v1/cluster_service.proto;l=3274 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1258,7 +1258,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3264 + * google/container/v1/cluster_service.proto;l=3274 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1283,7 +1283,7 @@ public Builder setNodePoolId(java.lang.String value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3264 + * google/container/v1/cluster_service.proto;l=3274 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1304,7 +1304,7 @@ public Builder clearNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3264 + * google/container/v1/cluster_service.proto;l=3274 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java index 645aec046037..2bdca204ae35 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface GetNodePoolRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3250 + * google/container/v1/cluster_service.proto;l=3260 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface GetNodePoolRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3250 + * google/container/v1/cluster_service.proto;l=3260 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface GetNodePoolRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3256 + * google/container/v1/cluster_service.proto;l=3266 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface GetNodePoolRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3256 + * google/container/v1/cluster_service.proto;l=3266 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface GetNodePoolRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3260 + * google/container/v1/cluster_service.proto;l=3270 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface GetNodePoolRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3260 + * google/container/v1/cluster_service.proto;l=3270 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -140,7 +140,7 @@ public interface GetNodePoolRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3264 + * google/container/v1/cluster_service.proto;l=3274 * @return The nodePoolId. */ @java.lang.Deprecated @@ -156,7 +156,7 @@ public interface GetNodePoolRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3264 + * google/container/v1/cluster_service.proto;l=3274 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java index 080839185379..daacd73a926f 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java @@ -82,7 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3051 + * google/container/v1/cluster_service.proto;l=3061 * @return The projectId. */ @java.lang.Override @@ -110,7 +110,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3051 + * google/container/v1/cluster_service.proto;l=3061 * @return The bytes for projectId. */ @java.lang.Override @@ -144,7 +144,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3057 + * google/container/v1/cluster_service.proto;l=3067 * @return The zone. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3057 + * google/container/v1/cluster_service.proto;l=3067 * @return The bytes for zone. */ @java.lang.Override @@ -205,7 +205,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3061 + * google/container/v1/cluster_service.proto;l=3071 * @return The operationId. */ @java.lang.Override @@ -232,7 +232,7 @@ public java.lang.String getOperationId() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3061 + * google/container/v1/cluster_service.proto;l=3071 * @return The bytes for operationId. */ @java.lang.Override @@ -728,7 +728,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3051 + * google/container/v1/cluster_service.proto;l=3061 * @return The projectId. */ @java.lang.Deprecated @@ -755,7 +755,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3051 + * google/container/v1/cluster_service.proto;l=3061 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -782,7 +782,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3051 + * google/container/v1/cluster_service.proto;l=3061 * @param value The projectId to set. * @return This builder for chaining. */ @@ -808,7 +808,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3051 + * google/container/v1/cluster_service.proto;l=3061 * @return This builder for chaining. */ @java.lang.Deprecated @@ -830,7 +830,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3051 + * google/container/v1/cluster_service.proto;l=3061 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -860,7 +860,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3057 + * google/container/v1/cluster_service.proto;l=3067 * @return The zone. */ @java.lang.Deprecated @@ -888,7 +888,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3057 + * google/container/v1/cluster_service.proto;l=3067 * @return The bytes for zone. */ @java.lang.Deprecated @@ -916,7 +916,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3057 + * google/container/v1/cluster_service.proto;l=3067 * @param value The zone to set. * @return This builder for chaining. */ @@ -943,7 +943,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3057 + * google/container/v1/cluster_service.proto;l=3067 * @return This builder for chaining. */ @java.lang.Deprecated @@ -966,7 +966,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3057 + * google/container/v1/cluster_service.proto;l=3067 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -994,7 +994,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3061 + * google/container/v1/cluster_service.proto;l=3071 * @return The operationId. */ @java.lang.Deprecated @@ -1020,7 +1020,7 @@ public java.lang.String getOperationId() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3061 + * google/container/v1/cluster_service.proto;l=3071 * @return The bytes for operationId. */ @java.lang.Deprecated @@ -1046,7 +1046,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3061 + * google/container/v1/cluster_service.proto;l=3071 * @param value The operationId to set. * @return This builder for chaining. */ @@ -1071,7 +1071,7 @@ public Builder setOperationId(java.lang.String value) { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3061 + * google/container/v1/cluster_service.proto;l=3071 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1092,7 +1092,7 @@ public Builder clearOperationId() { * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3061 + * google/container/v1/cluster_service.proto;l=3071 * @param value The bytes for operationId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java index e602859f07e2..d10dad5b0aa1 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface GetOperationRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3051 + * google/container/v1/cluster_service.proto;l=3061 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface GetOperationRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3051 + * google/container/v1/cluster_service.proto;l=3061 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface GetOperationRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3057 + * google/container/v1/cluster_service.proto;l=3067 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface GetOperationRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3057 + * google/container/v1/cluster_service.proto;l=3067 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface GetOperationRequestOrBuilder * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3061 + * google/container/v1/cluster_service.proto;l=3071 * @return The operationId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface GetOperationRequestOrBuilder * string operation_id = 3 [deprecated = true]; * * @deprecated google.container.v1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3061 + * google/container/v1/cluster_service.proto;l=3071 * @return The bytes for operationId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java index eef9ec112737..e90d46e362b9 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java @@ -81,7 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3124 + * google/container/v1/cluster_service.proto;l=3134 * @return The projectId. */ @java.lang.Override @@ -109,7 +109,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3124 + * google/container/v1/cluster_service.proto;l=3134 * @return The bytes for projectId. */ @java.lang.Override @@ -143,7 +143,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3130 + * google/container/v1/cluster_service.proto;l=3140 * @return The zone. */ @java.lang.Override @@ -172,7 +172,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3130 + * google/container/v1/cluster_service.proto;l=3140 * @return The bytes for zone. */ @java.lang.Override @@ -644,7 +644,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3124 + * google/container/v1/cluster_service.proto;l=3134 * @return The projectId. */ @java.lang.Deprecated @@ -671,7 +671,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3124 + * google/container/v1/cluster_service.proto;l=3134 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -698,7 +698,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3124 + * google/container/v1/cluster_service.proto;l=3134 * @param value The projectId to set. * @return This builder for chaining. */ @@ -724,7 +724,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3124 + * google/container/v1/cluster_service.proto;l=3134 * @return This builder for chaining. */ @java.lang.Deprecated @@ -746,7 +746,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3124 + * google/container/v1/cluster_service.proto;l=3134 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -776,7 +776,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3130 + * google/container/v1/cluster_service.proto;l=3140 * @return The zone. */ @java.lang.Deprecated @@ -804,7 +804,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3130 + * google/container/v1/cluster_service.proto;l=3140 * @return The bytes for zone. */ @java.lang.Deprecated @@ -832,7 +832,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3130 + * google/container/v1/cluster_service.proto;l=3140 * @param value The zone to set. * @return This builder for chaining. */ @@ -859,7 +859,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3130 + * google/container/v1/cluster_service.proto;l=3140 * @return This builder for chaining. */ @java.lang.Deprecated @@ -882,7 +882,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3130 + * google/container/v1/cluster_service.proto;l=3140 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java index 7399c3ceeb63..a3a26f77e955 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface GetServerConfigRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3124 + * google/container/v1/cluster_service.proto;l=3134 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface GetServerConfigRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3124 + * google/container/v1/cluster_service.proto;l=3134 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface GetServerConfigRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3130 + * google/container/v1/cluster_service.proto;l=3140 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface GetServerConfigRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3130 + * google/container/v1/cluster_service.proto;l=3140 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicy.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicy.java index 2c724040be9d..fecb120516be 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicy.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicy.java @@ -187,7 +187,7 @@ public com.google.protobuf.ByteString getSubnetworkNameBytes() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1474 + * google/container/v1/cluster_service.proto;l=1484 * @return The clusterIpv4Cidr. */ @java.lang.Override @@ -213,7 +213,7 @@ public java.lang.String getClusterIpv4Cidr() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1474 + * google/container/v1/cluster_service.proto;l=1484 * @return The bytes for clusterIpv4Cidr. */ @java.lang.Override @@ -244,7 +244,7 @@ public com.google.protobuf.ByteString getClusterIpv4CidrBytes() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1477 + * google/container/v1/cluster_service.proto;l=1487 * @return The nodeIpv4Cidr. */ @java.lang.Override @@ -270,7 +270,7 @@ public java.lang.String getNodeIpv4Cidr() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1477 + * google/container/v1/cluster_service.proto;l=1487 * @return The bytes for nodeIpv4Cidr. */ @java.lang.Override @@ -301,7 +301,7 @@ public com.google.protobuf.ByteString getNodeIpv4CidrBytes() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1480 + * google/container/v1/cluster_service.proto;l=1490 * @return The servicesIpv4Cidr. */ @java.lang.Override @@ -327,7 +327,7 @@ public java.lang.String getServicesIpv4Cidr() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1480 + * google/container/v1/cluster_service.proto;l=1490 * @return The bytes for servicesIpv4Cidr. */ @java.lang.Override @@ -2241,7 +2241,7 @@ public Builder setSubnetworkNameBytes(com.google.protobuf.ByteString value) { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1474 + * google/container/v1/cluster_service.proto;l=1484 * @return The clusterIpv4Cidr. */ @java.lang.Deprecated @@ -2266,7 +2266,7 @@ public java.lang.String getClusterIpv4Cidr() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1474 + * google/container/v1/cluster_service.proto;l=1484 * @return The bytes for clusterIpv4Cidr. */ @java.lang.Deprecated @@ -2291,7 +2291,7 @@ public com.google.protobuf.ByteString getClusterIpv4CidrBytes() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1474 + * google/container/v1/cluster_service.proto;l=1484 * @param value The clusterIpv4Cidr to set. * @return This builder for chaining. */ @@ -2315,7 +2315,7 @@ public Builder setClusterIpv4Cidr(java.lang.String value) { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1474 + * google/container/v1/cluster_service.proto;l=1484 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2335,7 +2335,7 @@ public Builder clearClusterIpv4Cidr() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1474 + * google/container/v1/cluster_service.proto;l=1484 * @param value The bytes for clusterIpv4Cidr to set. * @return This builder for chaining. */ @@ -2362,7 +2362,7 @@ public Builder setClusterIpv4CidrBytes(com.google.protobuf.ByteString value) { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1477 + * google/container/v1/cluster_service.proto;l=1487 * @return The nodeIpv4Cidr. */ @java.lang.Deprecated @@ -2387,7 +2387,7 @@ public java.lang.String getNodeIpv4Cidr() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1477 + * google/container/v1/cluster_service.proto;l=1487 * @return The bytes for nodeIpv4Cidr. */ @java.lang.Deprecated @@ -2412,7 +2412,7 @@ public com.google.protobuf.ByteString getNodeIpv4CidrBytes() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1477 + * google/container/v1/cluster_service.proto;l=1487 * @param value The nodeIpv4Cidr to set. * @return This builder for chaining. */ @@ -2436,7 +2436,7 @@ public Builder setNodeIpv4Cidr(java.lang.String value) { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1477 + * google/container/v1/cluster_service.proto;l=1487 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2456,7 +2456,7 @@ public Builder clearNodeIpv4Cidr() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1477 + * google/container/v1/cluster_service.proto;l=1487 * @param value The bytes for nodeIpv4Cidr to set. * @return This builder for chaining. */ @@ -2483,7 +2483,7 @@ public Builder setNodeIpv4CidrBytes(com.google.protobuf.ByteString value) { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1480 + * google/container/v1/cluster_service.proto;l=1490 * @return The servicesIpv4Cidr. */ @java.lang.Deprecated @@ -2508,7 +2508,7 @@ public java.lang.String getServicesIpv4Cidr() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1480 + * google/container/v1/cluster_service.proto;l=1490 * @return The bytes for servicesIpv4Cidr. */ @java.lang.Deprecated @@ -2533,7 +2533,7 @@ public com.google.protobuf.ByteString getServicesIpv4CidrBytes() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1480 + * google/container/v1/cluster_service.proto;l=1490 * @param value The servicesIpv4Cidr to set. * @return This builder for chaining. */ @@ -2557,7 +2557,7 @@ public Builder setServicesIpv4Cidr(java.lang.String value) { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1480 + * google/container/v1/cluster_service.proto;l=1490 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2577,7 +2577,7 @@ public Builder clearServicesIpv4Cidr() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1480 + * google/container/v1/cluster_service.proto;l=1490 * @param value The bytes for servicesIpv4Cidr to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicyOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicyOrBuilder.java index e04351cf824e..25b8ed9546f9 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicyOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicyOrBuilder.java @@ -94,7 +94,7 @@ public interface IPAllocationPolicyOrBuilder * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1474 + * google/container/v1/cluster_service.proto;l=1484 * @return The clusterIpv4Cidr. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface IPAllocationPolicyOrBuilder * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1474 + * google/container/v1/cluster_service.proto;l=1484 * @return The bytes for clusterIpv4Cidr. */ @java.lang.Deprecated @@ -125,7 +125,7 @@ public interface IPAllocationPolicyOrBuilder * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1477 + * google/container/v1/cluster_service.proto;l=1487 * @return The nodeIpv4Cidr. */ @java.lang.Deprecated @@ -140,7 +140,7 @@ public interface IPAllocationPolicyOrBuilder * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1477 + * google/container/v1/cluster_service.proto;l=1487 * @return The bytes for nodeIpv4Cidr. */ @java.lang.Deprecated @@ -156,7 +156,7 @@ public interface IPAllocationPolicyOrBuilder * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1480 + * google/container/v1/cluster_service.proto;l=1490 * @return The servicesIpv4Cidr. */ @java.lang.Deprecated @@ -171,7 +171,7 @@ public interface IPAllocationPolicyOrBuilder * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1/cluster_service.proto;l=1480 + * google/container/v1/cluster_service.proto;l=1490 * @return The bytes for servicesIpv4Cidr. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java index 709bd584b7e7..017034498a64 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java @@ -81,7 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3021 + * google/container/v1/cluster_service.proto;l=3031 * @return The projectId. */ @java.lang.Override @@ -109,7 +109,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3021 + * google/container/v1/cluster_service.proto;l=3031 * @return The bytes for projectId. */ @java.lang.Override @@ -143,7 +143,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3027 + * google/container/v1/cluster_service.proto;l=3037 * @return The zone. */ @java.lang.Override @@ -172,7 +172,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3027 + * google/container/v1/cluster_service.proto;l=3037 * @return The bytes for zone. */ @java.lang.Override @@ -646,7 +646,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3021 + * google/container/v1/cluster_service.proto;l=3031 * @return The projectId. */ @java.lang.Deprecated @@ -673,7 +673,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3021 + * google/container/v1/cluster_service.proto;l=3031 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -700,7 +700,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3021 + * google/container/v1/cluster_service.proto;l=3031 * @param value The projectId to set. * @return This builder for chaining. */ @@ -726,7 +726,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3021 + * google/container/v1/cluster_service.proto;l=3031 * @return This builder for chaining. */ @java.lang.Deprecated @@ -748,7 +748,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3021 + * google/container/v1/cluster_service.proto;l=3031 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -778,7 +778,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3027 + * google/container/v1/cluster_service.proto;l=3037 * @return The zone. */ @java.lang.Deprecated @@ -806,7 +806,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3027 + * google/container/v1/cluster_service.proto;l=3037 * @return The bytes for zone. */ @java.lang.Deprecated @@ -834,7 +834,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3027 + * google/container/v1/cluster_service.proto;l=3037 * @param value The zone to set. * @return This builder for chaining. */ @@ -861,7 +861,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3027 + * google/container/v1/cluster_service.proto;l=3037 * @return This builder for chaining. */ @java.lang.Deprecated @@ -884,7 +884,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3027 + * google/container/v1/cluster_service.proto;l=3037 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java index 2022745ae25a..48afcd5ee57f 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface ListClustersRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3021 + * google/container/v1/cluster_service.proto;l=3031 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface ListClustersRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3021 + * google/container/v1/cluster_service.proto;l=3031 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface ListClustersRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3027 + * google/container/v1/cluster_service.proto;l=3037 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface ListClustersRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListClustersRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3027 + * google/container/v1/cluster_service.proto;l=3037 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java index e0fa2548af12..d3da189f3246 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java @@ -82,7 +82,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3228 + * google/container/v1/cluster_service.proto;l=3238 * @return The projectId. */ @java.lang.Override @@ -110,7 +110,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3228 + * google/container/v1/cluster_service.proto;l=3238 * @return The bytes for projectId. */ @java.lang.Override @@ -144,7 +144,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3234 + * google/container/v1/cluster_service.proto;l=3244 * @return The zone. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3234 + * google/container/v1/cluster_service.proto;l=3244 * @return The bytes for zone. */ @java.lang.Override @@ -205,7 +205,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3238 + * google/container/v1/cluster_service.proto;l=3248 * @return The clusterId. */ @java.lang.Override @@ -232,7 +232,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3238 + * google/container/v1/cluster_service.proto;l=3248 * @return The bytes for clusterId. */ @java.lang.Override @@ -728,7 +728,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3228 + * google/container/v1/cluster_service.proto;l=3238 * @return The projectId. */ @java.lang.Deprecated @@ -755,7 +755,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3228 + * google/container/v1/cluster_service.proto;l=3238 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -782,7 +782,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3228 + * google/container/v1/cluster_service.proto;l=3238 * @param value The projectId to set. * @return This builder for chaining. */ @@ -808,7 +808,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3228 + * google/container/v1/cluster_service.proto;l=3238 * @return This builder for chaining. */ @java.lang.Deprecated @@ -830,7 +830,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3228 + * google/container/v1/cluster_service.proto;l=3238 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -860,7 +860,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3234 + * google/container/v1/cluster_service.proto;l=3244 * @return The zone. */ @java.lang.Deprecated @@ -888,7 +888,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3234 + * google/container/v1/cluster_service.proto;l=3244 * @return The bytes for zone. */ @java.lang.Deprecated @@ -916,7 +916,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3234 + * google/container/v1/cluster_service.proto;l=3244 * @param value The zone to set. * @return This builder for chaining. */ @@ -943,7 +943,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3234 + * google/container/v1/cluster_service.proto;l=3244 * @return This builder for chaining. */ @java.lang.Deprecated @@ -966,7 +966,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3234 + * google/container/v1/cluster_service.proto;l=3244 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -994,7 +994,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3238 + * google/container/v1/cluster_service.proto;l=3248 * @return The clusterId. */ @java.lang.Deprecated @@ -1020,7 +1020,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3238 + * google/container/v1/cluster_service.proto;l=3248 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1046,7 +1046,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3238 + * google/container/v1/cluster_service.proto;l=3248 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1071,7 +1071,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3238 + * google/container/v1/cluster_service.proto;l=3248 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1092,7 +1092,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3238 + * google/container/v1/cluster_service.proto;l=3248 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java index 0d01f3c7d81e..75548f476bfc 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface ListNodePoolsRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3228 + * google/container/v1/cluster_service.proto;l=3238 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface ListNodePoolsRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3228 + * google/container/v1/cluster_service.proto;l=3238 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface ListNodePoolsRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3234 + * google/container/v1/cluster_service.proto;l=3244 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface ListNodePoolsRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3234 + * google/container/v1/cluster_service.proto;l=3244 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface ListNodePoolsRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3238 + * google/container/v1/cluster_service.proto;l=3248 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface ListNodePoolsRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3238 + * google/container/v1/cluster_service.proto;l=3248 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java index 8f02cea553df..f0f33dbd67c7 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java @@ -81,7 +81,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3073 + * google/container/v1/cluster_service.proto;l=3083 * @return The projectId. */ @java.lang.Override @@ -109,7 +109,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3073 + * google/container/v1/cluster_service.proto;l=3083 * @return The bytes for projectId. */ @java.lang.Override @@ -143,7 +143,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3079 + * google/container/v1/cluster_service.proto;l=3089 * @return The zone. */ @java.lang.Override @@ -172,7 +172,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3079 + * google/container/v1/cluster_service.proto;l=3089 * @return The bytes for zone. */ @java.lang.Override @@ -646,7 +646,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3073 + * google/container/v1/cluster_service.proto;l=3083 * @return The projectId. */ @java.lang.Deprecated @@ -673,7 +673,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3073 + * google/container/v1/cluster_service.proto;l=3083 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -700,7 +700,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3073 + * google/container/v1/cluster_service.proto;l=3083 * @param value The projectId to set. * @return This builder for chaining. */ @@ -726,7 +726,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3073 + * google/container/v1/cluster_service.proto;l=3083 * @return This builder for chaining. */ @java.lang.Deprecated @@ -748,7 +748,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3073 + * google/container/v1/cluster_service.proto;l=3083 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -778,7 +778,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3079 + * google/container/v1/cluster_service.proto;l=3089 * @return The zone. */ @java.lang.Deprecated @@ -806,7 +806,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3079 + * google/container/v1/cluster_service.proto;l=3089 * @return The bytes for zone. */ @java.lang.Deprecated @@ -834,7 +834,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3079 + * google/container/v1/cluster_service.proto;l=3089 * @param value The zone to set. * @return This builder for chaining. */ @@ -861,7 +861,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3079 + * google/container/v1/cluster_service.proto;l=3089 * @return This builder for chaining. */ @java.lang.Deprecated @@ -884,7 +884,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3079 + * google/container/v1/cluster_service.proto;l=3089 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java index 78c344e009a8..8c674ffd6ca5 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface ListOperationsRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3073 + * google/container/v1/cluster_service.proto;l=3083 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface ListOperationsRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3073 + * google/container/v1/cluster_service.proto;l=3083 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface ListOperationsRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3079 + * google/container/v1/cluster_service.proto;l=3089 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface ListOperationsRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.ListOperationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3079 + * google/container/v1/cluster_service.proto;l=3089 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java index a90b1a0d2747..93b63396057e 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java @@ -6686,7 +6686,7 @@ public com.google.container.v1.NodePool.Status getStatus() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1.NodePool.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=3542 + * google/container/v1/cluster_service.proto;l=3552 * @return The statusMessage. */ @java.lang.Override @@ -6714,7 +6714,7 @@ public java.lang.String getStatusMessage() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1.NodePool.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=3542 + * google/container/v1/cluster_service.proto;l=3552 * @return The bytes for statusMessage. */ @java.lang.Override @@ -9638,7 +9638,7 @@ public Builder clearStatus() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1.NodePool.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=3542 + * google/container/v1/cluster_service.proto;l=3552 * @return The statusMessage. */ @java.lang.Deprecated @@ -9665,7 +9665,7 @@ public java.lang.String getStatusMessage() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1.NodePool.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=3542 + * google/container/v1/cluster_service.proto;l=3552 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -9692,7 +9692,7 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1.NodePool.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=3542 + * google/container/v1/cluster_service.proto;l=3552 * @param value The statusMessage to set. * @return This builder for chaining. */ @@ -9718,7 +9718,7 @@ public Builder setStatusMessage(java.lang.String value) { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1.NodePool.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=3542 + * google/container/v1/cluster_service.proto;l=3552 * @return This builder for chaining. */ @java.lang.Deprecated @@ -9740,7 +9740,7 @@ public Builder clearStatusMessage() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1.NodePool.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=3542 + * google/container/v1/cluster_service.proto;l=3552 * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java index d4a1ed14f63e..a8be16127c94 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java @@ -383,7 +383,7 @@ public interface NodePoolOrBuilder * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1.NodePool.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=3542 + * google/container/v1/cluster_service.proto;l=3552 * @return The statusMessage. */ @java.lang.Deprecated @@ -400,7 +400,7 @@ public interface NodePoolOrBuilder * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1.NodePool.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=3542 + * google/container/v1/cluster_service.proto;l=3552 * @return The bytes for statusMessage. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java index 807b043577b5..93818503c5cf 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java @@ -989,7 +989,7 @@ public com.google.protobuf.ByteString getNameBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.Operation.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2448 + * google/container/v1/cluster_service.proto;l=2458 * @return The zone. */ @java.lang.Override @@ -1017,7 +1017,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.Operation.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2448 + * google/container/v1/cluster_service.proto;l=2458 * @return The bytes for zone. */ @java.lang.Override @@ -1172,7 +1172,7 @@ public com.google.protobuf.ByteString getDetailBytes() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=2461 + * google/container/v1/cluster_service.proto;l=2471 * @return The statusMessage. */ @java.lang.Override @@ -1201,7 +1201,7 @@ public java.lang.String getStatusMessage() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=2461 + * google/container/v1/cluster_service.proto;l=2471 * @return The bytes for statusMessage. */ @java.lang.Override @@ -2712,7 +2712,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.Operation.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2448 + * google/container/v1/cluster_service.proto;l=2458 * @return The zone. */ @java.lang.Deprecated @@ -2739,7 +2739,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.Operation.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2448 + * google/container/v1/cluster_service.proto;l=2458 * @return The bytes for zone. */ @java.lang.Deprecated @@ -2766,7 +2766,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.Operation.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2448 + * google/container/v1/cluster_service.proto;l=2458 * @param value The zone to set. * @return This builder for chaining. */ @@ -2792,7 +2792,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.Operation.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2448 + * google/container/v1/cluster_service.proto;l=2458 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2814,7 +2814,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.Operation.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2448 + * google/container/v1/cluster_service.proto;l=2458 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -3130,7 +3130,7 @@ public Builder setDetailBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=2461 + * google/container/v1/cluster_service.proto;l=2471 * @return The statusMessage. */ @java.lang.Deprecated @@ -3158,7 +3158,7 @@ public java.lang.String getStatusMessage() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=2461 + * google/container/v1/cluster_service.proto;l=2471 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -3186,7 +3186,7 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=2461 + * google/container/v1/cluster_service.proto;l=2471 * @param value The statusMessage to set. * @return This builder for chaining. */ @@ -3213,7 +3213,7 @@ public Builder setStatusMessage(java.lang.String value) { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=2461 + * google/container/v1/cluster_service.proto;l=2471 * @return This builder for chaining. */ @java.lang.Deprecated @@ -3236,7 +3236,7 @@ public Builder clearStatusMessage() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=2461 + * google/container/v1/cluster_service.proto;l=2471 * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java index 8aefcc4db9d4..7acf2f7aa1b0 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java @@ -61,7 +61,7 @@ public interface OperationOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.Operation.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2448 + * google/container/v1/cluster_service.proto;l=2458 * @return The zone. */ @java.lang.Deprecated @@ -78,7 +78,7 @@ public interface OperationOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.Operation.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2448 + * google/container/v1/cluster_service.proto;l=2458 * @return The bytes for zone. */ @java.lang.Deprecated @@ -172,7 +172,7 @@ public interface OperationOrBuilder * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=2461 + * google/container/v1/cluster_service.proto;l=2471 * @return The statusMessage. */ @java.lang.Deprecated @@ -190,7 +190,7 @@ public interface OperationOrBuilder * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=2461 + * google/container/v1/cluster_service.proto;l=2471 * @return The bytes for statusMessage. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java index 8f38fee4a67a..de4cd15510cd 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java @@ -86,7 +86,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3828 + * google/container/v1/cluster_service.proto;l=3838 * @return The projectId. */ @java.lang.Override @@ -114,7 +114,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3828 + * google/container/v1/cluster_service.proto;l=3838 * @return The bytes for projectId. */ @java.lang.Override @@ -148,7 +148,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3834 + * google/container/v1/cluster_service.proto;l=3844 * @return The zone. */ @java.lang.Override @@ -177,7 +177,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3834 + * google/container/v1/cluster_service.proto;l=3844 * @return The bytes for zone. */ @java.lang.Override @@ -209,7 +209,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3838 + * google/container/v1/cluster_service.proto;l=3848 * @return The clusterId. */ @java.lang.Override @@ -236,7 +236,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3838 + * google/container/v1/cluster_service.proto;l=3848 * @return The bytes for clusterId. */ @java.lang.Override @@ -268,7 +268,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3842 + * google/container/v1/cluster_service.proto;l=3852 * @return The nodePoolId. */ @java.lang.Override @@ -295,7 +295,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3842 + * google/container/v1/cluster_service.proto;l=3852 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -862,7 +862,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3828 + * google/container/v1/cluster_service.proto;l=3838 * @return The projectId. */ @java.lang.Deprecated @@ -889,7 +889,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3828 + * google/container/v1/cluster_service.proto;l=3838 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -916,7 +916,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3828 + * google/container/v1/cluster_service.proto;l=3838 * @param value The projectId to set. * @return This builder for chaining. */ @@ -942,7 +942,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3828 + * google/container/v1/cluster_service.proto;l=3838 * @return This builder for chaining. */ @java.lang.Deprecated @@ -964,7 +964,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3828 + * google/container/v1/cluster_service.proto;l=3838 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -994,7 +994,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3834 + * google/container/v1/cluster_service.proto;l=3844 * @return The zone. */ @java.lang.Deprecated @@ -1022,7 +1022,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3834 + * google/container/v1/cluster_service.proto;l=3844 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1050,7 +1050,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3834 + * google/container/v1/cluster_service.proto;l=3844 * @param value The zone to set. * @return This builder for chaining. */ @@ -1077,7 +1077,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3834 + * google/container/v1/cluster_service.proto;l=3844 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1100,7 +1100,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3834 + * google/container/v1/cluster_service.proto;l=3844 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1128,7 +1128,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3838 + * google/container/v1/cluster_service.proto;l=3848 * @return The clusterId. */ @java.lang.Deprecated @@ -1154,7 +1154,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3838 + * google/container/v1/cluster_service.proto;l=3848 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1180,7 +1180,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3838 + * google/container/v1/cluster_service.proto;l=3848 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1205,7 +1205,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3838 + * google/container/v1/cluster_service.proto;l=3848 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1226,7 +1226,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3838 + * google/container/v1/cluster_service.proto;l=3848 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1254,7 +1254,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. - * See google/container/v1/cluster_service.proto;l=3842 + * See google/container/v1/cluster_service.proto;l=3852 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1280,7 +1280,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. - * See google/container/v1/cluster_service.proto;l=3842 + * See google/container/v1/cluster_service.proto;l=3852 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1306,7 +1306,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. - * See google/container/v1/cluster_service.proto;l=3842 + * See google/container/v1/cluster_service.proto;l=3852 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1331,7 +1331,7 @@ public Builder setNodePoolId(java.lang.String value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. - * See google/container/v1/cluster_service.proto;l=3842 + * See google/container/v1/cluster_service.proto;l=3852 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1352,7 +1352,7 @@ public Builder clearNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. - * See google/container/v1/cluster_service.proto;l=3842 + * See google/container/v1/cluster_service.proto;l=3852 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java index 3417429512d0..395892bbcd72 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3828 + * google/container/v1/cluster_service.proto;l=3838 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3828 + * google/container/v1/cluster_service.proto;l=3838 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3834 + * google/container/v1/cluster_service.proto;l=3844 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3834 + * google/container/v1/cluster_service.proto;l=3844 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3838 + * google/container/v1/cluster_service.proto;l=3848 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3838 + * google/container/v1/cluster_service.proto;l=3848 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -140,7 +140,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3842 + * google/container/v1/cluster_service.proto;l=3852 * @return The nodePoolId. */ @java.lang.Deprecated @@ -156,7 +156,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3842 + * google/container/v1/cluster_service.proto;l=3852 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java index 1080b220e4b7..bcab02a5fe2e 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2862 + * google/container/v1/cluster_service.proto;l=2872 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2862 + * google/container/v1/cluster_service.proto;l=2872 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2868 + * google/container/v1/cluster_service.proto;l=2878 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2868 + * google/container/v1/cluster_service.proto;l=2878 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2872 + * google/container/v1/cluster_service.proto;l=2882 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2872 + * google/container/v1/cluster_service.proto;l=2882 * @return The bytes for clusterId. */ @java.lang.Override @@ -832,7 +832,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2862 + * google/container/v1/cluster_service.proto;l=2872 * @return The projectId. */ @java.lang.Deprecated @@ -859,7 +859,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2862 + * google/container/v1/cluster_service.proto;l=2872 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -886,7 +886,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2862 + * google/container/v1/cluster_service.proto;l=2872 * @param value The projectId to set. * @return This builder for chaining. */ @@ -912,7 +912,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2862 + * google/container/v1/cluster_service.proto;l=2872 * @return This builder for chaining. */ @java.lang.Deprecated @@ -934,7 +934,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2862 + * google/container/v1/cluster_service.proto;l=2872 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -964,7 +964,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2868 + * google/container/v1/cluster_service.proto;l=2878 * @return The zone. */ @java.lang.Deprecated @@ -992,7 +992,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2868 + * google/container/v1/cluster_service.proto;l=2878 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1020,7 +1020,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2868 + * google/container/v1/cluster_service.proto;l=2878 * @param value The zone to set. * @return This builder for chaining. */ @@ -1047,7 +1047,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2868 + * google/container/v1/cluster_service.proto;l=2878 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1070,7 +1070,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2868 + * google/container/v1/cluster_service.proto;l=2878 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1098,7 +1098,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2872 + * google/container/v1/cluster_service.proto;l=2882 * @return The clusterId. */ @java.lang.Deprecated @@ -1124,7 +1124,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2872 + * google/container/v1/cluster_service.proto;l=2882 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1150,7 +1150,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2872 + * google/container/v1/cluster_service.proto;l=2882 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1175,7 +1175,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2872 + * google/container/v1/cluster_service.proto;l=2882 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1196,7 +1196,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2872 + * google/container/v1/cluster_service.proto;l=2882 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java index ffab47168b02..960bdff27636 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetAddonsConfigRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2862 + * google/container/v1/cluster_service.proto;l=2872 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetAddonsConfigRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2862 + * google/container/v1/cluster_service.proto;l=2872 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetAddonsConfigRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2868 + * google/container/v1/cluster_service.proto;l=2878 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetAddonsConfigRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2868 + * google/container/v1/cluster_service.proto;l=2878 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetAddonsConfigRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2872 + * google/container/v1/cluster_service.proto;l=2882 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetAddonsConfigRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2872 + * google/container/v1/cluster_service.proto;l=2882 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java index 1c67912380bb..3fe4691884fc 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java @@ -97,7 +97,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4024 + * google/container/v1/cluster_service.proto;l=4034 * @return The projectId. */ @java.lang.Override @@ -125,7 +125,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4024 + * google/container/v1/cluster_service.proto;l=4034 * @return The bytes for projectId. */ @java.lang.Override @@ -159,7 +159,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4030 + * google/container/v1/cluster_service.proto;l=4040 * @return The zone. */ @java.lang.Override @@ -188,7 +188,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4030 + * google/container/v1/cluster_service.proto;l=4040 * @return The bytes for zone. */ @java.lang.Override @@ -220,7 +220,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4034 + * google/container/v1/cluster_service.proto;l=4044 * @return The clusterId. */ @java.lang.Override @@ -247,7 +247,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4034 + * google/container/v1/cluster_service.proto;l=4044 * @return The bytes for clusterId. */ @java.lang.Override @@ -995,7 +995,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4024 + * google/container/v1/cluster_service.proto;l=4034 * @return The projectId. */ @java.lang.Deprecated @@ -1022,7 +1022,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4024 + * google/container/v1/cluster_service.proto;l=4034 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -1049,7 +1049,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4024 + * google/container/v1/cluster_service.proto;l=4034 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1075,7 +1075,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4024 + * google/container/v1/cluster_service.proto;l=4034 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1097,7 +1097,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4024 + * google/container/v1/cluster_service.proto;l=4034 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1127,7 +1127,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4030 + * google/container/v1/cluster_service.proto;l=4040 * @return The zone. */ @java.lang.Deprecated @@ -1155,7 +1155,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4030 + * google/container/v1/cluster_service.proto;l=4040 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1183,7 +1183,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4030 + * google/container/v1/cluster_service.proto;l=4040 * @param value The zone to set. * @return This builder for chaining. */ @@ -1210,7 +1210,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4030 + * google/container/v1/cluster_service.proto;l=4040 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1233,7 +1233,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4030 + * google/container/v1/cluster_service.proto;l=4040 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1261,7 +1261,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4034 + * google/container/v1/cluster_service.proto;l=4044 * @return The clusterId. */ @java.lang.Deprecated @@ -1287,7 +1287,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4034 + * google/container/v1/cluster_service.proto;l=4044 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1313,7 +1313,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4034 + * google/container/v1/cluster_service.proto;l=4044 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1338,7 +1338,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4034 + * google/container/v1/cluster_service.proto;l=4044 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1359,7 +1359,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4034 + * google/container/v1/cluster_service.proto;l=4044 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java index bfb878d9894e..391ca5ae4ee2 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetLabelsRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4024 + * google/container/v1/cluster_service.proto;l=4034 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetLabelsRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4024 + * google/container/v1/cluster_service.proto;l=4034 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetLabelsRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4030 + * google/container/v1/cluster_service.proto;l=4040 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetLabelsRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4030 + * google/container/v1/cluster_service.proto;l=4040 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetLabelsRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4034 + * google/container/v1/cluster_service.proto;l=4044 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetLabelsRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4034 + * google/container/v1/cluster_service.proto;l=4044 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java index 56bf0350d77d..1f8b093cbdd2 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4059 + * google/container/v1/cluster_service.proto;l=4069 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4059 + * google/container/v1/cluster_service.proto;l=4069 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4065 + * google/container/v1/cluster_service.proto;l=4075 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4065 + * google/container/v1/cluster_service.proto;l=4075 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4069 + * google/container/v1/cluster_service.proto;l=4079 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4069 + * google/container/v1/cluster_service.proto;l=4079 * @return The bytes for clusterId. */ @java.lang.Override @@ -770,7 +770,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4059 + * google/container/v1/cluster_service.proto;l=4069 * @return The projectId. */ @java.lang.Deprecated @@ -797,7 +797,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4059 + * google/container/v1/cluster_service.proto;l=4069 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -824,7 +824,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4059 + * google/container/v1/cluster_service.proto;l=4069 * @param value The projectId to set. * @return This builder for chaining. */ @@ -850,7 +850,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4059 + * google/container/v1/cluster_service.proto;l=4069 * @return This builder for chaining. */ @java.lang.Deprecated @@ -872,7 +872,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4059 + * google/container/v1/cluster_service.proto;l=4069 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -902,7 +902,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4065 + * google/container/v1/cluster_service.proto;l=4075 * @return The zone. */ @java.lang.Deprecated @@ -930,7 +930,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4065 + * google/container/v1/cluster_service.proto;l=4075 * @return The bytes for zone. */ @java.lang.Deprecated @@ -958,7 +958,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4065 + * google/container/v1/cluster_service.proto;l=4075 * @param value The zone to set. * @return This builder for chaining. */ @@ -985,7 +985,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4065 + * google/container/v1/cluster_service.proto;l=4075 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1008,7 +1008,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4065 + * google/container/v1/cluster_service.proto;l=4075 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1036,7 +1036,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4069 + * google/container/v1/cluster_service.proto;l=4079 * @return The clusterId. */ @java.lang.Deprecated @@ -1062,7 +1062,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4069 + * google/container/v1/cluster_service.proto;l=4079 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1088,7 +1088,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4069 + * google/container/v1/cluster_service.proto;l=4079 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1113,7 +1113,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4069 + * google/container/v1/cluster_service.proto;l=4079 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1134,7 +1134,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4069 + * google/container/v1/cluster_service.proto;l=4079 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java index 8150d0ea53f6..d9b6b6375f4d 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetLegacyAbacRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4059 + * google/container/v1/cluster_service.proto;l=4069 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetLegacyAbacRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4059 + * google/container/v1/cluster_service.proto;l=4069 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetLegacyAbacRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4065 + * google/container/v1/cluster_service.proto;l=4075 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetLegacyAbacRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4065 + * google/container/v1/cluster_service.proto;l=4075 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetLegacyAbacRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4069 + * google/container/v1/cluster_service.proto;l=4079 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetLegacyAbacRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4069 + * google/container/v1/cluster_service.proto;l=4079 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java index 47f17b2c42c4..d9d9649a5bfc 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2888 + * google/container/v1/cluster_service.proto;l=2898 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2888 + * google/container/v1/cluster_service.proto;l=2898 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2894 + * google/container/v1/cluster_service.proto;l=2904 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2894 + * google/container/v1/cluster_service.proto;l=2904 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2898 + * google/container/v1/cluster_service.proto;l=2908 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2898 + * google/container/v1/cluster_service.proto;l=2908 * @return The bytes for clusterId. */ @java.lang.Override @@ -855,7 +855,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2888 + * google/container/v1/cluster_service.proto;l=2898 * @return The projectId. */ @java.lang.Deprecated @@ -882,7 +882,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2888 + * google/container/v1/cluster_service.proto;l=2898 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -909,7 +909,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2888 + * google/container/v1/cluster_service.proto;l=2898 * @param value The projectId to set. * @return This builder for chaining. */ @@ -935,7 +935,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2888 + * google/container/v1/cluster_service.proto;l=2898 * @return This builder for chaining. */ @java.lang.Deprecated @@ -957,7 +957,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2888 + * google/container/v1/cluster_service.proto;l=2898 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -987,7 +987,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2894 + * google/container/v1/cluster_service.proto;l=2904 * @return The zone. */ @java.lang.Deprecated @@ -1015,7 +1015,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2894 + * google/container/v1/cluster_service.proto;l=2904 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1043,7 +1043,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2894 + * google/container/v1/cluster_service.proto;l=2904 * @param value The zone to set. * @return This builder for chaining. */ @@ -1070,7 +1070,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2894 + * google/container/v1/cluster_service.proto;l=2904 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1093,7 +1093,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2894 + * google/container/v1/cluster_service.proto;l=2904 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1121,7 +1121,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2898 + * google/container/v1/cluster_service.proto;l=2908 * @return The clusterId. */ @java.lang.Deprecated @@ -1147,7 +1147,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2898 + * google/container/v1/cluster_service.proto;l=2908 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1173,7 +1173,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2898 + * google/container/v1/cluster_service.proto;l=2908 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1198,7 +1198,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2898 + * google/container/v1/cluster_service.proto;l=2908 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1219,7 +1219,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2898 + * google/container/v1/cluster_service.proto;l=2908 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java index 4d15dc963844..175f6c7c3ace 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetLocationsRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2888 + * google/container/v1/cluster_service.proto;l=2898 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetLocationsRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2888 + * google/container/v1/cluster_service.proto;l=2898 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetLocationsRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2894 + * google/container/v1/cluster_service.proto;l=2904 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetLocationsRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2894 + * google/container/v1/cluster_service.proto;l=2904 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetLocationsRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2898 + * google/container/v1/cluster_service.proto;l=2908 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetLocationsRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2898 + * google/container/v1/cluster_service.proto;l=2908 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java index 4425758f335d..46938e47d24a 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2792 + * google/container/v1/cluster_service.proto;l=2802 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2792 + * google/container/v1/cluster_service.proto;l=2802 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2798 + * google/container/v1/cluster_service.proto;l=2808 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2798 + * google/container/v1/cluster_service.proto;l=2808 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2802 + * google/container/v1/cluster_service.proto;l=2812 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2802 + * google/container/v1/cluster_service.proto;l=2812 * @return The bytes for clusterId. */ @java.lang.Override @@ -825,7 +825,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2792 + * google/container/v1/cluster_service.proto;l=2802 * @return The projectId. */ @java.lang.Deprecated @@ -852,7 +852,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2792 + * google/container/v1/cluster_service.proto;l=2802 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -879,7 +879,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2792 + * google/container/v1/cluster_service.proto;l=2802 * @param value The projectId to set. * @return This builder for chaining. */ @@ -905,7 +905,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2792 + * google/container/v1/cluster_service.proto;l=2802 * @return This builder for chaining. */ @java.lang.Deprecated @@ -927,7 +927,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2792 + * google/container/v1/cluster_service.proto;l=2802 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -957,7 +957,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2798 + * google/container/v1/cluster_service.proto;l=2808 * @return The zone. */ @java.lang.Deprecated @@ -985,7 +985,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2798 + * google/container/v1/cluster_service.proto;l=2808 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1013,7 +1013,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2798 + * google/container/v1/cluster_service.proto;l=2808 * @param value The zone to set. * @return This builder for chaining. */ @@ -1040,7 +1040,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2798 + * google/container/v1/cluster_service.proto;l=2808 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1063,7 +1063,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2798 + * google/container/v1/cluster_service.proto;l=2808 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1091,7 +1091,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2802 + * google/container/v1/cluster_service.proto;l=2812 * @return The clusterId. */ @java.lang.Deprecated @@ -1117,7 +1117,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2802 + * google/container/v1/cluster_service.proto;l=2812 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1143,7 +1143,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2802 + * google/container/v1/cluster_service.proto;l=2812 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1168,7 +1168,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2802 + * google/container/v1/cluster_service.proto;l=2812 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1189,7 +1189,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2802 + * google/container/v1/cluster_service.proto;l=2812 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java index e78a4a2f1e19..2b44a086cfe2 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetLoggingServiceRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2792 + * google/container/v1/cluster_service.proto;l=2802 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetLoggingServiceRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2792 + * google/container/v1/cluster_service.proto;l=2802 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetLoggingServiceRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2798 + * google/container/v1/cluster_service.proto;l=2808 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetLoggingServiceRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2798 + * google/container/v1/cluster_service.proto;l=2808 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetLoggingServiceRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2802 + * google/container/v1/cluster_service.proto;l=2812 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetLoggingServiceRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2802 + * google/container/v1/cluster_service.proto;l=2812 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java index c93e37549734..a9840796ee0d 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java @@ -269,7 +269,7 @@ private Action(int value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2971 + * google/container/v1/cluster_service.proto;l=2981 * @return The projectId. */ @java.lang.Override @@ -297,7 +297,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2971 + * google/container/v1/cluster_service.proto;l=2981 * @return The bytes for projectId. */ @java.lang.Override @@ -331,7 +331,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2977 + * google/container/v1/cluster_service.proto;l=2987 * @return The zone. */ @java.lang.Override @@ -360,7 +360,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2977 + * google/container/v1/cluster_service.proto;l=2987 * @return The bytes for zone. */ @java.lang.Override @@ -392,7 +392,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2981 + * google/container/v1/cluster_service.proto;l=2991 * @return The clusterId. */ @java.lang.Override @@ -419,7 +419,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2981 + * google/container/v1/cluster_service.proto;l=2991 * @return The bytes for clusterId. */ @java.lang.Override @@ -1070,7 +1070,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2971 + * google/container/v1/cluster_service.proto;l=2981 * @return The projectId. */ @java.lang.Deprecated @@ -1097,7 +1097,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2971 + * google/container/v1/cluster_service.proto;l=2981 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -1124,7 +1124,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2971 + * google/container/v1/cluster_service.proto;l=2981 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1150,7 +1150,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2971 + * google/container/v1/cluster_service.proto;l=2981 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1172,7 +1172,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2971 + * google/container/v1/cluster_service.proto;l=2981 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1202,7 +1202,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2977 + * google/container/v1/cluster_service.proto;l=2987 * @return The zone. */ @java.lang.Deprecated @@ -1230,7 +1230,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2977 + * google/container/v1/cluster_service.proto;l=2987 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1258,7 +1258,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2977 + * google/container/v1/cluster_service.proto;l=2987 * @param value The zone to set. * @return This builder for chaining. */ @@ -1285,7 +1285,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2977 + * google/container/v1/cluster_service.proto;l=2987 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1308,7 +1308,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2977 + * google/container/v1/cluster_service.proto;l=2987 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1336,7 +1336,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2981 + * google/container/v1/cluster_service.proto;l=2991 * @return The clusterId. */ @java.lang.Deprecated @@ -1362,7 +1362,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2981 + * google/container/v1/cluster_service.proto;l=2991 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1388,7 +1388,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2981 + * google/container/v1/cluster_service.proto;l=2991 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1413,7 +1413,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2981 + * google/container/v1/cluster_service.proto;l=2991 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1434,7 +1434,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2981 + * google/container/v1/cluster_service.proto;l=2991 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java index b567bd92dd27..a9db8b63251a 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetMasterAuthRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2971 + * google/container/v1/cluster_service.proto;l=2981 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetMasterAuthRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2971 + * google/container/v1/cluster_service.proto;l=2981 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetMasterAuthRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2977 + * google/container/v1/cluster_service.proto;l=2987 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetMasterAuthRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2977 + * google/container/v1/cluster_service.proto;l=2987 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetMasterAuthRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2981 + * google/container/v1/cluster_service.proto;l=2991 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetMasterAuthRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2981 + * google/container/v1/cluster_service.proto;l=2991 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java index 5f6ebc1d7869..f4fdf574fafd 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2827 + * google/container/v1/cluster_service.proto;l=2837 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2827 + * google/container/v1/cluster_service.proto;l=2837 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2833 + * google/container/v1/cluster_service.proto;l=2843 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2833 + * google/container/v1/cluster_service.proto;l=2843 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2837 + * google/container/v1/cluster_service.proto;l=2847 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2837 + * google/container/v1/cluster_service.proto;l=2847 * @return The bytes for clusterId. */ @java.lang.Override @@ -825,7 +825,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2827 + * google/container/v1/cluster_service.proto;l=2837 * @return The projectId. */ @java.lang.Deprecated @@ -852,7 +852,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2827 + * google/container/v1/cluster_service.proto;l=2837 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -879,7 +879,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2827 + * google/container/v1/cluster_service.proto;l=2837 * @param value The projectId to set. * @return This builder for chaining. */ @@ -905,7 +905,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2827 + * google/container/v1/cluster_service.proto;l=2837 * @return This builder for chaining. */ @java.lang.Deprecated @@ -927,7 +927,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2827 + * google/container/v1/cluster_service.proto;l=2837 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -957,7 +957,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2833 + * google/container/v1/cluster_service.proto;l=2843 * @return The zone. */ @java.lang.Deprecated @@ -985,7 +985,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2833 + * google/container/v1/cluster_service.proto;l=2843 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1013,7 +1013,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2833 + * google/container/v1/cluster_service.proto;l=2843 * @param value The zone to set. * @return This builder for chaining. */ @@ -1040,7 +1040,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2833 + * google/container/v1/cluster_service.proto;l=2843 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1063,7 +1063,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2833 + * google/container/v1/cluster_service.proto;l=2843 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1091,7 +1091,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2837 + * google/container/v1/cluster_service.proto;l=2847 * @return The clusterId. */ @java.lang.Deprecated @@ -1117,7 +1117,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2837 + * google/container/v1/cluster_service.proto;l=2847 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1143,7 +1143,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2837 + * google/container/v1/cluster_service.proto;l=2847 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1168,7 +1168,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2837 + * google/container/v1/cluster_service.proto;l=2847 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1189,7 +1189,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2837 + * google/container/v1/cluster_service.proto;l=2847 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java index 4606b60d7e81..eea02e2aa227 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetMonitoringServiceRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2827 + * google/container/v1/cluster_service.proto;l=2837 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetMonitoringServiceRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2827 + * google/container/v1/cluster_service.proto;l=2837 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetMonitoringServiceRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2833 + * google/container/v1/cluster_service.proto;l=2843 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetMonitoringServiceRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2833 + * google/container/v1/cluster_service.proto;l=2843 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetMonitoringServiceRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2837 + * google/container/v1/cluster_service.proto;l=2847 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetMonitoringServiceRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2837 + * google/container/v1/cluster_service.proto;l=2847 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java index 8f0211de017c..78c8594657d1 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4219 + * google/container/v1/cluster_service.proto;l=4229 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4219 + * google/container/v1/cluster_service.proto;l=4229 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4225 + * google/container/v1/cluster_service.proto;l=4235 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4225 + * google/container/v1/cluster_service.proto;l=4235 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4229 + * google/container/v1/cluster_service.proto;l=4239 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4229 + * google/container/v1/cluster_service.proto;l=4239 * @return The bytes for clusterId. */ @java.lang.Override @@ -830,7 +830,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4219 + * google/container/v1/cluster_service.proto;l=4229 * @return The projectId. */ @java.lang.Deprecated @@ -857,7 +857,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4219 + * google/container/v1/cluster_service.proto;l=4229 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -884,7 +884,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4219 + * google/container/v1/cluster_service.proto;l=4229 * @param value The projectId to set. * @return This builder for chaining. */ @@ -910,7 +910,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4219 + * google/container/v1/cluster_service.proto;l=4229 * @return This builder for chaining. */ @java.lang.Deprecated @@ -932,7 +932,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4219 + * google/container/v1/cluster_service.proto;l=4229 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -962,7 +962,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4225 + * google/container/v1/cluster_service.proto;l=4235 * @return The zone. */ @java.lang.Deprecated @@ -990,7 +990,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4225 + * google/container/v1/cluster_service.proto;l=4235 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1018,7 +1018,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4225 + * google/container/v1/cluster_service.proto;l=4235 * @param value The zone to set. * @return This builder for chaining. */ @@ -1045,7 +1045,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4225 + * google/container/v1/cluster_service.proto;l=4235 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1068,7 +1068,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4225 + * google/container/v1/cluster_service.proto;l=4235 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1096,7 +1096,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4229 + * google/container/v1/cluster_service.proto;l=4239 * @return The clusterId. */ @java.lang.Deprecated @@ -1122,7 +1122,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4229 + * google/container/v1/cluster_service.proto;l=4239 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1148,7 +1148,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4229 + * google/container/v1/cluster_service.proto;l=4239 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1173,7 +1173,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4229 + * google/container/v1/cluster_service.proto;l=4239 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1194,7 +1194,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4229 + * google/container/v1/cluster_service.proto;l=4239 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java index 6e85299c3ce7..747653747ad7 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetNetworkPolicyRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4219 + * google/container/v1/cluster_service.proto;l=4229 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetNetworkPolicyRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4219 + * google/container/v1/cluster_service.proto;l=4229 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetNetworkPolicyRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4225 + * google/container/v1/cluster_service.proto;l=4235 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetNetworkPolicyRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4225 + * google/container/v1/cluster_service.proto;l=4235 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetNetworkPolicyRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4229 + * google/container/v1/cluster_service.proto;l=4239 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetNetworkPolicyRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4229 + * google/container/v1/cluster_service.proto;l=4239 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java index 9f0b1c0a4fe5..12d688754b2b 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java @@ -84,7 +84,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2762 + * google/container/v1/cluster_service.proto;l=2772 * @return The projectId. */ @java.lang.Override @@ -112,7 +112,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2762 + * google/container/v1/cluster_service.proto;l=2772 * @return The bytes for projectId. */ @java.lang.Override @@ -146,7 +146,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2768 + * google/container/v1/cluster_service.proto;l=2778 * @return The zone. */ @java.lang.Override @@ -175,7 +175,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2768 + * google/container/v1/cluster_service.proto;l=2778 * @return The bytes for zone. */ @java.lang.Override @@ -207,7 +207,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2772 + * google/container/v1/cluster_service.proto;l=2782 * @return The clusterId. */ @java.lang.Override @@ -234,7 +234,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2772 + * google/container/v1/cluster_service.proto;l=2782 * @return The bytes for clusterId. */ @java.lang.Override @@ -266,7 +266,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2776 + * google/container/v1/cluster_service.proto;l=2786 * @return The nodePoolId. */ @java.lang.Override @@ -293,7 +293,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2776 + * google/container/v1/cluster_service.proto;l=2786 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -917,7 +917,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2762 + * google/container/v1/cluster_service.proto;l=2772 * @return The projectId. */ @java.lang.Deprecated @@ -944,7 +944,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2762 + * google/container/v1/cluster_service.proto;l=2772 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -971,7 +971,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2762 + * google/container/v1/cluster_service.proto;l=2772 * @param value The projectId to set. * @return This builder for chaining. */ @@ -997,7 +997,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2762 + * google/container/v1/cluster_service.proto;l=2772 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1019,7 +1019,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2762 + * google/container/v1/cluster_service.proto;l=2772 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1049,7 +1049,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2768 + * google/container/v1/cluster_service.proto;l=2778 * @return The zone. */ @java.lang.Deprecated @@ -1077,7 +1077,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2768 + * google/container/v1/cluster_service.proto;l=2778 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1105,7 +1105,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2768 + * google/container/v1/cluster_service.proto;l=2778 * @param value The zone to set. * @return This builder for chaining. */ @@ -1132,7 +1132,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2768 + * google/container/v1/cluster_service.proto;l=2778 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1155,7 +1155,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2768 + * google/container/v1/cluster_service.proto;l=2778 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1183,7 +1183,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2772 + * google/container/v1/cluster_service.proto;l=2782 * @return The clusterId. */ @java.lang.Deprecated @@ -1209,7 +1209,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2772 + * google/container/v1/cluster_service.proto;l=2782 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1235,7 +1235,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2772 + * google/container/v1/cluster_service.proto;l=2782 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1260,7 +1260,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2772 + * google/container/v1/cluster_service.proto;l=2782 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1281,7 +1281,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2772 + * google/container/v1/cluster_service.proto;l=2782 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1309,7 +1309,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2776 + * google/container/v1/cluster_service.proto;l=2786 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1335,7 +1335,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2776 + * google/container/v1/cluster_service.proto;l=2786 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1361,7 +1361,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2776 + * google/container/v1/cluster_service.proto;l=2786 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1386,7 +1386,7 @@ public Builder setNodePoolId(java.lang.String value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2776 + * google/container/v1/cluster_service.proto;l=2786 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1407,7 +1407,7 @@ public Builder clearNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2776 + * google/container/v1/cluster_service.proto;l=2786 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java index a424b4ef3718..9aecc95f55b8 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2762 + * google/container/v1/cluster_service.proto;l=2772 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2762 + * google/container/v1/cluster_service.proto;l=2772 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2768 + * google/container/v1/cluster_service.proto;l=2778 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2768 + * google/container/v1/cluster_service.proto;l=2778 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2772 + * google/container/v1/cluster_service.proto;l=2782 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2772 + * google/container/v1/cluster_service.proto;l=2782 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -140,7 +140,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2776 + * google/container/v1/cluster_service.proto;l=2786 * @return The nodePoolId. */ @java.lang.Deprecated @@ -156,7 +156,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2776 + * google/container/v1/cluster_service.proto;l=2786 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java index ec8cadcea0f1..1478da288eb4 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java @@ -85,7 +85,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3757 + * google/container/v1/cluster_service.proto;l=3767 * @return The projectId. */ @java.lang.Override @@ -113,7 +113,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3757 + * google/container/v1/cluster_service.proto;l=3767 * @return The bytes for projectId. */ @java.lang.Override @@ -147,7 +147,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3763 + * google/container/v1/cluster_service.proto;l=3773 * @return The zone. */ @java.lang.Override @@ -176,7 +176,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3763 + * google/container/v1/cluster_service.proto;l=3773 * @return The bytes for zone. */ @java.lang.Override @@ -208,7 +208,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3767 + * google/container/v1/cluster_service.proto;l=3777 * @return The clusterId. */ @java.lang.Override @@ -235,7 +235,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3767 + * google/container/v1/cluster_service.proto;l=3777 * @return The bytes for clusterId. */ @java.lang.Override @@ -267,7 +267,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3771 + * google/container/v1/cluster_service.proto;l=3781 * @return The nodePoolId. */ @java.lang.Override @@ -294,7 +294,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3771 + * google/container/v1/cluster_service.proto;l=3781 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -917,7 +917,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3757 + * google/container/v1/cluster_service.proto;l=3767 * @return The projectId. */ @java.lang.Deprecated @@ -944,7 +944,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3757 + * google/container/v1/cluster_service.proto;l=3767 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -971,7 +971,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3757 + * google/container/v1/cluster_service.proto;l=3767 * @param value The projectId to set. * @return This builder for chaining. */ @@ -997,7 +997,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3757 + * google/container/v1/cluster_service.proto;l=3767 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1019,7 +1019,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3757 + * google/container/v1/cluster_service.proto;l=3767 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1049,7 +1049,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3763 + * google/container/v1/cluster_service.proto;l=3773 * @return The zone. */ @java.lang.Deprecated @@ -1077,7 +1077,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3763 + * google/container/v1/cluster_service.proto;l=3773 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1105,7 +1105,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3763 + * google/container/v1/cluster_service.proto;l=3773 * @param value The zone to set. * @return This builder for chaining. */ @@ -1132,7 +1132,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3763 + * google/container/v1/cluster_service.proto;l=3773 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1155,7 +1155,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3763 + * google/container/v1/cluster_service.proto;l=3773 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1183,7 +1183,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3767 + * google/container/v1/cluster_service.proto;l=3777 * @return The clusterId. */ @java.lang.Deprecated @@ -1209,7 +1209,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3767 + * google/container/v1/cluster_service.proto;l=3777 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1235,7 +1235,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3767 + * google/container/v1/cluster_service.proto;l=3777 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1260,7 +1260,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3767 + * google/container/v1/cluster_service.proto;l=3777 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1281,7 +1281,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3767 + * google/container/v1/cluster_service.proto;l=3777 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1309,7 +1309,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3771 + * google/container/v1/cluster_service.proto;l=3781 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1335,7 +1335,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3771 + * google/container/v1/cluster_service.proto;l=3781 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1361,7 +1361,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3771 + * google/container/v1/cluster_service.proto;l=3781 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1386,7 +1386,7 @@ public Builder setNodePoolId(java.lang.String value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3771 + * google/container/v1/cluster_service.proto;l=3781 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1407,7 +1407,7 @@ public Builder clearNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3771 + * google/container/v1/cluster_service.proto;l=3781 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java index 67e8d2a701e7..b73480879a25 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3757 + * google/container/v1/cluster_service.proto;l=3767 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3757 + * google/container/v1/cluster_service.proto;l=3767 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3763 + * google/container/v1/cluster_service.proto;l=3773 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3763 + * google/container/v1/cluster_service.proto;l=3773 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3767 + * google/container/v1/cluster_service.proto;l=3777 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3767 + * google/container/v1/cluster_service.proto;l=3777 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -140,7 +140,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3771 + * google/container/v1/cluster_service.proto;l=3781 * @return The nodePoolId. */ @java.lang.Deprecated @@ -156,7 +156,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolManagementRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3771 + * google/container/v1/cluster_service.proto;l=3781 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java index 9ce381d21721..0189567d0612 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3787 + * google/container/v1/cluster_service.proto;l=3797 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3787 + * google/container/v1/cluster_service.proto;l=3797 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3793 + * google/container/v1/cluster_service.proto;l=3803 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3793 + * google/container/v1/cluster_service.proto;l=3803 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3797 + * google/container/v1/cluster_service.proto;l=3807 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3797 + * google/container/v1/cluster_service.proto;l=3807 * @return The bytes for clusterId. */ @java.lang.Override @@ -265,7 +265,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3801 + * google/container/v1/cluster_service.proto;l=3811 * @return The nodePoolId. */ @java.lang.Override @@ -292,7 +292,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3801 + * google/container/v1/cluster_service.proto;l=3811 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -854,7 +854,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3787 + * google/container/v1/cluster_service.proto;l=3797 * @return The projectId. */ @java.lang.Deprecated @@ -881,7 +881,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3787 + * google/container/v1/cluster_service.proto;l=3797 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -908,7 +908,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3787 + * google/container/v1/cluster_service.proto;l=3797 * @param value The projectId to set. * @return This builder for chaining. */ @@ -934,7 +934,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3787 + * google/container/v1/cluster_service.proto;l=3797 * @return This builder for chaining. */ @java.lang.Deprecated @@ -956,7 +956,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3787 + * google/container/v1/cluster_service.proto;l=3797 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -986,7 +986,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3793 + * google/container/v1/cluster_service.proto;l=3803 * @return The zone. */ @java.lang.Deprecated @@ -1014,7 +1014,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3793 + * google/container/v1/cluster_service.proto;l=3803 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1042,7 +1042,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3793 + * google/container/v1/cluster_service.proto;l=3803 * @param value The zone to set. * @return This builder for chaining. */ @@ -1069,7 +1069,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3793 + * google/container/v1/cluster_service.proto;l=3803 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1092,7 +1092,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3793 + * google/container/v1/cluster_service.proto;l=3803 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1120,7 +1120,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3797 + * google/container/v1/cluster_service.proto;l=3807 * @return The clusterId. */ @java.lang.Deprecated @@ -1146,7 +1146,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3797 + * google/container/v1/cluster_service.proto;l=3807 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1172,7 +1172,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3797 + * google/container/v1/cluster_service.proto;l=3807 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1197,7 +1197,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3797 + * google/container/v1/cluster_service.proto;l=3807 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1218,7 +1218,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3797 + * google/container/v1/cluster_service.proto;l=3807 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1246,7 +1246,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3801 + * google/container/v1/cluster_service.proto;l=3811 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1272,7 +1272,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3801 + * google/container/v1/cluster_service.proto;l=3811 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1298,7 +1298,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3801 + * google/container/v1/cluster_service.proto;l=3811 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1323,7 +1323,7 @@ public Builder setNodePoolId(java.lang.String value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3801 + * google/container/v1/cluster_service.proto;l=3811 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1344,7 +1344,7 @@ public Builder clearNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3801 + * google/container/v1/cluster_service.proto;l=3811 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java index a03b5e5289dc..d98847fb8654 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3787 + * google/container/v1/cluster_service.proto;l=3797 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3787 + * google/container/v1/cluster_service.proto;l=3797 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3793 + * google/container/v1/cluster_service.proto;l=3803 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=3793 + * google/container/v1/cluster_service.proto;l=3803 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3797 + * google/container/v1/cluster_service.proto;l=3807 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3797 + * google/container/v1/cluster_service.proto;l=3807 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -140,7 +140,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3801 + * google/container/v1/cluster_service.proto;l=3811 * @return The nodePoolId. */ @java.lang.Deprecated @@ -156,7 +156,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3801 + * google/container/v1/cluster_service.proto;l=3811 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java index 6dd0d1ae8c16..661eb024e033 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4085 + * google/container/v1/cluster_service.proto;l=4095 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4085 + * google/container/v1/cluster_service.proto;l=4095 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4091 + * google/container/v1/cluster_service.proto;l=4101 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4091 + * google/container/v1/cluster_service.proto;l=4101 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4095 + * google/container/v1/cluster_service.proto;l=4105 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4095 + * google/container/v1/cluster_service.proto;l=4105 * @return The bytes for clusterId. */ @java.lang.Override @@ -770,7 +770,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4085 + * google/container/v1/cluster_service.proto;l=4095 * @return The projectId. */ @java.lang.Deprecated @@ -797,7 +797,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4085 + * google/container/v1/cluster_service.proto;l=4095 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -824,7 +824,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4085 + * google/container/v1/cluster_service.proto;l=4095 * @param value The projectId to set. * @return This builder for chaining. */ @@ -850,7 +850,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4085 + * google/container/v1/cluster_service.proto;l=4095 * @return This builder for chaining. */ @java.lang.Deprecated @@ -872,7 +872,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4085 + * google/container/v1/cluster_service.proto;l=4095 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -902,7 +902,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4091 + * google/container/v1/cluster_service.proto;l=4101 * @return The zone. */ @java.lang.Deprecated @@ -930,7 +930,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4091 + * google/container/v1/cluster_service.proto;l=4101 * @return The bytes for zone. */ @java.lang.Deprecated @@ -958,7 +958,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4091 + * google/container/v1/cluster_service.proto;l=4101 * @param value The zone to set. * @return This builder for chaining. */ @@ -985,7 +985,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4091 + * google/container/v1/cluster_service.proto;l=4101 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1008,7 +1008,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4091 + * google/container/v1/cluster_service.proto;l=4101 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1036,7 +1036,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4095 + * google/container/v1/cluster_service.proto;l=4105 * @return The clusterId. */ @java.lang.Deprecated @@ -1062,7 +1062,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4095 + * google/container/v1/cluster_service.proto;l=4105 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1088,7 +1088,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4095 + * google/container/v1/cluster_service.proto;l=4105 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1113,7 +1113,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4095 + * google/container/v1/cluster_service.proto;l=4105 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1134,7 +1134,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4095 + * google/container/v1/cluster_service.proto;l=4105 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java index a74142c8a2e3..cb89992dbc8c 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface StartIPRotationRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4085 + * google/container/v1/cluster_service.proto;l=4095 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface StartIPRotationRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4085 + * google/container/v1/cluster_service.proto;l=4095 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface StartIPRotationRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4091 + * google/container/v1/cluster_service.proto;l=4101 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface StartIPRotationRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=4091 + * google/container/v1/cluster_service.proto;l=4101 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface StartIPRotationRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4095 + * google/container/v1/cluster_service.proto;l=4105 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface StartIPRotationRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=4095 + * google/container/v1/cluster_service.proto;l=4105 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatefulHAConfig.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatefulHAConfig.java new file mode 100644 index 000000000000..f46bb4dc5053 --- /dev/null +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatefulHAConfig.java @@ -0,0 +1,533 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/container/v1/cluster_service.proto + +// Protobuf Java Version: 3.25.2 +package com.google.container.v1; + +/** + * + * + *
+ * Configuration for the Stateful HA add-on.
+ * 
+ * + * Protobuf type {@code google.container.v1.StatefulHAConfig} + */ +public final class StatefulHAConfig extends com.google.protobuf.GeneratedMessageV3 + implements + // @@protoc_insertion_point(message_implements:google.container.v1.StatefulHAConfig) + StatefulHAConfigOrBuilder { + private static final long serialVersionUID = 0L; + // Use StatefulHAConfig.newBuilder() to construct. + private StatefulHAConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + + private StatefulHAConfig() {} + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + return new StatefulHAConfig(); + } + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_StatefulHAConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_StatefulHAConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1.StatefulHAConfig.class, + com.google.container.v1.StatefulHAConfig.Builder.class); + } + + public static final int ENABLED_FIELD_NUMBER = 1; + private boolean enabled_ = false; + /** + * + * + *
+   * Whether the Stateful HA add-on is enabled for this cluster.
+   * 
+ * + * bool enabled = 1; + * + * @return The enabled. + */ + @java.lang.Override + public boolean getEnabled() { + return enabled_; + } + + private byte memoizedIsInitialized = -1; + + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (enabled_ != false) { + output.writeBool(1, enabled_); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (enabled_ != false) { + size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, enabled_); + } + size += getUnknownFields().getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.container.v1.StatefulHAConfig)) { + return super.equals(obj); + } + com.google.container.v1.StatefulHAConfig other = (com.google.container.v1.StatefulHAConfig) obj; + + if (getEnabled() != other.getEnabled()) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + ENABLED_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEnabled()); + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.container.v1.StatefulHAConfig parseFrom(java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1.StatefulHAConfig parseFrom( + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.container.v1.StatefulHAConfig parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1.StatefulHAConfig parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.container.v1.StatefulHAConfig parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1.StatefulHAConfig parseFrom( + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.container.v1.StatefulHAConfig parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1.StatefulHAConfig parseFrom( + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); + } + + public static com.google.container.v1.StatefulHAConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + } + + public static com.google.container.v1.StatefulHAConfig parseDelimitedFrom( + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); + } + + public static com.google.container.v1.StatefulHAConfig parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1.StatefulHAConfig parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { + return newBuilder(); + } + + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + + public static Builder newBuilder(com.google.container.v1.StatefulHAConfig prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + * + * + *
+   * Configuration for the Stateful HA add-on.
+   * 
+ * + * Protobuf type {@code google.container.v1.StatefulHAConfig} + */ + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements + // @@protoc_insertion_point(builder_implements:google.container.v1.StatefulHAConfig) + com.google.container.v1.StatefulHAConfigOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_StatefulHAConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_StatefulHAConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1.StatefulHAConfig.class, + com.google.container.v1.StatefulHAConfig.Builder.class); + } + + // Construct using com.google.container.v1.StatefulHAConfig.newBuilder() + private Builder() {} + + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + } + + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + enabled_ = false; + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_StatefulHAConfig_descriptor; + } + + @java.lang.Override + public com.google.container.v1.StatefulHAConfig getDefaultInstanceForType() { + return com.google.container.v1.StatefulHAConfig.getDefaultInstance(); + } + + @java.lang.Override + public com.google.container.v1.StatefulHAConfig build() { + com.google.container.v1.StatefulHAConfig result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.container.v1.StatefulHAConfig buildPartial() { + com.google.container.v1.StatefulHAConfig result = + new com.google.container.v1.StatefulHAConfig(this); + if (bitField0_ != 0) { + buildPartial0(result); + } + onBuilt(); + return result; + } + + private void buildPartial0(com.google.container.v1.StatefulHAConfig result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.enabled_ = enabled_; + } + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + return super.setField(field, value); + } + + @java.lang.Override + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + + @java.lang.Override + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + return super.addRepeatedField(field, value); + } + + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof com.google.container.v1.StatefulHAConfig) { + return mergeFrom((com.google.container.v1.StatefulHAConfig) other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.container.v1.StatefulHAConfig other) { + if (other == com.google.container.v1.StatefulHAConfig.getDefaultInstance()) return this; + if (other.getEnabled() != false) { + setEnabled(other.getEnabled()); + } + this.mergeUnknownFields(other.getUnknownFields()); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 8: + { + enabled_ = input.readBool(); + bitField0_ |= 0x00000001; + break; + } // case 8 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + + private int bitField0_; + + private boolean enabled_; + /** + * + * + *
+     * Whether the Stateful HA add-on is enabled for this cluster.
+     * 
+ * + * bool enabled = 1; + * + * @return The enabled. + */ + @java.lang.Override + public boolean getEnabled() { + return enabled_; + } + /** + * + * + *
+     * Whether the Stateful HA add-on is enabled for this cluster.
+     * 
+ * + * bool enabled = 1; + * + * @param value The enabled to set. + * @return This builder for chaining. + */ + public Builder setEnabled(boolean value) { + + enabled_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + * + * + *
+     * Whether the Stateful HA add-on is enabled for this cluster.
+     * 
+ * + * bool enabled = 1; + * + * @return This builder for chaining. + */ + public Builder clearEnabled() { + bitField0_ = (bitField0_ & ~0x00000001); + enabled_ = false; + onChanged(); + return this; + } + + @java.lang.Override + public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + // @@protoc_insertion_point(builder_scope:google.container.v1.StatefulHAConfig) + } + + // @@protoc_insertion_point(class_scope:google.container.v1.StatefulHAConfig) + private static final com.google.container.v1.StatefulHAConfig DEFAULT_INSTANCE; + + static { + DEFAULT_INSTANCE = new com.google.container.v1.StatefulHAConfig(); + } + + public static com.google.container.v1.StatefulHAConfig getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public StatefulHAConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.container.v1.StatefulHAConfig getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } +} diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatefulHAConfigOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatefulHAConfigOrBuilder.java new file mode 100644 index 000000000000..4f6d4496f31f --- /dev/null +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatefulHAConfigOrBuilder.java @@ -0,0 +1,39 @@ +/* + * Copyright 2024 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/container/v1/cluster_service.proto + +// Protobuf Java Version: 3.25.2 +package com.google.container.v1; + +public interface StatefulHAConfigOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.container.v1.StatefulHAConfig) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Whether the Stateful HA add-on is enabled for this cluster.
+   * 
+ * + * bool enabled = 1; + * + * @return The enabled. + */ + boolean getEnabled(); +} diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusCondition.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusCondition.java index 74acd6b51d5c..9c9b517b5a33 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusCondition.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusCondition.java @@ -330,7 +330,7 @@ private Code(int value) { * .google.container.v1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1.StatusCondition.code is deprecated. See - * google/container/v1/cluster_service.proto;l=4296 + * google/container/v1/cluster_service.proto;l=4306 * @return The enum numeric value on the wire for code. */ @java.lang.Override @@ -349,7 +349,7 @@ public int getCodeValue() { * .google.container.v1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1.StatusCondition.code is deprecated. See - * google/container/v1/cluster_service.proto;l=4296 + * google/container/v1/cluster_service.proto;l=4306 * @return The code. */ @java.lang.Override @@ -842,7 +842,7 @@ public Builder mergeFrom( * .google.container.v1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1.StatusCondition.code is deprecated. See - * google/container/v1/cluster_service.proto;l=4296 + * google/container/v1/cluster_service.proto;l=4306 * @return The enum numeric value on the wire for code. */ @java.lang.Override @@ -861,7 +861,7 @@ public int getCodeValue() { * .google.container.v1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1.StatusCondition.code is deprecated. See - * google/container/v1/cluster_service.proto;l=4296 + * google/container/v1/cluster_service.proto;l=4306 * @param value The enum numeric value on the wire for code to set. * @return This builder for chaining. */ @@ -883,7 +883,7 @@ public Builder setCodeValue(int value) { * .google.container.v1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1.StatusCondition.code is deprecated. See - * google/container/v1/cluster_service.proto;l=4296 + * google/container/v1/cluster_service.proto;l=4306 * @return The code. */ @java.lang.Override @@ -904,7 +904,7 @@ public com.google.container.v1.StatusCondition.Code getCode() { * .google.container.v1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1.StatusCondition.code is deprecated. See - * google/container/v1/cluster_service.proto;l=4296 + * google/container/v1/cluster_service.proto;l=4306 * @param value The code to set. * @return This builder for chaining. */ @@ -929,7 +929,7 @@ public Builder setCode(com.google.container.v1.StatusCondition.Code value) { * .google.container.v1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1.StatusCondition.code is deprecated. See - * google/container/v1/cluster_service.proto;l=4296 + * google/container/v1/cluster_service.proto;l=4306 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusConditionOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusConditionOrBuilder.java index bea004f1d0ff..54cfa629cc85 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusConditionOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusConditionOrBuilder.java @@ -35,7 +35,7 @@ public interface StatusConditionOrBuilder * .google.container.v1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1.StatusCondition.code is deprecated. See - * google/container/v1/cluster_service.proto;l=4296 + * google/container/v1/cluster_service.proto;l=4306 * @return The enum numeric value on the wire for code. */ @java.lang.Deprecated @@ -51,7 +51,7 @@ public interface StatusConditionOrBuilder * .google.container.v1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1.StatusCondition.code is deprecated. See - * google/container/v1/cluster_service.proto;l=4296 + * google/container/v1/cluster_service.proto;l=4306 * @return The code. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java index e1674ff7bad4..88112fc4442e 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2604 + * google/container/v1/cluster_service.proto;l=2614 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2604 + * google/container/v1/cluster_service.proto;l=2614 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2610 + * google/container/v1/cluster_service.proto;l=2620 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2610 + * google/container/v1/cluster_service.proto;l=2620 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2614 + * google/container/v1/cluster_service.proto;l=2624 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2614 + * google/container/v1/cluster_service.proto;l=2624 * @return The bytes for clusterId. */ @java.lang.Override @@ -821,7 +821,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2604 + * google/container/v1/cluster_service.proto;l=2614 * @return The projectId. */ @java.lang.Deprecated @@ -848,7 +848,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2604 + * google/container/v1/cluster_service.proto;l=2614 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -875,7 +875,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2604 + * google/container/v1/cluster_service.proto;l=2614 * @param value The projectId to set. * @return This builder for chaining. */ @@ -901,7 +901,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2604 + * google/container/v1/cluster_service.proto;l=2614 * @return This builder for chaining. */ @java.lang.Deprecated @@ -923,7 +923,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2604 + * google/container/v1/cluster_service.proto;l=2614 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -953,7 +953,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2610 + * google/container/v1/cluster_service.proto;l=2620 * @return The zone. */ @java.lang.Deprecated @@ -981,7 +981,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2610 + * google/container/v1/cluster_service.proto;l=2620 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1009,7 +1009,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2610 + * google/container/v1/cluster_service.proto;l=2620 * @param value The zone to set. * @return This builder for chaining. */ @@ -1036,7 +1036,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2610 + * google/container/v1/cluster_service.proto;l=2620 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1059,7 +1059,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2610 + * google/container/v1/cluster_service.proto;l=2620 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1087,7 +1087,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2614 + * google/container/v1/cluster_service.proto;l=2624 * @return The clusterId. */ @java.lang.Deprecated @@ -1113,7 +1113,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2614 + * google/container/v1/cluster_service.proto;l=2624 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1139,7 +1139,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2614 + * google/container/v1/cluster_service.proto;l=2624 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1164,7 +1164,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2614 + * google/container/v1/cluster_service.proto;l=2624 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1185,7 +1185,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2614 + * google/container/v1/cluster_service.proto;l=2624 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java index cd15b27d0ea6..e4d7990e0f80 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface UpdateClusterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2604 + * google/container/v1/cluster_service.proto;l=2614 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface UpdateClusterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2604 + * google/container/v1/cluster_service.proto;l=2614 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface UpdateClusterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2610 + * google/container/v1/cluster_service.proto;l=2620 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface UpdateClusterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2610 + * google/container/v1/cluster_service.proto;l=2620 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface UpdateClusterRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2614 + * google/container/v1/cluster_service.proto;l=2624 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface UpdateClusterRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2614 + * google/container/v1/cluster_service.proto;l=2624 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java index 922ed852149f..9c43baee5cb1 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java @@ -83,7 +83,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2919 + * google/container/v1/cluster_service.proto;l=2929 * @return The projectId. */ @java.lang.Override @@ -111,7 +111,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2919 + * google/container/v1/cluster_service.proto;l=2929 * @return The bytes for projectId. */ @java.lang.Override @@ -145,7 +145,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2925 + * google/container/v1/cluster_service.proto;l=2935 * @return The zone. */ @java.lang.Override @@ -174,7 +174,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2925 + * google/container/v1/cluster_service.proto;l=2935 * @return The bytes for zone. */ @java.lang.Override @@ -206,7 +206,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2929 + * google/container/v1/cluster_service.proto;l=2939 * @return The clusterId. */ @java.lang.Override @@ -233,7 +233,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2929 + * google/container/v1/cluster_service.proto;l=2939 * @return The bytes for clusterId. */ @java.lang.Override @@ -822,7 +822,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2919 + * google/container/v1/cluster_service.proto;l=2929 * @return The projectId. */ @java.lang.Deprecated @@ -849,7 +849,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2919 + * google/container/v1/cluster_service.proto;l=2929 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -876,7 +876,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2919 + * google/container/v1/cluster_service.proto;l=2929 * @param value The projectId to set. * @return This builder for chaining. */ @@ -902,7 +902,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2919 + * google/container/v1/cluster_service.proto;l=2929 * @return This builder for chaining. */ @java.lang.Deprecated @@ -924,7 +924,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2919 + * google/container/v1/cluster_service.proto;l=2929 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -954,7 +954,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2925 + * google/container/v1/cluster_service.proto;l=2935 * @return The zone. */ @java.lang.Deprecated @@ -982,7 +982,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2925 + * google/container/v1/cluster_service.proto;l=2935 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1010,7 +1010,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2925 + * google/container/v1/cluster_service.proto;l=2935 * @param value The zone to set. * @return This builder for chaining. */ @@ -1037,7 +1037,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2925 + * google/container/v1/cluster_service.proto;l=2935 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1060,7 +1060,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2925 + * google/container/v1/cluster_service.proto;l=2935 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1088,7 +1088,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2929 + * google/container/v1/cluster_service.proto;l=2939 * @return The clusterId. */ @java.lang.Deprecated @@ -1114,7 +1114,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2929 + * google/container/v1/cluster_service.proto;l=2939 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1140,7 +1140,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2929 + * google/container/v1/cluster_service.proto;l=2939 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1165,7 +1165,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2929 + * google/container/v1/cluster_service.proto;l=2939 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1186,7 +1186,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2929 + * google/container/v1/cluster_service.proto;l=2939 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java index 512cfd35c8aa..ee7f478b1be4 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface UpdateMasterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2919 + * google/container/v1/cluster_service.proto;l=2929 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface UpdateMasterRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2919 + * google/container/v1/cluster_service.proto;l=2929 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface UpdateMasterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2925 + * google/container/v1/cluster_service.proto;l=2935 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface UpdateMasterRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2925 + * google/container/v1/cluster_service.proto;l=2935 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface UpdateMasterRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2929 + * google/container/v1/cluster_service.proto;l=2939 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface UpdateMasterRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2929 + * google/container/v1/cluster_service.proto;l=2939 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java index 409a5b200b80..81d3357b85b7 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java @@ -90,7 +90,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2629 + * google/container/v1/cluster_service.proto;l=2639 * @return The projectId. */ @java.lang.Override @@ -118,7 +118,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2629 + * google/container/v1/cluster_service.proto;l=2639 * @return The bytes for projectId. */ @java.lang.Override @@ -152,7 +152,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2635 + * google/container/v1/cluster_service.proto;l=2645 * @return The zone. */ @java.lang.Override @@ -181,7 +181,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2635 + * google/container/v1/cluster_service.proto;l=2645 * @return The bytes for zone. */ @java.lang.Override @@ -213,7 +213,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2639 + * google/container/v1/cluster_service.proto;l=2649 * @return The clusterId. */ @java.lang.Override @@ -240,7 +240,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2639 + * google/container/v1/cluster_service.proto;l=2649 * @return The bytes for clusterId. */ @java.lang.Override @@ -272,7 +272,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2643 + * google/container/v1/cluster_service.proto;l=2653 * @return The nodePoolId. */ @java.lang.Override @@ -299,7 +299,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2643 + * google/container/v1/cluster_service.proto;l=2653 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -2777,7 +2777,7 @@ public Builder mergeFrom( * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2629 + * google/container/v1/cluster_service.proto;l=2639 * @return The projectId. */ @java.lang.Deprecated @@ -2804,7 +2804,7 @@ public java.lang.String getProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2629 + * google/container/v1/cluster_service.proto;l=2639 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -2831,7 +2831,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2629 + * google/container/v1/cluster_service.proto;l=2639 * @param value The projectId to set. * @return This builder for chaining. */ @@ -2857,7 +2857,7 @@ public Builder setProjectId(java.lang.String value) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2629 + * google/container/v1/cluster_service.proto;l=2639 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2879,7 +2879,7 @@ public Builder clearProjectId() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2629 + * google/container/v1/cluster_service.proto;l=2639 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -2909,7 +2909,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2635 + * google/container/v1/cluster_service.proto;l=2645 * @return The zone. */ @java.lang.Deprecated @@ -2937,7 +2937,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2635 + * google/container/v1/cluster_service.proto;l=2645 * @return The bytes for zone. */ @java.lang.Deprecated @@ -2965,7 +2965,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2635 + * google/container/v1/cluster_service.proto;l=2645 * @param value The zone to set. * @return This builder for chaining. */ @@ -2992,7 +2992,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2635 + * google/container/v1/cluster_service.proto;l=2645 * @return This builder for chaining. */ @java.lang.Deprecated @@ -3015,7 +3015,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2635 + * google/container/v1/cluster_service.proto;l=2645 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -3043,7 +3043,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2639 + * google/container/v1/cluster_service.proto;l=2649 * @return The clusterId. */ @java.lang.Deprecated @@ -3069,7 +3069,7 @@ public java.lang.String getClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2639 + * google/container/v1/cluster_service.proto;l=2649 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -3095,7 +3095,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2639 + * google/container/v1/cluster_service.proto;l=2649 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -3120,7 +3120,7 @@ public Builder setClusterId(java.lang.String value) { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2639 + * google/container/v1/cluster_service.proto;l=2649 * @return This builder for chaining. */ @java.lang.Deprecated @@ -3141,7 +3141,7 @@ public Builder clearClusterId() { * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2639 + * google/container/v1/cluster_service.proto;l=2649 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -3169,7 +3169,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2643 + * google/container/v1/cluster_service.proto;l=2653 * @return The nodePoolId. */ @java.lang.Deprecated @@ -3195,7 +3195,7 @@ public java.lang.String getNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2643 + * google/container/v1/cluster_service.proto;l=2653 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -3221,7 +3221,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2643 + * google/container/v1/cluster_service.proto;l=2653 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -3246,7 +3246,7 @@ public Builder setNodePoolId(java.lang.String value) { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2643 + * google/container/v1/cluster_service.proto;l=2653 * @return This builder for chaining. */ @java.lang.Deprecated @@ -3267,7 +3267,7 @@ public Builder clearNodePoolId() { * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2643 + * google/container/v1/cluster_service.proto;l=2653 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java index 15fcdbd90b59..64949b44b17a 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java +++ b/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface UpdateNodePoolRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2629 + * google/container/v1/cluster_service.proto;l=2639 * @return The projectId. */ @java.lang.Deprecated @@ -53,7 +53,7 @@ public interface UpdateNodePoolRequestOrBuilder * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2629 + * google/container/v1/cluster_service.proto;l=2639 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -72,7 +72,7 @@ public interface UpdateNodePoolRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2635 + * google/container/v1/cluster_service.proto;l=2645 * @return The zone. */ @java.lang.Deprecated @@ -90,7 +90,7 @@ public interface UpdateNodePoolRequestOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2635 + * google/container/v1/cluster_service.proto;l=2645 * @return The bytes for zone. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface UpdateNodePoolRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2639 + * google/container/v1/cluster_service.proto;l=2649 * @return The clusterId. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface UpdateNodePoolRequestOrBuilder * string cluster_id = 3 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2639 + * google/container/v1/cluster_service.proto;l=2649 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -140,7 +140,7 @@ public interface UpdateNodePoolRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2643 + * google/container/v1/cluster_service.proto;l=2653 * @return The nodePoolId. */ @java.lang.Deprecated @@ -156,7 +156,7 @@ public interface UpdateNodePoolRequestOrBuilder * string node_pool_id = 4 [deprecated = true]; * * @deprecated google.container.v1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2643 + * google/container/v1/cluster_service.proto;l=2653 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/java-container/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto b/java-container/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto index 7c588023b62e..5ce0a64a798a 100644 --- a/java-container/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto +++ b/java-container/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto @@ -1223,6 +1223,10 @@ message AddonsConfig { // Configuration for the Cloud Storage Fuse CSI driver. GcsFuseCsiDriverConfig gcs_fuse_csi_driver_config = 17; + + // Optional. Configuration for the StatefulHA add-on. + StatefulHAConfig stateful_ha_config = 18 + [(google.api.field_behavior) = OPTIONAL]; } // Configuration options for the HTTP (L7) load balancing controller addon, @@ -1365,6 +1369,12 @@ message GkeBackupAgentConfig { bool enabled = 1; } +// Configuration for the Stateful HA add-on. +message StatefulHAConfig { + // Whether the Stateful HA add-on is enabled for this cluster. + bool enabled = 1; +} + // Configuration options for the master authorized networks feature. Enabled // master authorized networks will disallow all external traffic to access // Kubernetes master through HTTPS except traffic from the given CIDR blocks,