diff --git a/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java b/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java index fc8341a2..9ecee9b6 100644 --- a/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java +++ b/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java @@ -88,8 +88,11 @@ * calls that map to API methods. Sample code to get started: * *
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
  *   String parent = "parent-995424086";
  *   ListClustersResponse response = clusterManagerClient.listClusters(parent);
@@ -125,8 +128,11 @@
  * 

To customize credentials: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ClusterManagerSettings clusterManagerSettings =
  *     ClusterManagerSettings.newBuilder()
  *         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
@@ -137,8 +143,11 @@
  * 

To customize the endpoint: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ClusterManagerSettings clusterManagerSettings =
  *     ClusterManagerSettings.newBuilder().setEndpoint(myEndpoint).build();
  * ClusterManagerClient clusterManagerClient = ClusterManagerClient.create(clusterManagerSettings);
@@ -203,8 +212,11 @@ public ClusterManagerStub getStub() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String parent = "parent-995424086";
    *   ListClustersResponse response = clusterManagerClient.listClusters(parent);
@@ -228,8 +240,11 @@ public final ListClustersResponse listClusters(String parent) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -258,8 +273,11 @@ public final ListClustersResponse listClusters(String projectId, String zone) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListClustersRequest request =
    *       ListClustersRequest.newBuilder()
@@ -285,8 +303,11 @@ public final ListClustersResponse listClusters(ListClustersRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListClustersRequest request =
    *       ListClustersRequest.newBuilder()
@@ -312,8 +333,11 @@ public final UnaryCallable listCluste
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   Cluster response = clusterManagerClient.getCluster(name);
@@ -336,8 +360,11 @@ public final Cluster getCluster(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -373,8 +400,11 @@ public final Cluster getCluster(String projectId, String zone, String clusterId)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetClusterRequest request =
    *       GetClusterRequest.newBuilder()
@@ -401,8 +431,11 @@ public final Cluster getCluster(GetClusterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetClusterRequest request =
    *       GetClusterRequest.newBuilder()
@@ -439,8 +472,11 @@ public final UnaryCallable getClusterCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String parent = "parent-995424086";
    *   Cluster cluster = Cluster.newBuilder().build();
@@ -478,8 +514,11 @@ public final Operation createCluster(String parent, Cluster cluster) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -526,8 +565,11 @@ public final Operation createCluster(String projectId, String zone, Cluster clus
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CreateClusterRequest request =
    *       CreateClusterRequest.newBuilder()
@@ -565,8 +607,11 @@ public final Operation createCluster(CreateClusterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CreateClusterRequest request =
    *       CreateClusterRequest.newBuilder()
@@ -593,8 +638,11 @@ public final UnaryCallable createClusterCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   ClusterUpdate update = ClusterUpdate.newBuilder().build();
@@ -620,8 +668,11 @@ public final Operation updateCluster(String name, ClusterUpdate update) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -661,8 +712,11 @@ public final Operation updateCluster(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateClusterRequest request =
    *       UpdateClusterRequest.newBuilder()
@@ -690,8 +744,11 @@ public final Operation updateCluster(UpdateClusterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateClusterRequest request =
    *       UpdateClusterRequest.newBuilder()
@@ -719,8 +776,11 @@ public final UnaryCallable updateClusterCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateNodePoolRequest request =
    *       UpdateNodePoolRequest.newBuilder()
@@ -743,6 +803,7 @@ public final UnaryCallable updateClusterCallabl
    *           .setGcfsConfig(GcfsConfig.newBuilder().build())
    *           .setConfidentialNodes(ConfidentialNodes.newBuilder().build())
    *           .setGvnic(VirtualNIC.newBuilder().build())
+   *           .setLoggingConfig(NodePoolLoggingConfig.newBuilder().build())
    *           .build();
    *   Operation response = clusterManagerClient.updateNodePool(request);
    * }
@@ -762,8 +823,11 @@ public final Operation updateNodePool(UpdateNodePoolRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateNodePoolRequest request =
    *       UpdateNodePoolRequest.newBuilder()
@@ -786,6 +850,7 @@ public final Operation updateNodePool(UpdateNodePoolRequest request) {
    *           .setGcfsConfig(GcfsConfig.newBuilder().build())
    *           .setConfidentialNodes(ConfidentialNodes.newBuilder().build())
    *           .setGvnic(VirtualNIC.newBuilder().build())
+   *           .setLoggingConfig(NodePoolLoggingConfig.newBuilder().build())
    *           .build();
    *   ApiFuture future =
    *       clusterManagerClient.updateNodePoolCallable().futureCall(request);
@@ -805,8 +870,11 @@ public final UnaryCallable updateNodePoolCalla
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolAutoscalingRequest request =
    *       SetNodePoolAutoscalingRequest.newBuilder()
@@ -835,8 +903,11 @@ public final Operation setNodePoolAutoscaling(SetNodePoolAutoscalingRequest requ
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolAutoscalingRequest request =
    *       SetNodePoolAutoscalingRequest.newBuilder()
@@ -866,8 +937,11 @@ public final Operation setNodePoolAutoscaling(SetNodePoolAutoscalingRequest requ
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   String loggingService = "loggingService1098570326";
@@ -906,8 +980,11 @@ public final Operation setLoggingService(String name, String loggingService) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -958,8 +1035,11 @@ public final Operation setLoggingService(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLoggingServiceRequest request =
    *       SetLoggingServiceRequest.newBuilder()
@@ -987,8 +1067,11 @@ public final Operation setLoggingService(SetLoggingServiceRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLoggingServiceRequest request =
    *       SetLoggingServiceRequest.newBuilder()
@@ -1016,8 +1099,11 @@ public final UnaryCallable setLoggingServic
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   String monitoringService = "monitoringService-1431578291";
@@ -1056,8 +1142,11 @@ public final Operation setMonitoringService(String name, String monitoringServic
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1108,8 +1197,11 @@ public final Operation setMonitoringService(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMonitoringServiceRequest request =
    *       SetMonitoringServiceRequest.newBuilder()
@@ -1137,8 +1229,11 @@ public final Operation setMonitoringService(SetMonitoringServiceRequest request)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMonitoringServiceRequest request =
    *       SetMonitoringServiceRequest.newBuilder()
@@ -1167,8 +1262,11 @@ public final Operation setMonitoringService(SetMonitoringServiceRequest request)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   AddonsConfig addonsConfig = AddonsConfig.newBuilder().build();
@@ -1195,8 +1293,11 @@ public final Operation setAddonsConfig(String name, AddonsConfig addonsConfig) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1238,8 +1339,11 @@ public final Operation setAddonsConfig(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetAddonsConfigRequest request =
    *       SetAddonsConfigRequest.newBuilder()
@@ -1267,8 +1371,11 @@ public final Operation setAddonsConfig(SetAddonsConfigRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetAddonsConfigRequest request =
    *       SetAddonsConfigRequest.newBuilder()
@@ -1298,8 +1405,11 @@ public final UnaryCallable setAddonsConfigCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   List locations = new ArrayList<>();
@@ -1334,8 +1444,11 @@ public final Operation setLocations(String name, List locations) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1384,8 +1497,11 @@ public final Operation setLocations(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLocationsRequest request =
    *       SetLocationsRequest.newBuilder()
@@ -1417,8 +1533,11 @@ public final Operation setLocations(SetLocationsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLocationsRequest request =
    *       SetLocationsRequest.newBuilder()
@@ -1448,8 +1567,11 @@ public final UnaryCallable setLocationsCallable(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   String masterVersion = "masterVersion1167095830";
@@ -1481,8 +1603,11 @@ public final Operation updateMaster(String name, String masterVersion) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1529,8 +1654,11 @@ public final Operation updateMaster(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateMasterRequest request =
    *       UpdateMasterRequest.newBuilder()
@@ -1558,8 +1686,11 @@ public final Operation updateMaster(UpdateMasterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateMasterRequest request =
    *       UpdateMasterRequest.newBuilder()
@@ -1587,8 +1718,11 @@ public final UnaryCallable updateMasterCallable(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMasterAuthRequest request =
    *       SetMasterAuthRequest.newBuilder()
@@ -1617,8 +1751,11 @@ public final Operation setMasterAuth(SetMasterAuthRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMasterAuthRequest request =
    *       SetMasterAuthRequest.newBuilder()
@@ -1652,8 +1789,11 @@ public final UnaryCallable setMasterAuthCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   Operation response = clusterManagerClient.deleteCluster(name);
@@ -1682,8 +1822,11 @@ public final Operation deleteCluster(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1725,8 +1868,11 @@ public final Operation deleteCluster(String projectId, String zone, String clust
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   DeleteClusterRequest request =
    *       DeleteClusterRequest.newBuilder()
@@ -1759,8 +1905,11 @@ public final Operation deleteCluster(DeleteClusterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   DeleteClusterRequest request =
    *       DeleteClusterRequest.newBuilder()
@@ -1787,8 +1936,11 @@ public final UnaryCallable deleteClusterCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1817,8 +1969,11 @@ public final ListOperationsResponse listOperations(String projectId, String zone
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListOperationsRequest request =
    *       ListOperationsRequest.newBuilder()
@@ -1844,8 +1999,11 @@ public final ListOperationsResponse listOperations(ListOperationsRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListOperationsRequest request =
    *       ListOperationsRequest.newBuilder()
@@ -1872,8 +2030,11 @@ public final ListOperationsResponse listOperations(ListOperationsRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   Operation response = clusterManagerClient.getOperation(name);
@@ -1896,8 +2057,11 @@ public final Operation getOperation(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1933,8 +2097,11 @@ public final Operation getOperation(String projectId, String zone, String operat
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetOperationRequest request =
    *       GetOperationRequest.newBuilder()
@@ -1961,8 +2128,11 @@ public final Operation getOperation(GetOperationRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetOperationRequest request =
    *       GetOperationRequest.newBuilder()
@@ -1988,8 +2158,11 @@ public final UnaryCallable getOperationCallable(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   clusterManagerClient.cancelOperation(name);
@@ -2012,8 +2185,11 @@ public final void cancelOperation(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2049,8 +2225,11 @@ public final void cancelOperation(String projectId, String zone, String operatio
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CancelOperationRequest request =
    *       CancelOperationRequest.newBuilder()
@@ -2077,8 +2256,11 @@ public final void cancelOperation(CancelOperationRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CancelOperationRequest request =
    *       CancelOperationRequest.newBuilder()
@@ -2104,8 +2286,11 @@ public final UnaryCallable cancelOperationCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   ServerConfig response = clusterManagerClient.getServerConfig(name);
@@ -2128,8 +2313,11 @@ public final ServerConfig getServerConfig(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2158,8 +2346,11 @@ public final ServerConfig getServerConfig(String projectId, String zone) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetServerConfigRequest request =
    *       GetServerConfigRequest.newBuilder()
@@ -2185,8 +2376,11 @@ public final ServerConfig getServerConfig(GetServerConfigRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetServerConfigRequest request =
    *       GetServerConfigRequest.newBuilder()
@@ -2213,8 +2407,11 @@ public final UnaryCallable getServerConfig
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetJSONWebKeysRequest request =
    *       GetJSONWebKeysRequest.newBuilder().setParent("parent-995424086").build();
@@ -2237,8 +2434,11 @@ public final GetJSONWebKeysResponse getJSONWebKeys(GetJSONWebKeysRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetJSONWebKeysRequest request =
    *       GetJSONWebKeysRequest.newBuilder().setParent("parent-995424086").build();
@@ -2261,8 +2461,11 @@ public final GetJSONWebKeysResponse getJSONWebKeys(GetJSONWebKeysRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String parent = "parent-995424086";
    *   ListNodePoolsResponse response = clusterManagerClient.listNodePools(parent);
@@ -2285,8 +2488,11 @@ public final ListNodePoolsResponse listNodePools(String parent) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2324,8 +2530,11 @@ public final ListNodePoolsResponse listNodePools(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListNodePoolsRequest request =
    *       ListNodePoolsRequest.newBuilder()
@@ -2352,8 +2561,11 @@ public final ListNodePoolsResponse listNodePools(ListNodePoolsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListNodePoolsRequest request =
    *       ListNodePoolsRequest.newBuilder()
@@ -2380,8 +2592,11 @@ public final UnaryCallable listNode
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   NodePool response = clusterManagerClient.getNodePool(name);
@@ -2404,8 +2619,11 @@ public final NodePool getNodePool(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2446,8 +2664,11 @@ public final NodePool getNodePool(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetNodePoolRequest request =
    *       GetNodePoolRequest.newBuilder()
@@ -2475,8 +2696,11 @@ public final NodePool getNodePool(GetNodePoolRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetNodePoolRequest request =
    *       GetNodePoolRequest.newBuilder()
@@ -2503,8 +2727,11 @@ public final UnaryCallable getNodePoolCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String parent = "parent-995424086";
    *   NodePool nodePool = NodePool.newBuilder().build();
@@ -2530,8 +2757,11 @@ public final Operation createNodePool(String parent, NodePool nodePool) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2572,8 +2802,11 @@ public final Operation createNodePool(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CreateNodePoolRequest request =
    *       CreateNodePoolRequest.newBuilder()
@@ -2601,8 +2834,11 @@ public final Operation createNodePool(CreateNodePoolRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CreateNodePoolRequest request =
    *       CreateNodePoolRequest.newBuilder()
@@ -2630,8 +2866,11 @@ public final UnaryCallable createNodePoolCalla
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   Operation response = clusterManagerClient.deleteNodePool(name);
@@ -2654,8 +2893,11 @@ public final Operation deleteNodePool(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2697,8 +2939,11 @@ public final Operation deleteNodePool(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   DeleteNodePoolRequest request =
    *       DeleteNodePoolRequest.newBuilder()
@@ -2726,8 +2971,11 @@ public final Operation deleteNodePool(DeleteNodePoolRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   DeleteNodePoolRequest request =
    *       DeleteNodePoolRequest.newBuilder()
@@ -2755,8 +3003,11 @@ public final UnaryCallable deleteNodePoolCalla
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CompleteNodePoolUpgradeRequest request =
    *       CompleteNodePoolUpgradeRequest.newBuilder().setName("name3373707").build();
@@ -2778,8 +3029,11 @@ public final void completeNodePoolUpgrade(CompleteNodePoolUpgradeRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CompleteNodePoolUpgradeRequest request =
    *       CompleteNodePoolUpgradeRequest.newBuilder().setName("name3373707").build();
@@ -2803,8 +3057,11 @@ public final void completeNodePoolUpgrade(CompleteNodePoolUpgradeRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   Operation response = clusterManagerClient.rollbackNodePoolUpgrade(name);
@@ -2830,8 +3087,11 @@ public final Operation rollbackNodePoolUpgrade(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2874,8 +3134,11 @@ public final Operation rollbackNodePoolUpgrade(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   RollbackNodePoolUpgradeRequest request =
    *       RollbackNodePoolUpgradeRequest.newBuilder()
@@ -2905,8 +3168,11 @@ public final Operation rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   RollbackNodePoolUpgradeRequest request =
    *       RollbackNodePoolUpgradeRequest.newBuilder()
@@ -2936,8 +3202,11 @@ public final Operation rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolManagementRequest request =
    *       SetNodePoolManagementRequest.newBuilder()
@@ -2966,8 +3235,11 @@ public final Operation setNodePoolManagement(SetNodePoolManagementRequest reques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolManagementRequest request =
    *       SetNodePoolManagementRequest.newBuilder()
@@ -2997,8 +3269,11 @@ public final Operation setNodePoolManagement(SetNodePoolManagementRequest reques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLabelsRequest request =
    *       SetLabelsRequest.newBuilder()
@@ -3027,8 +3302,11 @@ public final Operation setLabels(SetLabelsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLabelsRequest request =
    *       SetLabelsRequest.newBuilder()
@@ -3056,8 +3334,11 @@ public final UnaryCallable setLabelsCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   boolean enabled = true;
@@ -3083,8 +3364,11 @@ public final Operation setLegacyAbac(String name, boolean enabled) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -3124,8 +3408,11 @@ public final Operation setLegacyAbac(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLegacyAbacRequest request =
    *       SetLegacyAbacRequest.newBuilder()
@@ -3153,8 +3440,11 @@ public final Operation setLegacyAbac(SetLegacyAbacRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLegacyAbacRequest request =
    *       SetLegacyAbacRequest.newBuilder()
@@ -3182,8 +3472,11 @@ public final UnaryCallable setLegacyAbacCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   Operation response = clusterManagerClient.startIPRotation(name);
@@ -3206,8 +3499,11 @@ public final Operation startIPRotation(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -3243,8 +3539,11 @@ public final Operation startIPRotation(String projectId, String zone, String clu
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   StartIPRotationRequest request =
    *       StartIPRotationRequest.newBuilder()
@@ -3272,8 +3571,11 @@ public final Operation startIPRotation(StartIPRotationRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   StartIPRotationRequest request =
    *       StartIPRotationRequest.newBuilder()
@@ -3301,8 +3603,11 @@ public final UnaryCallable startIPRotationCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   Operation response = clusterManagerClient.completeIPRotation(name);
@@ -3326,8 +3631,11 @@ public final Operation completeIPRotation(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -3363,8 +3671,11 @@ public final Operation completeIPRotation(String projectId, String zone, String
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CompleteIPRotationRequest request =
    *       CompleteIPRotationRequest.newBuilder()
@@ -3391,8 +3702,11 @@ public final Operation completeIPRotation(CompleteIPRotationRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CompleteIPRotationRequest request =
    *       CompleteIPRotationRequest.newBuilder()
@@ -3421,8 +3735,11 @@ public final UnaryCallable completeIPRotat
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolSizeRequest request =
    *       SetNodePoolSizeRequest.newBuilder()
@@ -3453,8 +3770,11 @@ public final Operation setNodePoolSize(SetNodePoolSizeRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolSizeRequest request =
    *       SetNodePoolSizeRequest.newBuilder()
@@ -3483,8 +3803,11 @@ public final UnaryCallable setNodePoolSizeCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   NetworkPolicy networkPolicy = NetworkPolicy.newBuilder().build();
@@ -3510,8 +3833,11 @@ public final Operation setNetworkPolicy(String name, NetworkPolicy networkPolicy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -3552,8 +3878,11 @@ public final Operation setNetworkPolicy(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNetworkPolicyRequest request =
    *       SetNetworkPolicyRequest.newBuilder()
@@ -3581,8 +3910,11 @@ public final Operation setNetworkPolicy(SetNetworkPolicyRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNetworkPolicyRequest request =
    *       SetNetworkPolicyRequest.newBuilder()
@@ -3610,8 +3942,11 @@ public final UnaryCallable setNetworkPolicyC
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String name = "name3373707";
    *   MaintenancePolicy maintenancePolicy = MaintenancePolicy.newBuilder().build();
@@ -3641,8 +3976,11 @@ public final Operation setMaintenancePolicy(String name, MaintenancePolicy maint
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -3681,8 +4019,11 @@ public final Operation setMaintenancePolicy(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMaintenancePolicyRequest request =
    *       SetMaintenancePolicyRequest.newBuilder()
@@ -3710,8 +4051,11 @@ public final Operation setMaintenancePolicy(SetMaintenancePolicyRequest request)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMaintenancePolicyRequest request =
    *       SetMaintenancePolicyRequest.newBuilder()
@@ -3740,8 +4084,11 @@ public final Operation setMaintenancePolicy(SetMaintenancePolicyRequest request)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListUsableSubnetworksRequest request =
    *       ListUsableSubnetworksRequest.newBuilder()
@@ -3772,8 +4119,11 @@ public final ListUsableSubnetworksPagedResponse listUsableSubnetworks(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListUsableSubnetworksRequest request =
    *       ListUsableSubnetworksRequest.newBuilder()
@@ -3803,8 +4153,11 @@ public final ListUsableSubnetworksPagedResponse listUsableSubnetworks(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListUsableSubnetworksRequest request =
    *       ListUsableSubnetworksRequest.newBuilder()
diff --git a/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java b/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java
index 5a804bae..4a7cc807 100644
--- a/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java
+++ b/google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java
@@ -95,17 +95,17 @@
  * 

For example, to set the total timeout of listClusters to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ClusterManagerSettings.Builder clusterManagerSettingsBuilder =
  *     ClusterManagerSettings.newBuilder();
  * clusterManagerSettingsBuilder
  *     .listClustersSettings()
  *     .setRetrySettings(
- *         clusterManagerSettingsBuilder
- *             .listClustersSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         clusterManagerSettingsBuilder.listClustersSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * ClusterManagerSettings clusterManagerSettings = clusterManagerSettingsBuilder.build();
diff --git a/google-cloud-container/src/main/java/com/google/cloud/container/v1/package-info.java b/google-cloud-container/src/main/java/com/google/cloud/container/v1/package-info.java
index c2a61838..84370f49 100644
--- a/google-cloud-container/src/main/java/com/google/cloud/container/v1/package-info.java
+++ b/google-cloud-container/src/main/java/com/google/cloud/container/v1/package-info.java
@@ -26,8 +26,11 @@
  * 

Sample for ClusterManagerClient: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
  *   String parent = "parent-995424086";
  *   ListClustersResponse response = clusterManagerClient.listClusters(parent);
diff --git a/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStubSettings.java b/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStubSettings.java
index bb8d316d..99e83bbf 100644
--- a/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStubSettings.java
+++ b/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStubSettings.java
@@ -111,17 +111,17 @@
  * 

For example, to set the total timeout of listClusters to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ClusterManagerStubSettings.Builder clusterManagerSettingsBuilder =
  *     ClusterManagerStubSettings.newBuilder();
  * clusterManagerSettingsBuilder
  *     .listClustersSettings()
  *     .setRetrySettings(
- *         clusterManagerSettingsBuilder
- *             .listClustersSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         clusterManagerSettingsBuilder.listClustersSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * ClusterManagerStubSettings clusterManagerSettings = clusterManagerSettingsBuilder.build();
diff --git a/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java b/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java
index 2f3eb4ff..7b84c554 100644
--- a/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java
+++ b/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java
@@ -93,8 +93,11 @@
  * calls that map to API methods. Sample code to get started:
  *
  * 
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
  *   String projectId = "projectId-894832108";
  *   String zone = "zone3744684";
@@ -131,8 +134,11 @@
  * 

To customize credentials: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ClusterManagerSettings clusterManagerSettings =
  *     ClusterManagerSettings.newBuilder()
  *         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
@@ -143,8 +149,11 @@
  * 

To customize the endpoint: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ClusterManagerSettings clusterManagerSettings =
  *     ClusterManagerSettings.newBuilder().setEndpoint(myEndpoint).build();
  * ClusterManagerClient clusterManagerClient = ClusterManagerClient.create(clusterManagerSettings);
@@ -210,8 +219,11 @@ public ClusterManagerStub getStub() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -240,8 +252,11 @@ public final ListClustersResponse listClusters(String projectId, String zone) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListClustersRequest request =
    *       ListClustersRequest.newBuilder()
@@ -267,8 +282,11 @@ public final ListClustersResponse listClusters(ListClustersRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListClustersRequest request =
    *       ListClustersRequest.newBuilder()
@@ -294,8 +312,11 @@ public final UnaryCallable listCluste
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -331,8 +352,11 @@ public final Cluster getCluster(String projectId, String zone, String clusterId)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetClusterRequest request =
    *       GetClusterRequest.newBuilder()
@@ -359,8 +383,11 @@ public final Cluster getCluster(GetClusterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetClusterRequest request =
    *       GetClusterRequest.newBuilder()
@@ -397,8 +424,11 @@ public final UnaryCallable getClusterCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -445,8 +475,11 @@ public final Operation createCluster(String projectId, String zone, Cluster clus
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CreateClusterRequest request =
    *       CreateClusterRequest.newBuilder()
@@ -484,8 +517,11 @@ public final Operation createCluster(CreateClusterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CreateClusterRequest request =
    *       CreateClusterRequest.newBuilder()
@@ -512,8 +548,11 @@ public final UnaryCallable createClusterCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -553,8 +592,11 @@ public final Operation updateCluster(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateClusterRequest request =
    *       UpdateClusterRequest.newBuilder()
@@ -582,8 +624,11 @@ public final Operation updateCluster(UpdateClusterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateClusterRequest request =
    *       UpdateClusterRequest.newBuilder()
@@ -611,8 +656,11 @@ public final UnaryCallable updateClusterCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateNodePoolRequest request =
    *       UpdateNodePoolRequest.newBuilder()
@@ -635,6 +683,7 @@ public final UnaryCallable updateClusterCallabl
    *           .setGcfsConfig(GcfsConfig.newBuilder().build())
    *           .setConfidentialNodes(ConfidentialNodes.newBuilder().build())
    *           .setGvnic(VirtualNIC.newBuilder().build())
+   *           .setLoggingConfig(NodePoolLoggingConfig.newBuilder().build())
    *           .build();
    *   Operation response = clusterManagerClient.updateNodePool(request);
    * }
@@ -654,8 +703,11 @@ public final Operation updateNodePool(UpdateNodePoolRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateNodePoolRequest request =
    *       UpdateNodePoolRequest.newBuilder()
@@ -678,6 +730,7 @@ public final Operation updateNodePool(UpdateNodePoolRequest request) {
    *           .setGcfsConfig(GcfsConfig.newBuilder().build())
    *           .setConfidentialNodes(ConfidentialNodes.newBuilder().build())
    *           .setGvnic(VirtualNIC.newBuilder().build())
+   *           .setLoggingConfig(NodePoolLoggingConfig.newBuilder().build())
    *           .build();
    *   ApiFuture future =
    *       clusterManagerClient.updateNodePoolCallable().futureCall(request);
@@ -697,8 +750,11 @@ public final UnaryCallable updateNodePoolCalla
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolAutoscalingRequest request =
    *       SetNodePoolAutoscalingRequest.newBuilder()
@@ -727,8 +783,11 @@ public final Operation setNodePoolAutoscaling(SetNodePoolAutoscalingRequest requ
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolAutoscalingRequest request =
    *       SetNodePoolAutoscalingRequest.newBuilder()
@@ -758,8 +817,11 @@ public final Operation setNodePoolAutoscaling(SetNodePoolAutoscalingRequest requ
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -810,8 +872,11 @@ public final Operation setLoggingService(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLoggingServiceRequest request =
    *       SetLoggingServiceRequest.newBuilder()
@@ -839,8 +904,11 @@ public final Operation setLoggingService(SetLoggingServiceRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLoggingServiceRequest request =
    *       SetLoggingServiceRequest.newBuilder()
@@ -868,8 +936,11 @@ public final UnaryCallable setLoggingServic
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -920,8 +991,11 @@ public final Operation setMonitoringService(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMonitoringServiceRequest request =
    *       SetMonitoringServiceRequest.newBuilder()
@@ -949,8 +1023,11 @@ public final Operation setMonitoringService(SetMonitoringServiceRequest request)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMonitoringServiceRequest request =
    *       SetMonitoringServiceRequest.newBuilder()
@@ -979,8 +1056,11 @@ public final Operation setMonitoringService(SetMonitoringServiceRequest request)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1022,8 +1102,11 @@ public final Operation setAddonsConfig(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetAddonsConfigRequest request =
    *       SetAddonsConfigRequest.newBuilder()
@@ -1051,8 +1134,11 @@ public final Operation setAddonsConfig(SetAddonsConfigRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetAddonsConfigRequest request =
    *       SetAddonsConfigRequest.newBuilder()
@@ -1082,8 +1168,11 @@ public final UnaryCallable setAddonsConfigCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1132,8 +1221,11 @@ public final Operation setLocations(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLocationsRequest request =
    *       SetLocationsRequest.newBuilder()
@@ -1165,8 +1257,11 @@ public final Operation setLocations(SetLocationsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLocationsRequest request =
    *       SetLocationsRequest.newBuilder()
@@ -1196,8 +1291,11 @@ public final UnaryCallable setLocationsCallable(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1244,8 +1342,11 @@ public final Operation updateMaster(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateMasterRequest request =
    *       UpdateMasterRequest.newBuilder()
@@ -1273,8 +1374,11 @@ public final Operation updateMaster(UpdateMasterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   UpdateMasterRequest request =
    *       UpdateMasterRequest.newBuilder()
@@ -1302,8 +1406,11 @@ public final UnaryCallable updateMasterCallable(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMasterAuthRequest request =
    *       SetMasterAuthRequest.newBuilder()
@@ -1332,8 +1439,11 @@ public final Operation setMasterAuth(SetMasterAuthRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMasterAuthRequest request =
    *       SetMasterAuthRequest.newBuilder()
@@ -1367,8 +1477,11 @@ public final UnaryCallable setMasterAuthCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1410,8 +1523,11 @@ public final Operation deleteCluster(String projectId, String zone, String clust
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   DeleteClusterRequest request =
    *       DeleteClusterRequest.newBuilder()
@@ -1444,8 +1560,11 @@ public final Operation deleteCluster(DeleteClusterRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   DeleteClusterRequest request =
    *       DeleteClusterRequest.newBuilder()
@@ -1472,8 +1591,11 @@ public final UnaryCallable deleteClusterCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1502,8 +1624,11 @@ public final ListOperationsResponse listOperations(String projectId, String zone
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListOperationsRequest request =
    *       ListOperationsRequest.newBuilder()
@@ -1529,8 +1654,11 @@ public final ListOperationsResponse listOperations(ListOperationsRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListOperationsRequest request =
    *       ListOperationsRequest.newBuilder()
@@ -1557,8 +1685,11 @@ public final ListOperationsResponse listOperations(ListOperationsRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1594,8 +1725,11 @@ public final Operation getOperation(String projectId, String zone, String operat
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetOperationRequest request =
    *       GetOperationRequest.newBuilder()
@@ -1622,8 +1756,11 @@ public final Operation getOperation(GetOperationRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetOperationRequest request =
    *       GetOperationRequest.newBuilder()
@@ -1649,8 +1786,11 @@ public final UnaryCallable getOperationCallable(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1686,8 +1826,11 @@ public final void cancelOperation(String projectId, String zone, String operatio
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CancelOperationRequest request =
    *       CancelOperationRequest.newBuilder()
@@ -1714,8 +1857,11 @@ public final void cancelOperation(CancelOperationRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CancelOperationRequest request =
    *       CancelOperationRequest.newBuilder()
@@ -1741,8 +1887,11 @@ public final UnaryCallable cancelOperationCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1771,8 +1920,11 @@ public final ServerConfig getServerConfig(String projectId, String zone) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetServerConfigRequest request =
    *       GetServerConfigRequest.newBuilder()
@@ -1798,8 +1950,11 @@ public final ServerConfig getServerConfig(GetServerConfigRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetServerConfigRequest request =
    *       GetServerConfigRequest.newBuilder()
@@ -1825,8 +1980,11 @@ public final UnaryCallable getServerConfig
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -1864,8 +2022,11 @@ public final ListNodePoolsResponse listNodePools(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListNodePoolsRequest request =
    *       ListNodePoolsRequest.newBuilder()
@@ -1892,8 +2053,11 @@ public final ListNodePoolsResponse listNodePools(ListNodePoolsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListNodePoolsRequest request =
    *       ListNodePoolsRequest.newBuilder()
@@ -1921,8 +2085,11 @@ public final UnaryCallable listNode
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetJSONWebKeysRequest request =
    *       GetJSONWebKeysRequest.newBuilder().setParent("parent-995424086").build();
@@ -1945,8 +2112,11 @@ public final GetJSONWebKeysResponse getJSONWebKeys(GetJSONWebKeysRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetJSONWebKeysRequest request =
    *       GetJSONWebKeysRequest.newBuilder().setParent("parent-995424086").build();
@@ -1969,8 +2139,11 @@ public final GetJSONWebKeysResponse getJSONWebKeys(GetJSONWebKeysRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2011,8 +2184,11 @@ public final NodePool getNodePool(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetNodePoolRequest request =
    *       GetNodePoolRequest.newBuilder()
@@ -2040,8 +2216,11 @@ public final NodePool getNodePool(GetNodePoolRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   GetNodePoolRequest request =
    *       GetNodePoolRequest.newBuilder()
@@ -2068,8 +2247,11 @@ public final UnaryCallable getNodePoolCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2110,8 +2292,11 @@ public final Operation createNodePool(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CreateNodePoolRequest request =
    *       CreateNodePoolRequest.newBuilder()
@@ -2139,8 +2324,11 @@ public final Operation createNodePool(CreateNodePoolRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CreateNodePoolRequest request =
    *       CreateNodePoolRequest.newBuilder()
@@ -2168,8 +2356,11 @@ public final UnaryCallable createNodePoolCalla
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2211,8 +2402,11 @@ public final Operation deleteNodePool(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   DeleteNodePoolRequest request =
    *       DeleteNodePoolRequest.newBuilder()
@@ -2240,8 +2434,11 @@ public final Operation deleteNodePool(DeleteNodePoolRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   DeleteNodePoolRequest request =
    *       DeleteNodePoolRequest.newBuilder()
@@ -2269,8 +2466,11 @@ public final UnaryCallable deleteNodePoolCalla
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CompleteNodePoolUpgradeRequest request =
    *       CompleteNodePoolUpgradeRequest.newBuilder().setName("name3373707").build();
@@ -2292,8 +2492,11 @@ public final void completeNodePoolUpgrade(CompleteNodePoolUpgradeRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CompleteNodePoolUpgradeRequest request =
    *       CompleteNodePoolUpgradeRequest.newBuilder().setName("name3373707").build();
@@ -2317,8 +2520,11 @@ public final void completeNodePoolUpgrade(CompleteNodePoolUpgradeRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2361,8 +2567,11 @@ public final Operation rollbackNodePoolUpgrade(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   RollbackNodePoolUpgradeRequest request =
    *       RollbackNodePoolUpgradeRequest.newBuilder()
@@ -2392,8 +2601,11 @@ public final Operation rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   RollbackNodePoolUpgradeRequest request =
    *       RollbackNodePoolUpgradeRequest.newBuilder()
@@ -2423,8 +2635,11 @@ public final Operation rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2474,8 +2689,11 @@ public final Operation setNodePoolManagement(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolManagementRequest request =
    *       SetNodePoolManagementRequest.newBuilder()
@@ -2504,8 +2722,11 @@ public final Operation setNodePoolManagement(SetNodePoolManagementRequest reques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolManagementRequest request =
    *       SetNodePoolManagementRequest.newBuilder()
@@ -2535,8 +2756,11 @@ public final Operation setNodePoolManagement(SetNodePoolManagementRequest reques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2589,8 +2813,11 @@ public final Operation setLabels(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLabelsRequest request =
    *       SetLabelsRequest.newBuilder()
@@ -2619,8 +2846,11 @@ public final Operation setLabels(SetLabelsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLabelsRequest request =
    *       SetLabelsRequest.newBuilder()
@@ -2648,8 +2878,11 @@ public final UnaryCallable setLabelsCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2689,8 +2922,11 @@ public final Operation setLegacyAbac(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLegacyAbacRequest request =
    *       SetLegacyAbacRequest.newBuilder()
@@ -2718,8 +2954,11 @@ public final Operation setLegacyAbac(SetLegacyAbacRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetLegacyAbacRequest request =
    *       SetLegacyAbacRequest.newBuilder()
@@ -2747,8 +2986,11 @@ public final UnaryCallable setLegacyAbacCallabl
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2784,8 +3026,11 @@ public final Operation startIPRotation(String projectId, String zone, String clu
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   StartIPRotationRequest request =
    *       StartIPRotationRequest.newBuilder()
@@ -2813,8 +3058,11 @@ public final Operation startIPRotation(StartIPRotationRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   StartIPRotationRequest request =
    *       StartIPRotationRequest.newBuilder()
@@ -2842,8 +3090,11 @@ public final UnaryCallable startIPRotationCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -2879,8 +3130,11 @@ public final Operation completeIPRotation(String projectId, String zone, String
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CompleteIPRotationRequest request =
    *       CompleteIPRotationRequest.newBuilder()
@@ -2907,8 +3161,11 @@ public final Operation completeIPRotation(CompleteIPRotationRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   CompleteIPRotationRequest request =
    *       CompleteIPRotationRequest.newBuilder()
@@ -2937,8 +3194,11 @@ public final UnaryCallable completeIPRotat
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolSizeRequest request =
    *       SetNodePoolSizeRequest.newBuilder()
@@ -2969,8 +3229,11 @@ public final Operation setNodePoolSize(SetNodePoolSizeRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNodePoolSizeRequest request =
    *       SetNodePoolSizeRequest.newBuilder()
@@ -2999,8 +3262,11 @@ public final UnaryCallable setNodePoolSizeCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -3041,8 +3307,11 @@ public final Operation setNetworkPolicy(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNetworkPolicyRequest request =
    *       SetNetworkPolicyRequest.newBuilder()
@@ -3070,8 +3339,11 @@ public final Operation setNetworkPolicy(SetNetworkPolicyRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetNetworkPolicyRequest request =
    *       SetNetworkPolicyRequest.newBuilder()
@@ -3099,8 +3371,11 @@ public final UnaryCallable setNetworkPolicyC
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String projectId = "projectId-894832108";
    *   String zone = "zone3744684";
@@ -3139,8 +3414,11 @@ public final Operation setMaintenancePolicy(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMaintenancePolicyRequest request =
    *       SetMaintenancePolicyRequest.newBuilder()
@@ -3168,8 +3446,11 @@ public final Operation setMaintenancePolicy(SetMaintenancePolicyRequest request)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   SetMaintenancePolicyRequest request =
    *       SetMaintenancePolicyRequest.newBuilder()
@@ -3198,8 +3479,11 @@ public final Operation setMaintenancePolicy(SetMaintenancePolicyRequest request)
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String parent = "parent-995424086";
    *   for (UsableSubnetwork element :
@@ -3226,8 +3510,11 @@ public final ListUsableSubnetworksPagedResponse listUsableSubnetworks(String par
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListUsableSubnetworksRequest request =
    *       ListUsableSubnetworksRequest.newBuilder()
@@ -3258,8 +3545,11 @@ public final ListUsableSubnetworksPagedResponse listUsableSubnetworks(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListUsableSubnetworksRequest request =
    *       ListUsableSubnetworksRequest.newBuilder()
@@ -3289,8 +3579,11 @@ public final ListUsableSubnetworksPagedResponse listUsableSubnetworks(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListUsableSubnetworksRequest request =
    *       ListUsableSubnetworksRequest.newBuilder()
@@ -3327,8 +3620,11 @@ public final ListUsableSubnetworksPagedResponse listUsableSubnetworks(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   String parent = "parent-995424086";
    *   ListLocationsResponse response = clusterManagerClient.listLocations(parent);
@@ -3351,8 +3647,11 @@ public final ListLocationsResponse listLocations(String parent) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListLocationsRequest request =
    *       ListLocationsRequest.newBuilder().setParent("parent-995424086").build();
@@ -3374,8 +3673,11 @@ public final ListLocationsResponse listLocations(ListLocationsRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
    *   ListLocationsRequest request =
    *       ListLocationsRequest.newBuilder().setParent("parent-995424086").build();
diff --git a/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java b/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java
index 5beb3530..9c8e7e5a 100644
--- a/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java
+++ b/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java
@@ -97,17 +97,17 @@
  * 

For example, to set the total timeout of listClusters to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ClusterManagerSettings.Builder clusterManagerSettingsBuilder =
  *     ClusterManagerSettings.newBuilder();
  * clusterManagerSettingsBuilder
  *     .listClustersSettings()
  *     .setRetrySettings(
- *         clusterManagerSettingsBuilder
- *             .listClustersSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         clusterManagerSettingsBuilder.listClustersSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * ClusterManagerSettings clusterManagerSettings = clusterManagerSettingsBuilder.build();
diff --git a/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/package-info.java b/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/package-info.java
index 798dffb4..12b1a422 100644
--- a/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/package-info.java
+++ b/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/package-info.java
@@ -26,8 +26,11 @@
  * 

Sample for ClusterManagerClient: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (ClusterManagerClient clusterManagerClient = ClusterManagerClient.create()) {
  *   String projectId = "projectId-894832108";
  *   String zone = "zone3744684";
diff --git a/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStubSettings.java b/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStubSettings.java
index 9e9eb1f5..3000fd94 100644
--- a/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStubSettings.java
+++ b/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStubSettings.java
@@ -113,17 +113,17 @@
  * 

For example, to set the total timeout of listClusters to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * ClusterManagerStubSettings.Builder clusterManagerSettingsBuilder =
  *     ClusterManagerStubSettings.newBuilder();
  * clusterManagerSettingsBuilder
  *     .listClustersSettings()
  *     .setRetrySettings(
- *         clusterManagerSettingsBuilder
- *             .listClustersSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         clusterManagerSettingsBuilder.listClustersSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * ClusterManagerStubSettings clusterManagerSettings = clusterManagerSettingsBuilder.build();
diff --git a/google-cloud-container/src/test/java/com/google/cloud/container/v1/ClusterManagerClientTest.java b/google-cloud-container/src/test/java/com/google/cloud/container/v1/ClusterManagerClientTest.java
index 9f2c4d15..232616a3 100644
--- a/google-cloud-container/src/test/java/com/google/cloud/container/v1/ClusterManagerClientTest.java
+++ b/google-cloud-container/src/test/java/com/google/cloud/container/v1/ClusterManagerClientTest.java
@@ -81,6 +81,7 @@
 import com.google.container.v1.NodePoolAutoConfig;
 import com.google.container.v1.NodePoolAutoscaling;
 import com.google.container.v1.NodePoolDefaults;
+import com.google.container.v1.NodePoolLoggingConfig;
 import com.google.container.v1.NodeTaints;
 import com.google.container.v1.NotificationConfig;
 import com.google.container.v1.Operation;
@@ -712,6 +713,7 @@ public void updateNodePoolTest() throws Exception {
             .setGcfsConfig(GcfsConfig.newBuilder().build())
             .setConfidentialNodes(ConfidentialNodes.newBuilder().build())
             .setGvnic(VirtualNIC.newBuilder().build())
+            .setLoggingConfig(NodePoolLoggingConfig.newBuilder().build())
             .build();
 
     Operation actualResponse = client.updateNodePool(request);
@@ -741,6 +743,7 @@ public void updateNodePoolTest() throws Exception {
     Assert.assertEquals(request.getGcfsConfig(), actualRequest.getGcfsConfig());
     Assert.assertEquals(request.getConfidentialNodes(), actualRequest.getConfidentialNodes());
     Assert.assertEquals(request.getGvnic(), actualRequest.getGvnic());
+    Assert.assertEquals(request.getLoggingConfig(), actualRequest.getLoggingConfig());
     Assert.assertTrue(
         channelProvider.isHeaderSent(
             ApiClientHeaderProvider.getDefaultApiClientHeaderKey(),
@@ -774,6 +777,7 @@ public void updateNodePoolExceptionTest() throws Exception {
               .setGcfsConfig(GcfsConfig.newBuilder().build())
               .setConfidentialNodes(ConfidentialNodes.newBuilder().build())
               .setGvnic(VirtualNIC.newBuilder().build())
+              .setLoggingConfig(NodePoolLoggingConfig.newBuilder().build())
               .build();
       client.updateNodePool(request);
       Assert.fail("No exception raised");
diff --git a/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/ClusterManagerClientTest.java b/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/ClusterManagerClientTest.java
index 5c8ec01d..5549eab6 100644
--- a/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/ClusterManagerClientTest.java
+++ b/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/ClusterManagerClientTest.java
@@ -87,6 +87,7 @@
 import com.google.container.v1beta1.NodePoolAutoConfig;
 import com.google.container.v1beta1.NodePoolAutoscaling;
 import com.google.container.v1beta1.NodePoolDefaults;
+import com.google.container.v1beta1.NodePoolLoggingConfig;
 import com.google.container.v1beta1.NodeTaints;
 import com.google.container.v1beta1.NotificationConfig;
 import com.google.container.v1beta1.Operation;
@@ -493,6 +494,7 @@ public void updateNodePoolTest() throws Exception {
             .setGcfsConfig(GcfsConfig.newBuilder().build())
             .setConfidentialNodes(ConfidentialNodes.newBuilder().build())
             .setGvnic(VirtualNIC.newBuilder().build())
+            .setLoggingConfig(NodePoolLoggingConfig.newBuilder().build())
             .build();
 
     Operation actualResponse = client.updateNodePool(request);
@@ -522,6 +524,7 @@ public void updateNodePoolTest() throws Exception {
     Assert.assertEquals(request.getGcfsConfig(), actualRequest.getGcfsConfig());
     Assert.assertEquals(request.getConfidentialNodes(), actualRequest.getConfidentialNodes());
     Assert.assertEquals(request.getGvnic(), actualRequest.getGvnic());
+    Assert.assertEquals(request.getLoggingConfig(), actualRequest.getLoggingConfig());
     Assert.assertTrue(
         channelProvider.isHeaderSent(
             ApiClientHeaderProvider.getDefaultApiClientHeaderKey(),
@@ -555,6 +558,7 @@ public void updateNodePoolExceptionTest() throws Exception {
               .setGcfsConfig(GcfsConfig.newBuilder().build())
               .setConfidentialNodes(ConfidentialNodes.newBuilder().build())
               .setGvnic(VirtualNIC.newBuilder().build())
+              .setLoggingConfig(NodePoolLoggingConfig.newBuilder().build())
               .build();
       client.updateNodePool(request);
       Assert.fail("No exception raised");
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfig.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfig.java
index c8b997ad..94bfd72e 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfig.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfig.java
@@ -374,7 +374,7 @@ public com.google.container.v1.HorizontalPodAutoscaling getHorizontalPodAutoscal
    * 
    *
    * @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
-   *     google/container/v1/cluster_service.proto;l=1005
+   *     google/container/v1/cluster_service.proto;l=1009
    * @return Whether the kubernetesDashboard field is set.
    */
   @java.lang.Override
@@ -397,7 +397,7 @@ public boolean hasKubernetesDashboard() {
    * 
    *
    * @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
-   *     google/container/v1/cluster_service.proto;l=1005
+   *     google/container/v1/cluster_service.proto;l=1009
    * @return The kubernetesDashboard.
    */
   @java.lang.Override
@@ -1725,7 +1725,7 @@ public Builder clearHorizontalPodAutoscaling() {
      * 
      *
      * @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
-     *     google/container/v1/cluster_service.proto;l=1005
+     *     google/container/v1/cluster_service.proto;l=1009
      * @return Whether the kubernetesDashboard field is set.
      */
     @java.lang.Deprecated
@@ -1747,7 +1747,7 @@ public boolean hasKubernetesDashboard() {
      * 
      *
      * @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
-     *     google/container/v1/cluster_service.proto;l=1005
+     *     google/container/v1/cluster_service.proto;l=1009
      * @return The kubernetesDashboard.
      */
     @java.lang.Deprecated
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfigOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfigOrBuilder.java
index bd4aaa69..db9f5782 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfigOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AddonsConfigOrBuilder.java
@@ -117,7 +117,7 @@ public interface AddonsConfigOrBuilder
    * 
    *
    * @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
-   *     google/container/v1/cluster_service.proto;l=1005
+   *     google/container/v1/cluster_service.proto;l=1009
    * @return Whether the kubernetesDashboard field is set.
    */
   @java.lang.Deprecated
@@ -137,7 +137,7 @@ public interface AddonsConfigOrBuilder
    * 
    *
    * @deprecated google.container.v1.AddonsConfig.kubernetes_dashboard is deprecated. See
-   *     google/container/v1/cluster_service.proto;l=1005
+   *     google/container/v1/cluster_service.proto;l=1009
    * @return The kubernetesDashboard.
    */
   @java.lang.Deprecated
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaults.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaults.java
index 7c922e6d..878977b8 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaults.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaults.java
@@ -433,7 +433,7 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder()
    * minCpuPlatform: Intel Haswell or
    * minCpuPlatform: Intel Sandy Bridge. For more
    * information, read [how to specify min CPU
-   * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
+   * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
    * This field is deprecated, min_cpu_platform should be specified using
    * https://cloud.google.com/requested-min-cpu-platform label selector on the
    * pod.
@@ -444,7 +444,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=3313
+   *     deprecated. See google/container/v1/cluster_service.proto;l=3326
    * @return The minCpuPlatform.
    */
   @java.lang.Override
@@ -470,7 +470,7 @@ public java.lang.String getMinCpuPlatform() {
    * minCpuPlatform: Intel Haswell or
    * minCpuPlatform: Intel Sandy Bridge. For more
    * information, read [how to specify min CPU
-   * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
+   * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
    * This field is deprecated, min_cpu_platform should be specified using
    * https://cloud.google.com/requested-min-cpu-platform label selector on the
    * pod.
@@ -481,7 +481,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=3313
+   *     deprecated. See google/container/v1/cluster_service.proto;l=3326
    * @return The bytes for minCpuPlatform.
    */
   @java.lang.Override
@@ -1904,7 +1904,7 @@ public com.google.container.v1.NodeManagementOrBuilder getManagementOrBuilder()
      * minCpuPlatform: Intel Haswell or
      * minCpuPlatform: Intel Sandy Bridge. For more
      * information, read [how to specify min CPU
-     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
+     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
      * This field is deprecated, min_cpu_platform should be specified using
      * https://cloud.google.com/requested-min-cpu-platform label selector on the
      * pod.
@@ -1915,7 +1915,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=3313
+     *     deprecated. See google/container/v1/cluster_service.proto;l=3326
      * @return The minCpuPlatform.
      */
     @java.lang.Deprecated
@@ -1940,7 +1940,7 @@ public java.lang.String getMinCpuPlatform() {
      * minCpuPlatform: Intel Haswell or
      * minCpuPlatform: Intel Sandy Bridge. For more
      * information, read [how to specify min CPU
-     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
+     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
      * This field is deprecated, min_cpu_platform should be specified using
      * https://cloud.google.com/requested-min-cpu-platform label selector on the
      * pod.
@@ -1951,7 +1951,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=3313
+     *     deprecated. See google/container/v1/cluster_service.proto;l=3326
      * @return The bytes for minCpuPlatform.
      */
     @java.lang.Deprecated
@@ -1976,7 +1976,7 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() {
      * minCpuPlatform: Intel Haswell or
      * minCpuPlatform: Intel Sandy Bridge. For more
      * information, read [how to specify min CPU
-     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
+     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
      * This field is deprecated, min_cpu_platform should be specified using
      * https://cloud.google.com/requested-min-cpu-platform label selector on the
      * pod.
@@ -1987,7 +1987,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=3313
+     *     deprecated. See google/container/v1/cluster_service.proto;l=3326
      * @param value The minCpuPlatform to set.
      * @return This builder for chaining.
      */
@@ -2011,7 +2011,7 @@ public Builder setMinCpuPlatform(java.lang.String value) {
      * minCpuPlatform: Intel Haswell or
      * minCpuPlatform: Intel Sandy Bridge. For more
      * information, read [how to specify min CPU
-     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
+     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
      * This field is deprecated, min_cpu_platform should be specified using
      * https://cloud.google.com/requested-min-cpu-platform label selector on the
      * pod.
@@ -2022,7 +2022,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=3313
+     *     deprecated. See google/container/v1/cluster_service.proto;l=3326
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -2042,7 +2042,7 @@ public Builder clearMinCpuPlatform() {
      * minCpuPlatform: Intel Haswell or
      * minCpuPlatform: Intel Sandy Bridge. For more
      * information, read [how to specify min CPU
-     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
+     * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
      * This field is deprecated, min_cpu_platform should be specified using
      * https://cloud.google.com/requested-min-cpu-platform label selector on the
      * pod.
@@ -2053,7 +2053,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=3313
+     *     deprecated. See google/container/v1/cluster_service.proto;l=3326
      * @param value The bytes for minCpuPlatform to set.
      * @return This builder for chaining.
      */
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaultsOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaultsOrBuilder.java
index a08fb76d..698ee8e2 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaultsOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/AutoprovisioningNodePoolDefaultsOrBuilder.java
@@ -179,7 +179,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder
    * minCpuPlatform: Intel Haswell or
    * minCpuPlatform: Intel Sandy Bridge. For more
    * information, read [how to specify min CPU
-   * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
+   * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
    * This field is deprecated, min_cpu_platform should be specified using
    * https://cloud.google.com/requested-min-cpu-platform label selector on the
    * pod.
@@ -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=3313
+   *     deprecated. See google/container/v1/cluster_service.proto;l=3326
    * @return The minCpuPlatform.
    */
   @java.lang.Deprecated
@@ -205,7 +205,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder
    * minCpuPlatform: Intel Haswell or
    * minCpuPlatform: Intel Sandy Bridge. For more
    * information, read [how to specify min CPU
-   * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
+   * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
    * This field is deprecated, min_cpu_platform should be specified using
    * https://cloud.google.com/requested-min-cpu-platform label selector on the
    * pod.
@@ -216,7 +216,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=3313
+   *     deprecated. See google/container/v1/cluster_service.proto;l=3326
    * @return The bytes for minCpuPlatform.
    */
   @java.lang.Deprecated
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorization.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorization.java
index a7f144ff..848da9e3 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorization.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorization.java
@@ -293,7 +293,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=1224
+   *     google/container/v1/cluster_service.proto;l=1228
    * @return The enabled.
    */
   @java.lang.Override
@@ -691,7 +691,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=1224
+     *     google/container/v1/cluster_service.proto;l=1228
      * @return The enabled.
      */
     @java.lang.Override
@@ -711,7 +711,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=1224
+     *     google/container/v1/cluster_service.proto;l=1228
      * @param value The enabled to set.
      * @return This builder for chaining.
      */
@@ -734,7 +734,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=1224
+     *     google/container/v1/cluster_service.proto;l=1228
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorizationOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorizationOrBuilder.java
index 04d7bf95..97b3d4f2 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorizationOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/BinaryAuthorizationOrBuilder.java
@@ -35,7 +35,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=1224
+   *     google/container/v1/cluster_service.proto;l=1228
    * @return The enabled.
    */
   @java.lang.Deprecated
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java
index 96e90024..17b1bbbe 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequest.java
@@ -151,7 +151,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=2544
+   *     google/container/v1/cluster_service.proto;l=2557
    * @return The projectId.
    */
   @java.lang.Override
@@ -179,7 +179,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=2544
+   *     google/container/v1/cluster_service.proto;l=2557
    * @return The bytes for projectId.
    */
   @java.lang.Override
@@ -211,7 +211,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=2550
+   *     google/container/v1/cluster_service.proto;l=2563
    * @return The zone.
    */
   @java.lang.Override
@@ -240,7 +240,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=2550
+   *     google/container/v1/cluster_service.proto;l=2563
    * @return The bytes for zone.
    */
   @java.lang.Override
@@ -270,7 +270,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=2554
+   *     google/container/v1/cluster_service.proto;l=2567
    * @return The operationId.
    */
   @java.lang.Override
@@ -297,7 +297,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=2554
+   *     google/container/v1/cluster_service.proto;l=2567
    * @return The bytes for operationId.
    */
   @java.lang.Override
@@ -742,7 +742,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=2544
+     *     google/container/v1/cluster_service.proto;l=2557
      * @return The projectId.
      */
     @java.lang.Deprecated
@@ -769,7 +769,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=2544
+     *     google/container/v1/cluster_service.proto;l=2557
      * @return The bytes for projectId.
      */
     @java.lang.Deprecated
@@ -796,7 +796,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=2544
+     *     google/container/v1/cluster_service.proto;l=2557
      * @param value The projectId to set.
      * @return This builder for chaining.
      */
@@ -822,7 +822,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=2544
+     *     google/container/v1/cluster_service.proto;l=2557
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -844,7 +844,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=2544
+     *     google/container/v1/cluster_service.proto;l=2557
      * @param value The bytes for projectId to set.
      * @return This builder for chaining.
      */
@@ -874,7 +874,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=2550
+     *     google/container/v1/cluster_service.proto;l=2563
      * @return The zone.
      */
     @java.lang.Deprecated
@@ -902,7 +902,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=2550
+     *     google/container/v1/cluster_service.proto;l=2563
      * @return The bytes for zone.
      */
     @java.lang.Deprecated
@@ -930,7 +930,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=2550
+     *     google/container/v1/cluster_service.proto;l=2563
      * @param value The zone to set.
      * @return This builder for chaining.
      */
@@ -957,7 +957,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=2550
+     *     google/container/v1/cluster_service.proto;l=2563
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -980,7 +980,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=2550
+     *     google/container/v1/cluster_service.proto;l=2563
      * @param value The bytes for zone to set.
      * @return This builder for chaining.
      */
@@ -1008,7 +1008,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=2554
+     *     google/container/v1/cluster_service.proto;l=2567
      * @return The operationId.
      */
     @java.lang.Deprecated
@@ -1034,7 +1034,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=2554
+     *     google/container/v1/cluster_service.proto;l=2567
      * @return The bytes for operationId.
      */
     @java.lang.Deprecated
@@ -1060,7 +1060,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=2554
+     *     google/container/v1/cluster_service.proto;l=2567
      * @param value The operationId to set.
      * @return This builder for chaining.
      */
@@ -1085,7 +1085,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=2554
+     *     google/container/v1/cluster_service.proto;l=2567
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -1106,7 +1106,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=2554
+     *     google/container/v1/cluster_service.proto;l=2567
      * @param value The bytes for operationId to set.
      * @return This builder for chaining.
      */
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java
index fd03dabf..cff73595 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CancelOperationRequestOrBuilder.java
@@ -35,7 +35,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=2544
+   *     google/container/v1/cluster_service.proto;l=2557
    * @return The projectId.
    */
   @java.lang.Deprecated
@@ -52,7 +52,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=2544
+   *     google/container/v1/cluster_service.proto;l=2557
    * @return The bytes for projectId.
    */
   @java.lang.Deprecated
@@ -71,7 +71,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=2550
+   *     google/container/v1/cluster_service.proto;l=2563
    * @return The zone.
    */
   @java.lang.Deprecated
@@ -89,7 +89,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=2550
+   *     google/container/v1/cluster_service.proto;l=2563
    * @return The bytes for zone.
    */
   @java.lang.Deprecated
@@ -106,7 +106,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=2554
+   *     google/container/v1/cluster_service.proto;l=2567
    * @return The operationId.
    */
   @java.lang.Deprecated
@@ -122,7 +122,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=2554
+   *     google/container/v1/cluster_service.proto;l=2567
    * @return The bytes for operationId.
    */
   @java.lang.Deprecated
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java
index e5183a6b..f155c2dc 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Cluster.java
@@ -1238,7 +1238,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=1404
+   *     google/container/v1/cluster_service.proto;l=1408
    * @return The initialNodeCount.
    */
   @java.lang.Override
@@ -1268,7 +1268,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=1417
+   *     google/container/v1/cluster_service.proto;l=1421
    * @return Whether the nodeConfig field is set.
    */
   @java.lang.Override
@@ -1295,7 +1295,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=1417
+   *     google/container/v1/cluster_service.proto;l=1421
    * @return The nodeConfig.
    */
   @java.lang.Override
@@ -3181,7 +3181,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=1580
+   *     google/container/v1/cluster_service.proto;l=1584
    * @return The zone.
    */
   @java.lang.Override
@@ -3209,7 +3209,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=1580
+   *     google/container/v1/cluster_service.proto;l=1584
    * @return The bytes for zone.
    */
   @java.lang.Override
@@ -3417,7 +3417,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=1613
+   *     google/container/v1/cluster_service.proto;l=1617
    * @return The currentNodeVersion.
    */
   @java.lang.Override
@@ -3447,7 +3447,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=1613
+   *     google/container/v1/cluster_service.proto;l=1617
    * @return The bytes for currentNodeVersion.
    */
   @java.lang.Override
@@ -3565,7 +3565,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=1625
+   *     google/container/v1/cluster_service.proto;l=1629
    * @return The statusMessage.
    */
   @java.lang.Override
@@ -3593,7 +3593,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=1625
+   *     google/container/v1/cluster_service.proto;l=1629
    * @return The bytes for statusMessage.
    */
   @java.lang.Override
@@ -3700,7 +3700,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=1641
+   *     google/container/v1/cluster_service.proto;l=1645
    * @return A list containing the instanceGroupUrls.
    */
   @java.lang.Deprecated
@@ -3717,7 +3717,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=1641
+   *     google/container/v1/cluster_service.proto;l=1645
    * @return The count of instanceGroupUrls.
    */
   @java.lang.Deprecated
@@ -3734,7 +3734,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=1641
+   *     google/container/v1/cluster_service.proto;l=1645
    * @param index The index of the element to return.
    * @return The instanceGroupUrls at the given index.
    */
@@ -3752,7 +3752,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=1641
+   *     google/container/v1/cluster_service.proto;l=1645
    * @param index The index of the value to return.
    * @return The bytes of the instanceGroupUrls at the given index.
    */
@@ -3774,7 +3774,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=1645
+   *     google/container/v1/cluster_service.proto;l=1649
    * @return The currentNodeCount.
    */
   @java.lang.Override
@@ -6359,7 +6359,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=1404
+     *     google/container/v1/cluster_service.proto;l=1408
      * @return The initialNodeCount.
      */
     @java.lang.Override
@@ -6385,7 +6385,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=1404
+     *     google/container/v1/cluster_service.proto;l=1408
      * @param value The initialNodeCount to set.
      * @return This builder for chaining.
      */
@@ -6414,7 +6414,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=1404
+     *     google/container/v1/cluster_service.proto;l=1408
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -6450,7 +6450,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=1417
+     *     google/container/v1/cluster_service.proto;l=1421
      * @return Whether the nodeConfig field is set.
      */
     @java.lang.Deprecated
@@ -6476,7 +6476,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=1417
+     *     google/container/v1/cluster_service.proto;l=1421
      * @return The nodeConfig.
      */
     @java.lang.Deprecated
@@ -12852,7 +12852,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=1580
+     *     google/container/v1/cluster_service.proto;l=1584
      * @return The zone.
      */
     @java.lang.Deprecated
@@ -12879,7 +12879,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=1580
+     *     google/container/v1/cluster_service.proto;l=1584
      * @return The bytes for zone.
      */
     @java.lang.Deprecated
@@ -12906,7 +12906,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=1580
+     *     google/container/v1/cluster_service.proto;l=1584
      * @param value The zone to set.
      * @return This builder for chaining.
      */
@@ -12932,7 +12932,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=1580
+     *     google/container/v1/cluster_service.proto;l=1584
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -12954,7 +12954,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=1580
+     *     google/container/v1/cluster_service.proto;l=1584
      * @param value The bytes for zone to set.
      * @return This builder for chaining.
      */
@@ -13373,7 +13373,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=1613
+     *     google/container/v1/cluster_service.proto;l=1617
      * @return The currentNodeVersion.
      */
     @java.lang.Deprecated
@@ -13402,7 +13402,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=1613
+     *     google/container/v1/cluster_service.proto;l=1617
      * @return The bytes for currentNodeVersion.
      */
     @java.lang.Deprecated
@@ -13431,7 +13431,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=1613
+     *     google/container/v1/cluster_service.proto;l=1617
      * @param value The currentNodeVersion to set.
      * @return This builder for chaining.
      */
@@ -13459,7 +13459,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=1613
+     *     google/container/v1/cluster_service.proto;l=1617
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -13483,7 +13483,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=1613
+     *     google/container/v1/cluster_service.proto;l=1617
      * @param value The bytes for currentNodeVersion to set.
      * @return This builder for chaining.
      */
@@ -13714,7 +13714,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=1625
+     *     google/container/v1/cluster_service.proto;l=1629
      * @return The statusMessage.
      */
     @java.lang.Deprecated
@@ -13741,7 +13741,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=1625
+     *     google/container/v1/cluster_service.proto;l=1629
      * @return The bytes for statusMessage.
      */
     @java.lang.Deprecated
@@ -13768,7 +13768,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=1625
+     *     google/container/v1/cluster_service.proto;l=1629
      * @param value The statusMessage to set.
      * @return This builder for chaining.
      */
@@ -13794,7 +13794,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=1625
+     *     google/container/v1/cluster_service.proto;l=1629
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -13816,7 +13816,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=1625
+     *     google/container/v1/cluster_service.proto;l=1629
      * @param value The bytes for statusMessage to set.
      * @return This builder for chaining.
      */
@@ -14038,7 +14038,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=1641
+     *     google/container/v1/cluster_service.proto;l=1645
      * @return A list containing the instanceGroupUrls.
      */
     @java.lang.Deprecated
@@ -14055,7 +14055,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=1641
+     *     google/container/v1/cluster_service.proto;l=1645
      * @return The count of instanceGroupUrls.
      */
     @java.lang.Deprecated
@@ -14072,7 +14072,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=1641
+     *     google/container/v1/cluster_service.proto;l=1645
      * @param index The index of the element to return.
      * @return The instanceGroupUrls at the given index.
      */
@@ -14090,7 +14090,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=1641
+     *     google/container/v1/cluster_service.proto;l=1645
      * @param index The index of the value to return.
      * @return The bytes of the instanceGroupUrls at the given index.
      */
@@ -14108,7 +14108,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=1641
+     *     google/container/v1/cluster_service.proto;l=1645
      * @param index The index to set the value at.
      * @param value The instanceGroupUrls to set.
      * @return This builder for chaining.
@@ -14133,7 +14133,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=1641
+     *     google/container/v1/cluster_service.proto;l=1645
      * @param value The instanceGroupUrls to add.
      * @return This builder for chaining.
      */
@@ -14157,7 +14157,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=1641
+     *     google/container/v1/cluster_service.proto;l=1645
      * @param values The instanceGroupUrls to add.
      * @return This builder for chaining.
      */
@@ -14178,7 +14178,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=1641
+     *     google/container/v1/cluster_service.proto;l=1645
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
@@ -14198,7 +14198,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=1641
+     *     google/container/v1/cluster_service.proto;l=1645
      * @param value The bytes of the instanceGroupUrls to add.
      * @return This builder for chaining.
      */
@@ -14226,7 +14226,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=1645
+     *     google/container/v1/cluster_service.proto;l=1649
      * @return The currentNodeCount.
      */
     @java.lang.Override
@@ -14245,7 +14245,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=1645
+     *     google/container/v1/cluster_service.proto;l=1649
      * @param value The currentNodeCount to set.
      * @return This builder for chaining.
      */
@@ -14267,7 +14267,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=1645
+     *     google/container/v1/cluster_service.proto;l=1649
      * @return This builder for chaining.
      */
     @java.lang.Deprecated
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java
index a6ad5536..f0f7e47e 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterOrBuilder.java
@@ -101,7 +101,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=1404
+   *     google/container/v1/cluster_service.proto;l=1408
    * @return The initialNodeCount.
    */
   @java.lang.Deprecated
@@ -126,7 +126,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=1417
+   *     google/container/v1/cluster_service.proto;l=1421
    * @return Whether the nodeConfig field is set.
    */
   @java.lang.Deprecated
@@ -150,7 +150,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=1417
+   *     google/container/v1/cluster_service.proto;l=1421
    * @return The nodeConfig.
    */
   @java.lang.Deprecated
@@ -1481,7 +1481,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=1580
+   *     google/container/v1/cluster_service.proto;l=1584
    * @return The zone.
    */
   @java.lang.Deprecated
@@ -1498,7 +1498,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=1580
+   *     google/container/v1/cluster_service.proto;l=1584
    * @return The bytes for zone.
    */
   @java.lang.Deprecated
@@ -1621,7 +1621,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=1613
+   *     google/container/v1/cluster_service.proto;l=1617
    * @return The currentNodeVersion.
    */
   @java.lang.Deprecated
@@ -1640,7 +1640,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=1613
+   *     google/container/v1/cluster_service.proto;l=1617
    * @return The bytes for currentNodeVersion.
    */
   @java.lang.Deprecated
@@ -1710,7 +1710,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=1625
+   *     google/container/v1/cluster_service.proto;l=1629
    * @return The statusMessage.
    */
   @java.lang.Deprecated
@@ -1727,7 +1727,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=1625
+   *     google/container/v1/cluster_service.proto;l=1629
    * @return The bytes for statusMessage.
    */
   @java.lang.Deprecated
@@ -1792,7 +1792,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=1641
+   *     google/container/v1/cluster_service.proto;l=1645
    * @return A list containing the instanceGroupUrls.
    */
   @java.lang.Deprecated
@@ -1807,7 +1807,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=1641
+   *     google/container/v1/cluster_service.proto;l=1645
    * @return The count of instanceGroupUrls.
    */
   @java.lang.Deprecated
@@ -1822,7 +1822,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=1641
+   *     google/container/v1/cluster_service.proto;l=1645
    * @param index The index of the element to return.
    * @return The instanceGroupUrls at the given index.
    */
@@ -1838,7 +1838,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=1641
+   *     google/container/v1/cluster_service.proto;l=1645
    * @param index The index of the value to return.
    * @return The bytes of the instanceGroupUrls at the given index.
    */
@@ -1856,7 +1856,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=1645
+   *     google/container/v1/cluster_service.proto;l=1649
    * @return The currentNodeCount.
    */
   @java.lang.Deprecated
diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java
index 9d26b069..bf57f996 100644
--- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java
+++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterServiceProto.java
@@ -611,6 +611,14 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r
       internal_static_google_container_v1_MonitoringConfig_descriptor;
   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internal_static_google_container_v1_MonitoringConfig_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_container_v1_NodePoolLoggingConfig_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_container_v1_NodePoolLoggingConfig_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+      internal_static_google_container_v1_LoggingVariantConfig_descriptor;
+  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_container_v1_LoggingVariantConfig_fieldAccessorTable;
   static final com.google.protobuf.Descriptors.Descriptor
       internal_static_google_container_v1_MonitoringComponentConfig_descriptor;
   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
@@ -644,7 +652,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
           + "anager_policy\030\001 \001(\t\0221\n\rcpu_cfs_quota\030\002 \001"
           + "(\0132\032.google.protobuf.BoolValue\022\034\n\024cpu_cf"
           + "s_quota_period\030\003 \001(\t\022\026\n\016pod_pids_limit\030\004"
-          + " \001(\003\"\213\n\n\nNodeConfig\022\024\n\014machine_type\030\001 \001("
+          + " \001(\003\"\317\n\n\nNodeConfig\022\024\n\014machine_type\030\001 \001("
           + "\t\022\024\n\014disk_size_gb\030\002 \001(\005\022\024\n\014oauth_scopes\030"
           + "\003 \003(\t\022\027\n\017service_account\030\t \001(\t\022?\n\010metada"
           + "ta\030\004 \003(\0132-.google.container.v1.NodeConfi"
@@ -674,952 +682,966 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
           + "c\030\035 \001(\0132\037.google.container.v1.VirtualNIC"
           + "\022\014\n\004spot\030  \001(\010\022B\n\022confidential_nodes\030# \001"
           + "(\0132&.google.container.v1.ConfidentialNod"
-          + "es\032/\n\rMetadataEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005valu"
-          + "e\030\002 \001(\t:\0028\001\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022"
-          + "\r\n\005value\030\002 \001(\t:\0028\001\"M\n\027AdvancedMachineFea"
-          + "tures\022\035\n\020threads_per_core\030\001 \001(\003H\000\210\001\001B\023\n\021"
-          + "_threads_per_core\"\302\003\n\021NodeNetworkConfig\022"
-          + "\035\n\020create_pod_range\030\004 \001(\010B\003\340A\004\022\021\n\tpod_ra"
-          + "nge\030\005 \001(\t\022\033\n\023pod_ipv4_cidr_block\030\006 \001(\t\022h"
-          + "\n\032network_performance_config\030\013 \001(\0132?.goo"
-          + "gle.container.v1.NodeNetworkConfig.Netwo"
-          + "rkPerformanceConfigH\000\210\001\001\032\324\001\n\030NetworkPerf"
-          + "ormanceConfig\022n\n\033total_egress_bandwidth_"
-          + "tier\030\001 \001(\0162D.google.container.v1.NodeNet"
-          + "workConfig.NetworkPerformanceConfig.Tier"
-          + "H\000\210\001\001\"(\n\004Tier\022\024\n\020TIER_UNSPECIFIED\020\000\022\n\n\006T"
-          + "IER_1\020\001B\036\n\034_total_egress_bandwidth_tierB"
-          + "\035\n\033_network_performance_config\"Y\n\026Shield"
-          + "edInstanceConfig\022\032\n\022enable_secure_boot\030\001"
-          + " \001(\010\022#\n\033enable_integrity_monitoring\030\002 \001("
-          + "\010\"k\n\rSandboxConfig\0225\n\004type\030\002 \001(\0162\'.googl"
-          + "e.container.v1.SandboxConfig.Type\"#\n\004Typ"
-          + "e\022\017\n\013UNSPECIFIED\020\000\022\n\n\006GVISOR\020\001\"\035\n\nGcfsCo"
-          + "nfig\022\017\n\007enabled\030\001 \001(\010\"\337\001\n\023ReservationAff"
-          + "inity\022O\n\030consume_reservation_type\030\001 \001(\0162"
-          + "-.google.container.v1.ReservationAffinit"
-          + "y.Type\022\013\n\003key\030\002 \001(\t\022\016\n\006values\030\003 \003(\t\"Z\n\004T"
-          + "ype\022\017\n\013UNSPECIFIED\020\000\022\022\n\016NO_RESERVATION\020\001"
-          + "\022\023\n\017ANY_RESERVATION\020\002\022\030\n\024SPECIFIC_RESERV"
-          + "ATION\020\003\"\271\001\n\tNodeTaint\022\013\n\003key\030\001 \001(\t\022\r\n\005va"
-          + "lue\030\002 \001(\t\0225\n\006effect\030\003 \001(\0162%.google.conta"
-          + "iner.v1.NodeTaint.Effect\"Y\n\006Effect\022\026\n\022EF"
-          + "FECT_UNSPECIFIED\020\000\022\017\n\013NO_SCHEDULE\020\001\022\026\n\022P"
-          + "REFER_NO_SCHEDULE\020\002\022\016\n\nNO_EXECUTE\020\003\"<\n\nN"
-          + "odeTaints\022.\n\006taints\030\001 \003(\0132\036.google.conta"
-          + "iner.v1.NodeTaint\"x\n\nNodeLabels\022;\n\006label"
-          + "s\030\001 \003(\0132+.google.container.v1.NodeLabels"
-          + ".LabelsEntry\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t"
-          + "\022\r\n\005value\030\002 \001(\t:\0028\001\"\033\n\013NetworkTags\022\014\n\004ta"
-          + "gs\030\001 \003(\t\"\331\001\n\nMasterAuth\022\024\n\010username\030\001 \001("
-          + "\tB\002\030\001\022\024\n\010password\030\002 \001(\tB\002\030\001\022O\n\031client_ce"
-          + "rtificate_config\030\003 \001(\0132,.google.containe"
-          + "r.v1.ClientCertificateConfig\022\036\n\026cluster_"
-          + "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\"\307\005\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"
-          + "ntalPodAutoscaling\022J\n\024kubernetes_dashboa"
-          + "rd\030\003 \001(\0132(.google.container.v1.Kubernete"
-          + "sDashboardB\002\030\001\022G\n\025network_policy_config\030"
-          + "\004 \001(\0132(.google.container.v1.NetworkPolic"
-          + "yConfig\022=\n\020cloud_run_config\030\007 \001(\0132#.goog"
-          + "le.container.v1.CloudRunConfig\022=\n\020dns_ca"
-          + "che_config\030\010 \001(\0132#.google.container.v1.D"
-          + "nsCacheConfig\022K\n\027config_connector_config"
-          + "\030\n \001(\0132*.google.container.v1.ConfigConne"
-          + "ctorConfig\022d\n%gce_persistent_disk_csi_dr"
-          + "iver_config\030\013 \001(\01325.google.container.v1."
-          + "GcePersistentDiskCsiDriverConfig\022Y\n\037gcp_"
-          + "filestore_csi_driver_config\030\016 \001(\01320.goog"
-          + "le.container.v1.GcpFilestoreCsiDriverCon"
-          + "fig\"%\n\021HttpLoadBalancing\022\020\n\010disabled\030\001 \001"
-          + "(\010\",\n\030HorizontalPodAutoscaling\022\020\n\010disabl"
-          + "ed\030\001 \001(\010\"\'\n\023KubernetesDashboard\022\020\n\010disab"
-          + "led\030\001 \001(\010\"\'\n\023NetworkPolicyConfig\022\020\n\010disa"
-          + "bled\030\001 \001(\010\"!\n\016DnsCacheConfig\022\017\n\007enabled\030"
-          + "\001 \001(\010\"9\n&PrivateClusterMasterGlobalAcces"
-          + "sConfig\022\017\n\007enabled\030\001 \001(\010\"\240\002\n\024PrivateClus"
-          + "terConfig\022\034\n\024enable_private_nodes\030\001 \001(\010\022"
-          + "\037\n\027enable_private_endpoint\030\002 \001(\010\022\036\n\026mast"
-          + "er_ipv4_cidr_block\030\003 \001(\t\022\030\n\020private_endp"
-          + "oint\030\004 \001(\t\022\027\n\017public_endpoint\030\005 \001(\t\022\024\n\014p"
-          + "eering_name\030\007 \001(\t\022`\n\033master_global_acces"
-          + "s_config\030\010 \001(\0132;.google.container.v1.Pri"
-          + "vateClusterMasterGlobalAccessConfig\"D\n\031A"
-          + "uthenticatorGroupsConfig\022\017\n\007enabled\030\001 \001("
-          + "\010\022\026\n\016security_group\030\002 \001(\t\"\356\001\n\016CloudRunCo"
-          + "nfig\022\020\n\010disabled\030\001 \001(\010\022P\n\022load_balancer_"
-          + "type\030\003 \001(\01624.google.container.v1.CloudRu"
-          + "nConfig.LoadBalancerType\"x\n\020LoadBalancer"
-          + "Type\022\"\n\036LOAD_BALANCER_TYPE_UNSPECIFIED\020\000"
-          + "\022\037\n\033LOAD_BALANCER_TYPE_EXTERNAL\020\001\022\037\n\033LOA"
-          + "D_BALANCER_TYPE_INTERNAL\020\002\"(\n\025ConfigConn"
-          + "ectorConfig\022\017\n\007enabled\030\001 \001(\010\"3\n GcePersi"
-          + "stentDiskCsiDriverConfig\022\017\n\007enabled\030\001 \001("
-          + "\010\".\n\033GcpFilestoreCsiDriverConfig\022\017\n\007enab"
-          + "led\030\001 \001(\010\"\274\001\n\036MasterAuthorizedNetworksCo"
-          + "nfig\022\017\n\007enabled\030\001 \001(\010\022R\n\013cidr_blocks\030\002 \003"
-          + "(\0132=.google.container.v1.MasterAuthorize"
-          + "dNetworksConfig.CidrBlock\0325\n\tCidrBlock\022\024"
-          + "\n\014display_name\030\001 \001(\t\022\022\n\ncidr_block\030\002 \001(\t"
-          + "\"\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\"\232\003\n\022IPAllocationPolicy\022\026\n\016use_"
-          + "ip_aliases\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\034cluster_secondary_range_name\030\007 \001(\t\022%\n"
-          + "\035services_secondary_range_name\030\010 \001(\t\022\037\n\027"
-          + "cluster_ipv4_cidr_block\030\t \001(\t\022\034\n\024node_ip"
-          + "v4_cidr_block\030\n \001(\t\022 \n\030services_ipv4_cid"
-          + "r_block\030\013 \001(\t\022\033\n\023tpu_ipv4_cidr_block\030\r \001"
-          + "(\t\022\022\n\nuse_routes\030\017 \001(\010\"\274\030\n\007Cluster\022\014\n\004na"
-          + "me\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\013node_config\030\004 \001"
-          + "(\0132\037.google.container.v1.NodeConfigB\002\030\001\022"
-          + "4\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_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.container.v1.Addo"
-          + "nsConfig\022\022\n\nsubnetwork\030\013 \001(\t\0221\n\nnode_poo"
-          + "ls\030\014 \003(\0132\035.google.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.g"
-          + "oogle.container.v1.Cluster.ResourceLabel"
-          + "sEntry\022\031\n\021label_fingerprint\030\020 \001(\t\0224\n\013leg"
-          + "acy_abac\030\022 \001(\0132\037.google.container.v1.Leg"
-          + "acyAbac\022:\n\016network_policy\030\023 \001(\0132\".google"
-          + ".container.v1.NetworkPolicy\022E\n\024ip_alloca"
-          + "tion_policy\030\024 \001(\0132\'.google.container.v1."
-          + "IPAllocationPolicy\022^\n!master_authorized_"
-          + "networks_config\030\026 \001(\01323.google.container"
-          + ".v1.MasterAuthorizedNetworksConfig\022B\n\022ma"
-          + "intenance_policy\030\027 \001(\0132&.google.containe"
-          + "r.v1.MaintenancePolicy\022F\n\024binary_authori"
-          + "zation\030\030 \001(\0132(.google.container.v1.Binar"
-          + "yAuthorization\022<\n\013autoscaling\030\032 \001(\0132\'.go"
-          + "ogle.container.v1.ClusterAutoscaling\022:\n\016"
-          + "network_config\030\033 \001(\0132\".google.container."
-          + "v1.NetworkConfig\022K\n\033default_max_pods_con"
-          + "straint\030\036 \001(\0132&.google.container.v1.MaxP"
-          + "odsConstraint\022T\n\034resource_usage_export_c"
-          + "onfig\030! \001(\0132..google.container.v1.Resour"
-          + "ceUsageExportConfig\022S\n\033authenticator_gro"
-          + "ups_config\030\" \001(\0132..google.container.v1.A"
-          + "uthenticatorGroupsConfig\022I\n\026private_clus"
-          + "ter_config\030% \001(\0132).google.container.v1.P"
-          + "rivateClusterConfig\022D\n\023database_encrypti"
-          + "on\030& \001(\0132\'.google.container.v1.DatabaseE"
-          + "ncryption\022M\n\030vertical_pod_autoscaling\030\' "
-          + "\001(\0132+.google.container.v1.VerticalPodAut"
-          + "oscaling\022:\n\016shielded_nodes\030( \001(\0132\".googl"
-          + "e.container.v1.ShieldedNodes\022<\n\017release_"
-          + "channel\030) \001(\0132#.google.container.v1.Rele"
-          + "aseChannel\022M\n\030workload_identity_config\030+"
-          + " \001(\0132+.google.container.v1.WorkloadIdent"
-          + "ityConfig\022@\n\021mesh_certificates\030C \001(\0132%.g"
-          + "oogle.container.v1.MeshCertificates\022D\n\023n"
-          + "otification_config\0301 \001(\0132\'.google.contai"
-          + "ner.v1.NotificationConfig\022B\n\022confidentia"
-          + "l_nodes\0302 \001(\0132&.google.container.v1.Conf"
-          + "identialNodes\022K\n\027identity_service_config"
-          + "\0306 \001(\0132*.google.container.v1.IdentitySer"
-          + "viceConfig\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_clu"
-          + "ster_version\030g \001(\t\022\036\n\026current_master_ver"
-          + "sion\030h \001(\t\022 \n\024current_node_version\030i \001(\t"
-          + "B\002\030\001\022\023\n\013create_time\030j \001(\t\0223\n\006status\030k \001("
-          + "\0162#.google.container.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\022services_ipv4_cidr\030n "
-          + "\001(\t\022\037\n\023instance_group_urls\030o \003(\tB\002\030\001\022\036\n\022"
-          + "current_node_count\030p \001(\005B\002\030\001\022\023\n\013expire_t"
-          + "ime\030q \001(\t\022\020\n\010location\030r \001(\t\022\022\n\nenable_tp"
-          + "u\030s \001(\010\022\033\n\023tpu_ipv4_cidr_block\030t \001(\t\0228\n\n"
-          + "conditions\030v \003(\0132$.google.container.v1.S"
-          + "tatusCondition\0222\n\tautopilot\030\200\001 \001(\0132\036.goo"
-          + "gle.container.v1.Autopilot\022\020\n\002id\030\201\001 \001(\tB"
-          + "\003\340A\003\022G\n\022node_pool_defaults\030\203\001 \001(\0132%.goog"
-          + "le.container.v1.NodePoolDefaultsH\000\210\001\001\022;\n"
-          + "\016logging_config\030\204\001 \001(\0132\".google.containe"
-          + "r.v1.LoggingConfig\022A\n\021monitoring_config\030"
-          + "\205\001 \001(\0132%.google.container.v1.MonitoringC"
-          + "onfig\022G\n\025node_pool_auto_config\030\210\001 \001(\0132\'."
-          + "google.container.v1.NodePoolAutoConfig\0325"
-          + "\n\023ResourceLabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005va"
-          + "lue\030\002 \001(\t:\0028\001\"w\n\006Status\022\026\n\022STATUS_UNSPEC"
-          + "IFIED\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\005ERROR\020\005"
-          + "\022\014\n\010DEGRADED\020\006B\025\n\023_node_pool_defaults\"L\n"
-          + "\022NodePoolAutoConfig\0226\n\014network_tags\030\001 \001("
-          + "\0132 .google.container.v1.NetworkTags\"Y\n\020N"
-          + "odePoolDefaults\022E\n\024node_config_defaults\030"
-          + "\001 \001(\0132\'.google.container.v1.NodeConfigDe"
-          + "faults\"J\n\022NodeConfigDefaults\0224\n\013gcfs_con"
-          + "fig\030\001 \001(\0132\037.google.container.v1.GcfsConf"
-          + "ig\"\335\022\n\rClusterUpdate\022\034\n\024desired_node_ver"
-          + "sion\030\004 \001(\t\022\"\n\032desired_monitoring_service"
-          + "\030\005 \001(\t\022@\n\025desired_addons_config\030\006 \001(\0132!."
-          + "google.container.v1.AddonsConfig\022\034\n\024desi"
-          + "red_node_pool_id\030\007 \001(\t\022\032\n\022desired_image_"
-          + "type\030\010 \001(\t\022L\n\033desired_database_encryptio"
-          + "n\030. \001(\0132\'.google.container.v1.DatabaseEn"
-          + "cryption\022U\n desired_workload_identity_co"
-          + "nfig\030/ \001(\0132+.google.container.v1.Workloa"
-          + "dIdentityConfig\022H\n\031desired_mesh_certific"
-          + "ates\030C \001(\0132%.google.container.v1.MeshCer"
-          + "tificates\022B\n\026desired_shielded_nodes\0300 \001("
-          + "\0132\".google.container.v1.ShieldedNodes\022:\n"
-          + "\022desired_dns_config\0305 \001(\0132\036.google.conta"
-          + "iner.v1.DNSConfig\022O\n\035desired_node_pool_a"
-          + "utoscaling\030\t \001(\0132(.google.container.v1.N"
-          + "odePoolAutoscaling\022\031\n\021desired_locations\030"
-          + "\n \003(\t\022f\n)desired_master_authorized_netwo"
-          + "rks_config\030\014 \001(\01323.google.container.v1.M"
-          + "asterAuthorizedNetworksConfig\022L\n\033desired"
-          + "_cluster_autoscaling\030\017 \001(\0132\'.google.cont"
-          + "ainer.v1.ClusterAutoscaling\022N\n\034desired_b"
-          + "inary_authorization\030\020 \001(\0132(.google.conta"
-          + "iner.v1.BinaryAuthorization\022\037\n\027desired_l"
-          + "ogging_service\030\023 \001(\t\022\\\n$desired_resource"
-          + "_usage_export_config\030\025 \001(\0132..google.cont"
-          + "ainer.v1.ResourceUsageExportConfig\022U\n de"
-          + "sired_vertical_pod_autoscaling\030\026 \001(\0132+.g"
-          + "oogle.container.v1.VerticalPodAutoscalin"
-          + "g\022Q\n\036desired_private_cluster_config\030\031 \001("
-          + "\0132).google.container.v1.PrivateClusterCo"
-          + "nfig\022\\\n$desired_intra_node_visibility_co"
-          + "nfig\030\032 \001(\0132..google.container.v1.IntraNo"
-          + "deVisibilityConfig\022K\n\033desired_default_sn"
-          + "at_status\030\034 \001(\0132&.google.container.v1.De"
-          + "faultSnatStatus\022D\n\027desired_release_chann"
-          + "el\030\037 \001(\0132#.google.container.v1.ReleaseCh"
-          + "annel\022Q\n\037desired_l4ilb_subsetting_config"
-          + "\030\' \001(\0132(.google.container.v1.ILBSubsetti"
-          + "ngConfig\022H\n\031desired_datapath_provider\0302 "
-          + "\001(\0162%.google.container.v1.DatapathProvid"
-          + "er\022X\n\"desired_private_ipv6_google_access"
-          + "\0303 \001(\0162,.google.container.v1.PrivateIPv6"
-          + "GoogleAccess\022L\n\033desired_notification_con"
-          + "fig\0307 \001(\0132\'.google.container.v1.Notifica"
-          + "tionConfig\022[\n#desired_authenticator_grou"
-          + "ps_config\030? \001(\0132..google.container.v1.Au"
-          + "thenticatorGroupsConfig\022B\n\026desired_loggi"
-          + "ng_config\030@ \001(\0132\".google.container.v1.Lo"
-          + "ggingConfig\022H\n\031desired_monitoring_config"
-          + "\030A \001(\0132%.google.container.v1.MonitoringC"
-          + "onfig\022S\n\037desired_identity_service_config"
-          + "\030B \001(\0132*.google.container.v1.IdentitySer"
-          + "viceConfig\022Z\n#desired_service_external_i"
-          + "ps_config\030< \001(\0132-.google.container.v1.Se"
-          + "rviceExternalIPsConfig\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_config_network_ta"
-          + "gs\030n \001(\0132 .google.container.v1.NetworkTa"
-          + "gs\"\361\007\n\tOperation\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#.googl"
-          + "e.container.v1.Operation.Type\0225\n\006status\030"
-          + "\004 \001(\0162%.google.container.v1.Operation.St"
-          + "atus\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\010location\030\t \001(\t\022\022\n\nstart_t"
-          + "ime\030\n \001(\t\022\020\n\010end_time\030\013 \001(\t\022=\n\010progress\030"
-          + "\014 \001(\0132&.google.container.v1.OperationPro"
-          + "gressB\003\340A\003\022D\n\022cluster_conditions\030\r \003(\0132$"
-          + ".google.container.v1.StatusConditionB\002\030\001"
-          + "\022E\n\023nodepool_conditions\030\016 \003(\0132$.google.c"
-          + "ontainer.v1.StatusConditionB\002\030\001\022!\n\005error"
-          + "\030\017 \001(\0132\022.google.rpc.Status\"R\n\006Status\022\026\n\022"
-          + "STATUS_UNSPECIFIED\020\000\022\013\n\007PENDING\020\001\022\013\n\007RUN"
-          + "NING\020\002\022\010\n\004DONE\020\003\022\014\n\010ABORTING\020\004\"\375\002\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_POOL\020\010\022\034\n\030SET_NODE_POO"
-          + "L_MANAGEMENT\020\t\022\025\n\021AUTO_REPAIR_NODES\020\n\022\026\n"
-          + "\022AUTO_UPGRADE_NODES\020\013\022\016\n\nSET_LABELS\020\014\022\023\n"
-          + "\017SET_MASTER_AUTH\020\r\022\026\n\022SET_NODE_POOL_SIZE"
-          + "\020\016\022\026\n\022SET_NETWORK_POLICY\020\017\022\032\n\026SET_MAINTE"
-          + "NANCE_POLICY\020\020\"\273\002\n\021OperationProgress\022\014\n\004"
-          + "name\030\001 \001(\t\0225\n\006status\030\002 \001(\0162%.google.cont"
-          + "ainer.v1.Operation.Status\022>\n\007metrics\030\003 \003"
-          + "(\0132-.google.container.v1.OperationProgre"
-          + "ss.Metric\0226\n\006stages\030\004 \003(\0132&.google.conta"
-          + "iner.v1.OperationProgress\032i\n\006Metric\022\021\n\004n"
-          + "ame\030\001 \001(\tB\003\340A\002\022\023\n\tint_value\030\002 \001(\003H\000\022\026\n\014d"
-          + "ouble_value\030\003 \001(\001H\000\022\026\n\014string_value\030\004 \001("
-          + "\tH\000B\007\n\005value\"\204\001\n\024CreateClusterRequest\022\026\n"
-          + "\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022"
-          + "2\n\007cluster\030\003 \001(\0132\034.google.container.v1.C"
-          + "lusterB\003\340A\002\022\016\n\006parent\030\005 \001(\t\"c\n\021GetCluste"
-          + "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\014\n\004na"
-          + "me\030\005 \001(\t\"\237\001\n\024UpdateClusterRequest\022\026\n\npro"
-          + "ject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\nc"
-          + "luster_id\030\003 \001(\tB\002\030\001\0227\n\006update\030\004 \001(\0132\".go"
-          + "ogle.container.v1.ClusterUpdateB\003\340A\002\022\014\n\004"
-          + "name\030\005 \001(\t\"\342\006\n\025UpdateNodePoolRequest\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\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_version\030\005 \001(\tB\003\340A\002\022\027\n\ni"
-          + "mage_type\030\006 \001(\tB\003\340A\002\022\014\n\004name\030\010 \001(\t\022\021\n\tlo"
-          + "cations\030\r \003(\t\022M\n\030workload_metadata_confi"
-          + "g\030\016 \001(\0132+.google.container.v1.WorkloadMe"
-          + "tadataConfig\022G\n\020upgrade_settings\030\017 \001(\0132-"
-          + ".google.container.v1.NodePool.UpgradeSet"
-          + "tings\022.\n\004tags\030\020 \001(\0132 .google.container.v"
-          + "1.NetworkTags\022/\n\006taints\030\021 \001(\0132\037.google.c"
-          + "ontainer.v1.NodeTaints\022/\n\006labels\030\022 \001(\0132\037"
-          + ".google.container.v1.NodeLabels\022?\n\021linux"
-          + "_node_config\030\023 \001(\0132$.google.container.v1"
-          + ".LinuxNodeConfig\022>\n\016kubelet_config\030\024 \001(\013"
-          + "2&.google.container.v1.NodeKubeletConfig"
-          + "\022C\n\023node_network_config\030\025 \001(\0132&.google.c"
-          + "ontainer.v1.NodeNetworkConfig\0224\n\013gcfs_co"
-          + "nfig\030\026 \001(\0132\037.google.container.v1.GcfsCon"
-          + "fig\022B\n\022confidential_nodes\030\027 \001(\0132&.google"
-          + ".container.v1.ConfidentialNodes\022.\n\005gvnic"
-          + "\030\035 \001(\0132\037.google.container.v1.VirtualNIC\""
-          + "\315\001\n\035SetNodePoolAutoscalingRequest\022\026\n\npro"
-          + "ject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\nc"
-          + "luster_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.cont"
-          + "ainer.v1.NodePoolAutoscalingB\003\340A\002\022\014\n\004nam"
-          + "e\030\006 \001(\t\"\210\001\n\030SetLoggingServiceRequest\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\026"
-          + "\n\ncluster_id\030\003 \001(\tB\002\030\001\022\034\n\017logging_servic"
-          + "e\030\004 \001(\tB\003\340A\002\022\014\n\004name\030\005 \001(\t\"\216\001\n\033SetMonito"
-          + "ringServiceRequest\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\037\n\022monitoring_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_confi"
-          + "g\030\004 \001(\0132!.google.container.v1.AddonsConf"
-          + "igB\003\340A\002\022\014\n\004name\030\006 \001(\t\"}\n\023SetLocationsReq"
+          + "es\022B\n\016logging_config\030& \001(\0132*.google.cont"
+          + "ainer.v1.NodePoolLoggingConfig\032/\n\rMetada"
+          + "taEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032"
+          + "-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001"
+          + "(\t:\0028\001\"M\n\027AdvancedMachineFeatures\022\035\n\020thr"
+          + "eads_per_core\030\001 \001(\003H\000\210\001\001B\023\n\021_threads_per"
+          + "_core\"\302\003\n\021NodeNetworkConfig\022\035\n\020create_po"
+          + "d_range\030\004 \001(\010B\003\340A\004\022\021\n\tpod_range\030\005 \001(\t\022\033\n"
+          + "\023pod_ipv4_cidr_block\030\006 \001(\t\022h\n\032network_pe"
+          + "rformance_config\030\013 \001(\0132?.google.containe"
+          + "r.v1.NodeNetworkConfig.NetworkPerformanc"
+          + "eConfigH\000\210\001\001\032\324\001\n\030NetworkPerformanceConfi"
+          + "g\022n\n\033total_egress_bandwidth_tier\030\001 \001(\0162D"
+          + ".google.container.v1.NodeNetworkConfig.N"
+          + "etworkPerformanceConfig.TierH\000\210\001\001\"(\n\004Tie"
+          + "r\022\024\n\020TIER_UNSPECIFIED\020\000\022\n\n\006TIER_1\020\001B\036\n\034_"
+          + "total_egress_bandwidth_tierB\035\n\033_network_"
+          + "performance_config\"Y\n\026ShieldedInstanceCo"
+          + "nfig\022\032\n\022enable_secure_boot\030\001 \001(\010\022#\n\033enab"
+          + "le_integrity_monitoring\030\002 \001(\010\"k\n\rSandbox"
+          + "Config\0225\n\004type\030\002 \001(\0162\'.google.container."
+          + "v1.SandboxConfig.Type\"#\n\004Type\022\017\n\013UNSPECI"
+          + "FIED\020\000\022\n\n\006GVISOR\020\001\"\035\n\nGcfsConfig\022\017\n\007enab"
+          + "led\030\001 \001(\010\"\337\001\n\023ReservationAffinity\022O\n\030con"
+          + "sume_reservation_type\030\001 \001(\0162-.google.con"
+          + "tainer.v1.ReservationAffinity.Type\022\013\n\003ke"
+          + "y\030\002 \001(\t\022\016\n\006values\030\003 \003(\t\"Z\n\004Type\022\017\n\013UNSPE"
+          + "CIFIED\020\000\022\022\n\016NO_RESERVATION\020\001\022\023\n\017ANY_RESE"
+          + "RVATION\020\002\022\030\n\024SPECIFIC_RESERVATION\020\003\"\271\001\n\t"
+          + "NodeTaint\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t\0225\n"
+          + "\006effect\030\003 \001(\0162%.google.container.v1.Node"
+          + "Taint.Effect\"Y\n\006Effect\022\026\n\022EFFECT_UNSPECI"
+          + "FIED\020\000\022\017\n\013NO_SCHEDULE\020\001\022\026\n\022PREFER_NO_SCH"
+          + "EDULE\020\002\022\016\n\nNO_EXECUTE\020\003\"<\n\nNodeTaints\022.\n"
+          + "\006taints\030\001 \003(\0132\036.google.container.v1.Node"
+          + "Taint\"x\n\nNodeLabels\022;\n\006labels\030\001 \003(\0132+.go"
+          + "ogle.container.v1.NodeLabels.LabelsEntry"
+          + "\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 "
+          + "\001(\t:\0028\001\"\033\n\013NetworkTags\022\014\n\004tags\030\001 \003(\t\"\331\001\n"
+          + "\nMasterAuth\022\024\n\010username\030\001 \001(\tB\002\030\001\022\024\n\010pas"
+          + "sword\030\002 \001(\tB\002\030\001\022O\n\031client_certificate_co"
+          + "nfig\030\003 \001(\0132,.google.container.v1.ClientC"
+          + "ertificateConfig\022\036\n\026cluster_ca_certifica"
+          + "te\030d \001(\t\022\032\n\022client_certificate\030e \001(\t\022\022\n\n"
+          + "client_key\030f \001(\t\";\n\027ClientCertificateCon"
+          + "fig\022 \n\030issue_client_certificate\030\001 \001(\010\"\307\005"
+          + "\n\014AddonsConfig\022C\n\023http_load_balancing\030\001 "
+          + "\001(\0132&.google.container.v1.HttpLoadBalanc"
+          + "ing\022Q\n\032horizontal_pod_autoscaling\030\002 \001(\0132"
+          + "-.google.container.v1.HorizontalPodAutos"
+          + "caling\022J\n\024kubernetes_dashboard\030\003 \001(\0132(.g"
+          + "oogle.container.v1.KubernetesDashboardB\002"
+          + "\030\001\022G\n\025network_policy_config\030\004 \001(\0132(.goog"
+          + "le.container.v1.NetworkPolicyConfig\022=\n\020c"
+          + "loud_run_config\030\007 \001(\0132#.google.container"
+          + ".v1.CloudRunConfig\022=\n\020dns_cache_config\030\010"
+          + " \001(\0132#.google.container.v1.DnsCacheConfi"
+          + "g\022K\n\027config_connector_config\030\n \001(\0132*.goo"
+          + "gle.container.v1.ConfigConnectorConfig\022d"
+          + "\n%gce_persistent_disk_csi_driver_config\030"
+          + "\013 \001(\01325.google.container.v1.GcePersisten"
+          + "tDiskCsiDriverConfig\022Y\n\037gcp_filestore_cs"
+          + "i_driver_config\030\016 \001(\01320.google.container"
+          + ".v1.GcpFilestoreCsiDriverConfig\"%\n\021HttpL"
+          + "oadBalancing\022\020\n\010disabled\030\001 \001(\010\",\n\030Horizo"
+          + "ntalPodAutoscaling\022\020\n\010disabled\030\001 \001(\010\"\'\n\023"
+          + "KubernetesDashboard\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&Pri"
+          + "vateClusterMasterGlobalAccessConfig\022\017\n\007e"
+          + "nabled\030\001 \001(\010\"\240\002\n\024PrivateClusterConfig\022\034\n"
+          + "\024enable_private_nodes\030\001 \001(\010\022\037\n\027enable_pr"
+          + "ivate_endpoint\030\002 \001(\010\022\036\n\026master_ipv4_cidr"
+          + "_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.PrivateClusterM"
+          + "asterGlobalAccessConfig\"D\n\031Authenticator"
+          + "GroupsConfig\022\017\n\007enabled\030\001 \001(\010\022\026\n\016securit"
+          + "y_group\030\002 \001(\t\"\356\001\n\016CloudRunConfig\022\020\n\010disa"
+          + "bled\030\001 \001(\010\022P\n\022load_balancer_type\030\003 \001(\01624"
+          + ".google.container.v1.CloudRunConfig.Load"
+          + "BalancerType\"x\n\020LoadBalancerType\022\"\n\036LOAD"
+          + "_BALANCER_TYPE_UNSPECIFIED\020\000\022\037\n\033LOAD_BAL"
+          + "ANCER_TYPE_EXTERNAL\020\001\022\037\n\033LOAD_BALANCER_T"
+          + "YPE_INTERNAL\020\002\"(\n\025ConfigConnectorConfig\022"
+          + "\017\n\007enabled\030\001 \001(\010\"3\n GcePersistentDiskCsi"
+          + "DriverConfig\022\017\n\007enabled\030\001 \001(\010\".\n\033GcpFile"
+          + "storeCsiDriverConfig\022\017\n\007enabled\030\001 \001(\010\"\274\001"
+          + "\n\036MasterAuthorizedNetworksConfig\022\017\n\007enab"
+          + "led\030\001 \001(\010\022R\n\013cidr_blocks\030\002 \003(\0132=.google."
+          + "container.v1.MasterAuthorizedNetworksCon"
+          + "fig.CidrBlock\0325\n\tCidrBlock\022\024\n\014display_na"
+          + "me\030\001 \001(\t\022\022\n\ncidr_block\030\002 \001(\t\"\035\n\nLegacyAb"
+          + "ac\022\017\n\007enabled\030\001 \001(\010\"\221\001\n\rNetworkPolicy\022=\n"
+          + "\010provider\030\001 \001(\0162+.google.container.v1.Ne"
+          + "tworkPolicy.Provider\022\017\n\007enabled\030\002 \001(\010\"0\n"
+          + "\010Provider\022\030\n\024PROVIDER_UNSPECIFIED\020\000\022\n\n\006C"
+          + "ALICO\020\001\"\343\001\n\023BinaryAuthorization\022\023\n\007enabl"
+          + "ed\030\001 \001(\010B\002\030\001\022P\n\017evaluation_mode\030\002 \001(\01627."
+          + "google.container.v1.BinaryAuthorization."
+          + "EvaluationMode\"e\n\016EvaluationMode\022\037\n\033EVAL"
+          + "UATION_MODE_UNSPECIFIED\020\000\022\014\n\010DISABLED\020\001\022"
+          + "$\n PROJECT_SINGLETON_POLICY_ENFORCE\020\002\"\232\003"
+          + "\n\022IPAllocationPolicy\022\026\n\016use_ip_aliases\030\001"
+          + " \001(\010\022\031\n\021create_subnetwork\030\002 \001(\010\022\027\n\017subne"
+          + "twork_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\022s"
+          + "ervices_ipv4_cidr\030\006 \001(\tB\002\030\001\022$\n\034cluster_s"
+          + "econdary_range_name\030\007 \001(\t\022%\n\035services_se"
+          + "condary_range_name\030\010 \001(\t\022\037\n\027cluster_ipv4"
+          + "_cidr_block\030\t \001(\t\022\034\n\024node_ipv4_cidr_bloc"
+          + "k\030\n \001(\t\022 \n\030services_ipv4_cidr_block\030\013 \001("
+          + "\t\022\033\n\023tpu_ipv4_cidr_block\030\r \001(\t\022\022\n\nuse_ro"
+          + "utes\030\017 \001(\010\"\274\030\n\007Cluster\022\014\n\004name\030\001 \001(\t\022\023\n\013"
+          + "description\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."
+          + "container.v1.NodeConfigB\002\030\001\0224\n\013master_au"
+          + "th\030\005 \001(\0132\037.google.container.v1.MasterAut"
+          + "h\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\021clust"
+          + "er_ipv4_cidr\030\t \001(\t\0228\n\raddons_config\030\n \001("
+          + "\0132!.google.container.v1.AddonsConfig\022\022\n\n"
+          + "subnetwork\030\013 \001(\t\0221\n\nnode_pools\030\014 \003(\0132\035.g"
+          + "oogle.container.v1.NodePool\022\021\n\tlocations"
+          + "\030\r \003(\t\022\037\n\027enable_kubernetes_alpha\030\016 \001(\010\022"
+          + "I\n\017resource_labels\030\017 \003(\01320.google.contai"
+          + "ner.v1.Cluster.ResourceLabelsEntry\022\031\n\021la"
+          + "bel_fingerprint\030\020 \001(\t\0224\n\013legacy_abac\030\022 \001"
+          + "(\0132\037.google.container.v1.LegacyAbac\022:\n\016n"
+          + "etwork_policy\030\023 \001(\0132\".google.container.v"
+          + "1.NetworkPolicy\022E\n\024ip_allocation_policy\030"
+          + "\024 \001(\0132\'.google.container.v1.IPAllocation"
+          + "Policy\022^\n!master_authorized_networks_con"
+          + "fig\030\026 \001(\01323.google.container.v1.MasterAu"
+          + "thorizedNetworksConfig\022B\n\022maintenance_po"
+          + "licy\030\027 \001(\0132&.google.container.v1.Mainten"
+          + "ancePolicy\022F\n\024binary_authorization\030\030 \001(\013"
+          + "2(.google.container.v1.BinaryAuthorizati"
+          + "on\022<\n\013autoscaling\030\032 \001(\0132\'.google.contain"
+          + "er.v1.ClusterAutoscaling\022:\n\016network_conf"
+          + "ig\030\033 \001(\0132\".google.container.v1.NetworkCo"
+          + "nfig\022K\n\033default_max_pods_constraint\030\036 \001("
+          + "\0132&.google.container.v1.MaxPodsConstrain"
+          + "t\022T\n\034resource_usage_export_config\030! \001(\0132"
+          + "..google.container.v1.ResourceUsageExpor"
+          + "tConfig\022S\n\033authenticator_groups_config\030\""
+          + " \001(\0132..google.container.v1.Authenticator"
+          + "GroupsConfig\022I\n\026private_cluster_config\030%"
+          + " \001(\0132).google.container.v1.PrivateCluste"
+          + "rConfig\022D\n\023database_encryption\030& \001(\0132\'.g"
+          + "oogle.container.v1.DatabaseEncryption\022M\n"
+          + "\030vertical_pod_autoscaling\030\' \001(\0132+.google"
+          + ".container.v1.VerticalPodAutoscaling\022:\n\016"
+          + "shielded_nodes\030( \001(\0132\".google.container."
+          + "v1.ShieldedNodes\022<\n\017release_channel\030) \001("
+          + "\0132#.google.container.v1.ReleaseChannel\022M"
+          + "\n\030workload_identity_config\030+ \001(\0132+.googl"
+          + "e.container.v1.WorkloadIdentityConfig\022@\n"
+          + "\021mesh_certificates\030C \001(\0132%.google.contai"
+          + "ner.v1.MeshCertificates\022D\n\023notification_"
+          + "config\0301 \001(\0132\'.google.container.v1.Notif"
+          + "icationConfig\022B\n\022confidential_nodes\0302 \001("
+          + "\0132&.google.container.v1.ConfidentialNode"
+          + "s\022K\n\027identity_service_config\0306 \001(\0132*.goo"
+          + "gle.container.v1.IdentityServiceConfig\022\021"
+          + "\n\tself_link\030d \001(\t\022\020\n\004zone\030e \001(\tB\002\030\001\022\020\n\010e"
+          + "ndpoint\030f \001(\t\022\037\n\027initial_cluster_version"
+          + "\030g \001(\t\022\036\n\026current_master_version\030h \001(\t\022 "
+          + "\n\024current_node_version\030i \001(\tB\002\030\001\022\023\n\013crea"
+          + "te_time\030j \001(\t\0223\n\006status\030k \001(\0162#.google.c"
+          + "ontainer.v1.Cluster.Status\022\032\n\016status_mes"
+          + "sage\030l \001(\tB\002\030\001\022\033\n\023node_ipv4_cidr_size\030m "
+          + "\001(\005\022\032\n\022services_ipv4_cidr\030n \001(\t\022\037\n\023insta"
+          + "nce_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\023t"
+          + "pu_ipv4_cidr_block\030t \001(\t\0228\n\nconditions\030v"
+          + " \003(\0132$.google.container.v1.StatusConditi"
+          + "on\0222\n\tautopilot\030\200\001 \001(\0132\036.google.containe"
+          + "r.v1.Autopilot\022\020\n\002id\030\201\001 \001(\tB\003\340A\003\022G\n\022node"
+          + "_pool_defaults\030\203\001 \001(\0132%.google.container"
+          + ".v1.NodePoolDefaultsH\000\210\001\001\022;\n\016logging_con"
+          + "fig\030\204\001 \001(\0132\".google.container.v1.Logging"
+          + "Config\022A\n\021monitoring_config\030\205\001 \001(\0132%.goo"
+          + "gle.container.v1.MonitoringConfig\022G\n\025nod"
+          + "e_pool_auto_config\030\210\001 \001(\0132\'.google.conta"
+          + "iner.v1.NodePoolAutoConfig\0325\n\023ResourceLa"
+          + "belsEntry\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_UNSPECIFIED\020\000\022\020\n\014P"
+          + "ROVISIONING\020\001\022\013\n\007RUNNING\020\002\022\017\n\013RECONCILIN"
+          + "G\020\003\022\014\n\010STOPPING\020\004\022\t\n\005ERROR\020\005\022\014\n\010DEGRADED"
+          + "\020\006B\025\n\023_node_pool_defaults\"L\n\022NodePoolAut"
+          + "oConfig\0226\n\014network_tags\030\001 \001(\0132 .google.c"
+          + "ontainer.v1.NetworkTags\"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\"\263\023\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\022:\n\022desired_dns_config\0305 \001"
+          + "(\0132\036.google.container.v1.DNSConfig\022O\n\035de"
+          + "sired_node_pool_autoscaling\030\t \001(\0132(.goog"
+          + "le.container.v1.NodePoolAutoscaling\022\031\n\021d"
+          + "esired_locations\030\n \003(\t\022f\n)desired_master"
+          + "_authorized_networks_config\030\014 \001(\01323.goog"
+          + "le.container.v1.MasterAuthorizedNetworks"
+          + "Config\022L\n\033desired_cluster_autoscaling\030\017 "
+          + "\001(\0132\'.google.container.v1.ClusterAutosca"
+          + "ling\022N\n\034desired_binary_authorization\030\020 \001"
+          + "(\0132(.google.container.v1.BinaryAuthoriza"
+          + "tion\022\037\n\027desired_logging_service\030\023 \001(\t\022\\\n"
+          + "$desired_resource_usage_export_config\030\025 "
+          + "\001(\0132..google.container.v1.ResourceUsageE"
+          + "xportConfig\022U\n desired_vertical_pod_auto"
+          + "scaling\030\026 \001(\0132+.google.container.v1.Vert"
+          + "icalPodAutoscaling\022Q\n\036desired_private_cl"
+          + "uster_config\030\031 \001(\0132).google.container.v1"
+          + ".PrivateClusterConfig\022\\\n$desired_intra_n"
+          + "ode_visibility_config\030\032 \001(\0132..google.con"
+          + "tainer.v1.IntraNodeVisibilityConfig\022K\n\033d"
+          + "esired_default_snat_status\030\034 \001(\0132&.googl"
+          + "e.container.v1.DefaultSnatStatus\022D\n\027desi"
+          + "red_release_channel\030\037 \001(\0132#.google.conta"
+          + "iner.v1.ReleaseChannel\022Q\n\037desired_l4ilb_"
+          + "subsetting_config\030\' \001(\0132(.google.contain"
+          + "er.v1.ILBSubsettingConfig\022H\n\031desired_dat"
+          + "apath_provider\0302 \001(\0162%.google.container."
+          + "v1.DatapathProvider\022X\n\"desired_private_i"
+          + "pv6_google_access\0303 \001(\0162,.google.contain"
+          + "er.v1.PrivateIPv6GoogleAccess\022L\n\033desired"
+          + "_notification_config\0307 \001(\0132\'.google.cont"
+          + "ainer.v1.NotificationConfig\022[\n#desired_a"
+          + "uthenticator_groups_config\030? \001(\0132..googl"
+          + "e.container.v1.AuthenticatorGroupsConfig"
+          + "\022B\n\026desired_logging_config\030@ \001(\0132\".googl"
+          + "e.container.v1.LoggingConfig\022H\n\031desired_"
+          + "monitoring_config\030A \001(\0132%.google.contain"
+          + "er.v1.MonitoringConfig\022S\n\037desired_identi"
+          + "ty_service_config\030B \001(\0132*.google.contain"
+          + "er.v1.IdentityServiceConfig\022Z\n#desired_s"
+          + "ervice_external_ips_config\030< \001(\0132-.googl"
+          + "e.container.v1.ServiceExternalIPsConfig\022"
+          + "\036\n\026desired_master_version\030d \001(\t\022<\n\023desir"
+          + "ed_gcfs_config\030m \001(\0132\037.google.container."
+          + "v1.GcfsConfig\022T\n*desired_node_pool_auto_"
+          + "config_network_tags\030n \001(\0132 .google.conta"
+          + "iner.v1.NetworkTags\022T\n desired_node_pool"
+          + "_logging_config\030t \001(\0132*.google.container"
+          + ".v1.NodePoolLoggingConfig\"\361\007\n\tOperation\022"
+          + "\014\n\004name\030\001 \001(\t\022\020\n\004zone\030\002 \001(\tB\002\030\001\022;\n\016opera"
+          + "tion_type\030\003 \001(\0162#.google.container.v1.Op"
+          + "eration.Type\0225\n\006status\030\004 \001(\0162%.google.co"
+          + "ntainer.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\tse"
+          + "lf_link\030\006 \001(\t\022\023\n\013target_link\030\007 \001(\t\022\020\n\010lo"
+          + "cation\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&.google.co"
+          + "ntainer.v1.OperationProgressB\003\340A\003\022D\n\022clu"
+          + "ster_conditions\030\r \003(\0132$.google.container"
+          + ".v1.StatusConditionB\002\030\001\022E\n\023nodepool_cond"
+          + "itions\030\016 \003(\0132$.google.container.v1.Statu"
+          + "sConditionB\002\030\001\022!\n\005error\030\017 \001(\0132\022.google.r"
+          + "pc.Status\"R\n\006Status\022\026\n\022STATUS_UNSPECIFIE"
+          + "D\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\"\375\002\n\004Type\022\024\n\020TYPE_UNSPECIFI"
+          + "ED\020\000\022\022\n\016CREATE_CLUSTER\020\001\022\022\n\016DELETE_CLUST"
+          + "ER\020\002\022\022\n\016UPGRADE_MASTER\020\003\022\021\n\rUPGRADE_NODE"
+          + "S\020\004\022\022\n\016REPAIR_CLUSTER\020\005\022\022\n\016UPDATE_CLUSTE"
+          + "R\020\006\022\024\n\020CREATE_NODE_POOL\020\007\022\024\n\020DELETE_NODE"
+          + "_POOL\020\010\022\034\n\030SET_NODE_POOL_MANAGEMENT\020\t\022\025\n"
+          + "\021AUTO_REPAIR_NODES\020\n\022\026\n\022AUTO_UPGRADE_NOD"
+          + "ES\020\013\022\016\n\nSET_LABELS\020\014\022\023\n\017SET_MASTER_AUTH\020"
+          + "\r\022\026\n\022SET_NODE_POOL_SIZE\020\016\022\026\n\022SET_NETWORK"
+          + "_POLICY\020\017\022\032\n\026SET_MAINTENANCE_POLICY\020\020\"\273\002"
+          + "\n\021OperationProgress\022\014\n\004name\030\001 \001(\t\0225\n\006sta"
+          + "tus\030\002 \001(\0162%.google.container.v1.Operatio"
+          + "n.Status\022>\n\007metrics\030\003 \003(\0132-.google.conta"
+          + "iner.v1.OperationProgress.Metric\0226\n\006stag"
+          + "es\030\004 \003(\0132&.google.container.v1.Operation"
+          + "Progress\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(\001"
+          + "H\000\022\026\n\014string_value\030\004 \001(\tH\000B\007\n\005value\"\204\001\n\024"
+          + "CreateClusterRequest\022\026\n\nproject_id\030\001 \001(\t"
+          + "B\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\0222\n\007cluster\030\003 \001(\0132"
+          + "\034.google.container.v1.ClusterB\003\340A\002\022\016\n\006pa"
+          + "rent\030\005 \001(\t\"c\n\021GetClusterRequest\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\014\n\004name\030\005 \001(\t\"\237\001\n\024Upda"
+          + "teClusterRequest\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\0227\n\006update\030\004 \001(\0132\".google.container.v1"
+          + ".ClusterUpdateB\003\340A\002\022\014\n\004name\030\005 \001(\t\"\246\007\n\025Up"
+          + "dateNodePoolRequest\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_"
+          + "version\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\030"
+          + "workload_metadata_config\030\016 \001(\0132+.google."
+          + "container.v1.WorkloadMetadataConfig\022G\n\020u"
+          + "pgrade_settings\030\017 \001(\0132-.google.container"
+          + ".v1.NodePool.UpgradeSettings\022.\n\004tags\030\020 \001"
+          + "(\0132 .google.container.v1.NetworkTags\022/\n\006"
+          + "taints\030\021 \001(\0132\037.google.container.v1.NodeT"
+          + "aints\022/\n\006labels\030\022 \001(\0132\037.google.container"
+          + ".v1.NodeLabels\022?\n\021linux_node_config\030\023 \001("
+          + "\0132$.google.container.v1.LinuxNodeConfig\022"
+          + ">\n\016kubelet_config\030\024 \001(\0132&.google.contain"
+          + "er.v1.NodeKubeletConfig\022C\n\023node_network_"
+          + "config\030\025 \001(\0132&.google.container.v1.NodeN"
+          + "etworkConfig\0224\n\013gcfs_config\030\026 \001(\0132\037.goog"
+          + "le.container.v1.GcfsConfig\022B\n\022confidenti"
+          + "al_nodes\030\027 \001(\0132&.google.container.v1.Con"
+          + "fidentialNodes\022.\n\005gvnic\030\035 \001(\0132\037.google.c"
+          + "ontainer.v1.VirtualNIC\022B\n\016logging_config"
+          + "\030  \001(\0132*.google.container.v1.NodePoolLog"
+          + "gingConfig\"\315\001\n\035SetNodePoolAutoscalingReq"
           + "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\026\n\tlocati"
-          + "ons\030\004 \003(\tB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\202\001\n\023UpdateM"
-          + "asterRequest\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\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\033"
-          + "\n\016master_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.co"
-          + "ntainer.v1.SetMasterAuthRequest.ActionB\003"
-          + "\340A\002\0224\n\006update\030\005 \001(\0132\037.google.container.v"
-          + "1.MasterAuthB\003\340A\002\022\014\n\004name\030\007 \001(\t\"P\n\006Actio"
-          + "n\022\013\n\007UNKNOWN\020\000\022\020\n\014SET_PASSWORD\020\001\022\025\n\021GENE"
-          + "RATE_PASSWORD\020\002\022\020\n\014SET_USERNAME\020\003\"f\n\024Del"
-          + "eteClusterRequest\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\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\024ListClustersRespon"
-          + "se\022.\n\010clusters\030\001 \003(\0132\034.google.container."
-          + "v1.Cluster\022\025\n\rmissing_zones\030\002 \003(\t\"g\n\023Get"
-          + "OperationRequest\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(\t"
-          + "B\002\030\001\022\014\n\004name\030\005 \001(\t\"Q\n\025ListOperationsRequ"
-          + "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\016\n\006parent\030\004 \001(\t\"j\n\026CancelOperation"
+          + "(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\030\n\014node_p"
+          + "ool_id\030\004 \001(\tB\002\030\001\022B\n\013autoscaling\030\005 \001(\0132(."
+          + "google.container.v1.NodePoolAutoscalingB"
+          + "\003\340A\002\022\014\n\004name\030\006 \001(\t\"\210\001\n\030SetLoggingService"
           + "Request\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\004n"
-          + "ame\030\004 \001(\t\"c\n\026ListOperationsResponse\0222\n\no"
-          + "perations\030\001 \003(\0132\036.google.container.v1.Op"
-          + "eration\022\025\n\rmissing_zones\030\002 \003(\t\"P\n\026GetSer"
-          + "verConfigRequest\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\014Ser"
-          + "verConfig\022\037\n\027default_cluster_version\030\001 \001"
-          + "(\t\022\033\n\023valid_node_versions\030\003 \003(\t\022\032\n\022defau"
-          + "lt_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(\01326.google.container.v1.Se"
-          + "rverConfig.ReleaseChannelConfig\032\205\001\n\024Rele"
-          + "aseChannelConfig\022<\n\007channel\030\001 \001(\0162+.goog"
-          + "le.container.v1.ReleaseChannel.Channel\022\027"
-          + "\n\017default_version\030\002 \001(\t\022\026\n\016valid_version"
-          + "s\030\004 \003(\t\"\240\001\n\025CreateNodePoolRequest\022\026\n\npro"
-          + "ject_id\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\026\n\nc"
-          + "luster_id\030\003 \001(\tB\002\030\001\0225\n\tnode_pool\030\004 \001(\0132\035"
-          + ".google.container.v1.NodePoolB\003\340A\002\022\016\n\006pa"
-          + "rent\030\006 \001(\t\"\201\001\n\025DeleteNodePoolRequest\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\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\"h\n\024ListNodePoolsR"
-          + "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\016\n\006pare"
-          + "nt\030\005 \001(\t\"~\n\022GetNodePoolRequest\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\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_rollout_policy\030\001 \001(\0132<.google"
-          + ".container.v1.BlueGreenSettings.Standard"
-          + "RolloutPolicyH\000\022?\n\027node_pool_soak_durati"
-          + "on\030\002 \001(\0132\031.google.protobuf.DurationH\001\210\001\001"
-          + "\032\271\001\n\025StandardRolloutPolicy\022\032\n\020batch_perc"
-          + "entage\030\001 \001(\002H\000\022\032\n\020batch_node_count\030\002 \001(\005"
-          + "H\000\022;\n\023batch_soak_duration\030\003 \001(\0132\031.google"
-          + ".protobuf.DurationH\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\"\355\014\n\010N"
-          + "odePool\022\014\n\004name\030\001 \001(\t\022/\n\006config\030\002 \001(\0132\037."
-          + "google.container.v1.NodeConfig\022\032\n\022initia"
-          + "l_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.NodeNetworkConfig\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\006status\030g \001(\0162$.google.containe"
-          + "r.v1.NodePool.Status\022\032\n\016status_message\030h"
-          + " \001(\tB\002\030\001\022=\n\013autoscaling\030\004 \001(\0132(.google.c"
-          + "ontainer.v1.NodePoolAutoscaling\0227\n\nmanag"
-          + "ement\030\005 \001(\0132#.google.container.v1.NodeMa"
-          + "nagement\022C\n\023max_pods_constraint\030\006 \001(\0132&."
-          + "google.container.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.c"
-          + "ontainer.v1.NodePool.UpgradeSettings\022B\n\013"
-          + "update_info\030m \001(\0132(.google.container.v1."
-          + "NodePool.UpdateInfoB\003\340A\003\032\360\001\n\017UpgradeSett"
-          + "ings\022\021\n\tmax_surge\030\001 \001(\005\022\027\n\017max_unavailab"
-          + "le\030\002 \001(\005\022B\n\010strategy\030\003 \001(\0162+.google.cont"
-          + "ainer.v1.NodePoolUpdateStrategyH\000\210\001\001\022H\n\023"
-          + "blue_green_settings\030\004 \001(\0132&.google.conta"
-          + "iner.v1.BlueGreenSettingsH\001\210\001\001B\013\n\t_strat"
-          + "egyB\026\n\024_blue_green_settings\032\210\004\n\nUpdateIn"
-          + "fo\022O\n\017blue_green_info\030\001 \001(\01326.google.con"
-          + "tainer.v1.NodePool.UpdateInfo.BlueGreenI"
-          + "nfo\032\250\003\n\rBlueGreenInfo\022K\n\005phase\030\001 \001(\0162<.g"
-          + "oogle.container.v1.NodePool.UpdateInfo.B"
-          + "lueGreenInfo.Phase\022 \n\030blue_instance_grou"
-          + "p_urls\030\002 \003(\t\022!\n\031green_instance_group_url"
-          + "s\030\003 \003(\t\022%\n\035blue_pool_deletion_start_time"
-          + "\030\004 \001(\t\022\032\n\022green_pool_version\030\005 \001(\t\"\301\001\n\005P"
-          + "hase\022\025\n\021PHASE_UNSPECIFIED\020\000\022\022\n\016UPDATE_ST"
-          + "ARTED\020\001\022\027\n\023CREATING_GREEN_POOL\020\002\022\027\n\023CORD"
-          + "ONING_BLUE_POOL\020\003\022\026\n\022DRAINING_BLUE_POOL\020"
-          + "\004\022\025\n\021NODE_POOL_SOAKING\020\005\022\026\n\022DELETING_BLU"
-          + "E_POOL\020\006\022\024\n\020ROLLBACK_STARTED\020\007\"\201\001\n\006Statu"
-          + "s\022\026\n\022STATUS_UNSPECIFIED\020\000\022\020\n\014PROVISIONIN"
-          + "G\020\001\022\013\n\007RUNNING\020\002\022\026\n\022RUNNING_WITH_ERROR\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_upgrade\030\001 \001"
-          + "(\010\022\023\n\013auto_repair\030\002 \001(\010\022@\n\017upgrade_optio"
-          + "ns\030\n \001(\0132\'.google.container.v1.AutoUpgra"
-          + "deOptions\"J\n\022AutoUpgradeOptions\022\037\n\027auto_"
-          + "upgrade_start_time\030\001 \001(\t\022\023\n\013description\030"
-          + "\002 \001(\t\"e\n\021MaintenancePolicy\0226\n\006window\030\001 \001"
-          + "(\0132&.google.container.v1.MaintenanceWind"
-          + "ow\022\030\n\020resource_version\030\003 \001(\t\"\366\002\n\021Mainten"
-          + "anceWindow\022O\n\030daily_maintenance_window\030\002"
-          + " \001(\0132+.google.container.v1.DailyMaintena"
-          + "nceWindowH\000\022D\n\020recurring_window\030\003 \001(\0132(."
-          + "google.container.v1.RecurringTimeWindowH"
-          + "\000\022a\n\026maintenance_exclusions\030\004 \003(\0132A.goog"
-          + "le.container.v1.MaintenanceWindow.Mainte"
-          + "nanceExclusionsEntry\032]\n\032MaintenanceExclu"
-          + "sionsEntry\022\013\n\003key\030\001 \001(\t\022.\n\005value\030\002 \001(\0132\037"
-          + ".google.container.v1.TimeWindow:\0028\001B\010\n\006p"
-          + "olicy\"\320\001\n\nTimeWindow\022Y\n\035maintenance_excl"
-          + "usion_options\030\003 \001(\01320.google.container.v"
-          + "1.MaintenanceExclusionOptionsH\000\022.\n\nstart"
-          + "_time\030\001 \001(\0132\032.google.protobuf.Timestamp\022"
-          + ",\n\010end_time\030\002 \001(\0132\032.google.protobuf.Time"
-          + "stampB\t\n\007options\"\264\001\n\033MaintenanceExclusio"
-          + "nOptions\022E\n\005scope\030\001 \001(\01626.google.contain"
-          + "er.v1.MaintenanceExclusionOptions.Scope\""
-          + "N\n\005Scope\022\017\n\013NO_UPGRADES\020\000\022\025\n\021NO_MINOR_UP"
-          + "GRADES\020\001\022\035\n\031NO_MINOR_OR_NODE_UPGRADES\020\002\""
-          + "Z\n\023RecurringTimeWindow\022/\n\006window\030\001 \001(\0132\037"
-          + ".google.container.v1.TimeWindow\022\022\n\nrecur"
-          + "rence\030\002 \001(\t\">\n\026DailyMaintenanceWindow\022\022\n"
-          + "\nstart_time\030\002 \001(\t\022\020\n\010duration\030\003 \001(\t\"\306\001\n\034"
-          + "SetNodePoolManagementRequest\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\ncluste"
-          + "r_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"
-          + "\026SetNodePoolSizeRequest\022\026\n\nproject_id\030\001 "
+          + "\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022\034\n\017log"
+          + "ging_service\030\004 \001(\tB\003\340A\002\022\014\n\004name\030\005 \001(\t\"\216\001"
+          + "\n\033SetMonitoringServiceRequest\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\037\n\022monitoring_service\030\004 "
+          + "\001(\tB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\247\001\n\026SetAddonsConf"
+          + "igRequest\022\026\n\nproject_id\030\001 \001(\tB\002\030\001\022\020\n\004zon"
+          + "e\030\002 \001(\tB\002\030\001\022\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022=\n\ra"
+          + "ddons_config\030\004 \001(\0132!.google.container.v1"
+          + ".AddonsConfigB\003\340A\002\022\014\n\004name\030\006 \001(\t\"}\n\023SetL"
+          + "ocationsRequest\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\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\027\n\nn"
-          + "ode_count\030\005 \001(\005B\003\340A\002\022\014\n\004name\030\007 \001(\t\".\n\036Co"
-          + "mpleteNodePoolUpgradeRequest\022\014\n\004name\030\001 \001"
-          + "(\t\"\237\001\n\036RollbackNodePoolUpgradeRequest\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\013respect_pdb\030\007"
-          + " \001(\010\"J\n\025ListNodePoolsResponse\0221\n\nnode_po"
-          + "ols\030\001 \003(\0132\035.google.container.v1.NodePool"
-          + "\"\257\003\n\022ClusterAutoscaling\022$\n\034enable_node_a"
-          + "utoprovisioning\030\001 \001(\010\022;\n\017resource_limits"
-          + "\030\002 \003(\0132\".google.container.v1.ResourceLim"
-          + "it\022W\n\023autoscaling_profile\030\003 \001(\0162:.google"
-          + ".container.v1.ClusterAutoscaling.Autosca"
-          + "lingProfile\022b\n#autoprovisioning_node_poo"
-          + "l_defaults\030\004 \001(\01325.google.container.v1.A"
-          + "utoprovisioningNodePoolDefaults\022\"\n\032autop"
-          + "rovisioning_locations\030\005 \003(\t\"U\n\022Autoscali"
-          + "ngProfile\022\027\n\023PROFILE_UNSPECIFIED\020\000\022\030\n\024OP"
-          + "TIMIZE_UTILIZATION\020\001\022\014\n\010BALANCED\020\002\"\230\003\n A"
-          + "utoprovisioningNodePoolDefaults\022\024\n\014oauth"
-          + "_scopes\030\001 \003(\t\022\027\n\017service_account\030\002 \001(\t\022G"
-          + "\n\020upgrade_settings\030\003 \001(\0132-.google.contai"
-          + "ner.v1.NodePool.UpgradeSettings\0227\n\nmanag"
-          + "ement\030\004 \001(\0132#.google.container.v1.NodeMa"
-          + "nagement\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_type\030\007 \001(\t\022"
-          + "M\n\030shielded_instance_config\030\010 \001(\0132+.goog"
-          + "le.container.v1.ShieldedInstanceConfig\022\031"
-          + "\n\021boot_disk_kms_key\030\t \001(\t\022\022\n\nimage_type\030"
-          + "\n \001(\t\"H\n\rResourceLimit\022\025\n\rresource_type\030"
-          + "\001 \001(\t\022\017\n\007minimum\030\002 \001(\003\022\017\n\007maximum\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_cou"
-          + "nt\030\003 \001(\005\022\027\n\017autoprovisioned\030\004 \001(\010\022P\n\017loc"
-          + "ation_policy\030\005 \001(\01627.google.container.v1"
-          + ".NodePoolAutoscaling.LocationPolicy\022\034\n\024t"
-          + "otal_min_node_count\030\006 \001(\005\022\034\n\024total_max_n"
-          + "ode_count\030\007 \001(\005\"H\n\016LocationPolicy\022\037\n\033LOC"
-          + "ATION_POLICY_UNSPECIFIED\020\000\022\014\n\010BALANCED\020\001"
-          + "\022\007\n\003ANY\020\002\"\222\002\n\020SetLabelsRequest\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\022W\n\017resource_labels\030\004 \003("
-          + "\01329.google.container.v1.SetLabelsRequest"
-          + ".ResourceLabelsEntryB\003\340A\002\022\036\n\021label_finge"
-          + "rprint\030\005 \001(\tB\003\340A\002\022\014\n\004name\030\007 \001(\t\0325\n\023Resou"
-          + "rceLabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001"
-          + "(\t:\0028\001\"|\n\024SetLegacyAbacRequest\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\024\n\007enabled\030\004 \001(\010B\003\340A\002\022\014"
-          + "\n\004name\030\006 \001(\t\"\204\001\n\026StartIPRotationRequest\022"
+          + "\003 \001(\tB\002\030\001\022\033\n\016master_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(\0162"
+          + "0.google.container.v1.SetMasterAuthReque"
+          + "st.ActionB\003\340A\002\0224\n\006update\030\005 \001(\0132\037.google."
+          + "container.v1.MasterAuthB\003\340A\002\022\014\n\004name\030\007 \001"
+          + "(\t\"P\n\006Action\022\013\n\007UNKNOWN\020\000\022\020\n\014SET_PASSWOR"
+          + "D\020\001\022\025\n\021GENERATE_PASSWORD\020\002\022\020\n\014SET_USERNA"
+          + "ME\020\003\"f\n\024DeleteClusterRequest\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\ncluste"
+          + "r_id\030\003 \001(\tB\002\030\001\022\014\n\004name\030\004 \001(\t\"O\n\023ListClus"
+          + "tersRequest\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\016\n\006parent\030\004 \001(\t\"]\n\024ListClu"
+          + "stersResponse\022.\n\010clusters\030\001 \003(\0132\034.google"
+          + ".container.v1.Cluster\022\025\n\rmissing_zones\030\002"
+          + " \003(\t\"g\n\023GetOperationRequest\022\026\n\nproject_i"
+          + "d\030\001 \001(\tB\002\030\001\022\020\n\004zone\030\002 \001(\tB\002\030\001\022\030\n\014operati"
+          + "on_id\030\003 \001(\tB\002\030\001\022\014\n\004name\030\005 \001(\t\"Q\n\025ListOpe"
+          + "rationsRequest\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\026Canc"
+          + "elOperationRequest\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\026ListOperationsRe"
+          + "sponse\0222\n\noperations\030\001 \003(\0132\036.google.cont"
+          + "ainer.v1.Operation\022\025\n\rmissing_zones\030\002 \003("
+          + "\t\"P\n\026GetServerConfigRequest\022\026\n\nproject_i"
+          + "d\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\027default_cluster_"
+          + "version\030\001 \001(\t\022\033\n\023valid_node_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_versio"
+          + "ns\030\006 \003(\t\022H\n\010channels\030\t \003(\01326.google.cont"
+          + "ainer.v1.ServerConfig.ReleaseChannelConf"
+          + "ig\032\205\001\n\024ReleaseChannelConfig\022<\n\007channel\030\001"
+          + " \001(\0162+.google.container.v1.ReleaseChanne"
+          + "l.Channel\022\027\n\017default_version\030\002 \001(\t\022\026\n\016va"
+          + "lid_versions\030\004 \003(\t\"\240\001\n\025CreateNodePoolReq"
+          + "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\0225\n\tnode_p"
+          + "ool\030\004 \001(\0132\035.google.container.v1.NodePool"
+          + "B\003\340A\002\022\016\n\006parent\030\006 \001(\t\"\201\001\n\025DeleteNodePool"
+          + "Request\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\014nod"
+          + "e_pool_id\030\004 \001(\tB\002\030\001\022\014\n\004name\030\006 \001(\t\"h\n\024Lis"
+          + "tNodePoolsRequest\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\016\n\006parent\030\005 \001(\t\"~\n\022GetNodePoolReques"
+          + "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\030\n\014node_pool"
+          + "_id\030\004 \001(\tB\002\030\001\022\014\n\004name\030\006 \001(\t\"\237\003\n\021BlueGree"
+          + "nSettings\022_\n\027standard_rollout_policy\030\001 \001"
+          + "(\0132<.google.container.v1.BlueGreenSettin"
+          + "gs.StandardRolloutPolicyH\000\022?\n\027node_pool_"
+          + "soak_duration\030\002 \001(\0132\031.google.protobuf.Du"
+          + "rationH\001\210\001\001\032\271\001\n\025StandardRolloutPolicy\022\032\n"
+          + "\020batch_percentage\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.protobuf.DurationH\001\210\001\001B\023\n\021up"
+          + "date_batch_sizeB\026\n\024_batch_soak_durationB"
+          + "\020\n\016rollout_policyB\032\n\030_node_pool_soak_dur"
+          + "ation\"\355\014\n\010NodePool\022\014\n\004name\030\001 \001(\t\022/\n\006conf"
+          + "ig\030\002 \001(\0132\037.google.container.v1.NodeConfi"
+          + "g\022\032\n\022initial_node_count\030\003 \001(\005\022\021\n\tlocatio"
+          + "ns\030\r \003(\t\022>\n\016network_config\030\016 \001(\0132&.googl"
+          + "e.container.v1.NodeNetworkConfig\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\006status\030g \001(\0162$.goog"
+          + "le.container.v1.NodePool.Status\022\032\n\016statu"
+          + "s_message\030h \001(\tB\002\030\001\022=\n\013autoscaling\030\004 \001(\013"
+          + "2(.google.container.v1.NodePoolAutoscali"
+          + "ng\0227\n\nmanagement\030\005 \001(\0132#.google.containe"
+          + "r.v1.NodeManagement\022C\n\023max_pods_constrai"
+          + "nt\030\006 \001(\0132&.google.container.v1.MaxPodsCo"
+          + "nstraint\0228\n\nconditions\030i \003(\0132$.google.co"
+          + "ntainer.v1.StatusCondition\022\032\n\022pod_ipv4_c"
+          + "idr_size\030\007 \001(\005\022G\n\020upgrade_settings\030k \001(\013"
+          + "2-.google.container.v1.NodePool.UpgradeS"
+          + "ettings\022B\n\013update_info\030m \001(\0132(.google.co"
+          + "ntainer.v1.NodePool.UpdateInfoB\003\340A\003\032\360\001\n\017"
+          + "UpgradeSettings\022\021\n\tmax_surge\030\001 \001(\005\022\027\n\017ma"
+          + "x_unavailable\030\002 \001(\005\022B\n\010strategy\030\003 \001(\0162+."
+          + "google.container.v1.NodePoolUpdateStrate"
+          + "gyH\000\210\001\001\022H\n\023blue_green_settings\030\004 \001(\0132&.g"
+          + "oogle.container.v1.BlueGreenSettingsH\001\210\001"
+          + "\001B\013\n\t_strategyB\026\n\024_blue_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\rBlueGreenInfo\022K\n\005phas"
+          + "e\030\001 \001(\0162<.google.container.v1.NodePool.U"
+          + "pdateInfo.BlueGreenInfo.Phase\022 \n\030blue_in"
+          + "stance_group_urls\030\002 \003(\t\022!\n\031green_instanc"
+          + "e_group_urls\030\003 \003(\t\022%\n\035blue_pool_deletion"
+          + "_start_time\030\004 \001(\t\022\032\n\022green_pool_version\030"
+          + "\005 \001(\t\"\301\001\n\005Phase\022\025\n\021PHASE_UNSPECIFIED\020\000\022\022"
+          + "\n\016UPDATE_STARTED\020\001\022\027\n\023CREATING_GREEN_POO"
+          + "L\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\022D"
+          + "ELETING_BLUE_POOL\020\006\022\024\n\020ROLLBACK_STARTED\020"
+          + "\007\"\201\001\n\006Status\022\026\n\022STATUS_UNSPECIFIED\020\000\022\020\n\014"
+          + "PROVISIONING\020\001\022\013\n\007RUNNING\020\002\022\026\n\022RUNNING_W"
+          + "ITH_ERROR\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_"
+          + "upgrade\030\001 \001(\010\022\023\n\013auto_repair\030\002 \001(\010\022@\n\017up"
+          + "grade_options\030\n \001(\0132\'.google.container.v"
+          + "1.AutoUpgradeOptions\"J\n\022AutoUpgradeOptio"
+          + "ns\022\037\n\027auto_upgrade_start_time\030\001 \001(\t\022\023\n\013d"
+          + "escription\030\002 \001(\t\"e\n\021MaintenancePolicy\0226\n"
+          + "\006window\030\001 \001(\0132&.google.container.v1.Main"
+          + "tenanceWindow\022\030\n\020resource_version\030\003 \001(\t\""
+          + "\366\002\n\021MaintenanceWindow\022O\n\030daily_maintenan"
+          + "ce_window\030\002 \001(\0132+.google.container.v1.Da"
+          + "ilyMaintenanceWindowH\000\022D\n\020recurring_wind"
+          + "ow\030\003 \001(\0132(.google.container.v1.Recurring"
+          + "TimeWindowH\000\022a\n\026maintenance_exclusions\030\004"
+          + " \003(\0132A.google.container.v1.MaintenanceWi"
+          + "ndow.MaintenanceExclusionsEntry\032]\n\032Maint"
+          + "enanceExclusionsEntry\022\013\n\003key\030\001 \001(\t\022.\n\005va"
+          + "lue\030\002 \001(\0132\037.google.container.v1.TimeWind"
+          + "ow:\0028\001B\010\n\006policy\"\320\001\n\nTimeWindow\022Y\n\035maint"
+          + "enance_exclusion_options\030\003 \001(\01320.google."
+          + "container.v1.MaintenanceExclusionOptions"
+          + "H\000\022.\n\nstart_time\030\001 \001(\0132\032.google.protobuf"
+          + ".Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google.pr"
+          + "otobuf.TimestampB\t\n\007options\"\264\001\n\033Maintena"
+          + "nceExclusionOptions\022E\n\005scope\030\001 \001(\01626.goo"
+          + "gle.container.v1.MaintenanceExclusionOpt"
+          + "ions.Scope\"N\n\005Scope\022\017\n\013NO_UPGRADES\020\000\022\025\n\021"
+          + "NO_MINOR_UPGRADES\020\001\022\035\n\031NO_MINOR_OR_NODE_"
+          + "UPGRADES\020\002\"Z\n\023RecurringTimeWindow\022/\n\006win"
+          + "dow\030\001 \001(\0132\037.google.container.v1.TimeWind"
+          + "ow\022\022\n\nrecurrence\030\002 \001(\t\">\n\026DailyMaintenan"
+          + "ceWindow\022\022\n\nstart_time\030\002 \001(\t\022\020\n\010duration"
+          + "\030\003 \001(\t\"\306\001\n\034SetNodePoolManagementRequest\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\031CompleteI"
-          + "PRotationRequest\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\"\303\001\n\021AcceleratorConfig\022\031"
-          + "\n\021accelerator_count\030\001 \001(\003\022\030\n\020accelerator"
-          + "_type\030\002 \001(\t\022\032\n\022gpu_partition_size\030\003 \001(\t\022"
-          + "F\n\022gpu_sharing_config\030\005 \001(\0132%.google.con"
-          + "tainer.v1.GPUSharingConfigH\000\210\001\001B\025\n\023_gpu_"
-          + "sharing_config\"\372\001\n\020GPUSharingConfig\022\"\n\032m"
-          + "ax_shared_clients_per_gpu\030\001 \001(\003\022[\n\024gpu_s"
-          + "haring_strategy\030\002 \001(\01628.google.container"
-          + ".v1.GPUSharingConfig.GPUSharingStrategyH"
-          + "\000\210\001\001\"L\n\022GPUSharingStrategy\022$\n GPU_SHARIN"
-          + "G_STRATEGY_UNSPECIFIED\020\000\022\020\n\014TIME_SHARING"
-          + "\020\001B\027\n\025_gpu_sharing_strategy\"\232\001\n\026Workload"
-          + "MetadataConfig\022>\n\004mode\030\002 \001(\01620.google.co"
-          + "ntainer.v1.WorkloadMetadataConfig.Mode\"@"
-          + "\n\004Mode\022\024\n\020MODE_UNSPECIFIED\020\000\022\020\n\014GCE_META"
-          + "DATA\020\001\022\020\n\014GKE_METADATA\020\002\"\252\001\n\027SetNetworkP"
-          + "olicyRequest\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\026\n\ncluster_id\030\003 \001(\tB\002\030\001\022?"
-          + "\n\016network_policy\030\004 \001(\0132\".google.containe"
-          + "r.v1.NetworkPolicyB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\271\001"
-          + "\n\033SetMaintenancePolicyRequest\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\nclu"
-          + "ster_id\030\003 \001(\tB\003\340A\002\022G\n\022maintenance_policy"
-          + "\030\004 \001(\0132&.google.container.v1.Maintenance"
-          + "PolicyB\003\340A\002\022\014\n\004name\030\005 \001(\t\"\251\002\n\017StatusCond"
-          + "ition\022;\n\004code\030\001 \001(\0162).google.container.v"
-          + "1.StatusCondition.CodeB\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\007UNKNOWN\020\000\022\020\n\014GCE_STOCK"
-          + "OUT\020\001\022\037\n\033GKE_SERVICE_ACCOUNT_DELETED\020\002\022\026"
-          + "\n\022GCE_QUOTA_EXCEEDED\020\003\022\023\n\017SET_BY_OPERATO"
-          + "R\020\004\022\027\n\023CLOUD_KMS_KEY_ERROR\020\007\022\017\n\013CA_EXPIR"
-          + "ING\020\t\"\334\003\n\rNetworkConfig\022\017\n\007network\030\001 \001(\t"
-          + "\022\022\n\nsubnetwork\030\002 \001(\t\022$\n\034enable_intra_nod"
-          + "e_visibility\030\005 \001(\010\022C\n\023default_snat_statu"
-          + "s\030\007 \001(\0132&.google.container.v1.DefaultSna"
-          + "tStatus\022\037\n\027enable_l4ilb_subsetting\030\n \001(\010"
-          + "\022@\n\021datapath_provider\030\013 \001(\0162%.google.con"
-          + "tainer.v1.DatapathProvider\022P\n\032private_ip"
-          + "v6_google_access\030\014 \001(\0162,.google.containe"
-          + "r.v1.PrivateIPv6GoogleAccess\0222\n\ndns_conf"
-          + "ig\030\r \001(\0132\036.google.container.v1.DNSConfig"
-          + "\022R\n\033service_external_ips_config\030\017 \001(\0132-."
-          + "google.container.v1.ServiceExternalIPsCo"
-          + "nfig\"+\n\030ServiceExternalIPsConfig\022\017\n\007enab"
-          + "led\030\001 \001(\010\"(\n\026GetOpenIDConfigRequest\022\016\n\006p"
-          + "arent\030\001 \001(\t\"\334\001\n\027GetOpenIDConfigResponse\022"
-          + "\016\n\006issuer\030\001 \001(\t\022\020\n\010jwks_uri\030\002 \001(\t\022 \n\030res"
-          + "ponse_types_supported\030\003 \003(\t\022\037\n\027subject_t"
-          + "ypes_supported\030\004 \003(\t\022-\n%id_token_signing"
-          + "_alg_values_supported\030\005 \003(\t\022\030\n\020claims_su"
-          + "pported\030\006 \003(\t\022\023\n\013grant_types\030\007 \003(\t\"\'\n\025Ge"
-          + "tJSONWebKeysRequest\022\016\n\006parent\030\001 \001(\t\"r\n\003J"
-          + "wk\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\001"
-          + "x\030\007 \001(\t\022\t\n\001y\030\010 \001(\t\022\013\n\003crv\030\t \001(\t\"@\n\026GetJS"
-          + "ONWebKeysResponse\022&\n\004keys\030\001 \003(\0132\030.google"
-          + ".container.v1.Jwk\"\216\001\n\016ReleaseChannel\022<\n\007"
-          + "channel\030\001 \001(\0162+.google.container.v1.Rele"
-          + "aseChannel.Channel\">\n\007Channel\022\017\n\013UNSPECI"
-          + "FIED\020\000\022\t\n\005RAPID\020\001\022\013\n\007REGULAR\020\002\022\n\n\006STABLE"
-          + "\020\003\",\n\031IntraNodeVisibilityConfig\022\017\n\007enabl"
-          + "ed\030\001 \001(\010\"&\n\023ILBSubsettingConfig\022\017\n\007enabl"
-          + "ed\030\001 \001(\010\"\252\002\n\tDNSConfig\022<\n\013cluster_dns\030\001 "
-          + "\001(\0162\'.google.container.v1.DNSConfig.Prov"
-          + "ider\022B\n\021cluster_dns_scope\030\002 \001(\0162\'.google"
-          + ".container.v1.DNSConfig.DNSScope\022\032\n\022clus"
-          + "ter_dns_domain\030\003 \001(\t\"I\n\010Provider\022\030\n\024PROV"
-          + "IDER_UNSPECIFIED\020\000\022\024\n\020PLATFORM_DEFAULT\020\001"
-          + "\022\r\n\tCLOUD_DNS\020\002\"4\n\010DNSScope\022\031\n\025DNS_SCOPE"
-          + "_UNSPECIFIED\020\000\022\r\n\tVPC_SCOPE\020\002\".\n\021MaxPods"
-          + "Constraint\022\031\n\021max_pods_per_node\030\001 \001(\003\"/\n"
-          + "\026WorkloadIdentityConfig\022\025\n\rworkload_pool"
-          + "\030\002 \001(\t\"(\n\025IdentityServiceConfig\022\017\n\007enabl"
-          + "ed\030\001 \001(\010\"K\n\020MeshCertificates\0227\n\023enable_c"
-          + "ertificates\030\001 \001(\0132\032.google.protobuf.Bool"
-          + "Value\"\230\001\n\022DatabaseEncryption\022<\n\005state\030\002 "
-          + "\001(\0162-.google.container.v1.DatabaseEncryp"
-          + "tion.State\022\020\n\010key_name\030\001 \001(\t\"2\n\005State\022\013\n"
-          + "\007UNKNOWN\020\000\022\r\n\tENCRYPTED\020\001\022\r\n\tDECRYPTED\020\002"
-          + "\"e\n\034ListUsableSubnetworksRequest\022\016\n\006pare"
-          + "nt\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\035ListUsableSub"
-          + "networksResponse\022:\n\013subnetworks\030\001 \003(\0132%."
-          + "google.container.v1.UsableSubnetwork\022\027\n\017"
-          + "next_page_token\030\002 \001(\t\"\200\002\n\036UsableSubnetwo"
-          + "rkSecondaryRange\022\022\n\nrange_name\030\001 \001(\t\022\025\n\r"
-          + "ip_cidr_range\030\002 \001(\t\022J\n\006status\030\003 \001(\0162:.go"
-          + "ogle.container.v1.UsableSubnetworkSecond"
-          + "aryRange.Status\"g\n\006Status\022\013\n\007UNKNOWN\020\000\022\n"
-          + "\n\006UNUSED\020\001\022\022\n\016IN_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\020UsableSubnetwork\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.UsableSubnetworkSecondaryRa"
-          + "nge\022\026\n\016status_message\030\005 \001(\t\"\355\002\n\031Resource"
-          + "UsageExportConfig\022`\n\024bigquery_destinatio"
-          + "n\030\001 \001(\0132B.google.container.v1.ResourceUs"
-          + "ageExportConfig.BigQueryDestination\022&\n\036e"
-          + "nable_network_egress_metering\030\002 \001(\010\022m\n\033c"
-          + "onsumption_metering_config\030\003 \001(\0132H.googl"
-          + "e.container.v1.ResourceUsageExportConfig"
-          + ".ConsumptionMeteringConfig\032)\n\023BigQueryDe"
-          + "stination\022\022\n\ndataset_id\030\001 \001(\t\032,\n\031Consump"
-          + "tionMeteringConfig\022\017\n\007enabled\030\001 \001(\010\")\n\026V"
-          + "erticalPodAutoscaling\022\017\n\007enabled\030\001 \001(\010\"%"
-          + "\n\021DefaultSnatStatus\022\020\n\010disabled\030\001 \001(\010\" \n"
-          + "\rShieldedNodes\022\017\n\007enabled\030\001 \001(\010\"\035\n\nVirtu"
-          + "alNIC\022\017\n\007enabled\030\001 \001(\010\"\250\003\n\022NotificationC"
-          + "onfig\022>\n\006pubsub\030\001 \001(\0132..google.container"
-          + ".v1.NotificationConfig.PubSub\032\212\001\n\006PubSub"
-          + "\022\017\n\007enabled\030\001 \001(\010\022/\n\005topic\030\002 \001(\tB \372A\035\n\033p"
-          + "ubsub.googleapis.com/Topic\022>\n\006filter\030\003 \001"
-          + "(\0132..google.container.v1.NotificationCon"
-          + "fig.Filter\032O\n\006Filter\022E\n\nevent_type\030\001 \003(\016"
-          + "21.google.container.v1.NotificationConfi"
-          + "g.EventType\"t\n\tEventType\022\032\n\026EVENT_TYPE_U"
-          + "NSPECIFIED\020\000\022\033\n\027UPGRADE_AVAILABLE_EVENT\020"
-          + "\001\022\021\n\rUPGRADE_EVENT\020\002\022\033\n\027SECURITY_BULLETI"
-          + "N_EVENT\020\003\"$\n\021ConfidentialNodes\022\017\n\007enable"
-          + "d\030\001 \001(\010\"\337\001\n\014UpgradeEvent\022?\n\rresource_typ"
-          + "e\030\001 \001(\0162(.google.container.v1.UpgradeRes"
-          + "ourceType\022\021\n\toperation\030\002 \001(\t\0228\n\024operatio"
-          + "n_start_time\030\003 \001(\0132\032.google.protobuf.Tim"
-          + "estamp\022\027\n\017current_version\030\004 \001(\t\022\026\n\016targe"
-          + "t_version\030\005 \001(\t\022\020\n\010resource\030\006 \001(\t\"\271\001\n\025Up"
-          + "gradeAvailableEvent\022\017\n\007version\030\001 \001(\t\022?\n\r"
-          + "resource_type\030\002 \001(\0162(.google.container.v"
-          + "1.UpgradeResourceType\022<\n\017release_channel"
-          + "\030\003 \001(\0132#.google.container.v1.ReleaseChan"
-          + "nel\022\020\n\010resource\030\004 \001(\t\"\236\002\n\025SecurityBullet"
-          + "inEvent\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\031affected_sup"
-          + "ported_minors\030\007 \003(\t\022\030\n\020patched_versions\030"
-          + "\010 \003(\t\022 \n\030suggested_upgrade_target\030\t \001(\t\022"
-          + "\035\n\025manual_steps_required\030\n \001(\010\"\034\n\tAutopi"
-          + "lot\022\017\n\007enabled\030\001 \001(\010\"V\n\rLoggingConfig\022E\n"
-          + "\020component_config\030\001 \001(\0132+.google.contain"
-          + "er.v1.LoggingComponentConfig\"\270\001\n\026Logging"
-          + "ComponentConfig\022P\n\021enable_components\030\001 \003"
-          + "(\01625.google.container.v1.LoggingComponen"
-          + "tConfig.Component\"L\n\tComponent\022\031\n\025COMPON"
-          + "ENT_UNSPECIFIED\020\000\022\025\n\021SYSTEM_COMPONENTS\020\001"
-          + "\022\r\n\tWORKLOADS\020\002\"\255\001\n\020MonitoringConfig\022H\n\020"
-          + "component_config\030\001 \001(\0132..google.containe"
-          + "r.v1.MonitoringComponentConfig\022O\n\031manage"
-          + "d_prometheus_config\030\002 \001(\0132,.google.conta"
-          + "iner.v1.ManagedPrometheusConfig\"\345\001\n\031Moni"
-          + "toringComponentConfig\022S\n\021enable_componen"
-          + "ts\030\001 \003(\01628.google.container.v1.Monitorin"
-          + "gComponentConfig.Component\"s\n\tComponent\022"
-          + "\031\n\025COMPONENT_UNSPECIFIED\020\000\022\025\n\021SYSTEM_COM"
-          + "PONENTS\020\001\022\r\n\tAPISERVER\020\003\022\r\n\tSCHEDULER\020\004\022"
-          + "\026\n\022CONTROLLER_MANAGER\020\005\"*\n\027ManagedPromet"
-          + "heusConfig\022\017\n\007enabled\030\001 \001(\010*\306\001\n\027PrivateI"
-          + "Pv6GoogleAccess\022*\n&PRIVATE_IPV6_GOOGLE_A"
-          + "CCESS_UNSPECIFIED\020\000\022\'\n#PRIVATE_IPV6_GOOG"
-          + "LE_ACCESS_DISABLED\020\001\022(\n$PRIVATE_IPV6_GOO"
-          + "GLE_ACCESS_TO_GOOGLE\020\002\022,\n(PRIVATE_IPV6_G"
-          + "OOGLE_ACCESS_BIDIRECTIONAL\020\003*W\n\023UpgradeR"
-          + "esourceType\022%\n!UPGRADE_RESOURCE_TYPE_UNS"
-          + "PECIFIED\020\000\022\n\n\006MASTER\020\001\022\r\n\tNODE_POOL\020\002*a\n"
-          + "\020DatapathProvider\022!\n\035DATAPATH_PROVIDER_U"
-          + "NSPECIFIED\020\000\022\023\n\017LEGACY_DATAPATH\020\001\022\025\n\021ADV"
-          + "ANCED_DATAPATH\020\002*^\n\026NodePoolUpdateStrate"
-          + "gy\022)\n%NODE_POOL_UPDATE_STRATEGY_UNSPECIF"
-          + "IED\020\000\022\016\n\nBLUE_GREEN\020\002\022\t\n\005SURGE\020\0032\303G\n\016Clu"
-          + "sterManager\022\350\001\n\014ListClusters\022(.google.co"
-          + "ntainer.v1.ListClustersRequest\032).google."
-          + "container.v1.ListClustersResponse\"\202\001\202\323\344\223"
-          + "\002a\022,/v1/{parent=projects/*/locations/*}/"
-          + "clustersZ1\022//v1/projects/{project_id}/zo"
-          + "nes/{zone}/clusters\332A\017project_id,zone\332A\006"
-          + "parent\022\355\001\n\nGetCluster\022&.google.container"
-          + ".v1.GetClusterRequest\032\034.google.container"
-          + ".v1.Cluster\"\230\001\202\323\344\223\002n\022,/v1/{name=projects"
-          + "/*/locations/*/clusters/*}Z>\022\n\004mode\030\002 \001(\0162"
+          + "0.google.container.v1.WorkloadMetadataCo"
+          + "nfig.Mode\"@\n\004Mode\022\024\n\020MODE_UNSPECIFIED\020\000\022"
+          + "\020\n\014GCE_METADATA\020\001\022\020\n\014GKE_METADATA\020\002\"\252\001\n\027"
+          + "SetNetworkPolicyRequest\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\".goog"
+          + "le.container.v1.NetworkPolicyB\003\340A\002\022\014\n\004na"
+          + "me\030\006 \001(\t\"\271\001\n\033SetMaintenancePolicyRequest"
+          + "\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\022mainten"
+          + "ance_policy\030\004 \001(\0132&.google.container.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.CodeB\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\007UNKNOWN\020\000\022\020"
+          + "\n\014GCE_STOCKOUT\020\001\022\037\n\033GKE_SERVICE_ACCOUNT_"
+          + "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_ERROR\020\007\022"
+          + "\017\n\013CA_EXPIRING\020\t\"\334\003\n\rNetworkConfig\022\017\n\007ne"
+          + "twork\030\001 \001(\t\022\022\n\nsubnetwork\030\002 \001(\t\022$\n\034enabl"
+          + "e_intra_node_visibility\030\005 \001(\010\022C\n\023default"
+          + "_snat_status\030\007 \001(\0132&.google.container.v1"
+          + ".DefaultSnatStatus\022\037\n\027enable_l4ilb_subse"
+          + "tting\030\n \001(\010\022@\n\021datapath_provider\030\013 \001(\0162%"
+          + ".google.container.v1.DatapathProvider\022P\n"
+          + "\032private_ipv6_google_access\030\014 \001(\0162,.goog"
+          + "le.container.v1.PrivateIPv6GoogleAccess\022"
+          + "2\n\ndns_config\030\r \001(\0132\036.google.container.v"
+          + "1.DNSConfig\022R\n\033service_external_ips_conf"
+          + "ig\030\017 \001(\0132-.google.container.v1.ServiceEx"
+          + "ternalIPsConfig\"+\n\030ServiceExternalIPsCon"
+          + "fig\022\017\n\007enabled\030\001 \001(\010\"(\n\026GetOpenIDConfigR"
+          + "equest\022\016\n\006parent\030\001 \001(\t\"\334\001\n\027GetOpenIDConf"
+          + "igResponse\022\016\n\006issuer\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_supported\030\004 \003(\t\022-\n%id_to"
+          + "ken_signing_alg_values_supported\030\005 \003(\t\022\030"
+          + "\n\020claims_supported\030\006 \003(\t\022\023\n\013grant_types\030"
+          + "\007 \003(\t\"\'\n\025GetJSONWebKeysRequest\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\001"
+          + "e\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\"\216\001\n\016Release"
+          + "Channel\022<\n\007channel\030\001 \001(\0162+.google.contai"
+          + "ner.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\031IntraNodeVisibilityConf"
+          + "ig\022\017\n\007enabled\030\001 \001(\010\"&\n\023ILBSubsettingConf"
+          + "ig\022\017\n\007enabled\030\001 \001(\010\"\252\002\n\tDNSConfig\022<\n\013clu"
+          + "ster_dns\030\001 \001(\0162\'.google.container.v1.DNS"
+          + "Config.Provider\022B\n\021cluster_dns_scope\030\002 \001"
+          + "(\0162\'.google.container.v1.DNSConfig.DNSSc"
+          + "ope\022\032\n\022cluster_dns_domain\030\003 \001(\t\"I\n\010Provi"
+          + "der\022\030\n\024PROVIDER_UNSPECIFIED\020\000\022\024\n\020PLATFOR"
+          + "M_DEFAULT\020\001\022\r\n\tCLOUD_DNS\020\002\"4\n\010DNSScope\022\031"
+          + "\n\025DNS_SCOPE_UNSPECIFIED\020\000\022\r\n\tVPC_SCOPE\020\002"
+          + "\".\n\021MaxPodsConstraint\022\031\n\021max_pods_per_no"
+          + "de\030\001 \001(\003\"/\n\026WorkloadIdentityConfig\022\025\n\rwo"
+          + "rkload_pool\030\002 \001(\t\"(\n\025IdentityServiceConf"
+          + "ig\022\017\n\007enabled\030\001 \001(\010\"K\n\020MeshCertificates\022"
+          + "7\n\023enable_certificates\030\001 \001(\0132\032.google.pr"
+          + "otobuf.BoolValue\"\230\001\n\022DatabaseEncryption\022"
+          + "<\n\005state\030\002 \001(\0162-.google.container.v1.Dat"
+          + "abaseEncryption.State\022\020\n\010key_name\030\001 \001(\t\""
+          + "2\n\005State\022\013\n\007UNKNOWN\020\000\022\r\n\tENCRYPTED\020\001\022\r\n\t"
+          + "DECRYPTED\020\002\"e\n\034ListUsableSubnetworksRequ"
+          + "est\022\016\n\006parent\030\001 \001(\t\022\016\n\006filter\030\002 \001(\t\022\021\n\tp"
+          + "age_size\030\003 \001(\005\022\022\n\npage_token\030\004 \001(\t\"t\n\035Li"
+          + "stUsableSubnetworksResponse\022:\n\013subnetwor"
+          + "ks\030\001 \003(\0132%.google.container.v1.UsableSub"
+          + "network\022\027\n\017next_page_token\030\002 \001(\t\"\200\002\n\036Usa"
+          + "bleSubnetworkSecondaryRange\022\022\n\nrange_nam"
+          + "e\030\001 \001(\t\022\025\n\rip_cidr_range\030\002 \001(\t\022J\n\006status"
+          + "\030\003 \001(\0162:.google.container.v1.UsableSubne"
+          + "tworkSecondaryRange.Status\"g\n\006Status\022\013\n\007"
+          + "UNKNOWN\020\000\022\n\n\006UNUSED\020\001\022\022\n\016IN_USE_SERVICE\020"
+          + "\002\022\030\n\024IN_USE_SHAREABLE_POD\020\003\022\026\n\022IN_USE_MA"
+          + "NAGED_POD\020\004\"\270\001\n\020UsableSubnetwork\022\022\n\nsubn"
+          + "etwork\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.UsableSubnetwork"
+          + "SecondaryRange\022\026\n\016status_message\030\005 \001(\t\"\355"
+          + "\002\n\031ResourceUsageExportConfig\022`\n\024bigquery"
+          + "_destination\030\001 \001(\0132B.google.container.v1"
+          + ".ResourceUsageExportConfig.BigQueryDesti"
+          + "nation\022&\n\036enable_network_egress_metering"
+          + "\030\002 \001(\010\022m\n\033consumption_metering_config\030\003 "
+          + "\001(\0132H.google.container.v1.ResourceUsageE"
+          + "xportConfig.ConsumptionMeteringConfig\032)\n"
+          + "\023BigQueryDestination\022\022\n\ndataset_id\030\001 \001(\t"
+          + "\032,\n\031ConsumptionMeteringConfig\022\017\n\007enabled"
+          + "\030\001 \001(\010\")\n\026VerticalPodAutoscaling\022\017\n\007enab"
+          + "led\030\001 \001(\010\"%\n\021DefaultSnatStatus\022\020\n\010disabl"
+          + "ed\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\"\250\003\n\022No"
+          + "tificationConfig\022>\n\006pubsub\030\001 \001(\0132..googl"
+          + "e.container.v1.NotificationConfig.PubSub"
+          + "\032\212\001\n\006PubSub\022\017\n\007enabled\030\001 \001(\010\022/\n\005topic\030\002 "
+          + "\001(\tB \372A\035\n\033pubsub.googleapis.com/Topic\022>\n"
+          + "\006filter\030\003 \001(\0132..google.container.v1.Noti"
+          + "ficationConfig.Filter\032O\n\006Filter\022E\n\nevent"
+          + "_type\030\001 \003(\01621.google.container.v1.Notifi"
+          + "cationConfig.EventType\"t\n\tEventType\022\032\n\026E"
+          + "VENT_TYPE_UNSPECIFIED\020\000\022\033\n\027UPGRADE_AVAIL"
+          + "ABLE_EVENT\020\001\022\021\n\rUPGRADE_EVENT\020\002\022\033\n\027SECUR"
+          + "ITY_BULLETIN_EVENT\020\003\"$\n\021ConfidentialNode"
+          + "s\022\017\n\007enabled\030\001 \001(\010\"\337\001\n\014UpgradeEvent\022?\n\rr"
+          + "esource_type\030\001 \001(\0162(.google.container.v1"
+          + ".UpgradeResourceType\022\021\n\toperation\030\002 \001(\t\022"
+          + "8\n\024operation_start_time\030\003 \001(\0132\032.google.p"
+          + "rotobuf.Timestamp\022\027\n\017current_version\030\004 \001"
+          + "(\t\022\026\n\016target_version\030\005 \001(\t\022\020\n\010resource\030\006"
+          + " \001(\t\"\271\001\n\025UpgradeAvailableEvent\022\017\n\007versio"
+          + "n\030\001 \001(\t\022?\n\rresource_type\030\002 \001(\0162(.google."
+          + "container.v1.UpgradeResourceType\022<\n\017rele"
+          + "ase_channel\030\003 \001(\0132#.google.container.v1."
+          + "ReleaseChannel\022\020\n\010resource\030\004 \001(\t\"\236\002\n\025Sec"
+          + "urityBulletinEvent\022\036\n\026resource_type_affe"
+          + "cted\030\001 \001(\t\022\023\n\013bulletin_id\030\002 \001(\t\022\017\n\007cve_i"
+          + "ds\030\003 \003(\t\022\020\n\010severity\030\004 \001(\t\022\024\n\014bulletin_u"
+          + "ri\030\005 \001(\t\022\031\n\021brief_description\030\006 \001(\t\022!\n\031a"
+          + "ffected_supported_minors\030\007 \003(\t\022\030\n\020patche"
+          + "d_versions\030\010 \003(\t\022 \n\030suggested_upgrade_ta"
+          + "rget\030\t \001(\t\022\035\n\025manual_steps_required\030\n \001("
+          + "\010\"\034\n\tAutopilot\022\017\n\007enabled\030\001 \001(\010\"V\n\rLoggi"
+          + "ngConfig\022E\n\020component_config\030\001 \001(\0132+.goo"
+          + "gle.container.v1.LoggingComponentConfig\""
+          + "\270\001\n\026LoggingComponentConfig\022P\n\021enable_com"
+          + "ponents\030\001 \003(\01625.google.container.v1.Logg"
+          + "ingComponentConfig.Component\"L\n\tComponen"
+          + "t\022\031\n\025COMPONENT_UNSPECIFIED\020\000\022\025\n\021SYSTEM_C"
+          + "OMPONENTS\020\001\022\r\n\tWORKLOADS\020\002\"\255\001\n\020Monitorin"
+          + "gConfig\022H\n\020component_config\030\001 \001(\0132..goog"
+          + "le.container.v1.MonitoringComponentConfi"
+          + "g\022O\n\031managed_prometheus_config\030\002 \001(\0132,.g"
+          + "oogle.container.v1.ManagedPrometheusConf"
+          + "ig\"Z\n\025NodePoolLoggingConfig\022A\n\016variant_c"
+          + "onfig\030\001 \001(\0132).google.container.v1.Loggin"
+          + "gVariantConfig\"\237\001\n\024LoggingVariantConfig\022"
+          + "B\n\007variant\030\001 \001(\01621.google.container.v1.L"
+          + "oggingVariantConfig.Variant\"C\n\007Variant\022\027"
+          + "\n\023VARIANT_UNSPECIFIED\020\000\022\013\n\007DEFAULT\020\001\022\022\n\016"
+          + "MAX_THROUGHPUT\020\002\"\345\001\n\031MonitoringComponent"
+          + "Config\022S\n\021enable_components\030\001 \003(\01628.goog"
+          + "le.container.v1.MonitoringComponentConfi"
+          + "g.Component\"s\n\tComponent\022\031\n\025COMPONENT_UN"
+          + "SPECIFIED\020\000\022\025\n\021SYSTEM_COMPONENTS\020\001\022\r\n\tAP"
+          + "ISERVER\020\003\022\r\n\tSCHEDULER\020\004\022\026\n\022CONTROLLER_M"
+          + "ANAGER\020\005\"*\n\027ManagedPrometheusConfig\022\017\n\007e"
+          + "nabled\030\001 \001(\010*\306\001\n\027PrivateIPv6GoogleAccess"
+          + "\022*\n&PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFI"
+          + "ED\020\000\022\'\n#PRIVATE_IPV6_GOOGLE_ACCESS_DISAB"
+          + "LED\020\001\022(\n$PRIVATE_IPV6_GOOGLE_ACCESS_TO_G"
+          + "OOGLE\020\002\022,\n(PRIVATE_IPV6_GOOGLE_ACCESS_BI"
+          + "DIRECTIONAL\020\003*W\n\023UpgradeResourceType\022%\n!"
+          + "UPGRADE_RESOURCE_TYPE_UNSPECIFIED\020\000\022\n\n\006M"
+          + "ASTER\020\001\022\r\n\tNODE_POOL\020\002*a\n\020DatapathProvid"
+          + "er\022!\n\035DATAPATH_PROVIDER_UNSPECIFIED\020\000\022\023\n"
+          + "\017LEGACY_DATAPATH\020\001\022\025\n\021ADVANCED_DATAPATH\020"
+          + "\002*^\n\026NodePoolUpdateStrategy\022)\n%NODE_POOL"
+          + "_UPDATE_STRATEGY_UNSPECIFIED\020\000\022\016\n\nBLUE_G"
+          + "REEN\020\002\022\t\n\005SURGE\020\0032\303G\n\016ClusterManager\022\350\001\n"
+          + "\014ListClusters\022(.google.container.v1.List"
+          + "ClustersRequest\032).google.container.v1.Li"
+          + "stClustersResponse\"\202\001\202\323\344\223\002a\022,/v1/{parent"
+          + "=projects/*/locations/*}/clustersZ1\022//v1"
+          + "/projects/{project_id}/zones/{zone}/clus"
+          + "ters\332A\017project_id,zone\332A\006parent\022\355\001\n\nGetC"
+          + "luster\022&.google.container.v1.GetClusterR"
+          + "equest\032\034.google.container.v1.Cluster\"\230\001\202"
+          + "\323\344\223\002n\022,/v1/{name=projects/*/locations/*/"
+          + "clusters/*}Z>\022**/"
           + "v1/{name=projects/*/locations/*/clusters"
-          + "/*/nodePools/*}:rollback:\001*Zc\"^/v1/proje"
-          + "cts/{project_id}/zones/{zone}/clusters/{"
-          + "cluster_id}/nodePools/{node_pool_id}:rol"
-          + "lback:\001*\332A\'project_id,zone,cluster_id,no"
-          + "de_pool_id\332A\004name\022\251\002\n\025SetNodePoolManagem"
-          + "ent\0221.google.container.v1.SetNodePoolMan"
-          + "agementRequest\032\036.google.container.v1.Ope"
-          + "ration\"\274\001\202\323\344\223\002\265\001\"F/v1/{name=projects/*/l"
-          + "ocations/*/clusters/*/nodePools/*}:setMa"
-          + "nagement:\001*Zh\"c/v1/projects/{project_id}"
-          + "/zones/{zone}/clusters/{cluster_id}/node"
-          + "Pools/{node_pool_id}/setManagement:\001*\022\361\001"
-          + "\n\tSetLabels\022%.google.container.v1.SetLab"
-          + "elsRequest\032\036.google.container.v1.Operati"
-          + "on\"\234\001\202\323\344\223\002\225\001\">/v1/{name=projects/*/locat"
-          + "ions/*/clusters/*}:setResourceLabels:\001*Z"
-          + "P\"K/v1/projects/{project_id}/zones/{zone"
-          + "}/clusters/{cluster_id}/resourceLabels:\001"
-          + "*\022\245\002\n\rSetLegacyAbac\022).google.container.v"
-          + "1.SetLegacyAbacRequest\032\036.google.containe"
-          + "r.v1.Operation\"\310\001\202\323\344\223\002\215\001\":/v1/{name=proj"
-          + "ects/*/locations/*/clusters/*}:setLegacy"
-          + "Abac:\001*ZL\"G/v1/projects/{project_id}/zon"
-          + "es/{zone}/clusters/{cluster_id}/legacyAb"
-          + "ac:\001*\332A\"project_id,zone,cluster_id,enabl"
-          + "ed\332A\014name,enabled\022\240\002\n\017StartIPRotation\022+."
-          + "google.container.v1.StartIPRotationReque"
-          + "st\032\036.google.container.v1.Operation\"\277\001\202\323\344"
-          + "\223\002\224\001\"
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * @return Whether the desiredNodePoolLoggingConfig field is set. + */ + @java.lang.Override + public boolean hasDesiredNodePoolLoggingConfig() { + return desiredNodePoolLoggingConfig_ != null; + } + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * @return The desiredNodePoolLoggingConfig. + */ + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfig getDesiredNodePoolLoggingConfig() { + return desiredNodePoolLoggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : desiredNodePoolLoggingConfig_; + } + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + */ + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfigOrBuilder + getDesiredNodePoolLoggingConfigOrBuilder() { + return getDesiredNodePoolLoggingConfig(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -2480,6 +2545,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (desiredNodePoolAutoConfigNetworkTags_ != null) { output.writeMessage(110, getDesiredNodePoolAutoConfigNetworkTags()); } + if (desiredNodePoolLoggingConfig_ != null) { + output.writeMessage(116, getDesiredNodePoolLoggingConfig()); + } unknownFields.writeTo(output); } @@ -2643,6 +2711,11 @@ public int getSerializedSize() { com.google.protobuf.CodedOutputStream.computeMessageSize( 110, getDesiredNodePoolAutoConfigNetworkTags()); } + if (desiredNodePoolLoggingConfig_ != null) { + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 116, getDesiredNodePoolLoggingConfig()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -2791,6 +2864,11 @@ public boolean equals(final java.lang.Object obj) { if (!getDesiredNodePoolAutoConfigNetworkTags() .equals(other.getDesiredNodePoolAutoConfigNetworkTags())) return false; } + if (hasDesiredNodePoolLoggingConfig() != other.hasDesiredNodePoolLoggingConfig()) return false; + if (hasDesiredNodePoolLoggingConfig()) { + if (!getDesiredNodePoolLoggingConfig().equals(other.getDesiredNodePoolLoggingConfig())) + return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -2922,6 +3000,10 @@ public int hashCode() { hash = (37 * hash) + DESIRED_NODE_POOL_AUTO_CONFIG_NETWORK_TAGS_FIELD_NUMBER; hash = (53 * hash) + getDesiredNodePoolAutoConfigNetworkTags().hashCode(); } + if (hasDesiredNodePoolLoggingConfig()) { + hash = (37 * hash) + DESIRED_NODE_POOL_LOGGING_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getDesiredNodePoolLoggingConfig().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -3236,6 +3318,12 @@ public Builder clear() { desiredNodePoolAutoConfigNetworkTags_ = null; desiredNodePoolAutoConfigNetworkTagsBuilder_ = null; } + if (desiredNodePoolLoggingConfigBuilder_ == null) { + desiredNodePoolLoggingConfig_ = null; + } else { + desiredNodePoolLoggingConfig_ = null; + desiredNodePoolLoggingConfigBuilder_ = null; + } return this; } @@ -3404,6 +3492,11 @@ public com.google.container.v1.ClusterUpdate buildPartial() { result.desiredNodePoolAutoConfigNetworkTags_ = desiredNodePoolAutoConfigNetworkTagsBuilder_.build(); } + if (desiredNodePoolLoggingConfigBuilder_ == null) { + result.desiredNodePoolLoggingConfig_ = desiredNodePoolLoggingConfig_; + } else { + result.desiredNodePoolLoggingConfig_ = desiredNodePoolLoggingConfigBuilder_.build(); + } onBuilt(); return result; } @@ -3569,6 +3662,9 @@ public Builder mergeFrom(com.google.container.v1.ClusterUpdate other) { if (other.hasDesiredNodePoolAutoConfigNetworkTags()) { mergeDesiredNodePoolAutoConfigNetworkTags(other.getDesiredNodePoolAutoConfigNetworkTags()); } + if (other.hasDesiredNodePoolLoggingConfig()) { + mergeDesiredNodePoolLoggingConfig(other.getDesiredNodePoolLoggingConfig()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -9703,6 +9799,206 @@ public Builder clearDesiredNodePoolAutoConfigNetworkTags() { return desiredNodePoolAutoConfigNetworkTagsBuilder_; } + private com.google.container.v1.NodePoolLoggingConfig desiredNodePoolLoggingConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder> + desiredNodePoolLoggingConfigBuilder_; + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * + * @return Whether the desiredNodePoolLoggingConfig field is set. + */ + public boolean hasDesiredNodePoolLoggingConfig() { + return desiredNodePoolLoggingConfigBuilder_ != null || desiredNodePoolLoggingConfig_ != null; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * + * @return The desiredNodePoolLoggingConfig. + */ + public com.google.container.v1.NodePoolLoggingConfig getDesiredNodePoolLoggingConfig() { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + return desiredNodePoolLoggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : desiredNodePoolLoggingConfig_; + } else { + return desiredNodePoolLoggingConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public Builder setDesiredNodePoolLoggingConfig( + com.google.container.v1.NodePoolLoggingConfig value) { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + desiredNodePoolLoggingConfig_ = value; + onChanged(); + } else { + desiredNodePoolLoggingConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public Builder setDesiredNodePoolLoggingConfig( + com.google.container.v1.NodePoolLoggingConfig.Builder builderForValue) { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + desiredNodePoolLoggingConfig_ = builderForValue.build(); + onChanged(); + } else { + desiredNodePoolLoggingConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public Builder mergeDesiredNodePoolLoggingConfig( + com.google.container.v1.NodePoolLoggingConfig value) { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + if (desiredNodePoolLoggingConfig_ != null) { + desiredNodePoolLoggingConfig_ = + com.google.container.v1.NodePoolLoggingConfig.newBuilder( + desiredNodePoolLoggingConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + desiredNodePoolLoggingConfig_ = value; + } + onChanged(); + } else { + desiredNodePoolLoggingConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public Builder clearDesiredNodePoolLoggingConfig() { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + desiredNodePoolLoggingConfig_ = null; + onChanged(); + } else { + desiredNodePoolLoggingConfig_ = null; + desiredNodePoolLoggingConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public com.google.container.v1.NodePoolLoggingConfig.Builder + getDesiredNodePoolLoggingConfigBuilder() { + + onChanged(); + return getDesiredNodePoolLoggingConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public com.google.container.v1.NodePoolLoggingConfigOrBuilder + getDesiredNodePoolLoggingConfigOrBuilder() { + if (desiredNodePoolLoggingConfigBuilder_ != null) { + return desiredNodePoolLoggingConfigBuilder_.getMessageOrBuilder(); + } else { + return desiredNodePoolLoggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : desiredNodePoolLoggingConfig_; + } + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder> + getDesiredNodePoolLoggingConfigFieldBuilder() { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + desiredNodePoolLoggingConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder>( + getDesiredNodePoolLoggingConfig(), getParentForChildren(), isClean()); + desiredNodePoolLoggingConfig_ = null; + } + return desiredNodePoolLoggingConfigBuilder_; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterUpdateOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterUpdateOrBuilder.java index 5e8d7b8c..5211afef 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterUpdateOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ClusterUpdateOrBuilder.java @@ -1283,4 +1283,39 @@ public interface ClusterUpdateOrBuilder * .google.container.v1.NetworkTags desired_node_pool_auto_config_network_tags = 110; */ com.google.container.v1.NetworkTagsOrBuilder getDesiredNodePoolAutoConfigNetworkTagsOrBuilder(); + + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * @return Whether the desiredNodePoolLoggingConfig field is set. + */ + boolean hasDesiredNodePoolLoggingConfig(); + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * @return The desiredNodePoolLoggingConfig. + */ + com.google.container.v1.NodePoolLoggingConfig getDesiredNodePoolLoggingConfig(); + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + */ + com.google.container.v1.NodePoolLoggingConfigOrBuilder getDesiredNodePoolLoggingConfigOrBuilder(); } diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequest.java index ec551816..208d9d0b 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequest.java @@ -151,7 +151,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3494 + * google/container/v1/cluster_service.proto;l=3507 * @return The projectId. */ @java.lang.Override @@ -179,7 +179,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=3494 + * google/container/v1/cluster_service.proto;l=3507 * @return The bytes for projectId. */ @java.lang.Override @@ -211,7 +211,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=3500 + * google/container/v1/cluster_service.proto;l=3513 * @return The zone. */ @java.lang.Override @@ -240,7 +240,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=3500 + * google/container/v1/cluster_service.proto;l=3513 * @return The bytes for zone. */ @java.lang.Override @@ -270,7 +270,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=3504 + * google/container/v1/cluster_service.proto;l=3517 * @return The clusterId. */ @java.lang.Override @@ -297,7 +297,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=3504 + * google/container/v1/cluster_service.proto;l=3517 * @return The bytes for clusterId. */ @java.lang.Override @@ -744,7 +744,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=3494 + * google/container/v1/cluster_service.proto;l=3507 * @return The projectId. */ @java.lang.Deprecated @@ -771,7 +771,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=3494 + * google/container/v1/cluster_service.proto;l=3507 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -798,7 +798,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=3494 + * google/container/v1/cluster_service.proto;l=3507 * @param value The projectId to set. * @return This builder for chaining. */ @@ -824,7 +824,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=3494 + * google/container/v1/cluster_service.proto;l=3507 * @return This builder for chaining. */ @java.lang.Deprecated @@ -846,7 +846,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=3494 + * google/container/v1/cluster_service.proto;l=3507 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -876,7 +876,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=3500 + * google/container/v1/cluster_service.proto;l=3513 * @return The zone. */ @java.lang.Deprecated @@ -904,7 +904,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=3500 + * google/container/v1/cluster_service.proto;l=3513 * @return The bytes for zone. */ @java.lang.Deprecated @@ -932,7 +932,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=3500 + * google/container/v1/cluster_service.proto;l=3513 * @param value The zone to set. * @return This builder for chaining. */ @@ -959,7 +959,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=3500 + * google/container/v1/cluster_service.proto;l=3513 * @return This builder for chaining. */ @java.lang.Deprecated @@ -982,7 +982,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=3500 + * google/container/v1/cluster_service.proto;l=3513 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1010,7 +1010,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=3504 + * google/container/v1/cluster_service.proto;l=3517 * @return The clusterId. */ @java.lang.Deprecated @@ -1036,7 +1036,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=3504 + * google/container/v1/cluster_service.proto;l=3517 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1062,7 +1062,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=3504 + * google/container/v1/cluster_service.proto;l=3517 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1087,7 +1087,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=3504 + * google/container/v1/cluster_service.proto;l=3517 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1108,7 +1108,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=3504 + * google/container/v1/cluster_service.proto;l=3517 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java index d6b4bab0..f28ca7e4 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CompleteIPRotationRequestOrBuilder.java @@ -35,7 +35,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=3494 + * google/container/v1/cluster_service.proto;l=3507 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=3494 + * google/container/v1/cluster_service.proto;l=3507 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=3500 + * google/container/v1/cluster_service.proto;l=3513 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=3500 + * google/container/v1/cluster_service.proto;l=3513 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=3504 + * google/container/v1/cluster_service.proto;l=3517 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=3504 + * google/container/v1/cluster_service.proto;l=3517 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java index b315bad0..0b14990d 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequest.java @@ -158,7 +158,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=2055 + * google/container/v1/cluster_service.proto;l=2065 * @return The projectId. */ @java.lang.Override @@ -186,7 +186,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=2055 + * google/container/v1/cluster_service.proto;l=2065 * @return The bytes for projectId. */ @java.lang.Override @@ -218,7 +218,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=2061 + * google/container/v1/cluster_service.proto;l=2071 * @return The zone. */ @java.lang.Override @@ -247,7 +247,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=2061 + * google/container/v1/cluster_service.proto;l=2071 * @return The bytes for zone. */ @java.lang.Override @@ -756,7 +756,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=2055 + * google/container/v1/cluster_service.proto;l=2065 * @return The projectId. */ @java.lang.Deprecated @@ -783,7 +783,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=2055 + * google/container/v1/cluster_service.proto;l=2065 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -810,7 +810,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=2055 + * google/container/v1/cluster_service.proto;l=2065 * @param value The projectId to set. * @return This builder for chaining. */ @@ -836,7 +836,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=2055 + * google/container/v1/cluster_service.proto;l=2065 * @return This builder for chaining. */ @java.lang.Deprecated @@ -858,7 +858,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=2055 + * google/container/v1/cluster_service.proto;l=2065 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -888,7 +888,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=2061 + * google/container/v1/cluster_service.proto;l=2071 * @return The zone. */ @java.lang.Deprecated @@ -916,7 +916,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=2061 + * google/container/v1/cluster_service.proto;l=2071 * @return The bytes for zone. */ @java.lang.Deprecated @@ -944,7 +944,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=2061 + * google/container/v1/cluster_service.proto;l=2071 * @param value The zone to set. * @return This builder for chaining. */ @@ -971,7 +971,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=2061 + * google/container/v1/cluster_service.proto;l=2071 * @return This builder for chaining. */ @java.lang.Deprecated @@ -994,7 +994,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=2061 + * google/container/v1/cluster_service.proto;l=2071 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java index 7027b1ee..593dc5fe 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateClusterRequestOrBuilder.java @@ -35,7 +35,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=2055 + * google/container/v1/cluster_service.proto;l=2065 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2055 + * google/container/v1/cluster_service.proto;l=2065 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2061 + * google/container/v1/cluster_service.proto;l=2071 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2061 + * google/container/v1/cluster_service.proto;l=2071 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java index 6c162a3d..9005f157 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequest.java @@ -166,7 +166,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=2627 + * google/container/v1/cluster_service.proto;l=2640 * @return The projectId. */ @java.lang.Override @@ -194,7 +194,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=2627 + * google/container/v1/cluster_service.proto;l=2640 * @return The bytes for projectId. */ @java.lang.Override @@ -226,7 +226,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=2633 + * google/container/v1/cluster_service.proto;l=2646 * @return The zone. */ @java.lang.Override @@ -255,7 +255,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=2633 + * google/container/v1/cluster_service.proto;l=2646 * @return The bytes for zone. */ @java.lang.Override @@ -285,7 +285,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=2637 + * google/container/v1/cluster_service.proto;l=2650 * @return The clusterId. */ @java.lang.Override @@ -312,7 +312,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=2637 + * google/container/v1/cluster_service.proto;l=2650 * @return The bytes for clusterId. */ @java.lang.Override @@ -836,7 +836,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=2627 + * google/container/v1/cluster_service.proto;l=2640 * @return The projectId. */ @java.lang.Deprecated @@ -863,7 +863,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=2627 + * google/container/v1/cluster_service.proto;l=2640 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -890,7 +890,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=2627 + * google/container/v1/cluster_service.proto;l=2640 * @param value The projectId to set. * @return This builder for chaining. */ @@ -916,7 +916,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=2627 + * google/container/v1/cluster_service.proto;l=2640 * @return This builder for chaining. */ @java.lang.Deprecated @@ -938,7 +938,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=2627 + * google/container/v1/cluster_service.proto;l=2640 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -968,7 +968,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=2633 + * google/container/v1/cluster_service.proto;l=2646 * @return The zone. */ @java.lang.Deprecated @@ -996,7 +996,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=2633 + * google/container/v1/cluster_service.proto;l=2646 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1024,7 +1024,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=2633 + * google/container/v1/cluster_service.proto;l=2646 * @param value The zone to set. * @return This builder for chaining. */ @@ -1051,7 +1051,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=2633 + * google/container/v1/cluster_service.proto;l=2646 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1074,7 +1074,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=2633 + * google/container/v1/cluster_service.proto;l=2646 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1102,7 +1102,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=2637 + * google/container/v1/cluster_service.proto;l=2650 * @return The clusterId. */ @java.lang.Deprecated @@ -1128,7 +1128,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=2637 + * google/container/v1/cluster_service.proto;l=2650 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1154,7 +1154,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=2637 + * google/container/v1/cluster_service.proto;l=2650 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1179,7 +1179,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=2637 + * google/container/v1/cluster_service.proto;l=2650 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1200,7 +1200,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=2637 + * google/container/v1/cluster_service.proto;l=2650 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java index 299d8e16..ec527029 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/CreateNodePoolRequestOrBuilder.java @@ -35,7 +35,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=2627 + * google/container/v1/cluster_service.proto;l=2640 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2627 + * google/container/v1/cluster_service.proto;l=2640 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2633 + * google/container/v1/cluster_service.proto;l=2646 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2633 + * google/container/v1/cluster_service.proto;l=2646 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2637 + * google/container/v1/cluster_service.proto;l=2650 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2637 + * google/container/v1/cluster_service.proto;l=2650 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java index f54ba276..2da08d87 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequest.java @@ -151,7 +151,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=2451 + * google/container/v1/cluster_service.proto;l=2464 * @return The projectId. */ @java.lang.Override @@ -179,7 +179,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=2451 + * google/container/v1/cluster_service.proto;l=2464 * @return The bytes for projectId. */ @java.lang.Override @@ -211,7 +211,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=2457 + * google/container/v1/cluster_service.proto;l=2470 * @return The zone. */ @java.lang.Override @@ -240,7 +240,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=2457 + * google/container/v1/cluster_service.proto;l=2470 * @return The bytes for zone. */ @java.lang.Override @@ -270,7 +270,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=2461 + * google/container/v1/cluster_service.proto;l=2474 * @return The clusterId. */ @java.lang.Override @@ -297,7 +297,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=2461 + * google/container/v1/cluster_service.proto;l=2474 * @return The bytes for clusterId. */ @java.lang.Override @@ -742,7 +742,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=2451 + * google/container/v1/cluster_service.proto;l=2464 * @return The projectId. */ @java.lang.Deprecated @@ -769,7 +769,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=2451 + * google/container/v1/cluster_service.proto;l=2464 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -796,7 +796,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=2451 + * google/container/v1/cluster_service.proto;l=2464 * @param value The projectId to set. * @return This builder for chaining. */ @@ -822,7 +822,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=2451 + * google/container/v1/cluster_service.proto;l=2464 * @return This builder for chaining. */ @java.lang.Deprecated @@ -844,7 +844,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=2451 + * google/container/v1/cluster_service.proto;l=2464 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -874,7 +874,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=2457 + * google/container/v1/cluster_service.proto;l=2470 * @return The zone. */ @java.lang.Deprecated @@ -902,7 +902,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=2457 + * google/container/v1/cluster_service.proto;l=2470 * @return The bytes for zone. */ @java.lang.Deprecated @@ -930,7 +930,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=2457 + * google/container/v1/cluster_service.proto;l=2470 * @param value The zone to set. * @return This builder for chaining. */ @@ -957,7 +957,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=2457 + * google/container/v1/cluster_service.proto;l=2470 * @return This builder for chaining. */ @java.lang.Deprecated @@ -980,7 +980,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=2457 + * google/container/v1/cluster_service.proto;l=2470 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1008,7 +1008,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=2461 + * google/container/v1/cluster_service.proto;l=2474 * @return The clusterId. */ @java.lang.Deprecated @@ -1034,7 +1034,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=2461 + * google/container/v1/cluster_service.proto;l=2474 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1060,7 +1060,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=2461 + * google/container/v1/cluster_service.proto;l=2474 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1085,7 +1085,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=2461 + * google/container/v1/cluster_service.proto;l=2474 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1106,7 +1106,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=2461 + * google/container/v1/cluster_service.proto;l=2474 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java index a4a40c3f..4e0c9fda 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteClusterRequestOrBuilder.java @@ -35,7 +35,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=2451 + * google/container/v1/cluster_service.proto;l=2464 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2451 + * google/container/v1/cluster_service.proto;l=2464 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2457 + * google/container/v1/cluster_service.proto;l=2470 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2457 + * google/container/v1/cluster_service.proto;l=2470 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2461 + * google/container/v1/cluster_service.proto;l=2474 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2461 + * google/container/v1/cluster_service.proto;l=2474 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java index 09ceb362..2163a9f6 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequest.java @@ -159,7 +159,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=2653 + * google/container/v1/cluster_service.proto;l=2666 * @return The projectId. */ @java.lang.Override @@ -187,7 +187,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=2653 + * google/container/v1/cluster_service.proto;l=2666 * @return The bytes for projectId. */ @java.lang.Override @@ -219,7 +219,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=2659 + * google/container/v1/cluster_service.proto;l=2672 * @return The zone. */ @java.lang.Override @@ -248,7 +248,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=2659 + * google/container/v1/cluster_service.proto;l=2672 * @return The bytes for zone. */ @java.lang.Override @@ -278,7 +278,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=2663 + * google/container/v1/cluster_service.proto;l=2676 * @return The clusterId. */ @java.lang.Override @@ -305,7 +305,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=2663 + * google/container/v1/cluster_service.proto;l=2676 * @return The bytes for clusterId. */ @java.lang.Override @@ -335,7 +335,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=2667 + * google/container/v1/cluster_service.proto;l=2680 * @return The nodePoolId. */ @java.lang.Override @@ -362,7 +362,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=2667 + * google/container/v1/cluster_service.proto;l=2680 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -825,7 +825,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=2653 + * google/container/v1/cluster_service.proto;l=2666 * @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.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2653 + * google/container/v1/cluster_service.proto;l=2666 * @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.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2653 + * google/container/v1/cluster_service.proto;l=2666 * @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.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2653 + * google/container/v1/cluster_service.proto;l=2666 * @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.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2653 + * google/container/v1/cluster_service.proto;l=2666 * @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.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2659 + * google/container/v1/cluster_service.proto;l=2672 * @return The zone. */ @java.lang.Deprecated @@ -985,7 +985,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=2659 + * google/container/v1/cluster_service.proto;l=2672 * @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.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2659 + * google/container/v1/cluster_service.proto;l=2672 * @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.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2659 + * google/container/v1/cluster_service.proto;l=2672 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1063,7 +1063,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=2659 + * google/container/v1/cluster_service.proto;l=2672 * @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.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2663 + * google/container/v1/cluster_service.proto;l=2676 * @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.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2663 + * google/container/v1/cluster_service.proto;l=2676 * @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.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2663 + * google/container/v1/cluster_service.proto;l=2676 * @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.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2663 + * google/container/v1/cluster_service.proto;l=2676 * @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.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2663 + * google/container/v1/cluster_service.proto;l=2676 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1217,7 +1217,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=2667 + * google/container/v1/cluster_service.proto;l=2680 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1243,7 +1243,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=2667 + * google/container/v1/cluster_service.proto;l=2680 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1269,7 +1269,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=2667 + * google/container/v1/cluster_service.proto;l=2680 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1294,7 +1294,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=2667 + * google/container/v1/cluster_service.proto;l=2680 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1315,7 +1315,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=2667 + * google/container/v1/cluster_service.proto;l=2680 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java index 50a07f0a..21fb6ad6 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/DeleteNodePoolRequestOrBuilder.java @@ -35,7 +35,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=2653 + * google/container/v1/cluster_service.proto;l=2666 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2653 + * google/container/v1/cluster_service.proto;l=2666 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2659 + * google/container/v1/cluster_service.proto;l=2672 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2659 + * google/container/v1/cluster_service.proto;l=2672 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2663 + * google/container/v1/cluster_service.proto;l=2676 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2663 + * google/container/v1/cluster_service.proto;l=2676 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -139,7 +139,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=2667 + * google/container/v1/cluster_service.proto;l=2680 * @return The nodePoolId. */ @java.lang.Deprecated @@ -155,7 +155,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=2667 + * google/container/v1/cluster_service.proto;l=2680 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java index 3b24de76..59ac0b6d 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequest.java @@ -151,7 +151,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=2077 + * google/container/v1/cluster_service.proto;l=2087 * @return The projectId. */ @java.lang.Override @@ -179,7 +179,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=2077 + * google/container/v1/cluster_service.proto;l=2087 * @return The bytes for projectId. */ @java.lang.Override @@ -211,7 +211,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=2083 + * google/container/v1/cluster_service.proto;l=2093 * @return The zone. */ @java.lang.Override @@ -240,7 +240,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=2083 + * google/container/v1/cluster_service.proto;l=2093 * @return The bytes for zone. */ @java.lang.Override @@ -270,7 +270,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=2087 + * google/container/v1/cluster_service.proto;l=2097 * @return The clusterId. */ @java.lang.Override @@ -297,7 +297,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=2087 + * google/container/v1/cluster_service.proto;l=2097 * @return The bytes for clusterId. */ @java.lang.Override @@ -742,7 +742,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=2077 + * google/container/v1/cluster_service.proto;l=2087 * @return The projectId. */ @java.lang.Deprecated @@ -769,7 +769,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=2077 + * google/container/v1/cluster_service.proto;l=2087 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -796,7 +796,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=2077 + * google/container/v1/cluster_service.proto;l=2087 * @param value The projectId to set. * @return This builder for chaining. */ @@ -822,7 +822,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=2077 + * google/container/v1/cluster_service.proto;l=2087 * @return This builder for chaining. */ @java.lang.Deprecated @@ -844,7 +844,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=2077 + * google/container/v1/cluster_service.proto;l=2087 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -874,7 +874,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=2083 + * google/container/v1/cluster_service.proto;l=2093 * @return The zone. */ @java.lang.Deprecated @@ -902,7 +902,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=2083 + * google/container/v1/cluster_service.proto;l=2093 * @return The bytes for zone. */ @java.lang.Deprecated @@ -930,7 +930,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=2083 + * google/container/v1/cluster_service.proto;l=2093 * @param value The zone to set. * @return This builder for chaining. */ @@ -957,7 +957,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=2083 + * google/container/v1/cluster_service.proto;l=2093 * @return This builder for chaining. */ @java.lang.Deprecated @@ -980,7 +980,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=2083 + * google/container/v1/cluster_service.proto;l=2093 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1008,7 +1008,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=2087 + * google/container/v1/cluster_service.proto;l=2097 * @return The clusterId. */ @java.lang.Deprecated @@ -1034,7 +1034,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=2087 + * google/container/v1/cluster_service.proto;l=2097 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1060,7 +1060,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=2087 + * google/container/v1/cluster_service.proto;l=2097 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1085,7 +1085,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=2087 + * google/container/v1/cluster_service.proto;l=2097 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1106,7 +1106,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=2087 + * google/container/v1/cluster_service.proto;l=2097 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java index 16e91143..0ee6fa6b 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetClusterRequestOrBuilder.java @@ -35,7 +35,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=2077 + * google/container/v1/cluster_service.proto;l=2087 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2077 + * google/container/v1/cluster_service.proto;l=2087 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2083 + * google/container/v1/cluster_service.proto;l=2093 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2083 + * google/container/v1/cluster_service.proto;l=2093 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2087 + * google/container/v1/cluster_service.proto;l=2097 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2087 + * google/container/v1/cluster_service.proto;l=2097 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java index e4f49a57..30f410fa 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequest.java @@ -159,7 +159,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=2702 + * google/container/v1/cluster_service.proto;l=2715 * @return The projectId. */ @java.lang.Override @@ -187,7 +187,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=2702 + * google/container/v1/cluster_service.proto;l=2715 * @return The bytes for projectId. */ @java.lang.Override @@ -219,7 +219,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=2708 + * google/container/v1/cluster_service.proto;l=2721 * @return The zone. */ @java.lang.Override @@ -248,7 +248,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=2708 + * google/container/v1/cluster_service.proto;l=2721 * @return The bytes for zone. */ @java.lang.Override @@ -278,7 +278,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=2712 + * google/container/v1/cluster_service.proto;l=2725 * @return The clusterId. */ @java.lang.Override @@ -305,7 +305,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=2712 + * google/container/v1/cluster_service.proto;l=2725 * @return The bytes for clusterId. */ @java.lang.Override @@ -335,7 +335,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=2716 + * google/container/v1/cluster_service.proto;l=2729 * @return The nodePoolId. */ @java.lang.Override @@ -362,7 +362,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=2716 + * google/container/v1/cluster_service.proto;l=2729 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -825,7 +825,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=2702 + * google/container/v1/cluster_service.proto;l=2715 * @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.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2702 + * google/container/v1/cluster_service.proto;l=2715 * @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.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2702 + * google/container/v1/cluster_service.proto;l=2715 * @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.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2702 + * google/container/v1/cluster_service.proto;l=2715 * @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.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2702 + * google/container/v1/cluster_service.proto;l=2715 * @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.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2708 + * google/container/v1/cluster_service.proto;l=2721 * @return The zone. */ @java.lang.Deprecated @@ -985,7 +985,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=2708 + * google/container/v1/cluster_service.proto;l=2721 * @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.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2708 + * google/container/v1/cluster_service.proto;l=2721 * @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.GetNodePoolRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2708 + * google/container/v1/cluster_service.proto;l=2721 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1063,7 +1063,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=2708 + * google/container/v1/cluster_service.proto;l=2721 * @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.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2712 + * google/container/v1/cluster_service.proto;l=2725 * @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.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2712 + * google/container/v1/cluster_service.proto;l=2725 * @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.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2712 + * google/container/v1/cluster_service.proto;l=2725 * @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.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2712 + * google/container/v1/cluster_service.proto;l=2725 * @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.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2712 + * google/container/v1/cluster_service.proto;l=2725 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1217,7 +1217,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=2716 + * google/container/v1/cluster_service.proto;l=2729 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1243,7 +1243,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=2716 + * google/container/v1/cluster_service.proto;l=2729 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1269,7 +1269,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=2716 + * google/container/v1/cluster_service.proto;l=2729 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1294,7 +1294,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=2716 + * google/container/v1/cluster_service.proto;l=2729 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1315,7 +1315,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=2716 + * google/container/v1/cluster_service.proto;l=2729 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java index f8d146b0..d222f6a6 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetNodePoolRequestOrBuilder.java @@ -35,7 +35,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=2702 + * google/container/v1/cluster_service.proto;l=2715 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2702 + * google/container/v1/cluster_service.proto;l=2715 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2708 + * google/container/v1/cluster_service.proto;l=2721 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2708 + * google/container/v1/cluster_service.proto;l=2721 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2712 + * google/container/v1/cluster_service.proto;l=2725 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2712 + * google/container/v1/cluster_service.proto;l=2725 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -139,7 +139,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=2716 + * google/container/v1/cluster_service.proto;l=2729 * @return The nodePoolId. */ @java.lang.Deprecated @@ -155,7 +155,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=2716 + * google/container/v1/cluster_service.proto;l=2729 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java index 9d337f6f..f49b01eb 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequest.java @@ -151,7 +151,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=2503 + * google/container/v1/cluster_service.proto;l=2516 * @return The projectId. */ @java.lang.Override @@ -179,7 +179,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=2503 + * google/container/v1/cluster_service.proto;l=2516 * @return The bytes for projectId. */ @java.lang.Override @@ -211,7 +211,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=2509 + * google/container/v1/cluster_service.proto;l=2522 * @return The zone. */ @java.lang.Override @@ -240,7 +240,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=2509 + * google/container/v1/cluster_service.proto;l=2522 * @return The bytes for zone. */ @java.lang.Override @@ -270,7 +270,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=2513 + * google/container/v1/cluster_service.proto;l=2526 * @return The operationId. */ @java.lang.Override @@ -297,7 +297,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=2513 + * google/container/v1/cluster_service.proto;l=2526 * @return The bytes for operationId. */ @java.lang.Override @@ -742,7 +742,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=2503 + * google/container/v1/cluster_service.proto;l=2516 * @return The projectId. */ @java.lang.Deprecated @@ -769,7 +769,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=2503 + * google/container/v1/cluster_service.proto;l=2516 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -796,7 +796,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=2503 + * google/container/v1/cluster_service.proto;l=2516 * @param value The projectId to set. * @return This builder for chaining. */ @@ -822,7 +822,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=2503 + * google/container/v1/cluster_service.proto;l=2516 * @return This builder for chaining. */ @java.lang.Deprecated @@ -844,7 +844,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=2503 + * google/container/v1/cluster_service.proto;l=2516 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -874,7 +874,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=2509 + * google/container/v1/cluster_service.proto;l=2522 * @return The zone. */ @java.lang.Deprecated @@ -902,7 +902,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=2509 + * google/container/v1/cluster_service.proto;l=2522 * @return The bytes for zone. */ @java.lang.Deprecated @@ -930,7 +930,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=2509 + * google/container/v1/cluster_service.proto;l=2522 * @param value The zone to set. * @return This builder for chaining. */ @@ -957,7 +957,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=2509 + * google/container/v1/cluster_service.proto;l=2522 * @return This builder for chaining. */ @java.lang.Deprecated @@ -980,7 +980,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=2509 + * google/container/v1/cluster_service.proto;l=2522 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1008,7 +1008,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=2513 + * google/container/v1/cluster_service.proto;l=2526 * @return The operationId. */ @java.lang.Deprecated @@ -1034,7 +1034,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=2513 + * google/container/v1/cluster_service.proto;l=2526 * @return The bytes for operationId. */ @java.lang.Deprecated @@ -1060,7 +1060,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=2513 + * google/container/v1/cluster_service.proto;l=2526 * @param value The operationId to set. * @return This builder for chaining. */ @@ -1085,7 +1085,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=2513 + * google/container/v1/cluster_service.proto;l=2526 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1106,7 +1106,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=2513 + * google/container/v1/cluster_service.proto;l=2526 * @param value The bytes for operationId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java index be37ab0c..32f6f0af 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetOperationRequestOrBuilder.java @@ -35,7 +35,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=2503 + * google/container/v1/cluster_service.proto;l=2516 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2503 + * google/container/v1/cluster_service.proto;l=2516 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2509 + * google/container/v1/cluster_service.proto;l=2522 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2509 + * google/container/v1/cluster_service.proto;l=2522 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2513 + * google/container/v1/cluster_service.proto;l=2526 * @return The operationId. */ @java.lang.Deprecated @@ -122,7 +122,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=2513 + * google/container/v1/cluster_service.proto;l=2526 * @return The bytes for operationId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java index 9ec693fb..4513fca4 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequest.java @@ -143,7 +143,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=2576 + * google/container/v1/cluster_service.proto;l=2589 * @return The projectId. */ @java.lang.Override @@ -171,7 +171,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=2576 + * google/container/v1/cluster_service.proto;l=2589 * @return The bytes for projectId. */ @java.lang.Override @@ -203,7 +203,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=2582 + * google/container/v1/cluster_service.proto;l=2595 * @return The zone. */ @java.lang.Override @@ -232,7 +232,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=2582 + * google/container/v1/cluster_service.proto;l=2595 * @return The bytes for zone. */ @java.lang.Override @@ -661,7 +661,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=2576 + * google/container/v1/cluster_service.proto;l=2589 * @return The projectId. */ @java.lang.Deprecated @@ -688,7 +688,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=2576 + * google/container/v1/cluster_service.proto;l=2589 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -715,7 +715,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=2576 + * google/container/v1/cluster_service.proto;l=2589 * @param value The projectId to set. * @return This builder for chaining. */ @@ -741,7 +741,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=2576 + * google/container/v1/cluster_service.proto;l=2589 * @return This builder for chaining. */ @java.lang.Deprecated @@ -763,7 +763,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=2576 + * google/container/v1/cluster_service.proto;l=2589 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -793,7 +793,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=2582 + * google/container/v1/cluster_service.proto;l=2595 * @return The zone. */ @java.lang.Deprecated @@ -821,7 +821,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=2582 + * google/container/v1/cluster_service.proto;l=2595 * @return The bytes for zone. */ @java.lang.Deprecated @@ -849,7 +849,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=2582 + * google/container/v1/cluster_service.proto;l=2595 * @param value The zone to set. * @return This builder for chaining. */ @@ -876,7 +876,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=2582 + * google/container/v1/cluster_service.proto;l=2595 * @return This builder for chaining. */ @java.lang.Deprecated @@ -899,7 +899,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=2582 + * google/container/v1/cluster_service.proto;l=2595 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java index de7f54c2..6b73335d 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/GetServerConfigRequestOrBuilder.java @@ -35,7 +35,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=2576 + * google/container/v1/cluster_service.proto;l=2589 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2576 + * google/container/v1/cluster_service.proto;l=2589 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2582 + * google/container/v1/cluster_service.proto;l=2595 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2582 + * google/container/v1/cluster_service.proto;l=2595 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicy.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicy.java index 0ca6578a..1e4d2a00 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicy.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicy.java @@ -305,7 +305,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=1251 + * google/container/v1/cluster_service.proto;l=1255 * @return The clusterIpv4Cidr. */ @java.lang.Override @@ -331,7 +331,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=1251 + * google/container/v1/cluster_service.proto;l=1255 * @return The bytes for clusterIpv4Cidr. */ @java.lang.Override @@ -360,7 +360,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=1254 + * google/container/v1/cluster_service.proto;l=1258 * @return The nodeIpv4Cidr. */ @java.lang.Override @@ -386,7 +386,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=1254 + * google/container/v1/cluster_service.proto;l=1258 * @return The bytes for nodeIpv4Cidr. */ @java.lang.Override @@ -415,7 +415,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=1257 + * google/container/v1/cluster_service.proto;l=1261 * @return The servicesIpv4Cidr. */ @java.lang.Override @@ -441,7 +441,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=1257 + * google/container/v1/cluster_service.proto;l=1261 * @return The bytes for servicesIpv4Cidr. */ @java.lang.Override @@ -1622,7 +1622,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=1251 + * google/container/v1/cluster_service.proto;l=1255 * @return The clusterIpv4Cidr. */ @java.lang.Deprecated @@ -1647,7 +1647,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=1251 + * google/container/v1/cluster_service.proto;l=1255 * @return The bytes for clusterIpv4Cidr. */ @java.lang.Deprecated @@ -1672,7 +1672,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=1251 + * google/container/v1/cluster_service.proto;l=1255 * @param value The clusterIpv4Cidr to set. * @return This builder for chaining. */ @@ -1696,7 +1696,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=1251 + * google/container/v1/cluster_service.proto;l=1255 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1716,7 +1716,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=1251 + * google/container/v1/cluster_service.proto;l=1255 * @param value The bytes for clusterIpv4Cidr to set. * @return This builder for chaining. */ @@ -1743,7 +1743,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=1254 + * google/container/v1/cluster_service.proto;l=1258 * @return The nodeIpv4Cidr. */ @java.lang.Deprecated @@ -1768,7 +1768,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=1254 + * google/container/v1/cluster_service.proto;l=1258 * @return The bytes for nodeIpv4Cidr. */ @java.lang.Deprecated @@ -1793,7 +1793,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=1254 + * google/container/v1/cluster_service.proto;l=1258 * @param value The nodeIpv4Cidr to set. * @return This builder for chaining. */ @@ -1817,7 +1817,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=1254 + * google/container/v1/cluster_service.proto;l=1258 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1837,7 +1837,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=1254 + * google/container/v1/cluster_service.proto;l=1258 * @param value The bytes for nodeIpv4Cidr to set. * @return This builder for chaining. */ @@ -1864,7 +1864,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=1257 + * google/container/v1/cluster_service.proto;l=1261 * @return The servicesIpv4Cidr. */ @java.lang.Deprecated @@ -1889,7 +1889,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=1257 + * google/container/v1/cluster_service.proto;l=1261 * @return The bytes for servicesIpv4Cidr. */ @java.lang.Deprecated @@ -1914,7 +1914,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=1257 + * google/container/v1/cluster_service.proto;l=1261 * @param value The servicesIpv4Cidr to set. * @return This builder for chaining. */ @@ -1938,7 +1938,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=1257 + * google/container/v1/cluster_service.proto;l=1261 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1958,7 +1958,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=1257 + * google/container/v1/cluster_service.proto;l=1261 * @param value The bytes for servicesIpv4Cidr to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicyOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicyOrBuilder.java index 61ca7d8e..89679235 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicyOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/IPAllocationPolicyOrBuilder.java @@ -92,7 +92,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=1251 + * google/container/v1/cluster_service.proto;l=1255 * @return The clusterIpv4Cidr. */ @java.lang.Deprecated @@ -107,7 +107,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=1251 + * google/container/v1/cluster_service.proto;l=1255 * @return The bytes for clusterIpv4Cidr. */ @java.lang.Deprecated @@ -123,7 +123,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=1254 + * google/container/v1/cluster_service.proto;l=1258 * @return The nodeIpv4Cidr. */ @java.lang.Deprecated @@ -138,7 +138,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=1254 + * google/container/v1/cluster_service.proto;l=1258 * @return The bytes for nodeIpv4Cidr. */ @java.lang.Deprecated @@ -154,7 +154,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=1257 + * google/container/v1/cluster_service.proto;l=1261 * @return The servicesIpv4Cidr. */ @java.lang.Deprecated @@ -169,7 +169,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=1257 + * google/container/v1/cluster_service.proto;l=1261 * @return The bytes for servicesIpv4Cidr. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java index 4ceb7e23..c6095927 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequest.java @@ -143,7 +143,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=2473 + * google/container/v1/cluster_service.proto;l=2486 * @return The projectId. */ @java.lang.Override @@ -171,7 +171,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=2473 + * google/container/v1/cluster_service.proto;l=2486 * @return The bytes for projectId. */ @java.lang.Override @@ -203,7 +203,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=2479 + * google/container/v1/cluster_service.proto;l=2492 * @return The zone. */ @java.lang.Override @@ -232,7 +232,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=2479 + * google/container/v1/cluster_service.proto;l=2492 * @return The bytes for zone. */ @java.lang.Override @@ -663,7 +663,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=2473 + * google/container/v1/cluster_service.proto;l=2486 * @return The projectId. */ @java.lang.Deprecated @@ -690,7 +690,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=2473 + * google/container/v1/cluster_service.proto;l=2486 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -717,7 +717,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=2473 + * google/container/v1/cluster_service.proto;l=2486 * @param value The projectId to set. * @return This builder for chaining. */ @@ -743,7 +743,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=2473 + * google/container/v1/cluster_service.proto;l=2486 * @return This builder for chaining. */ @java.lang.Deprecated @@ -765,7 +765,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=2473 + * google/container/v1/cluster_service.proto;l=2486 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -795,7 +795,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=2479 + * google/container/v1/cluster_service.proto;l=2492 * @return The zone. */ @java.lang.Deprecated @@ -823,7 +823,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=2479 + * google/container/v1/cluster_service.proto;l=2492 * @return The bytes for zone. */ @java.lang.Deprecated @@ -851,7 +851,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=2479 + * google/container/v1/cluster_service.proto;l=2492 * @param value The zone to set. * @return This builder for chaining. */ @@ -878,7 +878,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=2479 + * google/container/v1/cluster_service.proto;l=2492 * @return This builder for chaining. */ @java.lang.Deprecated @@ -901,7 +901,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=2479 + * google/container/v1/cluster_service.proto;l=2492 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java index 9b84f8b2..52c504de 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListClustersRequestOrBuilder.java @@ -35,7 +35,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=2473 + * google/container/v1/cluster_service.proto;l=2486 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2473 + * google/container/v1/cluster_service.proto;l=2486 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2479 + * google/container/v1/cluster_service.proto;l=2492 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2479 + * google/container/v1/cluster_service.proto;l=2492 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java index 2658feb3..91af73f2 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequest.java @@ -151,7 +151,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=2680 + * google/container/v1/cluster_service.proto;l=2693 * @return The projectId. */ @java.lang.Override @@ -179,7 +179,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=2680 + * google/container/v1/cluster_service.proto;l=2693 * @return The bytes for projectId. */ @java.lang.Override @@ -211,7 +211,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=2686 + * google/container/v1/cluster_service.proto;l=2699 * @return The zone. */ @java.lang.Override @@ -240,7 +240,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=2686 + * google/container/v1/cluster_service.proto;l=2699 * @return The bytes for zone. */ @java.lang.Override @@ -270,7 +270,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=2690 + * google/container/v1/cluster_service.proto;l=2703 * @return The clusterId. */ @java.lang.Override @@ -297,7 +297,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=2690 + * google/container/v1/cluster_service.proto;l=2703 * @return The bytes for clusterId. */ @java.lang.Override @@ -742,7 +742,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=2680 + * google/container/v1/cluster_service.proto;l=2693 * @return The projectId. */ @java.lang.Deprecated @@ -769,7 +769,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=2680 + * google/container/v1/cluster_service.proto;l=2693 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -796,7 +796,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=2680 + * google/container/v1/cluster_service.proto;l=2693 * @param value The projectId to set. * @return This builder for chaining. */ @@ -822,7 +822,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=2680 + * google/container/v1/cluster_service.proto;l=2693 * @return This builder for chaining. */ @java.lang.Deprecated @@ -844,7 +844,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=2680 + * google/container/v1/cluster_service.proto;l=2693 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -874,7 +874,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=2686 + * google/container/v1/cluster_service.proto;l=2699 * @return The zone. */ @java.lang.Deprecated @@ -902,7 +902,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=2686 + * google/container/v1/cluster_service.proto;l=2699 * @return The bytes for zone. */ @java.lang.Deprecated @@ -930,7 +930,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=2686 + * google/container/v1/cluster_service.proto;l=2699 * @param value The zone to set. * @return This builder for chaining. */ @@ -957,7 +957,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=2686 + * google/container/v1/cluster_service.proto;l=2699 * @return This builder for chaining. */ @java.lang.Deprecated @@ -980,7 +980,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=2686 + * google/container/v1/cluster_service.proto;l=2699 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1008,7 +1008,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=2690 + * google/container/v1/cluster_service.proto;l=2703 * @return The clusterId. */ @java.lang.Deprecated @@ -1034,7 +1034,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=2690 + * google/container/v1/cluster_service.proto;l=2703 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1060,7 +1060,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=2690 + * google/container/v1/cluster_service.proto;l=2703 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1085,7 +1085,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=2690 + * google/container/v1/cluster_service.proto;l=2703 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1106,7 +1106,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=2690 + * google/container/v1/cluster_service.proto;l=2703 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java index 7c999499..23e52d2c 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListNodePoolsRequestOrBuilder.java @@ -35,7 +35,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=2680 + * google/container/v1/cluster_service.proto;l=2693 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2680 + * google/container/v1/cluster_service.proto;l=2693 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2686 + * google/container/v1/cluster_service.proto;l=2699 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2686 + * google/container/v1/cluster_service.proto;l=2699 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2690 + * google/container/v1/cluster_service.proto;l=2703 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2690 + * google/container/v1/cluster_service.proto;l=2703 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java index 752d5292..90000e91 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequest.java @@ -143,7 +143,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=2525 + * google/container/v1/cluster_service.proto;l=2538 * @return The projectId. */ @java.lang.Override @@ -171,7 +171,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=2525 + * google/container/v1/cluster_service.proto;l=2538 * @return The bytes for projectId. */ @java.lang.Override @@ -203,7 +203,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=2531 + * google/container/v1/cluster_service.proto;l=2544 * @return The zone. */ @java.lang.Override @@ -232,7 +232,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=2531 + * google/container/v1/cluster_service.proto;l=2544 * @return The bytes for zone. */ @java.lang.Override @@ -663,7 +663,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=2525 + * google/container/v1/cluster_service.proto;l=2538 * @return The projectId. */ @java.lang.Deprecated @@ -690,7 +690,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=2525 + * google/container/v1/cluster_service.proto;l=2538 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -717,7 +717,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=2525 + * google/container/v1/cluster_service.proto;l=2538 * @param value The projectId to set. * @return This builder for chaining. */ @@ -743,7 +743,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=2525 + * google/container/v1/cluster_service.proto;l=2538 * @return This builder for chaining. */ @java.lang.Deprecated @@ -765,7 +765,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=2525 + * google/container/v1/cluster_service.proto;l=2538 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -795,7 +795,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=2531 + * google/container/v1/cluster_service.proto;l=2544 * @return The zone. */ @java.lang.Deprecated @@ -823,7 +823,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=2531 + * google/container/v1/cluster_service.proto;l=2544 * @return The bytes for zone. */ @java.lang.Deprecated @@ -851,7 +851,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=2531 + * google/container/v1/cluster_service.proto;l=2544 * @param value The zone to set. * @return This builder for chaining. */ @@ -878,7 +878,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=2531 + * google/container/v1/cluster_service.proto;l=2544 * @return This builder for chaining. */ @java.lang.Deprecated @@ -901,7 +901,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=2531 + * google/container/v1/cluster_service.proto;l=2544 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java index 09791bb4..024d3ab7 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ListOperationsRequestOrBuilder.java @@ -35,7 +35,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=2525 + * google/container/v1/cluster_service.proto;l=2538 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2525 + * google/container/v1/cluster_service.proto;l=2538 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2531 + * google/container/v1/cluster_service.proto;l=2544 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2531 + * google/container/v1/cluster_service.proto;l=2544 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingVariantConfig.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingVariantConfig.java new file mode 100644 index 00000000..8566062a --- /dev/null +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingVariantConfig.java @@ -0,0 +1,770 @@ +/* + * Copyright 2020 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 + +package com.google.container.v1; + +/** + * + * + *
+ * LoggingVariantConfig specifies the behaviour of the logging component.
+ * 
+ * + * Protobuf type {@code google.container.v1.LoggingVariantConfig} + */ +public final class LoggingVariantConfig extends com.google.protobuf.GeneratedMessageV3 + implements + // @@protoc_insertion_point(message_implements:google.container.v1.LoggingVariantConfig) + LoggingVariantConfigOrBuilder { + private static final long serialVersionUID = 0L; + // Use LoggingVariantConfig.newBuilder() to construct. + private LoggingVariantConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + + private LoggingVariantConfig() { + variant_ = 0; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + return new LoggingVariantConfig(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + return this.unknownFields; + } + + private LoggingVariantConfig( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 8: + { + int rawValue = input.readEnum(); + + variant_ = rawValue; + break; + } + default: + { + if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_LoggingVariantConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_LoggingVariantConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1.LoggingVariantConfig.class, + com.google.container.v1.LoggingVariantConfig.Builder.class); + } + + /** + * + * + *
+   * Logging component variants.
+   * 
+ * + * Protobuf enum {@code google.container.v1.LoggingVariantConfig.Variant} + */ + public enum Variant implements com.google.protobuf.ProtocolMessageEnum { + /** + * + * + *
+     * Default value. This shouldn't be used.
+     * 
+ * + * VARIANT_UNSPECIFIED = 0; + */ + VARIANT_UNSPECIFIED(0), + /** + * + * + *
+     * default logging variant.
+     * 
+ * + * DEFAULT = 1; + */ + DEFAULT(1), + /** + * + * + *
+     * maximum logging throughput variant.
+     * 
+ * + * MAX_THROUGHPUT = 2; + */ + MAX_THROUGHPUT(2), + UNRECOGNIZED(-1), + ; + + /** + * + * + *
+     * Default value. This shouldn't be used.
+     * 
+ * + * VARIANT_UNSPECIFIED = 0; + */ + public static final int VARIANT_UNSPECIFIED_VALUE = 0; + /** + * + * + *
+     * default logging variant.
+     * 
+ * + * DEFAULT = 1; + */ + public static final int DEFAULT_VALUE = 1; + /** + * + * + *
+     * maximum logging throughput variant.
+     * 
+ * + * MAX_THROUGHPUT = 2; + */ + public static final int MAX_THROUGHPUT_VALUE = 2; + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static Variant valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static Variant forNumber(int value) { + switch (value) { + case 0: + return VARIANT_UNSPECIFIED; + case 1: + return DEFAULT; + case 2: + return MAX_THROUGHPUT; + default: + return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + return internalValueMap; + } + + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Variant findValueByNumber(int number) { + return Variant.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalStateException( + "Can't get the descriptor of an unrecognized enum value."); + } + return getDescriptor().getValues().get(ordinal()); + } + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + return getDescriptor(); + } + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + return com.google.container.v1.LoggingVariantConfig.getDescriptor().getEnumTypes().get(0); + } + + private static final Variant[] VALUES = values(); + + public static Variant valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private Variant(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.container.v1.LoggingVariantConfig.Variant) + } + + public static final int VARIANT_FIELD_NUMBER = 1; + private int variant_; + /** + * + * + *
+   * Logging variant deployed on nodes.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig.Variant variant = 1; + * + * @return The enum numeric value on the wire for variant. + */ + @java.lang.Override + public int getVariantValue() { + return variant_; + } + /** + * + * + *
+   * Logging variant deployed on nodes.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig.Variant variant = 1; + * + * @return The variant. + */ + @java.lang.Override + public com.google.container.v1.LoggingVariantConfig.Variant getVariant() { + @SuppressWarnings("deprecation") + com.google.container.v1.LoggingVariantConfig.Variant result = + com.google.container.v1.LoggingVariantConfig.Variant.valueOf(variant_); + return result == null + ? com.google.container.v1.LoggingVariantConfig.Variant.UNRECOGNIZED + : result; + } + + 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 (variant_ + != com.google.container.v1.LoggingVariantConfig.Variant.VARIANT_UNSPECIFIED.getNumber()) { + output.writeEnum(1, variant_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (variant_ + != com.google.container.v1.LoggingVariantConfig.Variant.VARIANT_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, variant_); + } + size += unknownFields.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.LoggingVariantConfig)) { + return super.equals(obj); + } + com.google.container.v1.LoggingVariantConfig other = + (com.google.container.v1.LoggingVariantConfig) obj; + + if (variant_ != other.variant_) return false; + if (!unknownFields.equals(other.unknownFields)) 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) + VARIANT_FIELD_NUMBER; + hash = (53 * hash) + variant_; + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.container.v1.LoggingVariantConfig parseFrom(java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1.LoggingVariantConfig 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.LoggingVariantConfig parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1.LoggingVariantConfig 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.LoggingVariantConfig parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1.LoggingVariantConfig parseFrom( + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.container.v1.LoggingVariantConfig parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1.LoggingVariantConfig 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.LoggingVariantConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + } + + public static com.google.container.v1.LoggingVariantConfig 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.LoggingVariantConfig parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1.LoggingVariantConfig 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.LoggingVariantConfig 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; + } + /** + * + * + *
+   * LoggingVariantConfig specifies the behaviour of the logging component.
+   * 
+ * + * Protobuf type {@code google.container.v1.LoggingVariantConfig} + */ + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements + // @@protoc_insertion_point(builder_implements:google.container.v1.LoggingVariantConfig) + com.google.container.v1.LoggingVariantConfigOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_LoggingVariantConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_LoggingVariantConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1.LoggingVariantConfig.class, + com.google.container.v1.LoggingVariantConfig.Builder.class); + } + + // Construct using com.google.container.v1.LoggingVariantConfig.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + } + + @java.lang.Override + public Builder clear() { + super.clear(); + variant_ = 0; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_LoggingVariantConfig_descriptor; + } + + @java.lang.Override + public com.google.container.v1.LoggingVariantConfig getDefaultInstanceForType() { + return com.google.container.v1.LoggingVariantConfig.getDefaultInstance(); + } + + @java.lang.Override + public com.google.container.v1.LoggingVariantConfig build() { + com.google.container.v1.LoggingVariantConfig result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.container.v1.LoggingVariantConfig buildPartial() { + com.google.container.v1.LoggingVariantConfig result = + new com.google.container.v1.LoggingVariantConfig(this); + result.variant_ = variant_; + onBuilt(); + return result; + } + + @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.LoggingVariantConfig) { + return mergeFrom((com.google.container.v1.LoggingVariantConfig) other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.container.v1.LoggingVariantConfig other) { + if (other == com.google.container.v1.LoggingVariantConfig.getDefaultInstance()) return this; + if (other.variant_ != 0) { + setVariantValue(other.getVariantValue()); + } + this.mergeUnknownFields(other.unknownFields); + 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 { + com.google.container.v1.LoggingVariantConfig parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.container.v1.LoggingVariantConfig) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private int variant_ = 0; + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig.Variant variant = 1; + * + * @return The enum numeric value on the wire for variant. + */ + @java.lang.Override + public int getVariantValue() { + return variant_; + } + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig.Variant variant = 1; + * + * @param value The enum numeric value on the wire for variant to set. + * @return This builder for chaining. + */ + public Builder setVariantValue(int value) { + + variant_ = value; + onChanged(); + return this; + } + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig.Variant variant = 1; + * + * @return The variant. + */ + @java.lang.Override + public com.google.container.v1.LoggingVariantConfig.Variant getVariant() { + @SuppressWarnings("deprecation") + com.google.container.v1.LoggingVariantConfig.Variant result = + com.google.container.v1.LoggingVariantConfig.Variant.valueOf(variant_); + return result == null + ? com.google.container.v1.LoggingVariantConfig.Variant.UNRECOGNIZED + : result; + } + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig.Variant variant = 1; + * + * @param value The variant to set. + * @return This builder for chaining. + */ + public Builder setVariant(com.google.container.v1.LoggingVariantConfig.Variant value) { + if (value == null) { + throw new NullPointerException(); + } + + variant_ = value.getNumber(); + onChanged(); + return this; + } + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig.Variant variant = 1; + * + * @return This builder for chaining. + */ + public Builder clearVariant() { + + variant_ = 0; + 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.LoggingVariantConfig) + } + + // @@protoc_insertion_point(class_scope:google.container.v1.LoggingVariantConfig) + private static final com.google.container.v1.LoggingVariantConfig DEFAULT_INSTANCE; + + static { + DEFAULT_INSTANCE = new com.google.container.v1.LoggingVariantConfig(); + } + + public static com.google.container.v1.LoggingVariantConfig getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public LoggingVariantConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new LoggingVariantConfig(input, extensionRegistry); + } + }; + + 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.LoggingVariantConfig getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } +} diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingVariantConfigOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingVariantConfigOrBuilder.java new file mode 100644 index 00000000..a32f194b --- /dev/null +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/LoggingVariantConfigOrBuilder.java @@ -0,0 +1,50 @@ +/* + * Copyright 2020 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 + +package com.google.container.v1; + +public interface LoggingVariantConfigOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.container.v1.LoggingVariantConfig) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Logging variant deployed on nodes.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig.Variant variant = 1; + * + * @return The enum numeric value on the wire for variant. + */ + int getVariantValue(); + /** + * + * + *
+   * Logging variant deployed on nodes.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig.Variant variant = 1; + * + * @return The variant. + */ + com.google.container.v1.LoggingVariantConfig.Variant getVariant(); +} diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MasterAuth.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MasterAuth.java index 5a1378f4..c79f1dd3 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MasterAuth.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MasterAuth.java @@ -181,7 +181,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.username is deprecated. See - * google/container/v1/cluster_service.proto;l=951 + * google/container/v1/cluster_service.proto;l=955 * @return The username. */ @java.lang.Override @@ -213,7 +213,7 @@ public java.lang.String getUsername() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.username is deprecated. See - * google/container/v1/cluster_service.proto;l=951 + * google/container/v1/cluster_service.proto;l=955 * @return The bytes for username. */ @java.lang.Override @@ -249,7 +249,7 @@ public com.google.protobuf.ByteString getUsernameBytes() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.password is deprecated. See - * google/container/v1/cluster_service.proto;l=962 + * google/container/v1/cluster_service.proto;l=966 * @return The password. */ @java.lang.Override @@ -282,7 +282,7 @@ public java.lang.String getPassword() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.password is deprecated. See - * google/container/v1/cluster_service.proto;l=962 + * google/container/v1/cluster_service.proto;l=966 * @return The bytes for password. */ @java.lang.Override @@ -932,7 +932,7 @@ public Builder mergeFrom( * string username = 1 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.username is deprecated. See - * google/container/v1/cluster_service.proto;l=951 + * google/container/v1/cluster_service.proto;l=955 * @return The username. */ @java.lang.Deprecated @@ -963,7 +963,7 @@ public java.lang.String getUsername() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.username is deprecated. See - * google/container/v1/cluster_service.proto;l=951 + * google/container/v1/cluster_service.proto;l=955 * @return The bytes for username. */ @java.lang.Deprecated @@ -994,7 +994,7 @@ public com.google.protobuf.ByteString getUsernameBytes() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.username is deprecated. See - * google/container/v1/cluster_service.proto;l=951 + * google/container/v1/cluster_service.proto;l=955 * @param value The username to set. * @return This builder for chaining. */ @@ -1024,7 +1024,7 @@ public Builder setUsername(java.lang.String value) { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.username is deprecated. See - * google/container/v1/cluster_service.proto;l=951 + * google/container/v1/cluster_service.proto;l=955 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1050,7 +1050,7 @@ public Builder clearUsername() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.username is deprecated. See - * google/container/v1/cluster_service.proto;l=951 + * google/container/v1/cluster_service.proto;l=955 * @param value The bytes for username to set. * @return This builder for chaining. */ @@ -1084,7 +1084,7 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.password is deprecated. See - * google/container/v1/cluster_service.proto;l=962 + * google/container/v1/cluster_service.proto;l=966 * @return The password. */ @java.lang.Deprecated @@ -1116,7 +1116,7 @@ public java.lang.String getPassword() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.password is deprecated. See - * google/container/v1/cluster_service.proto;l=962 + * google/container/v1/cluster_service.proto;l=966 * @return The bytes for password. */ @java.lang.Deprecated @@ -1148,7 +1148,7 @@ public com.google.protobuf.ByteString getPasswordBytes() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.password is deprecated. See - * google/container/v1/cluster_service.proto;l=962 + * google/container/v1/cluster_service.proto;l=966 * @param value The password to set. * @return This builder for chaining. */ @@ -1179,7 +1179,7 @@ public Builder setPassword(java.lang.String value) { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.password is deprecated. See - * google/container/v1/cluster_service.proto;l=962 + * google/container/v1/cluster_service.proto;l=966 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1206,7 +1206,7 @@ public Builder clearPassword() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.password is deprecated. See - * google/container/v1/cluster_service.proto;l=962 + * google/container/v1/cluster_service.proto;l=966 * @param value The bytes for password to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MasterAuthOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MasterAuthOrBuilder.java index 0d3f1e78..773647b4 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MasterAuthOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/MasterAuthOrBuilder.java @@ -39,7 +39,7 @@ public interface MasterAuthOrBuilder * string username = 1 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.username is deprecated. See - * google/container/v1/cluster_service.proto;l=951 + * google/container/v1/cluster_service.proto;l=955 * @return The username. */ @java.lang.Deprecated @@ -60,7 +60,7 @@ public interface MasterAuthOrBuilder * string username = 1 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.username is deprecated. See - * google/container/v1/cluster_service.proto;l=951 + * google/container/v1/cluster_service.proto;l=955 * @return The bytes for username. */ @java.lang.Deprecated @@ -83,7 +83,7 @@ public interface MasterAuthOrBuilder * string password = 2 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.password is deprecated. See - * google/container/v1/cluster_service.proto;l=962 + * google/container/v1/cluster_service.proto;l=966 * @return The password. */ @java.lang.Deprecated @@ -105,7 +105,7 @@ public interface MasterAuthOrBuilder * string password = 2 [deprecated = true]; * * @deprecated google.container.v1.MasterAuth.password is deprecated. See - * google/container/v1/cluster_service.proto;l=962 + * google/container/v1/cluster_service.proto;l=966 * @return The bytes for password. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfig.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfig.java index 131636ac..e468e271 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfig.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfig.java @@ -380,6 +380,22 @@ private NodeConfig( confidentialNodes_ = subBuilder.buildPartial(); } + break; + } + case 306: + { + com.google.container.v1.NodePoolLoggingConfig.Builder subBuilder = null; + if (loggingConfig_ != null) { + subBuilder = loggingConfig_.toBuilder(); + } + loggingConfig_ = + input.readMessage( + com.google.container.v1.NodePoolLoggingConfig.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(loggingConfig_); + loggingConfig_ = subBuilder.buildPartial(); + } + break; } default: @@ -2071,6 +2087,54 @@ public com.google.container.v1.ConfidentialNodesOrBuilder getConfidentialNodesOr return getConfidentialNodes(); } + public static final int LOGGING_CONFIG_FIELD_NUMBER = 38; + private com.google.container.v1.NodePoolLoggingConfig loggingConfig_; + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + * + * @return Whether the loggingConfig field is set. + */ + @java.lang.Override + public boolean hasLoggingConfig() { + return loggingConfig_ != null; + } + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + * + * @return The loggingConfig. + */ + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfig getLoggingConfig() { + return loggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + */ + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + return getLoggingConfig(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -2164,6 +2228,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (confidentialNodes_ != null) { output.writeMessage(35, getConfidentialNodes()); } + if (loggingConfig_ != null) { + output.writeMessage(38, getLoggingConfig()); + } unknownFields.writeTo(output); } @@ -2283,6 +2350,9 @@ public int getSerializedSize() { if (confidentialNodes_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(35, getConfidentialNodes()); } + if (loggingConfig_ != null) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(38, getLoggingConfig()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -2355,6 +2425,10 @@ public boolean equals(final java.lang.Object obj) { if (hasConfidentialNodes()) { if (!getConfidentialNodes().equals(other.getConfidentialNodes())) return false; } + if (hasLoggingConfig() != other.hasLoggingConfig()) return false; + if (hasLoggingConfig()) { + if (!getLoggingConfig().equals(other.getLoggingConfig())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -2452,6 +2526,10 @@ public int hashCode() { hash = (37 * hash) + CONFIDENTIAL_NODES_FIELD_NUMBER; hash = (53 * hash) + getConfidentialNodes().hashCode(); } + if (hasLoggingConfig()) { + hash = (37 * hash) + LOGGING_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getLoggingConfig().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -2727,6 +2805,12 @@ public Builder clear() { confidentialNodes_ = null; confidentialNodesBuilder_ = null; } + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } return this; } @@ -2847,6 +2931,11 @@ public com.google.container.v1.NodeConfig buildPartial() { } else { result.confidentialNodes_ = confidentialNodesBuilder_.build(); } + if (loggingConfigBuilder_ == null) { + result.loggingConfig_ = loggingConfig_; + } else { + result.loggingConfig_ = loggingConfigBuilder_.build(); + } onBuilt(); return result; } @@ -3042,6 +3131,9 @@ public Builder mergeFrom(com.google.container.v1.NodeConfig other) { if (other.hasConfidentialNodes()) { mergeConfidentialNodes(other.getConfidentialNodes()); } + if (other.hasLoggingConfig()) { + mergeLoggingConfig(other.getLoggingConfig()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -7838,6 +7930,192 @@ public com.google.container.v1.ConfidentialNodesOrBuilder getConfidentialNodesOr return confidentialNodesBuilder_; } + private com.google.container.v1.NodePoolLoggingConfig loggingConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder> + loggingConfigBuilder_; + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + * + * @return Whether the loggingConfig field is set. + */ + public boolean hasLoggingConfig() { + return loggingConfigBuilder_ != null || loggingConfig_ != null; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + * + * @return The loggingConfig. + */ + public com.google.container.v1.NodePoolLoggingConfig getLoggingConfig() { + if (loggingConfigBuilder_ == null) { + return loggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } else { + return loggingConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + */ + public Builder setLoggingConfig(com.google.container.v1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + loggingConfig_ = value; + onChanged(); + } else { + loggingConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + */ + public Builder setLoggingConfig( + com.google.container.v1.NodePoolLoggingConfig.Builder builderForValue) { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = builderForValue.build(); + onChanged(); + } else { + loggingConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + */ + public Builder mergeLoggingConfig(com.google.container.v1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (loggingConfig_ != null) { + loggingConfig_ = + com.google.container.v1.NodePoolLoggingConfig.newBuilder(loggingConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + loggingConfig_ = value; + } + onChanged(); + } else { + loggingConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + */ + public Builder clearLoggingConfig() { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + onChanged(); + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + */ + public com.google.container.v1.NodePoolLoggingConfig.Builder getLoggingConfigBuilder() { + + onChanged(); + return getLoggingConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + */ + public com.google.container.v1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + if (loggingConfigBuilder_ != null) { + return loggingConfigBuilder_.getMessageOrBuilder(); + } else { + return loggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder> + getLoggingConfigFieldBuilder() { + if (loggingConfigBuilder_ == null) { + loggingConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder>( + getLoggingConfig(), getParentForChildren(), isClean()); + loggingConfig_ = null; + } + return loggingConfigBuilder_; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigDefaults.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigDefaults.java index 533d3dfe..7cbb5af6 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigDefaults.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigDefaults.java @@ -81,6 +81,22 @@ private NodeConfigDefaults( gcfsConfig_ = subBuilder.buildPartial(); } + break; + } + case 26: + { + com.google.container.v1.NodePoolLoggingConfig.Builder subBuilder = null; + if (loggingConfig_ != null) { + subBuilder = loggingConfig_.toBuilder(); + } + loggingConfig_ = + input.readMessage( + com.google.container.v1.NodePoolLoggingConfig.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(loggingConfig_); + loggingConfig_ = subBuilder.buildPartial(); + } + break; } default: @@ -167,6 +183,54 @@ public com.google.container.v1.GcfsConfigOrBuilder getGcfsConfigOrBuilder() { return getGcfsConfig(); } + public static final int LOGGING_CONFIG_FIELD_NUMBER = 3; + private com.google.container.v1.NodePoolLoggingConfig loggingConfig_; + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + * + * @return Whether the loggingConfig field is set. + */ + @java.lang.Override + public boolean hasLoggingConfig() { + return loggingConfig_ != null; + } + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + * + * @return The loggingConfig. + */ + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfig getLoggingConfig() { + return loggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + */ + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + return getLoggingConfig(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -184,6 +248,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (gcfsConfig_ != null) { output.writeMessage(1, getGcfsConfig()); } + if (loggingConfig_ != null) { + output.writeMessage(3, getLoggingConfig()); + } unknownFields.writeTo(output); } @@ -196,6 +263,9 @@ public int getSerializedSize() { if (gcfsConfig_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getGcfsConfig()); } + if (loggingConfig_ != null) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getLoggingConfig()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -216,6 +286,10 @@ public boolean equals(final java.lang.Object obj) { if (hasGcfsConfig()) { if (!getGcfsConfig().equals(other.getGcfsConfig())) return false; } + if (hasLoggingConfig() != other.hasLoggingConfig()) return false; + if (hasLoggingConfig()) { + if (!getLoggingConfig().equals(other.getLoggingConfig())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -231,6 +305,10 @@ public int hashCode() { hash = (37 * hash) + GCFS_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getGcfsConfig().hashCode(); } + if (hasLoggingConfig()) { + hash = (37 * hash) + LOGGING_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getLoggingConfig().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -382,6 +460,12 @@ public Builder clear() { gcfsConfig_ = null; gcfsConfigBuilder_ = null; } + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } return this; } @@ -414,6 +498,11 @@ public com.google.container.v1.NodeConfigDefaults buildPartial() { } else { result.gcfsConfig_ = gcfsConfigBuilder_.build(); } + if (loggingConfigBuilder_ == null) { + result.loggingConfig_ = loggingConfig_; + } else { + result.loggingConfig_ = loggingConfigBuilder_.build(); + } onBuilt(); return result; } @@ -466,6 +555,9 @@ public Builder mergeFrom(com.google.container.v1.NodeConfigDefaults other) { if (other.hasGcfsConfig()) { mergeGcfsConfig(other.getGcfsConfig()); } + if (other.hasLoggingConfig()) { + mergeLoggingConfig(other.getLoggingConfig()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -680,6 +772,192 @@ public com.google.container.v1.GcfsConfigOrBuilder getGcfsConfigOrBuilder() { return gcfsConfigBuilder_; } + private com.google.container.v1.NodePoolLoggingConfig loggingConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder> + loggingConfigBuilder_; + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + * + * @return Whether the loggingConfig field is set. + */ + public boolean hasLoggingConfig() { + return loggingConfigBuilder_ != null || loggingConfig_ != null; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + * + * @return The loggingConfig. + */ + public com.google.container.v1.NodePoolLoggingConfig getLoggingConfig() { + if (loggingConfigBuilder_ == null) { + return loggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } else { + return loggingConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + */ + public Builder setLoggingConfig(com.google.container.v1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + loggingConfig_ = value; + onChanged(); + } else { + loggingConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + */ + public Builder setLoggingConfig( + com.google.container.v1.NodePoolLoggingConfig.Builder builderForValue) { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = builderForValue.build(); + onChanged(); + } else { + loggingConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + */ + public Builder mergeLoggingConfig(com.google.container.v1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (loggingConfig_ != null) { + loggingConfig_ = + com.google.container.v1.NodePoolLoggingConfig.newBuilder(loggingConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + loggingConfig_ = value; + } + onChanged(); + } else { + loggingConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + */ + public Builder clearLoggingConfig() { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + onChanged(); + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + */ + public com.google.container.v1.NodePoolLoggingConfig.Builder getLoggingConfigBuilder() { + + onChanged(); + return getLoggingConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + */ + public com.google.container.v1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + if (loggingConfigBuilder_ != null) { + return loggingConfigBuilder_.getMessageOrBuilder(); + } else { + return loggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder> + getLoggingConfigFieldBuilder() { + if (loggingConfigBuilder_ == null) { + loggingConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder>( + getLoggingConfig(), getParentForChildren(), isClean()); + loggingConfig_ = null; + } + return loggingConfigBuilder_; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigDefaultsOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigDefaultsOrBuilder.java index 8a46c69c..8e42bc9a 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigDefaultsOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigDefaultsOrBuilder.java @@ -57,4 +57,39 @@ public interface NodeConfigDefaultsOrBuilder * .google.container.v1.GcfsConfig gcfs_config = 1; */ com.google.container.v1.GcfsConfigOrBuilder getGcfsConfigOrBuilder(); + + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + * + * @return Whether the loggingConfig field is set. + */ + boolean hasLoggingConfig(); + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + * + * @return The loggingConfig. + */ + com.google.container.v1.NodePoolLoggingConfig getLoggingConfig(); + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 3; + */ + com.google.container.v1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder(); } diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigOrBuilder.java index 1aa7f2fd..f4bf8708 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodeConfigOrBuilder.java @@ -1231,4 +1231,39 @@ java.lang.String getLabelsOrDefault( * .google.container.v1.ConfidentialNodes confidential_nodes = 35; */ com.google.container.v1.ConfidentialNodesOrBuilder getConfidentialNodesOrBuilder(); + + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + * + * @return Whether the loggingConfig field is set. + */ + boolean hasLoggingConfig(); + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + * + * @return The loggingConfig. + */ + com.google.container.v1.NodePoolLoggingConfig getLoggingConfig(); + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 38; + */ + com.google.container.v1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder(); } diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java index f5b4ddc9..e02fcde7 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePool.java @@ -5185,7 +5185,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=2958 + * google/container/v1/cluster_service.proto;l=2971 * @return The statusMessage. */ @java.lang.Override @@ -5213,7 +5213,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=2958 + * google/container/v1/cluster_service.proto;l=2971 * @return The bytes for statusMessage. */ @java.lang.Override @@ -7597,7 +7597,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=2958 + * google/container/v1/cluster_service.proto;l=2971 * @return The statusMessage. */ @java.lang.Deprecated @@ -7624,7 +7624,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=2958 + * google/container/v1/cluster_service.proto;l=2971 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -7651,7 +7651,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=2958 + * google/container/v1/cluster_service.proto;l=2971 * @param value The statusMessage to set. * @return This builder for chaining. */ @@ -7677,7 +7677,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=2958 + * google/container/v1/cluster_service.proto;l=2971 * @return This builder for chaining. */ @java.lang.Deprecated @@ -7699,7 +7699,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=2958 + * google/container/v1/cluster_service.proto;l=2971 * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolLoggingConfig.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolLoggingConfig.java new file mode 100644 index 00000000..55a7e851 --- /dev/null +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolLoggingConfig.java @@ -0,0 +1,734 @@ +/* + * Copyright 2020 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 + +package com.google.container.v1; + +/** + * + * + *
+ * NodePoolLoggingConfig specifies logging configuration for nodepools.
+ * 
+ * + * Protobuf type {@code google.container.v1.NodePoolLoggingConfig} + */ +public final class NodePoolLoggingConfig extends com.google.protobuf.GeneratedMessageV3 + implements + // @@protoc_insertion_point(message_implements:google.container.v1.NodePoolLoggingConfig) + NodePoolLoggingConfigOrBuilder { + private static final long serialVersionUID = 0L; + // Use NodePoolLoggingConfig.newBuilder() to construct. + private NodePoolLoggingConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + + private NodePoolLoggingConfig() {} + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + return new NodePoolLoggingConfig(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + return this.unknownFields; + } + + private NodePoolLoggingConfig( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: + { + com.google.container.v1.LoggingVariantConfig.Builder subBuilder = null; + if (variantConfig_ != null) { + subBuilder = variantConfig_.toBuilder(); + } + variantConfig_ = + input.readMessage( + com.google.container.v1.LoggingVariantConfig.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(variantConfig_); + variantConfig_ = subBuilder.buildPartial(); + } + + break; + } + default: + { + if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_NodePoolLoggingConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_NodePoolLoggingConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1.NodePoolLoggingConfig.class, + com.google.container.v1.NodePoolLoggingConfig.Builder.class); + } + + public static final int VARIANT_CONFIG_FIELD_NUMBER = 1; + private com.google.container.v1.LoggingVariantConfig variantConfig_; + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + * + * @return Whether the variantConfig field is set. + */ + @java.lang.Override + public boolean hasVariantConfig() { + return variantConfig_ != null; + } + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + * + * @return The variantConfig. + */ + @java.lang.Override + public com.google.container.v1.LoggingVariantConfig getVariantConfig() { + return variantConfig_ == null + ? com.google.container.v1.LoggingVariantConfig.getDefaultInstance() + : variantConfig_; + } + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + */ + @java.lang.Override + public com.google.container.v1.LoggingVariantConfigOrBuilder getVariantConfigOrBuilder() { + return getVariantConfig(); + } + + 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 (variantConfig_ != null) { + output.writeMessage(1, getVariantConfig()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (variantConfig_ != null) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getVariantConfig()); + } + size += unknownFields.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.NodePoolLoggingConfig)) { + return super.equals(obj); + } + com.google.container.v1.NodePoolLoggingConfig other = + (com.google.container.v1.NodePoolLoggingConfig) obj; + + if (hasVariantConfig() != other.hasVariantConfig()) return false; + if (hasVariantConfig()) { + if (!getVariantConfig().equals(other.getVariantConfig())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasVariantConfig()) { + hash = (37 * hash) + VARIANT_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getVariantConfig().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.container.v1.NodePoolLoggingConfig parseFrom(java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1.NodePoolLoggingConfig 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.NodePoolLoggingConfig parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1.NodePoolLoggingConfig 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.NodePoolLoggingConfig parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1.NodePoolLoggingConfig parseFrom( + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.container.v1.NodePoolLoggingConfig parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1.NodePoolLoggingConfig 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.NodePoolLoggingConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + } + + public static com.google.container.v1.NodePoolLoggingConfig 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.NodePoolLoggingConfig parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1.NodePoolLoggingConfig 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.NodePoolLoggingConfig 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; + } + /** + * + * + *
+   * NodePoolLoggingConfig specifies logging configuration for nodepools.
+   * 
+ * + * Protobuf type {@code google.container.v1.NodePoolLoggingConfig} + */ + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements + // @@protoc_insertion_point(builder_implements:google.container.v1.NodePoolLoggingConfig) + com.google.container.v1.NodePoolLoggingConfigOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_NodePoolLoggingConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_NodePoolLoggingConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1.NodePoolLoggingConfig.class, + com.google.container.v1.NodePoolLoggingConfig.Builder.class); + } + + // Construct using com.google.container.v1.NodePoolLoggingConfig.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + } + + @java.lang.Override + public Builder clear() { + super.clear(); + if (variantConfigBuilder_ == null) { + variantConfig_ = null; + } else { + variantConfig_ = null; + variantConfigBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.container.v1.ClusterServiceProto + .internal_static_google_container_v1_NodePoolLoggingConfig_descriptor; + } + + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfig getDefaultInstanceForType() { + return com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance(); + } + + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfig build() { + com.google.container.v1.NodePoolLoggingConfig result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfig buildPartial() { + com.google.container.v1.NodePoolLoggingConfig result = + new com.google.container.v1.NodePoolLoggingConfig(this); + if (variantConfigBuilder_ == null) { + result.variantConfig_ = variantConfig_; + } else { + result.variantConfig_ = variantConfigBuilder_.build(); + } + onBuilt(); + return result; + } + + @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.NodePoolLoggingConfig) { + return mergeFrom((com.google.container.v1.NodePoolLoggingConfig) other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.container.v1.NodePoolLoggingConfig other) { + if (other == com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance()) return this; + if (other.hasVariantConfig()) { + mergeVariantConfig(other.getVariantConfig()); + } + this.mergeUnknownFields(other.unknownFields); + 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 { + com.google.container.v1.NodePoolLoggingConfig parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.container.v1.NodePoolLoggingConfig) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.container.v1.LoggingVariantConfig variantConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.LoggingVariantConfig, + com.google.container.v1.LoggingVariantConfig.Builder, + com.google.container.v1.LoggingVariantConfigOrBuilder> + variantConfigBuilder_; + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + * + * @return Whether the variantConfig field is set. + */ + public boolean hasVariantConfig() { + return variantConfigBuilder_ != null || variantConfig_ != null; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + * + * @return The variantConfig. + */ + public com.google.container.v1.LoggingVariantConfig getVariantConfig() { + if (variantConfigBuilder_ == null) { + return variantConfig_ == null + ? com.google.container.v1.LoggingVariantConfig.getDefaultInstance() + : variantConfig_; + } else { + return variantConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + */ + public Builder setVariantConfig(com.google.container.v1.LoggingVariantConfig value) { + if (variantConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + variantConfig_ = value; + onChanged(); + } else { + variantConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + */ + public Builder setVariantConfig( + com.google.container.v1.LoggingVariantConfig.Builder builderForValue) { + if (variantConfigBuilder_ == null) { + variantConfig_ = builderForValue.build(); + onChanged(); + } else { + variantConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + */ + public Builder mergeVariantConfig(com.google.container.v1.LoggingVariantConfig value) { + if (variantConfigBuilder_ == null) { + if (variantConfig_ != null) { + variantConfig_ = + com.google.container.v1.LoggingVariantConfig.newBuilder(variantConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + variantConfig_ = value; + } + onChanged(); + } else { + variantConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + */ + public Builder clearVariantConfig() { + if (variantConfigBuilder_ == null) { + variantConfig_ = null; + onChanged(); + } else { + variantConfig_ = null; + variantConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + */ + public com.google.container.v1.LoggingVariantConfig.Builder getVariantConfigBuilder() { + + onChanged(); + return getVariantConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + */ + public com.google.container.v1.LoggingVariantConfigOrBuilder getVariantConfigOrBuilder() { + if (variantConfigBuilder_ != null) { + return variantConfigBuilder_.getMessageOrBuilder(); + } else { + return variantConfig_ == null + ? com.google.container.v1.LoggingVariantConfig.getDefaultInstance() + : variantConfig_; + } + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.LoggingVariantConfig, + com.google.container.v1.LoggingVariantConfig.Builder, + com.google.container.v1.LoggingVariantConfigOrBuilder> + getVariantConfigFieldBuilder() { + if (variantConfigBuilder_ == null) { + variantConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.LoggingVariantConfig, + com.google.container.v1.LoggingVariantConfig.Builder, + com.google.container.v1.LoggingVariantConfigOrBuilder>( + getVariantConfig(), getParentForChildren(), isClean()); + variantConfig_ = null; + } + return variantConfigBuilder_; + } + + @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.NodePoolLoggingConfig) + } + + // @@protoc_insertion_point(class_scope:google.container.v1.NodePoolLoggingConfig) + private static final com.google.container.v1.NodePoolLoggingConfig DEFAULT_INSTANCE; + + static { + DEFAULT_INSTANCE = new com.google.container.v1.NodePoolLoggingConfig(); + } + + public static com.google.container.v1.NodePoolLoggingConfig getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public NodePoolLoggingConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new NodePoolLoggingConfig(input, extensionRegistry); + } + }; + + 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.NodePoolLoggingConfig getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } +} diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolLoggingConfigOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolLoggingConfigOrBuilder.java new file mode 100644 index 00000000..db60ea9d --- /dev/null +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolLoggingConfigOrBuilder.java @@ -0,0 +1,60 @@ +/* + * Copyright 2020 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 + +package com.google.container.v1; + +public interface NodePoolLoggingConfigOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.container.v1.NodePoolLoggingConfig) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + * + * @return Whether the variantConfig field is set. + */ + boolean hasVariantConfig(); + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + * + * @return The variantConfig. + */ + com.google.container.v1.LoggingVariantConfig getVariantConfig(); + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1.LoggingVariantConfig variant_config = 1; + */ + com.google.container.v1.LoggingVariantConfigOrBuilder getVariantConfigOrBuilder(); +} diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java index 4835fcfc..af8e0ce1 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/NodePoolOrBuilder.java @@ -370,7 +370,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=2958 + * google/container/v1/cluster_service.proto;l=2971 * @return The statusMessage. */ @java.lang.Deprecated @@ -387,7 +387,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=2958 + * google/container/v1/cluster_service.proto;l=2971 * @return The bytes for statusMessage. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java index 9654bfc8..d87b3402 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/Operation.java @@ -986,7 +986,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=1956 + * google/container/v1/cluster_service.proto;l=1966 * @return The zone. */ @java.lang.Override @@ -1014,7 +1014,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=1956 + * google/container/v1/cluster_service.proto;l=1966 * @return The bytes for zone. */ @java.lang.Override @@ -1167,7 +1167,7 @@ public com.google.protobuf.ByteString getDetailBytes() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1969 + * google/container/v1/cluster_service.proto;l=1979 * @return The statusMessage. */ @java.lang.Override @@ -1196,7 +1196,7 @@ public java.lang.String getStatusMessage() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1969 + * google/container/v1/cluster_service.proto;l=1979 * @return The bytes for statusMessage. */ @java.lang.Override @@ -2510,7 +2510,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=1956 + * google/container/v1/cluster_service.proto;l=1966 * @return The zone. */ @java.lang.Deprecated @@ -2537,7 +2537,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=1956 + * google/container/v1/cluster_service.proto;l=1966 * @return The bytes for zone. */ @java.lang.Deprecated @@ -2564,7 +2564,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=1956 + * google/container/v1/cluster_service.proto;l=1966 * @param value The zone to set. * @return This builder for chaining. */ @@ -2590,7 +2590,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=1956 + * google/container/v1/cluster_service.proto;l=1966 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2612,7 +2612,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=1956 + * google/container/v1/cluster_service.proto;l=1966 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -2930,7 +2930,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=1969 + * google/container/v1/cluster_service.proto;l=1979 * @return The statusMessage. */ @java.lang.Deprecated @@ -2958,7 +2958,7 @@ public java.lang.String getStatusMessage() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1969 + * google/container/v1/cluster_service.proto;l=1979 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -2986,7 +2986,7 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1969 + * google/container/v1/cluster_service.proto;l=1979 * @param value The statusMessage to set. * @return This builder for chaining. */ @@ -3013,7 +3013,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=1969 + * google/container/v1/cluster_service.proto;l=1979 * @return This builder for chaining. */ @java.lang.Deprecated @@ -3036,7 +3036,7 @@ public Builder clearStatusMessage() { * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1969 + * google/container/v1/cluster_service.proto;l=1979 * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java index dedb315c..c24dc5f7 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/OperationOrBuilder.java @@ -60,7 +60,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=1956 + * google/container/v1/cluster_service.proto;l=1966 * @return The zone. */ @java.lang.Deprecated @@ -77,7 +77,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=1956 + * google/container/v1/cluster_service.proto;l=1966 * @return The bytes for zone. */ @java.lang.Deprecated @@ -171,7 +171,7 @@ public interface OperationOrBuilder * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1969 + * google/container/v1/cluster_service.proto;l=1979 * @return The statusMessage. */ @java.lang.Deprecated @@ -189,7 +189,7 @@ public interface OperationOrBuilder * * * @deprecated google.container.v1.Operation.status_message is deprecated. See - * google/container/v1/cluster_service.proto;l=1969 + * google/container/v1/cluster_service.proto;l=1979 * @return The bytes for statusMessage. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ReservationAffinity.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ReservationAffinity.java index 3eb118b5..ff61d2d8 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ReservationAffinity.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ReservationAffinity.java @@ -362,8 +362,9 @@ public com.google.container.v1.ReservationAffinity.Type getConsumeReservationTyp * *
    * Corresponds to the label key of a reservation resource. To target a
-   * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-   * the key and specify the name of your reservation as its value.
+   * SPECIFIC_RESERVATION by name, specify
+   * "compute.googleapis.com/reservation-name" as the key and specify the name
+   * of your reservation as its value.
    * 
* * string key = 2; @@ -387,8 +388,9 @@ public java.lang.String getKey() { * *
    * Corresponds to the label key of a reservation resource. To target a
-   * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-   * the key and specify the name of your reservation as its value.
+   * SPECIFIC_RESERVATION by name, specify
+   * "compute.googleapis.com/reservation-name" as the key and specify the name
+   * of your reservation as its value.
    * 
* * string key = 2; @@ -940,8 +942,9 @@ public Builder clearConsumeReservationType() { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; @@ -964,8 +967,9 @@ public java.lang.String getKey() { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; @@ -988,8 +992,9 @@ public com.google.protobuf.ByteString getKeyBytes() { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; @@ -1011,8 +1016,9 @@ public Builder setKey(java.lang.String value) { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; @@ -1030,8 +1036,9 @@ public Builder clearKey() { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ReservationAffinityOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ReservationAffinityOrBuilder.java index 87fb27a1..de90b6ab 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ReservationAffinityOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ReservationAffinityOrBuilder.java @@ -53,8 +53,9 @@ public interface ReservationAffinityOrBuilder * *
    * Corresponds to the label key of a reservation resource. To target a
-   * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-   * the key and specify the name of your reservation as its value.
+   * SPECIFIC_RESERVATION by name, specify
+   * "compute.googleapis.com/reservation-name" as the key and specify the name
+   * of your reservation as its value.
    * 
* * string key = 2; @@ -67,8 +68,9 @@ public interface ReservationAffinityOrBuilder * *
    * Corresponds to the label key of a reservation resource. To target a
-   * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-   * the key and specify the name of your reservation as its value.
+   * SPECIFIC_RESERVATION by name, specify
+   * "compute.googleapis.com/reservation-name" as the key and specify the name
+   * of your reservation as its value.
    * 
* * string key = 2; diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java index fb1b0c09..0fd5d2da 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequest.java @@ -167,7 +167,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=3217 + * google/container/v1/cluster_service.proto;l=3230 * @return The projectId. */ @java.lang.Override @@ -195,7 +195,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=3217 + * google/container/v1/cluster_service.proto;l=3230 * @return The bytes for projectId. */ @java.lang.Override @@ -227,7 +227,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=3223 + * google/container/v1/cluster_service.proto;l=3236 * @return The zone. */ @java.lang.Override @@ -256,7 +256,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=3223 + * google/container/v1/cluster_service.proto;l=3236 * @return The bytes for zone. */ @java.lang.Override @@ -286,7 +286,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=3227 + * google/container/v1/cluster_service.proto;l=3240 * @return The clusterId. */ @java.lang.Override @@ -313,7 +313,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=3227 + * google/container/v1/cluster_service.proto;l=3240 * @return The bytes for clusterId. */ @java.lang.Override @@ -343,7 +343,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=3231 + * google/container/v1/cluster_service.proto;l=3244 * @return The nodePoolId. */ @java.lang.Override @@ -370,7 +370,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=3231 + * google/container/v1/cluster_service.proto;l=3244 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -872,7 +872,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=3217 + * google/container/v1/cluster_service.proto;l=3230 * @return The projectId. */ @java.lang.Deprecated @@ -899,7 +899,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=3217 + * google/container/v1/cluster_service.proto;l=3230 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -926,7 +926,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=3217 + * google/container/v1/cluster_service.proto;l=3230 * @param value The projectId to set. * @return This builder for chaining. */ @@ -952,7 +952,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=3217 + * google/container/v1/cluster_service.proto;l=3230 * @return This builder for chaining. */ @java.lang.Deprecated @@ -974,7 +974,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=3217 + * google/container/v1/cluster_service.proto;l=3230 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1004,7 +1004,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=3223 + * google/container/v1/cluster_service.proto;l=3236 * @return The zone. */ @java.lang.Deprecated @@ -1032,7 +1032,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=3223 + * google/container/v1/cluster_service.proto;l=3236 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1060,7 +1060,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=3223 + * google/container/v1/cluster_service.proto;l=3236 * @param value The zone to set. * @return This builder for chaining. */ @@ -1087,7 +1087,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=3223 + * google/container/v1/cluster_service.proto;l=3236 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1110,7 +1110,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=3223 + * google/container/v1/cluster_service.proto;l=3236 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1138,7 +1138,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=3227 + * google/container/v1/cluster_service.proto;l=3240 * @return The clusterId. */ @java.lang.Deprecated @@ -1164,7 +1164,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=3227 + * google/container/v1/cluster_service.proto;l=3240 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1190,7 +1190,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=3227 + * google/container/v1/cluster_service.proto;l=3240 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1215,7 +1215,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=3227 + * google/container/v1/cluster_service.proto;l=3240 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1236,7 +1236,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=3227 + * google/container/v1/cluster_service.proto;l=3240 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1264,7 +1264,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=3231 + * See google/container/v1/cluster_service.proto;l=3244 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1290,7 +1290,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=3231 + * See google/container/v1/cluster_service.proto;l=3244 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1316,7 +1316,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=3231 + * See google/container/v1/cluster_service.proto;l=3244 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1341,7 +1341,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=3231 + * See google/container/v1/cluster_service.proto;l=3244 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1362,7 +1362,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=3231 + * See google/container/v1/cluster_service.proto;l=3244 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java index 32ddd4be..9ebc868f 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/RollbackNodePoolUpgradeRequestOrBuilder.java @@ -35,7 +35,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=3217 + * google/container/v1/cluster_service.proto;l=3230 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=3217 + * google/container/v1/cluster_service.proto;l=3230 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=3223 + * google/container/v1/cluster_service.proto;l=3236 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=3223 + * google/container/v1/cluster_service.proto;l=3236 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=3227 + * google/container/v1/cluster_service.proto;l=3240 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=3227 + * google/container/v1/cluster_service.proto;l=3240 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -139,7 +139,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=3231 + * google/container/v1/cluster_service.proto;l=3244 * @return The nodePoolId. */ @java.lang.Deprecated @@ -155,7 +155,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=3231 + * google/container/v1/cluster_service.proto;l=3244 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java index 416f1c9c..b021d65c 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequest.java @@ -167,7 +167,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=2314 + * google/container/v1/cluster_service.proto;l=2327 * @return The projectId. */ @java.lang.Override @@ -195,7 +195,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=2314 + * google/container/v1/cluster_service.proto;l=2327 * @return The bytes for projectId. */ @java.lang.Override @@ -227,7 +227,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=2320 + * google/container/v1/cluster_service.proto;l=2333 * @return The zone. */ @java.lang.Override @@ -256,7 +256,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=2320 + * google/container/v1/cluster_service.proto;l=2333 * @return The bytes for zone. */ @java.lang.Override @@ -286,7 +286,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=2324 + * google/container/v1/cluster_service.proto;l=2337 * @return The clusterId. */ @java.lang.Override @@ -313,7 +313,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=2324 + * google/container/v1/cluster_service.proto;l=2337 * @return The bytes for clusterId. */ @java.lang.Override @@ -843,7 +843,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=2314 + * google/container/v1/cluster_service.proto;l=2327 * @return The projectId. */ @java.lang.Deprecated @@ -870,7 +870,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=2314 + * google/container/v1/cluster_service.proto;l=2327 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -897,7 +897,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=2314 + * google/container/v1/cluster_service.proto;l=2327 * @param value The projectId to set. * @return This builder for chaining. */ @@ -923,7 +923,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=2314 + * google/container/v1/cluster_service.proto;l=2327 * @return This builder for chaining. */ @java.lang.Deprecated @@ -945,7 +945,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=2314 + * google/container/v1/cluster_service.proto;l=2327 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -975,7 +975,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=2320 + * google/container/v1/cluster_service.proto;l=2333 * @return The zone. */ @java.lang.Deprecated @@ -1003,7 +1003,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=2320 + * google/container/v1/cluster_service.proto;l=2333 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1031,7 +1031,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=2320 + * google/container/v1/cluster_service.proto;l=2333 * @param value The zone to set. * @return This builder for chaining. */ @@ -1058,7 +1058,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=2320 + * google/container/v1/cluster_service.proto;l=2333 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1081,7 +1081,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=2320 + * google/container/v1/cluster_service.proto;l=2333 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1109,7 +1109,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=2324 + * google/container/v1/cluster_service.proto;l=2337 * @return The clusterId. */ @java.lang.Deprecated @@ -1135,7 +1135,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=2324 + * google/container/v1/cluster_service.proto;l=2337 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1161,7 +1161,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=2324 + * google/container/v1/cluster_service.proto;l=2337 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1186,7 +1186,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=2324 + * google/container/v1/cluster_service.proto;l=2337 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1207,7 +1207,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=2324 + * google/container/v1/cluster_service.proto;l=2337 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java index 513fb24b..c90b7165 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetAddonsConfigRequestOrBuilder.java @@ -35,7 +35,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=2314 + * google/container/v1/cluster_service.proto;l=2327 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2314 + * google/container/v1/cluster_service.proto;l=2327 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2320 + * google/container/v1/cluster_service.proto;l=2333 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2320 + * google/container/v1/cluster_service.proto;l=2333 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2324 + * google/container/v1/cluster_service.proto;l=2337 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2324 + * google/container/v1/cluster_service.proto;l=2337 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java index af44a9a7..5c634d4b 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequest.java @@ -190,7 +190,7 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { * string project_id = 1 [deprecated = true]; * * @deprecated google.container.v1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=3409 + * google/container/v1/cluster_service.proto;l=3422 * @return The projectId. */ @java.lang.Override @@ -218,7 +218,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=3409 + * google/container/v1/cluster_service.proto;l=3422 * @return The bytes for projectId. */ @java.lang.Override @@ -250,7 +250,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=3415 + * google/container/v1/cluster_service.proto;l=3428 * @return The zone. */ @java.lang.Override @@ -279,7 +279,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=3415 + * google/container/v1/cluster_service.proto;l=3428 * @return The bytes for zone. */ @java.lang.Override @@ -309,7 +309,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=3419 + * google/container/v1/cluster_service.proto;l=3432 * @return The clusterId. */ @java.lang.Override @@ -336,7 +336,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=3419 + * google/container/v1/cluster_service.proto;l=3432 * @return The bytes for clusterId. */ @java.lang.Override @@ -1006,7 +1006,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=3409 + * google/container/v1/cluster_service.proto;l=3422 * @return The projectId. */ @java.lang.Deprecated @@ -1033,7 +1033,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=3409 + * google/container/v1/cluster_service.proto;l=3422 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -1060,7 +1060,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=3409 + * google/container/v1/cluster_service.proto;l=3422 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1086,7 +1086,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=3409 + * google/container/v1/cluster_service.proto;l=3422 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1108,7 +1108,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=3409 + * google/container/v1/cluster_service.proto;l=3422 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1138,7 +1138,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=3415 + * google/container/v1/cluster_service.proto;l=3428 * @return The zone. */ @java.lang.Deprecated @@ -1166,7 +1166,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=3415 + * google/container/v1/cluster_service.proto;l=3428 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1194,7 +1194,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=3415 + * google/container/v1/cluster_service.proto;l=3428 * @param value The zone to set. * @return This builder for chaining. */ @@ -1221,7 +1221,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=3415 + * google/container/v1/cluster_service.proto;l=3428 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1244,7 +1244,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=3415 + * google/container/v1/cluster_service.proto;l=3428 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1272,7 +1272,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=3419 + * google/container/v1/cluster_service.proto;l=3432 * @return The clusterId. */ @java.lang.Deprecated @@ -1298,7 +1298,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=3419 + * google/container/v1/cluster_service.proto;l=3432 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1324,7 +1324,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=3419 + * google/container/v1/cluster_service.proto;l=3432 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1349,7 +1349,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=3419 + * google/container/v1/cluster_service.proto;l=3432 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1370,7 +1370,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=3419 + * google/container/v1/cluster_service.proto;l=3432 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java index 20f2129d..7ec8ac3e 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLabelsRequestOrBuilder.java @@ -35,7 +35,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=3409 + * google/container/v1/cluster_service.proto;l=3422 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=3409 + * google/container/v1/cluster_service.proto;l=3422 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=3415 + * google/container/v1/cluster_service.proto;l=3428 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=3415 + * google/container/v1/cluster_service.proto;l=3428 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=3419 + * google/container/v1/cluster_service.proto;l=3432 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=3419 + * google/container/v1/cluster_service.proto;l=3432 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java index 39027891..32d26749 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequest.java @@ -157,7 +157,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=3443 + * google/container/v1/cluster_service.proto;l=3456 * @return The projectId. */ @java.lang.Override @@ -185,7 +185,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=3443 + * google/container/v1/cluster_service.proto;l=3456 * @return The bytes for projectId. */ @java.lang.Override @@ -217,7 +217,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=3449 + * google/container/v1/cluster_service.proto;l=3462 * @return The zone. */ @java.lang.Override @@ -246,7 +246,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=3449 + * google/container/v1/cluster_service.proto;l=3462 * @return The bytes for zone. */ @java.lang.Override @@ -276,7 +276,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=3453 + * google/container/v1/cluster_service.proto;l=3466 * @return The clusterId. */ @java.lang.Override @@ -303,7 +303,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=3453 + * google/container/v1/cluster_service.proto;l=3466 * @return The bytes for clusterId. */ @java.lang.Override @@ -782,7 +782,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=3443 + * google/container/v1/cluster_service.proto;l=3456 * @return The projectId. */ @java.lang.Deprecated @@ -809,7 +809,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=3443 + * google/container/v1/cluster_service.proto;l=3456 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -836,7 +836,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=3443 + * google/container/v1/cluster_service.proto;l=3456 * @param value The projectId to set. * @return This builder for chaining. */ @@ -862,7 +862,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=3443 + * google/container/v1/cluster_service.proto;l=3456 * @return This builder for chaining. */ @java.lang.Deprecated @@ -884,7 +884,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=3443 + * google/container/v1/cluster_service.proto;l=3456 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -914,7 +914,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=3449 + * google/container/v1/cluster_service.proto;l=3462 * @return The zone. */ @java.lang.Deprecated @@ -942,7 +942,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=3449 + * google/container/v1/cluster_service.proto;l=3462 * @return The bytes for zone. */ @java.lang.Deprecated @@ -970,7 +970,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=3449 + * google/container/v1/cluster_service.proto;l=3462 * @param value The zone to set. * @return This builder for chaining. */ @@ -997,7 +997,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=3449 + * google/container/v1/cluster_service.proto;l=3462 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1020,7 +1020,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=3449 + * google/container/v1/cluster_service.proto;l=3462 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1048,7 +1048,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=3453 + * google/container/v1/cluster_service.proto;l=3466 * @return The clusterId. */ @java.lang.Deprecated @@ -1074,7 +1074,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=3453 + * google/container/v1/cluster_service.proto;l=3466 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1100,7 +1100,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=3453 + * google/container/v1/cluster_service.proto;l=3466 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1125,7 +1125,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=3453 + * google/container/v1/cluster_service.proto;l=3466 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1146,7 +1146,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=3453 + * google/container/v1/cluster_service.proto;l=3466 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java index b6cefd4d..b35ed639 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLegacyAbacRequestOrBuilder.java @@ -35,7 +35,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=3443 + * google/container/v1/cluster_service.proto;l=3456 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=3443 + * google/container/v1/cluster_service.proto;l=3456 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=3449 + * google/container/v1/cluster_service.proto;l=3462 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=3449 + * google/container/v1/cluster_service.proto;l=3462 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=3453 + * google/container/v1/cluster_service.proto;l=3466 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=3453 + * google/container/v1/cluster_service.proto;l=3466 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java index 47eb911a..c152577f 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequest.java @@ -166,7 +166,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=2340 + * google/container/v1/cluster_service.proto;l=2353 * @return The projectId. */ @java.lang.Override @@ -194,7 +194,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=2340 + * google/container/v1/cluster_service.proto;l=2353 * @return The bytes for projectId. */ @java.lang.Override @@ -226,7 +226,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=2346 + * google/container/v1/cluster_service.proto;l=2359 * @return The zone. */ @java.lang.Override @@ -255,7 +255,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=2346 + * google/container/v1/cluster_service.proto;l=2359 * @return The bytes for zone. */ @java.lang.Override @@ -285,7 +285,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=2350 + * google/container/v1/cluster_service.proto;l=2363 * @return The clusterId. */ @java.lang.Override @@ -312,7 +312,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=2350 + * google/container/v1/cluster_service.proto;l=2363 * @return The bytes for clusterId. */ @java.lang.Override @@ -874,7 +874,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=2340 + * google/container/v1/cluster_service.proto;l=2353 * @return The projectId. */ @java.lang.Deprecated @@ -901,7 +901,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=2340 + * google/container/v1/cluster_service.proto;l=2353 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -928,7 +928,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=2340 + * google/container/v1/cluster_service.proto;l=2353 * @param value The projectId to set. * @return This builder for chaining. */ @@ -954,7 +954,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=2340 + * google/container/v1/cluster_service.proto;l=2353 * @return This builder for chaining. */ @java.lang.Deprecated @@ -976,7 +976,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=2340 + * google/container/v1/cluster_service.proto;l=2353 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1006,7 +1006,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=2346 + * google/container/v1/cluster_service.proto;l=2359 * @return The zone. */ @java.lang.Deprecated @@ -1034,7 +1034,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=2346 + * google/container/v1/cluster_service.proto;l=2359 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1062,7 +1062,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=2346 + * google/container/v1/cluster_service.proto;l=2359 * @param value The zone to set. * @return This builder for chaining. */ @@ -1089,7 +1089,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=2346 + * google/container/v1/cluster_service.proto;l=2359 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1112,7 +1112,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=2346 + * google/container/v1/cluster_service.proto;l=2359 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1140,7 +1140,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=2350 + * google/container/v1/cluster_service.proto;l=2363 * @return The clusterId. */ @java.lang.Deprecated @@ -1166,7 +1166,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=2350 + * google/container/v1/cluster_service.proto;l=2363 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1192,7 +1192,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=2350 + * google/container/v1/cluster_service.proto;l=2363 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1217,7 +1217,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=2350 + * google/container/v1/cluster_service.proto;l=2363 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1238,7 +1238,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=2350 + * google/container/v1/cluster_service.proto;l=2363 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java index b962e50d..d150149b 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLocationsRequestOrBuilder.java @@ -35,7 +35,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=2340 + * google/container/v1/cluster_service.proto;l=2353 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2340 + * google/container/v1/cluster_service.proto;l=2353 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2346 + * google/container/v1/cluster_service.proto;l=2359 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2346 + * google/container/v1/cluster_service.proto;l=2359 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2350 + * google/container/v1/cluster_service.proto;l=2363 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2350 + * google/container/v1/cluster_service.proto;l=2363 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java index 54f92f2a..e666b94b 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequest.java @@ -159,7 +159,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=2244 + * google/container/v1/cluster_service.proto;l=2257 * @return The projectId. */ @java.lang.Override @@ -187,7 +187,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=2244 + * google/container/v1/cluster_service.proto;l=2257 * @return The bytes for projectId. */ @java.lang.Override @@ -219,7 +219,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=2250 + * google/container/v1/cluster_service.proto;l=2263 * @return The zone. */ @java.lang.Override @@ -248,7 +248,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=2250 + * google/container/v1/cluster_service.proto;l=2263 * @return The bytes for zone. */ @java.lang.Override @@ -278,7 +278,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=2254 + * google/container/v1/cluster_service.proto;l=2267 * @return The clusterId. */ @java.lang.Override @@ -305,7 +305,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=2254 + * google/container/v1/cluster_service.proto;l=2267 * @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.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2244 + * google/container/v1/cluster_service.proto;l=2257 * @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.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2244 + * google/container/v1/cluster_service.proto;l=2257 * @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.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2244 + * google/container/v1/cluster_service.proto;l=2257 * @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.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2244 + * google/container/v1/cluster_service.proto;l=2257 * @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.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2244 + * google/container/v1/cluster_service.proto;l=2257 * @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.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2250 + * google/container/v1/cluster_service.proto;l=2263 * @return The zone. */ @java.lang.Deprecated @@ -992,7 +992,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=2250 + * google/container/v1/cluster_service.proto;l=2263 * @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.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2250 + * google/container/v1/cluster_service.proto;l=2263 * @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.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1/cluster_service.proto;l=2250 + * google/container/v1/cluster_service.proto;l=2263 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1070,7 +1070,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=2250 + * google/container/v1/cluster_service.proto;l=2263 * @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.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2254 + * google/container/v1/cluster_service.proto;l=2267 * @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.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2254 + * google/container/v1/cluster_service.proto;l=2267 * @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.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2254 + * google/container/v1/cluster_service.proto;l=2267 * @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.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2254 + * google/container/v1/cluster_service.proto;l=2267 * @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.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1/cluster_service.proto;l=2254 + * google/container/v1/cluster_service.proto;l=2267 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java index 6a88f908..1b809599 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetLoggingServiceRequestOrBuilder.java @@ -35,7 +35,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=2244 + * google/container/v1/cluster_service.proto;l=2257 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2244 + * google/container/v1/cluster_service.proto;l=2257 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2250 + * google/container/v1/cluster_service.proto;l=2263 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2250 + * google/container/v1/cluster_service.proto;l=2263 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2254 + * google/container/v1/cluster_service.proto;l=2267 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2254 + * google/container/v1/cluster_service.proto;l=2267 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java index f48ca334..e756cca8 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequest.java @@ -359,7 +359,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=2423 + * google/container/v1/cluster_service.proto;l=2436 * @return The projectId. */ @java.lang.Override @@ -387,7 +387,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=2423 + * google/container/v1/cluster_service.proto;l=2436 * @return The bytes for projectId. */ @java.lang.Override @@ -419,7 +419,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=2429 + * google/container/v1/cluster_service.proto;l=2442 * @return The zone. */ @java.lang.Override @@ -448,7 +448,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=2429 + * google/container/v1/cluster_service.proto;l=2442 * @return The bytes for zone. */ @java.lang.Override @@ -478,7 +478,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=2433 + * google/container/v1/cluster_service.proto;l=2446 * @return The clusterId. */ @java.lang.Override @@ -505,7 +505,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=2433 + * google/container/v1/cluster_service.proto;l=2446 * @return The bytes for clusterId. */ @java.lang.Override @@ -1084,7 +1084,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=2423 + * google/container/v1/cluster_service.proto;l=2436 * @return The projectId. */ @java.lang.Deprecated @@ -1111,7 +1111,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=2423 + * google/container/v1/cluster_service.proto;l=2436 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -1138,7 +1138,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=2423 + * google/container/v1/cluster_service.proto;l=2436 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1164,7 +1164,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=2423 + * google/container/v1/cluster_service.proto;l=2436 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1186,7 +1186,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=2423 + * google/container/v1/cluster_service.proto;l=2436 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1216,7 +1216,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=2429 + * google/container/v1/cluster_service.proto;l=2442 * @return The zone. */ @java.lang.Deprecated @@ -1244,7 +1244,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=2429 + * google/container/v1/cluster_service.proto;l=2442 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1272,7 +1272,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=2429 + * google/container/v1/cluster_service.proto;l=2442 * @param value The zone to set. * @return This builder for chaining. */ @@ -1299,7 +1299,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=2429 + * google/container/v1/cluster_service.proto;l=2442 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1322,7 +1322,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=2429 + * google/container/v1/cluster_service.proto;l=2442 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1350,7 +1350,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=2433 + * google/container/v1/cluster_service.proto;l=2446 * @return The clusterId. */ @java.lang.Deprecated @@ -1376,7 +1376,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=2433 + * google/container/v1/cluster_service.proto;l=2446 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1402,7 +1402,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=2433 + * google/container/v1/cluster_service.proto;l=2446 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1427,7 +1427,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=2433 + * google/container/v1/cluster_service.proto;l=2446 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1448,7 +1448,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=2433 + * google/container/v1/cluster_service.proto;l=2446 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java index 71f523f0..c2d30f11 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMasterAuthRequestOrBuilder.java @@ -35,7 +35,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=2423 + * google/container/v1/cluster_service.proto;l=2436 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2423 + * google/container/v1/cluster_service.proto;l=2436 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2429 + * google/container/v1/cluster_service.proto;l=2442 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2429 + * google/container/v1/cluster_service.proto;l=2442 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2433 + * google/container/v1/cluster_service.proto;l=2446 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2433 + * google/container/v1/cluster_service.proto;l=2446 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java index d6f1b6c4..69b56a93 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequest.java @@ -159,7 +159,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=2279 + * google/container/v1/cluster_service.proto;l=2292 * @return The projectId. */ @java.lang.Override @@ -187,7 +187,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=2279 + * google/container/v1/cluster_service.proto;l=2292 * @return The bytes for projectId. */ @java.lang.Override @@ -219,7 +219,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=2285 + * google/container/v1/cluster_service.proto;l=2298 * @return The zone. */ @java.lang.Override @@ -248,7 +248,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=2285 + * google/container/v1/cluster_service.proto;l=2298 * @return The bytes for zone. */ @java.lang.Override @@ -278,7 +278,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=2289 + * google/container/v1/cluster_service.proto;l=2302 * @return The clusterId. */ @java.lang.Override @@ -305,7 +305,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=2289 + * google/container/v1/cluster_service.proto;l=2302 * @return The bytes for clusterId. */ @java.lang.Override @@ -833,7 +833,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=2279 + * google/container/v1/cluster_service.proto;l=2292 * @return The projectId. */ @java.lang.Deprecated @@ -860,7 +860,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=2279 + * google/container/v1/cluster_service.proto;l=2292 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -887,7 +887,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=2279 + * google/container/v1/cluster_service.proto;l=2292 * @param value The projectId to set. * @return This builder for chaining. */ @@ -913,7 +913,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=2279 + * google/container/v1/cluster_service.proto;l=2292 * @return This builder for chaining. */ @java.lang.Deprecated @@ -935,7 +935,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=2279 + * google/container/v1/cluster_service.proto;l=2292 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -965,7 +965,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=2285 + * google/container/v1/cluster_service.proto;l=2298 * @return The zone. */ @java.lang.Deprecated @@ -993,7 +993,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=2285 + * google/container/v1/cluster_service.proto;l=2298 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1021,7 +1021,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=2285 + * google/container/v1/cluster_service.proto;l=2298 * @param value The zone to set. * @return This builder for chaining. */ @@ -1048,7 +1048,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=2285 + * google/container/v1/cluster_service.proto;l=2298 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1071,7 +1071,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=2285 + * google/container/v1/cluster_service.proto;l=2298 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1099,7 +1099,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=2289 + * google/container/v1/cluster_service.proto;l=2302 * @return The clusterId. */ @java.lang.Deprecated @@ -1125,7 +1125,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=2289 + * google/container/v1/cluster_service.proto;l=2302 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1151,7 +1151,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=2289 + * google/container/v1/cluster_service.proto;l=2302 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1176,7 +1176,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=2289 + * google/container/v1/cluster_service.proto;l=2302 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1197,7 +1197,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=2289 + * google/container/v1/cluster_service.proto;l=2302 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java index a1f0ed78..3013c4ea 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetMonitoringServiceRequestOrBuilder.java @@ -35,7 +35,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=2279 + * google/container/v1/cluster_service.proto;l=2292 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2279 + * google/container/v1/cluster_service.proto;l=2292 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2285 + * google/container/v1/cluster_service.proto;l=2298 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2285 + * google/container/v1/cluster_service.proto;l=2298 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2289 + * google/container/v1/cluster_service.proto;l=2302 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2289 + * google/container/v1/cluster_service.proto;l=2302 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java index 0fbd2ea5..89d300f1 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequest.java @@ -167,7 +167,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=3578 + * google/container/v1/cluster_service.proto;l=3591 * @return The projectId. */ @java.lang.Override @@ -195,7 +195,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=3578 + * google/container/v1/cluster_service.proto;l=3591 * @return The bytes for projectId. */ @java.lang.Override @@ -227,7 +227,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=3584 + * google/container/v1/cluster_service.proto;l=3597 * @return The zone. */ @java.lang.Override @@ -256,7 +256,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=3584 + * google/container/v1/cluster_service.proto;l=3597 * @return The bytes for zone. */ @java.lang.Override @@ -286,7 +286,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=3588 + * google/container/v1/cluster_service.proto;l=3601 * @return The clusterId. */ @java.lang.Override @@ -313,7 +313,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=3588 + * google/container/v1/cluster_service.proto;l=3601 * @return The bytes for clusterId. */ @java.lang.Override @@ -841,7 +841,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=3578 + * google/container/v1/cluster_service.proto;l=3591 * @return The projectId. */ @java.lang.Deprecated @@ -868,7 +868,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=3578 + * google/container/v1/cluster_service.proto;l=3591 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -895,7 +895,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=3578 + * google/container/v1/cluster_service.proto;l=3591 * @param value The projectId to set. * @return This builder for chaining. */ @@ -921,7 +921,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=3578 + * google/container/v1/cluster_service.proto;l=3591 * @return This builder for chaining. */ @java.lang.Deprecated @@ -943,7 +943,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=3578 + * google/container/v1/cluster_service.proto;l=3591 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -973,7 +973,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=3584 + * google/container/v1/cluster_service.proto;l=3597 * @return The zone. */ @java.lang.Deprecated @@ -1001,7 +1001,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=3584 + * google/container/v1/cluster_service.proto;l=3597 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1029,7 +1029,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=3584 + * google/container/v1/cluster_service.proto;l=3597 * @param value The zone to set. * @return This builder for chaining. */ @@ -1056,7 +1056,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=3584 + * google/container/v1/cluster_service.proto;l=3597 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1079,7 +1079,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=3584 + * google/container/v1/cluster_service.proto;l=3597 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1107,7 +1107,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=3588 + * google/container/v1/cluster_service.proto;l=3601 * @return The clusterId. */ @java.lang.Deprecated @@ -1133,7 +1133,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=3588 + * google/container/v1/cluster_service.proto;l=3601 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1159,7 +1159,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=3588 + * google/container/v1/cluster_service.proto;l=3601 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1184,7 +1184,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=3588 + * google/container/v1/cluster_service.proto;l=3601 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1205,7 +1205,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=3588 + * google/container/v1/cluster_service.proto;l=3601 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java index 0e80b5ef..0f619ba9 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNetworkPolicyRequestOrBuilder.java @@ -35,7 +35,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=3578 + * google/container/v1/cluster_service.proto;l=3591 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=3578 + * google/container/v1/cluster_service.proto;l=3591 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=3584 + * google/container/v1/cluster_service.proto;l=3597 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=3584 + * google/container/v1/cluster_service.proto;l=3597 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=3588 + * google/container/v1/cluster_service.proto;l=3601 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=3588 + * google/container/v1/cluster_service.proto;l=3601 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java index d8b02da7..3c16b334 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequest.java @@ -175,7 +175,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=2214 + * google/container/v1/cluster_service.proto;l=2227 * @return The projectId. */ @java.lang.Override @@ -203,7 +203,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=2214 + * google/container/v1/cluster_service.proto;l=2227 * @return The bytes for projectId. */ @java.lang.Override @@ -235,7 +235,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=2220 + * google/container/v1/cluster_service.proto;l=2233 * @return The zone. */ @java.lang.Override @@ -264,7 +264,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=2220 + * google/container/v1/cluster_service.proto;l=2233 * @return The bytes for zone. */ @java.lang.Override @@ -294,7 +294,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=2224 + * google/container/v1/cluster_service.proto;l=2237 * @return The clusterId. */ @java.lang.Override @@ -321,7 +321,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=2224 + * google/container/v1/cluster_service.proto;l=2237 * @return The bytes for clusterId. */ @java.lang.Override @@ -351,7 +351,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=2228 + * google/container/v1/cluster_service.proto;l=2241 * @return The nodePoolId. */ @java.lang.Override @@ -378,7 +378,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=2228 + * google/container/v1/cluster_service.proto;l=2241 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -926,7 +926,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=2214 + * google/container/v1/cluster_service.proto;l=2227 * @return The projectId. */ @java.lang.Deprecated @@ -953,7 +953,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=2214 + * google/container/v1/cluster_service.proto;l=2227 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -980,7 +980,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=2214 + * google/container/v1/cluster_service.proto;l=2227 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1006,7 +1006,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=2214 + * google/container/v1/cluster_service.proto;l=2227 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1028,7 +1028,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=2214 + * google/container/v1/cluster_service.proto;l=2227 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1058,7 +1058,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=2220 + * google/container/v1/cluster_service.proto;l=2233 * @return The zone. */ @java.lang.Deprecated @@ -1086,7 +1086,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=2220 + * google/container/v1/cluster_service.proto;l=2233 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1114,7 +1114,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=2220 + * google/container/v1/cluster_service.proto;l=2233 * @param value The zone to set. * @return This builder for chaining. */ @@ -1141,7 +1141,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=2220 + * google/container/v1/cluster_service.proto;l=2233 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1164,7 +1164,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=2220 + * google/container/v1/cluster_service.proto;l=2233 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1192,7 +1192,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=2224 + * google/container/v1/cluster_service.proto;l=2237 * @return The clusterId. */ @java.lang.Deprecated @@ -1218,7 +1218,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=2224 + * google/container/v1/cluster_service.proto;l=2237 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1244,7 +1244,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=2224 + * google/container/v1/cluster_service.proto;l=2237 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1269,7 +1269,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=2224 + * google/container/v1/cluster_service.proto;l=2237 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1290,7 +1290,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=2224 + * google/container/v1/cluster_service.proto;l=2237 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1318,7 +1318,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=2228 + * google/container/v1/cluster_service.proto;l=2241 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1344,7 +1344,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=2228 + * google/container/v1/cluster_service.proto;l=2241 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1370,7 +1370,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=2228 + * google/container/v1/cluster_service.proto;l=2241 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1395,7 +1395,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=2228 + * google/container/v1/cluster_service.proto;l=2241 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1416,7 +1416,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=2228 + * google/container/v1/cluster_service.proto;l=2241 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java index a8444284..24cd660c 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolAutoscalingRequestOrBuilder.java @@ -35,7 +35,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=2214 + * google/container/v1/cluster_service.proto;l=2227 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2214 + * google/container/v1/cluster_service.proto;l=2227 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2220 + * google/container/v1/cluster_service.proto;l=2233 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2220 + * google/container/v1/cluster_service.proto;l=2233 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2224 + * google/container/v1/cluster_service.proto;l=2237 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2224 + * google/container/v1/cluster_service.proto;l=2237 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -139,7 +139,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=2228 + * google/container/v1/cluster_service.proto;l=2241 * @return The nodePoolId. */ @java.lang.Deprecated @@ -155,7 +155,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=2228 + * google/container/v1/cluster_service.proto;l=2241 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java index 30297e6a..3227ec60 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequest.java @@ -176,7 +176,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=3146 + * google/container/v1/cluster_service.proto;l=3159 * @return The projectId. */ @java.lang.Override @@ -204,7 +204,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=3146 + * google/container/v1/cluster_service.proto;l=3159 * @return The bytes for projectId. */ @java.lang.Override @@ -236,7 +236,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=3152 + * google/container/v1/cluster_service.proto;l=3165 * @return The zone. */ @java.lang.Override @@ -265,7 +265,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=3152 + * google/container/v1/cluster_service.proto;l=3165 * @return The bytes for zone. */ @java.lang.Override @@ -295,7 +295,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=3156 + * google/container/v1/cluster_service.proto;l=3169 * @return The clusterId. */ @java.lang.Override @@ -322,7 +322,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=3156 + * google/container/v1/cluster_service.proto;l=3169 * @return The bytes for clusterId. */ @java.lang.Override @@ -352,7 +352,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=3160 + * google/container/v1/cluster_service.proto;l=3173 * @return The nodePoolId. */ @java.lang.Override @@ -379,7 +379,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=3160 + * google/container/v1/cluster_service.proto;l=3173 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -927,7 +927,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=3146 + * google/container/v1/cluster_service.proto;l=3159 * @return The projectId. */ @java.lang.Deprecated @@ -954,7 +954,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=3146 + * google/container/v1/cluster_service.proto;l=3159 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -981,7 +981,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=3146 + * google/container/v1/cluster_service.proto;l=3159 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1007,7 +1007,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=3146 + * google/container/v1/cluster_service.proto;l=3159 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1029,7 +1029,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=3146 + * google/container/v1/cluster_service.proto;l=3159 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1059,7 +1059,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=3152 + * google/container/v1/cluster_service.proto;l=3165 * @return The zone. */ @java.lang.Deprecated @@ -1087,7 +1087,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=3152 + * google/container/v1/cluster_service.proto;l=3165 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1115,7 +1115,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=3152 + * google/container/v1/cluster_service.proto;l=3165 * @param value The zone to set. * @return This builder for chaining. */ @@ -1142,7 +1142,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=3152 + * google/container/v1/cluster_service.proto;l=3165 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1165,7 +1165,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=3152 + * google/container/v1/cluster_service.proto;l=3165 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1193,7 +1193,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=3156 + * google/container/v1/cluster_service.proto;l=3169 * @return The clusterId. */ @java.lang.Deprecated @@ -1219,7 +1219,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=3156 + * google/container/v1/cluster_service.proto;l=3169 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1245,7 +1245,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=3156 + * google/container/v1/cluster_service.proto;l=3169 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1270,7 +1270,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=3156 + * google/container/v1/cluster_service.proto;l=3169 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1291,7 +1291,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=3156 + * google/container/v1/cluster_service.proto;l=3169 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1319,7 +1319,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=3160 + * google/container/v1/cluster_service.proto;l=3173 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1345,7 +1345,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=3160 + * google/container/v1/cluster_service.proto;l=3173 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1371,7 +1371,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=3160 + * google/container/v1/cluster_service.proto;l=3173 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1396,7 +1396,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=3160 + * google/container/v1/cluster_service.proto;l=3173 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1417,7 +1417,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=3160 + * google/container/v1/cluster_service.proto;l=3173 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java index b719bfa9..e6059ca4 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolManagementRequestOrBuilder.java @@ -35,7 +35,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=3146 + * google/container/v1/cluster_service.proto;l=3159 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=3146 + * google/container/v1/cluster_service.proto;l=3159 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=3152 + * google/container/v1/cluster_service.proto;l=3165 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=3152 + * google/container/v1/cluster_service.proto;l=3165 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=3156 + * google/container/v1/cluster_service.proto;l=3169 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=3156 + * google/container/v1/cluster_service.proto;l=3169 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -139,7 +139,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=3160 + * google/container/v1/cluster_service.proto;l=3173 * @return The nodePoolId. */ @java.lang.Deprecated @@ -155,7 +155,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=3160 + * google/container/v1/cluster_service.proto;l=3173 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java index c45885f1..95e5ced1 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequest.java @@ -164,7 +164,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=3176 + * google/container/v1/cluster_service.proto;l=3189 * @return The projectId. */ @java.lang.Override @@ -192,7 +192,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=3176 + * google/container/v1/cluster_service.proto;l=3189 * @return The bytes for projectId. */ @java.lang.Override @@ -224,7 +224,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=3182 + * google/container/v1/cluster_service.proto;l=3195 * @return The zone. */ @java.lang.Override @@ -253,7 +253,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=3182 + * google/container/v1/cluster_service.proto;l=3195 * @return The bytes for zone. */ @java.lang.Override @@ -283,7 +283,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=3186 + * google/container/v1/cluster_service.proto;l=3199 * @return The clusterId. */ @java.lang.Override @@ -310,7 +310,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=3186 + * google/container/v1/cluster_service.proto;l=3199 * @return The bytes for clusterId. */ @java.lang.Override @@ -340,7 +340,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=3190 + * google/container/v1/cluster_service.proto;l=3203 * @return The nodePoolId. */ @java.lang.Override @@ -367,7 +367,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=3190 + * google/container/v1/cluster_service.proto;l=3203 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -863,7 +863,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=3176 + * google/container/v1/cluster_service.proto;l=3189 * @return The projectId. */ @java.lang.Deprecated @@ -890,7 +890,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=3176 + * google/container/v1/cluster_service.proto;l=3189 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -917,7 +917,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=3176 + * google/container/v1/cluster_service.proto;l=3189 * @param value The projectId to set. * @return This builder for chaining. */ @@ -943,7 +943,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=3176 + * google/container/v1/cluster_service.proto;l=3189 * @return This builder for chaining. */ @java.lang.Deprecated @@ -965,7 +965,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=3176 + * google/container/v1/cluster_service.proto;l=3189 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -995,7 +995,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=3182 + * google/container/v1/cluster_service.proto;l=3195 * @return The zone. */ @java.lang.Deprecated @@ -1023,7 +1023,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=3182 + * google/container/v1/cluster_service.proto;l=3195 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1051,7 +1051,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=3182 + * google/container/v1/cluster_service.proto;l=3195 * @param value The zone to set. * @return This builder for chaining. */ @@ -1078,7 +1078,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=3182 + * google/container/v1/cluster_service.proto;l=3195 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1101,7 +1101,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=3182 + * google/container/v1/cluster_service.proto;l=3195 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1129,7 +1129,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=3186 + * google/container/v1/cluster_service.proto;l=3199 * @return The clusterId. */ @java.lang.Deprecated @@ -1155,7 +1155,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=3186 + * google/container/v1/cluster_service.proto;l=3199 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1181,7 +1181,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=3186 + * google/container/v1/cluster_service.proto;l=3199 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1206,7 +1206,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=3186 + * google/container/v1/cluster_service.proto;l=3199 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1227,7 +1227,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=3186 + * google/container/v1/cluster_service.proto;l=3199 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1255,7 +1255,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=3190 + * google/container/v1/cluster_service.proto;l=3203 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1281,7 +1281,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=3190 + * google/container/v1/cluster_service.proto;l=3203 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1307,7 +1307,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=3190 + * google/container/v1/cluster_service.proto;l=3203 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1332,7 +1332,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=3190 + * google/container/v1/cluster_service.proto;l=3203 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1353,7 +1353,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=3190 + * google/container/v1/cluster_service.proto;l=3203 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java index 9777b23f..13a13f84 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/SetNodePoolSizeRequestOrBuilder.java @@ -35,7 +35,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=3176 + * google/container/v1/cluster_service.proto;l=3189 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=3176 + * google/container/v1/cluster_service.proto;l=3189 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=3182 + * google/container/v1/cluster_service.proto;l=3195 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=3182 + * google/container/v1/cluster_service.proto;l=3195 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=3186 + * google/container/v1/cluster_service.proto;l=3199 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=3186 + * google/container/v1/cluster_service.proto;l=3199 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -139,7 +139,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=3190 + * google/container/v1/cluster_service.proto;l=3203 * @return The nodePoolId. */ @java.lang.Deprecated @@ -155,7 +155,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=3190 + * google/container/v1/cluster_service.proto;l=3203 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java index 0c081667..18d1d840 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequest.java @@ -157,7 +157,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=3469 + * google/container/v1/cluster_service.proto;l=3482 * @return The projectId. */ @java.lang.Override @@ -185,7 +185,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=3469 + * google/container/v1/cluster_service.proto;l=3482 * @return The bytes for projectId. */ @java.lang.Override @@ -217,7 +217,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=3475 + * google/container/v1/cluster_service.proto;l=3488 * @return The zone. */ @java.lang.Override @@ -246,7 +246,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=3475 + * google/container/v1/cluster_service.proto;l=3488 * @return The bytes for zone. */ @java.lang.Override @@ -276,7 +276,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=3479 + * google/container/v1/cluster_service.proto;l=3492 * @return The clusterId. */ @java.lang.Override @@ -303,7 +303,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=3479 + * google/container/v1/cluster_service.proto;l=3492 * @return The bytes for clusterId. */ @java.lang.Override @@ -782,7 +782,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=3469 + * google/container/v1/cluster_service.proto;l=3482 * @return The projectId. */ @java.lang.Deprecated @@ -809,7 +809,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=3469 + * google/container/v1/cluster_service.proto;l=3482 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -836,7 +836,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=3469 + * google/container/v1/cluster_service.proto;l=3482 * @param value The projectId to set. * @return This builder for chaining. */ @@ -862,7 +862,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=3469 + * google/container/v1/cluster_service.proto;l=3482 * @return This builder for chaining. */ @java.lang.Deprecated @@ -884,7 +884,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=3469 + * google/container/v1/cluster_service.proto;l=3482 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -914,7 +914,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=3475 + * google/container/v1/cluster_service.proto;l=3488 * @return The zone. */ @java.lang.Deprecated @@ -942,7 +942,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=3475 + * google/container/v1/cluster_service.proto;l=3488 * @return The bytes for zone. */ @java.lang.Deprecated @@ -970,7 +970,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=3475 + * google/container/v1/cluster_service.proto;l=3488 * @param value The zone to set. * @return This builder for chaining. */ @@ -997,7 +997,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=3475 + * google/container/v1/cluster_service.proto;l=3488 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1020,7 +1020,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=3475 + * google/container/v1/cluster_service.proto;l=3488 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1048,7 +1048,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=3479 + * google/container/v1/cluster_service.proto;l=3492 * @return The clusterId. */ @java.lang.Deprecated @@ -1074,7 +1074,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=3479 + * google/container/v1/cluster_service.proto;l=3492 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1100,7 +1100,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=3479 + * google/container/v1/cluster_service.proto;l=3492 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1125,7 +1125,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=3479 + * google/container/v1/cluster_service.proto;l=3492 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1146,7 +1146,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=3479 + * google/container/v1/cluster_service.proto;l=3492 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java index 90a895c6..02e656c4 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StartIPRotationRequestOrBuilder.java @@ -35,7 +35,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=3469 + * google/container/v1/cluster_service.proto;l=3482 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=3469 + * google/container/v1/cluster_service.proto;l=3482 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=3475 + * google/container/v1/cluster_service.proto;l=3488 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=3475 + * google/container/v1/cluster_service.proto;l=3488 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=3479 + * google/container/v1/cluster_service.proto;l=3492 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=3479 + * google/container/v1/cluster_service.proto;l=3492 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusCondition.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusCondition.java index dde979ad..62f989da 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusCondition.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusCondition.java @@ -394,7 +394,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=3654 + * google/container/v1/cluster_service.proto;l=3667 * @return The enum numeric value on the wire for code. */ @java.lang.Override @@ -413,7 +413,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=3654 + * google/container/v1/cluster_service.proto;l=3667 * @return The code. */ @java.lang.Override @@ -867,7 +867,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=3654 + * google/container/v1/cluster_service.proto;l=3667 * @return The enum numeric value on the wire for code. */ @java.lang.Override @@ -886,7 +886,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=3654 + * google/container/v1/cluster_service.proto;l=3667 * @param value The enum numeric value on the wire for code to set. * @return This builder for chaining. */ @@ -908,7 +908,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=3654 + * google/container/v1/cluster_service.proto;l=3667 * @return The code. */ @java.lang.Override @@ -930,7 +930,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=3654 + * google/container/v1/cluster_service.proto;l=3667 * @param value The code to set. * @return This builder for chaining. */ @@ -955,7 +955,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=3654 + * google/container/v1/cluster_service.proto;l=3667 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusConditionOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusConditionOrBuilder.java index 6e257d24..03ba0c58 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusConditionOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/StatusConditionOrBuilder.java @@ -34,7 +34,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=3654 + * google/container/v1/cluster_service.proto;l=3667 * @return The enum numeric value on the wire for code. */ @java.lang.Deprecated @@ -50,7 +50,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=3654 + * google/container/v1/cluster_service.proto;l=3667 * @return The code. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java index d146b1c4..413bf627 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequest.java @@ -167,7 +167,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=2099 + * google/container/v1/cluster_service.proto;l=2109 * @return The projectId. */ @java.lang.Override @@ -195,7 +195,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=2099 + * google/container/v1/cluster_service.proto;l=2109 * @return The bytes for projectId. */ @java.lang.Override @@ -227,7 +227,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=2105 + * google/container/v1/cluster_service.proto;l=2115 * @return The zone. */ @java.lang.Override @@ -256,7 +256,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=2105 + * google/container/v1/cluster_service.proto;l=2115 * @return The bytes for zone. */ @java.lang.Override @@ -286,7 +286,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=2109 + * google/container/v1/cluster_service.proto;l=2119 * @return The clusterId. */ @java.lang.Override @@ -313,7 +313,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=2109 + * google/container/v1/cluster_service.proto;l=2119 * @return The bytes for clusterId. */ @java.lang.Override @@ -835,7 +835,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=2099 + * google/container/v1/cluster_service.proto;l=2109 * @return The projectId. */ @java.lang.Deprecated @@ -862,7 +862,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=2099 + * google/container/v1/cluster_service.proto;l=2109 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -889,7 +889,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=2099 + * google/container/v1/cluster_service.proto;l=2109 * @param value The projectId to set. * @return This builder for chaining. */ @@ -915,7 +915,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=2099 + * google/container/v1/cluster_service.proto;l=2109 * @return This builder for chaining. */ @java.lang.Deprecated @@ -937,7 +937,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=2099 + * google/container/v1/cluster_service.proto;l=2109 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -967,7 +967,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=2105 + * google/container/v1/cluster_service.proto;l=2115 * @return The zone. */ @java.lang.Deprecated @@ -995,7 +995,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=2105 + * google/container/v1/cluster_service.proto;l=2115 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1023,7 +1023,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=2105 + * google/container/v1/cluster_service.proto;l=2115 * @param value The zone to set. * @return This builder for chaining. */ @@ -1050,7 +1050,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=2105 + * google/container/v1/cluster_service.proto;l=2115 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1073,7 +1073,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=2105 + * google/container/v1/cluster_service.proto;l=2115 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1101,7 +1101,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=2109 + * google/container/v1/cluster_service.proto;l=2119 * @return The clusterId. */ @java.lang.Deprecated @@ -1127,7 +1127,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=2109 + * google/container/v1/cluster_service.proto;l=2119 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1153,7 +1153,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=2109 + * google/container/v1/cluster_service.proto;l=2119 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1178,7 +1178,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=2109 + * google/container/v1/cluster_service.proto;l=2119 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1199,7 +1199,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=2109 + * google/container/v1/cluster_service.proto;l=2119 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java index 1dd003ff..94a4000c 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateClusterRequestOrBuilder.java @@ -35,7 +35,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=2099 + * google/container/v1/cluster_service.proto;l=2109 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2099 + * google/container/v1/cluster_service.proto;l=2109 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2105 + * google/container/v1/cluster_service.proto;l=2115 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2105 + * google/container/v1/cluster_service.proto;l=2115 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2109 + * google/container/v1/cluster_service.proto;l=2119 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2109 + * google/container/v1/cluster_service.proto;l=2119 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java index c866e5af..31f9df69 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequest.java @@ -159,7 +159,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=2371 + * google/container/v1/cluster_service.proto;l=2384 * @return The projectId. */ @java.lang.Override @@ -187,7 +187,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=2371 + * google/container/v1/cluster_service.proto;l=2384 * @return The bytes for projectId. */ @java.lang.Override @@ -219,7 +219,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=2377 + * google/container/v1/cluster_service.proto;l=2390 * @return The zone. */ @java.lang.Override @@ -248,7 +248,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=2377 + * google/container/v1/cluster_service.proto;l=2390 * @return The bytes for zone. */ @java.lang.Override @@ -278,7 +278,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=2381 + * google/container/v1/cluster_service.proto;l=2394 * @return The clusterId. */ @java.lang.Override @@ -305,7 +305,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=2381 + * google/container/v1/cluster_service.proto;l=2394 * @return The bytes for clusterId. */ @java.lang.Override @@ -829,7 +829,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=2371 + * google/container/v1/cluster_service.proto;l=2384 * @return The projectId. */ @java.lang.Deprecated @@ -856,7 +856,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=2371 + * google/container/v1/cluster_service.proto;l=2384 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -883,7 +883,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=2371 + * google/container/v1/cluster_service.proto;l=2384 * @param value The projectId to set. * @return This builder for chaining. */ @@ -909,7 +909,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=2371 + * google/container/v1/cluster_service.proto;l=2384 * @return This builder for chaining. */ @java.lang.Deprecated @@ -931,7 +931,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=2371 + * google/container/v1/cluster_service.proto;l=2384 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -961,7 +961,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=2377 + * google/container/v1/cluster_service.proto;l=2390 * @return The zone. */ @java.lang.Deprecated @@ -989,7 +989,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=2377 + * google/container/v1/cluster_service.proto;l=2390 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1017,7 +1017,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=2377 + * google/container/v1/cluster_service.proto;l=2390 * @param value The zone to set. * @return This builder for chaining. */ @@ -1044,7 +1044,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=2377 + * google/container/v1/cluster_service.proto;l=2390 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1067,7 +1067,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=2377 + * google/container/v1/cluster_service.proto;l=2390 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1095,7 +1095,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=2381 + * google/container/v1/cluster_service.proto;l=2394 * @return The clusterId. */ @java.lang.Deprecated @@ -1121,7 +1121,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=2381 + * google/container/v1/cluster_service.proto;l=2394 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1147,7 +1147,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=2381 + * google/container/v1/cluster_service.proto;l=2394 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1172,7 +1172,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=2381 + * google/container/v1/cluster_service.proto;l=2394 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1193,7 +1193,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=2381 + * google/container/v1/cluster_service.proto;l=2394 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java index b2510fda..e918098f 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateMasterRequestOrBuilder.java @@ -35,7 +35,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=2371 + * google/container/v1/cluster_service.proto;l=2384 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2371 + * google/container/v1/cluster_service.proto;l=2384 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2377 + * google/container/v1/cluster_service.proto;l=2390 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2377 + * google/container/v1/cluster_service.proto;l=2390 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2381 + * google/container/v1/cluster_service.proto;l=2394 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2381 + * google/container/v1/cluster_service.proto;l=2394 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java index 165ffde5..ab81275e 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequest.java @@ -307,6 +307,22 @@ private UpdateNodePoolRequest( gvnic_ = subBuilder.buildPartial(); } + break; + } + case 258: + { + com.google.container.v1.NodePoolLoggingConfig.Builder subBuilder = null; + if (loggingConfig_ != null) { + subBuilder = loggingConfig_.toBuilder(); + } + loggingConfig_ = + input.readMessage( + com.google.container.v1.NodePoolLoggingConfig.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(loggingConfig_); + loggingConfig_ = subBuilder.buildPartial(); + } + break; } default: @@ -362,7 +378,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=2124 + * google/container/v1/cluster_service.proto;l=2134 * @return The projectId. */ @java.lang.Override @@ -390,7 +406,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=2124 + * google/container/v1/cluster_service.proto;l=2134 * @return The bytes for projectId. */ @java.lang.Override @@ -422,7 +438,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=2130 + * google/container/v1/cluster_service.proto;l=2140 * @return The zone. */ @java.lang.Override @@ -451,7 +467,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=2130 + * google/container/v1/cluster_service.proto;l=2140 * @return The bytes for zone. */ @java.lang.Override @@ -481,7 +497,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=2134 + * google/container/v1/cluster_service.proto;l=2144 * @return The clusterId. */ @java.lang.Override @@ -508,7 +524,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=2134 + * google/container/v1/cluster_service.proto;l=2144 * @return The bytes for clusterId. */ @java.lang.Override @@ -538,7 +554,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=2138 + * google/container/v1/cluster_service.proto;l=2148 * @return The nodePoolId. */ @java.lang.Override @@ -565,7 +581,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=2138 + * google/container/v1/cluster_service.proto;l=2148 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -1368,6 +1384,54 @@ public com.google.container.v1.VirtualNICOrBuilder getGvnicOrBuilder() { return getGvnic(); } + public static final int LOGGING_CONFIG_FIELD_NUMBER = 32; + private com.google.container.v1.NodePoolLoggingConfig loggingConfig_; + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + * + * @return Whether the loggingConfig field is set. + */ + @java.lang.Override + public boolean hasLoggingConfig() { + return loggingConfig_ != null; + } + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + * + * @return The loggingConfig. + */ + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfig getLoggingConfig() { + return loggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + */ + @java.lang.Override + public com.google.container.v1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + return getLoggingConfig(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -1439,6 +1503,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (gvnic_ != null) { output.writeMessage(29, getGvnic()); } + if (loggingConfig_ != null) { + output.writeMessage(32, getLoggingConfig()); + } unknownFields.writeTo(output); } @@ -1511,6 +1578,9 @@ public int getSerializedSize() { if (gvnic_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(29, getGvnic()); } + if (loggingConfig_ != null) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(32, getLoggingConfig()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -1579,6 +1649,10 @@ public boolean equals(final java.lang.Object obj) { if (hasGvnic()) { if (!getGvnic().equals(other.getGvnic())) return false; } + if (hasLoggingConfig() != other.hasLoggingConfig()) return false; + if (hasLoggingConfig()) { + if (!getLoggingConfig().equals(other.getLoggingConfig())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -1652,6 +1726,10 @@ public int hashCode() { hash = (37 * hash) + GVNIC_FIELD_NUMBER; hash = (53 * hash) + getGvnic().hashCode(); } + if (hasLoggingConfig()) { + hash = (37 * hash) + LOGGING_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getLoggingConfig().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -1879,6 +1957,12 @@ public Builder clear() { gvnic_ = null; gvnicBuilder_ = null; } + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } return this; } @@ -1974,6 +2058,11 @@ public com.google.container.v1.UpdateNodePoolRequest buildPartial() { } else { result.gvnic_ = gvnicBuilder_.build(); } + if (loggingConfigBuilder_ == null) { + result.loggingConfig_ = loggingConfig_; + } else { + result.loggingConfig_ = loggingConfigBuilder_.build(); + } onBuilt(); return result; } @@ -2094,6 +2183,9 @@ public Builder mergeFrom(com.google.container.v1.UpdateNodePoolRequest other) { if (other.hasGvnic()) { mergeGvnic(other.getGvnic()); } + if (other.hasLoggingConfig()) { + mergeLoggingConfig(other.getLoggingConfig()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -2138,7 +2230,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=2124 + * google/container/v1/cluster_service.proto;l=2134 * @return The projectId. */ @java.lang.Deprecated @@ -2165,7 +2257,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=2124 + * google/container/v1/cluster_service.proto;l=2134 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -2192,7 +2284,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=2124 + * google/container/v1/cluster_service.proto;l=2134 * @param value The projectId to set. * @return This builder for chaining. */ @@ -2218,7 +2310,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=2124 + * google/container/v1/cluster_service.proto;l=2134 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2240,7 +2332,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=2124 + * google/container/v1/cluster_service.proto;l=2134 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -2270,7 +2362,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=2130 + * google/container/v1/cluster_service.proto;l=2140 * @return The zone. */ @java.lang.Deprecated @@ -2298,7 +2390,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=2130 + * google/container/v1/cluster_service.proto;l=2140 * @return The bytes for zone. */ @java.lang.Deprecated @@ -2326,7 +2418,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=2130 + * google/container/v1/cluster_service.proto;l=2140 * @param value The zone to set. * @return This builder for chaining. */ @@ -2353,7 +2445,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=2130 + * google/container/v1/cluster_service.proto;l=2140 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2376,7 +2468,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=2130 + * google/container/v1/cluster_service.proto;l=2140 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -2404,7 +2496,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=2134 + * google/container/v1/cluster_service.proto;l=2144 * @return The clusterId. */ @java.lang.Deprecated @@ -2430,7 +2522,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=2134 + * google/container/v1/cluster_service.proto;l=2144 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -2456,7 +2548,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=2134 + * google/container/v1/cluster_service.proto;l=2144 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -2481,7 +2573,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=2134 + * google/container/v1/cluster_service.proto;l=2144 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2502,7 +2594,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=2134 + * google/container/v1/cluster_service.proto;l=2144 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -2530,7 +2622,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=2138 + * google/container/v1/cluster_service.proto;l=2148 * @return The nodePoolId. */ @java.lang.Deprecated @@ -2556,7 +2648,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=2138 + * google/container/v1/cluster_service.proto;l=2148 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -2582,7 +2674,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=2138 + * google/container/v1/cluster_service.proto;l=2148 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -2607,7 +2699,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=2138 + * google/container/v1/cluster_service.proto;l=2148 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2628,7 +2720,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=2138 + * google/container/v1/cluster_service.proto;l=2148 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ @@ -5303,6 +5395,192 @@ public com.google.container.v1.VirtualNICOrBuilder getGvnicOrBuilder() { return gvnicBuilder_; } + private com.google.container.v1.NodePoolLoggingConfig loggingConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder> + loggingConfigBuilder_; + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + * + * @return Whether the loggingConfig field is set. + */ + public boolean hasLoggingConfig() { + return loggingConfigBuilder_ != null || loggingConfig_ != null; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + * + * @return The loggingConfig. + */ + public com.google.container.v1.NodePoolLoggingConfig getLoggingConfig() { + if (loggingConfigBuilder_ == null) { + return loggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } else { + return loggingConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + */ + public Builder setLoggingConfig(com.google.container.v1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + loggingConfig_ = value; + onChanged(); + } else { + loggingConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + */ + public Builder setLoggingConfig( + com.google.container.v1.NodePoolLoggingConfig.Builder builderForValue) { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = builderForValue.build(); + onChanged(); + } else { + loggingConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + */ + public Builder mergeLoggingConfig(com.google.container.v1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (loggingConfig_ != null) { + loggingConfig_ = + com.google.container.v1.NodePoolLoggingConfig.newBuilder(loggingConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + loggingConfig_ = value; + } + onChanged(); + } else { + loggingConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + */ + public Builder clearLoggingConfig() { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + onChanged(); + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + */ + public com.google.container.v1.NodePoolLoggingConfig.Builder getLoggingConfigBuilder() { + + onChanged(); + return getLoggingConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + */ + public com.google.container.v1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + if (loggingConfigBuilder_ != null) { + return loggingConfigBuilder_.getMessageOrBuilder(); + } else { + return loggingConfig_ == null + ? com.google.container.v1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder> + getLoggingConfigFieldBuilder() { + if (loggingConfigBuilder_ == null) { + loggingConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1.NodePoolLoggingConfig, + com.google.container.v1.NodePoolLoggingConfig.Builder, + com.google.container.v1.NodePoolLoggingConfigOrBuilder>( + getLoggingConfig(), getParentForChildren(), isClean()); + loggingConfig_ = null; + } + return loggingConfigBuilder_; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java index fa7b0d42..7a6ba53c 100644 --- a/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/UpdateNodePoolRequestOrBuilder.java @@ -35,7 +35,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=2124 + * google/container/v1/cluster_service.proto;l=2134 * @return The projectId. */ @java.lang.Deprecated @@ -52,7 +52,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=2124 + * google/container/v1/cluster_service.proto;l=2134 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -71,7 +71,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=2130 + * google/container/v1/cluster_service.proto;l=2140 * @return The zone. */ @java.lang.Deprecated @@ -89,7 +89,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=2130 + * google/container/v1/cluster_service.proto;l=2140 * @return The bytes for zone. */ @java.lang.Deprecated @@ -106,7 +106,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=2134 + * google/container/v1/cluster_service.proto;l=2144 * @return The clusterId. */ @java.lang.Deprecated @@ -122,7 +122,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=2134 + * google/container/v1/cluster_service.proto;l=2144 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -139,7 +139,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=2138 + * google/container/v1/cluster_service.proto;l=2148 * @return The nodePoolId. */ @java.lang.Deprecated @@ -155,7 +155,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=2138 + * google/container/v1/cluster_service.proto;l=2148 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -728,4 +728,39 @@ public interface UpdateNodePoolRequestOrBuilder * .google.container.v1.VirtualNIC gvnic = 29; */ com.google.container.v1.VirtualNICOrBuilder getGvnicOrBuilder(); + + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + * + * @return Whether the loggingConfig field is set. + */ + boolean hasLoggingConfig(); + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + * + * @return The loggingConfig. + */ + com.google.container.v1.NodePoolLoggingConfig getLoggingConfig(); + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1.NodePoolLoggingConfig logging_config = 32; + */ + com.google.container.v1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder(); } diff --git a/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto b/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto index 53a64980..5b71bb8d 100644 --- a/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto +++ b/proto-google-cloud-container-v1/src/main/proto/google/container/v1/cluster_service.proto @@ -740,6 +740,9 @@ message NodeConfig { // Confidential nodes config. // All the nodes in the node pool will be Confidential VM once enabled. ConfidentialNodes confidential_nodes = 35; + + // Logging configuration. + NodePoolLoggingConfig logging_config = 38; } // Specifies options for controlling advanced machine features. @@ -876,8 +879,9 @@ message ReservationAffinity { Type consume_reservation_type = 1; // Corresponds to the label key of a reservation resource. To target a - // SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as - // the key and specify the name of your reservation as its value. + // SPECIFIC_RESERVATION by name, specify + // "compute.googleapis.com/reservation-name" as the key and specify the name + // of your reservation as its value. string key = 2; // Corresponds to the label value(s) of reservation resource(s). @@ -1708,6 +1712,9 @@ message NodePoolDefaults { message NodeConfigDefaults { // GCFS (Google Container File System, also known as Riptide) options. GcfsConfig gcfs_config = 1; + + // Logging configuration for node pools. + NodePoolLoggingConfig logging_config = 3; } // ClusterUpdate describes an update to the cluster. Exactly one update can @@ -1871,6 +1878,9 @@ message ClusterUpdate { // The desired network tags that apply to all auto-provisioned node pools // in autopilot clusters and node auto-provisioning enabled clusters. NetworkTags desired_node_pool_auto_config_network_tags = 110; + + // The desired node pool logging configuration defaults for the cluster. + NodePoolLoggingConfig desired_node_pool_logging_config = 116; } // This operation resource represents operations that may have happened or are @@ -2205,6 +2215,9 @@ message UpdateNodePoolRequest { // Enable or disable gvnic on the node pool. VirtualNIC gvnic = 29; + + // Logging configuration. + NodePoolLoggingConfig logging_config = 32; } // SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool. @@ -3305,7 +3318,7 @@ message AutoprovisioningNodePoolDefaults { // minCpuPlatform: Intel Haswell or // minCpuPlatform: Intel Sandy Bridge. For more // information, read [how to specify min CPU - // platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + // platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). // This field is deprecated, min_cpu_platform should be specified using // https://cloud.google.com/requested-min-cpu-platform label selector on the // pod. @@ -4286,6 +4299,30 @@ message MonitoringConfig { ManagedPrometheusConfig managed_prometheus_config = 2; } +// NodePoolLoggingConfig specifies logging configuration for nodepools. +message NodePoolLoggingConfig { + // Logging variant configuration. + LoggingVariantConfig variant_config = 1; +} + +// LoggingVariantConfig specifies the behaviour of the logging component. +message LoggingVariantConfig { + // Logging component variants. + enum Variant { + // Default value. This shouldn't be used. + VARIANT_UNSPECIFIED = 0; + + // default logging variant. + DEFAULT = 1; + + // maximum logging throughput variant. + MAX_THROUGHPUT = 2; + } + + // Logging variant deployed on nodes. + Variant variant = 1; +} + // MonitoringComponentConfig is cluster monitoring component configuration. message MonitoringComponentConfig { // GKE components exposing metrics diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfig.java index 61c4a018..77907cc1 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfig.java @@ -283,7 +283,7 @@ public com.google.protobuf.ByteString getGpuPartitionSizeBytes() { * int64 max_time_shared_clients_per_gpu = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=4106 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=4119 * @return The maxTimeSharedClientsPerGpu. */ @java.lang.Override @@ -1033,7 +1033,7 @@ public Builder setGpuPartitionSizeBytes(com.google.protobuf.ByteString value) { * int64 max_time_shared_clients_per_gpu = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=4106 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=4119 * @return The maxTimeSharedClientsPerGpu. */ @java.lang.Override @@ -1051,7 +1051,7 @@ public long getMaxTimeSharedClientsPerGpu() { * int64 max_time_shared_clients_per_gpu = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=4106 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=4119 * @param value The maxTimeSharedClientsPerGpu to set. * @return This builder for chaining. */ @@ -1072,7 +1072,7 @@ public Builder setMaxTimeSharedClientsPerGpu(long value) { * int64 max_time_shared_clients_per_gpu = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=4106 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=4119 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfigOrBuilder.java index e569ae6f..781b15d0 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfigOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AcceleratorConfigOrBuilder.java @@ -102,7 +102,7 @@ public interface AcceleratorConfigOrBuilder * int64 max_time_shared_clients_per_gpu = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.AcceleratorConfig.max_time_shared_clients_per_gpu is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=4106 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=4119 * @return The maxTimeSharedClientsPerGpu. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AddonsConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AddonsConfig.java index 9252de76..9e05a0cd 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AddonsConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AddonsConfig.java @@ -427,7 +427,7 @@ public com.google.container.v1beta1.HorizontalPodAutoscaling getHorizontalPodAut * * * @deprecated google.container.v1beta1.AddonsConfig.kubernetes_dashboard is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1031 + * google/container/v1beta1/cluster_service.proto;l=1035 * @return Whether the kubernetesDashboard field is set. */ @java.lang.Override @@ -451,7 +451,7 @@ public boolean hasKubernetesDashboard() { * * * @deprecated google.container.v1beta1.AddonsConfig.kubernetes_dashboard is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1031 + * google/container/v1beta1/cluster_service.proto;l=1035 * @return The kubernetesDashboard. */ @java.lang.Override @@ -551,7 +551,7 @@ public com.google.container.v1beta1.NetworkPolicyConfig getNetworkPolicyConfig() * .google.container.v1beta1.IstioConfig istio_config = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.istio_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1040 + * google/container/v1beta1/cluster_service.proto;l=1044 * @return Whether the istioConfig field is set. */ @java.lang.Override @@ -570,7 +570,7 @@ public boolean hasIstioConfig() { * .google.container.v1beta1.IstioConfig istio_config = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.istio_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1040 + * google/container/v1beta1/cluster_service.proto;l=1044 * @return The istioConfig. */ @java.lang.Override @@ -820,7 +820,7 @@ public boolean hasGcePersistentDiskCsiDriverConfig() { * .google.container.v1beta1.KalmConfig kalm_config = 12 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.kalm_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1059 + * google/container/v1beta1/cluster_service.proto;l=1063 * @return Whether the kalmConfig field is set. */ @java.lang.Override @@ -839,7 +839,7 @@ public boolean hasKalmConfig() { * .google.container.v1beta1.KalmConfig kalm_config = 12 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.kalm_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1059 + * google/container/v1beta1/cluster_service.proto;l=1063 * @return The kalmConfig. */ @java.lang.Override @@ -2052,7 +2052,7 @@ public Builder clearHorizontalPodAutoscaling() { * * * @deprecated google.container.v1beta1.AddonsConfig.kubernetes_dashboard is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1031 + * google/container/v1beta1/cluster_service.proto;l=1035 * @return Whether the kubernetesDashboard field is set. */ @java.lang.Deprecated @@ -2075,7 +2075,7 @@ public boolean hasKubernetesDashboard() { * * * @deprecated google.container.v1beta1.AddonsConfig.kubernetes_dashboard is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1031 + * google/container/v1beta1/cluster_service.proto;l=1035 * @return The kubernetesDashboard. */ @java.lang.Deprecated @@ -2509,7 +2509,7 @@ public Builder clearNetworkPolicyConfig() { * .google.container.v1beta1.IstioConfig istio_config = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.istio_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1040 + * google/container/v1beta1/cluster_service.proto;l=1044 * @return Whether the istioConfig field is set. */ @java.lang.Deprecated @@ -2527,7 +2527,7 @@ public boolean hasIstioConfig() { * .google.container.v1beta1.IstioConfig istio_config = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.istio_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1040 + * google/container/v1beta1/cluster_service.proto;l=1044 * @return The istioConfig. */ @java.lang.Deprecated @@ -3517,7 +3517,7 @@ public Builder clearGcePersistentDiskCsiDriverConfig() { * .google.container.v1beta1.KalmConfig kalm_config = 12 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.kalm_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1059 + * google/container/v1beta1/cluster_service.proto;l=1063 * @return Whether the kalmConfig field is set. */ @java.lang.Deprecated @@ -3535,7 +3535,7 @@ public boolean hasKalmConfig() { * .google.container.v1beta1.KalmConfig kalm_config = 12 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.kalm_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1059 + * google/container/v1beta1/cluster_service.proto;l=1063 * @return The kalmConfig. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AddonsConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AddonsConfigOrBuilder.java index ed65d2dc..eae7d489 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AddonsConfigOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AddonsConfigOrBuilder.java @@ -119,7 +119,7 @@ public interface AddonsConfigOrBuilder * * * @deprecated google.container.v1beta1.AddonsConfig.kubernetes_dashboard is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1031 + * google/container/v1beta1/cluster_service.proto;l=1035 * @return Whether the kubernetesDashboard field is set. */ @java.lang.Deprecated @@ -140,7 +140,7 @@ public interface AddonsConfigOrBuilder * * * @deprecated google.container.v1beta1.AddonsConfig.kubernetes_dashboard is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1031 + * google/container/v1beta1/cluster_service.proto;l=1035 * @return The kubernetesDashboard. */ @java.lang.Deprecated @@ -215,7 +215,7 @@ public interface AddonsConfigOrBuilder * .google.container.v1beta1.IstioConfig istio_config = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.istio_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1040 + * google/container/v1beta1/cluster_service.proto;l=1044 * @return Whether the istioConfig field is set. */ @java.lang.Deprecated @@ -231,7 +231,7 @@ public interface AddonsConfigOrBuilder * .google.container.v1beta1.IstioConfig istio_config = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.istio_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1040 + * google/container/v1beta1/cluster_service.proto;l=1044 * @return The istioConfig. */ @java.lang.Deprecated @@ -417,7 +417,7 @@ public interface AddonsConfigOrBuilder * .google.container.v1beta1.KalmConfig kalm_config = 12 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.kalm_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1059 + * google/container/v1beta1/cluster_service.proto;l=1063 * @return Whether the kalmConfig field is set. */ @java.lang.Deprecated @@ -433,7 +433,7 @@ public interface AddonsConfigOrBuilder * .google.container.v1beta1.KalmConfig kalm_config = 12 [deprecated = true]; * * @deprecated google.container.v1beta1.AddonsConfig.kalm_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1059 + * google/container/v1beta1/cluster_service.proto;l=1063 * @return The kalmConfig. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaults.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaults.java index 46692cf0..4b1938f2 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaults.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaults.java @@ -484,7 +484,7 @@ public com.google.container.v1beta1.NodeManagementOrBuilder getManagementOrBuild * minCpuPlatform: Intel Haswell or * minCpuPlatform: Intel Sandy Bridge. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). * This field is deprecated, min_cpu_platform should be specified using * https://cloud.google.com/requested-min-cpu-platform label selector on the * pod. @@ -495,7 +495,7 @@ public com.google.container.v1beta1.NodeManagementOrBuilder getManagementOrBuild * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3856 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3869 * @return The minCpuPlatform. */ @java.lang.Override @@ -521,7 +521,7 @@ public java.lang.String getMinCpuPlatform() { * minCpuPlatform: Intel Haswell or * minCpuPlatform: Intel Sandy Bridge. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). * This field is deprecated, min_cpu_platform should be specified using * https://cloud.google.com/requested-min-cpu-platform label selector on the * pod. @@ -532,7 +532,7 @@ public java.lang.String getMinCpuPlatform() { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3856 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3869 * @return The bytes for minCpuPlatform. */ @java.lang.Override @@ -2071,7 +2071,7 @@ public com.google.container.v1beta1.NodeManagementOrBuilder getManagementOrBuild * minCpuPlatform: Intel Haswell or * minCpuPlatform: Intel Sandy Bridge. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). * This field is deprecated, min_cpu_platform should be specified using * https://cloud.google.com/requested-min-cpu-platform label selector on the * pod. @@ -2082,7 +2082,7 @@ public com.google.container.v1beta1.NodeManagementOrBuilder getManagementOrBuild * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3856 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3869 * @return The minCpuPlatform. */ @java.lang.Deprecated @@ -2107,7 +2107,7 @@ public java.lang.String getMinCpuPlatform() { * minCpuPlatform: Intel Haswell or * minCpuPlatform: Intel Sandy Bridge. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). * This field is deprecated, min_cpu_platform should be specified using * https://cloud.google.com/requested-min-cpu-platform label selector on the * pod. @@ -2118,7 +2118,7 @@ public java.lang.String getMinCpuPlatform() { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3856 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3869 * @return The bytes for minCpuPlatform. */ @java.lang.Deprecated @@ -2143,7 +2143,7 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() { * minCpuPlatform: Intel Haswell or * minCpuPlatform: Intel Sandy Bridge. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). * This field is deprecated, min_cpu_platform should be specified using * https://cloud.google.com/requested-min-cpu-platform label selector on the * pod. @@ -2154,7 +2154,7 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3856 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3869 * @param value The minCpuPlatform to set. * @return This builder for chaining. */ @@ -2178,7 +2178,7 @@ public Builder setMinCpuPlatform(java.lang.String value) { * minCpuPlatform: Intel Haswell or * minCpuPlatform: Intel Sandy Bridge. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). * This field is deprecated, min_cpu_platform should be specified using * https://cloud.google.com/requested-min-cpu-platform label selector on the * pod. @@ -2189,7 +2189,7 @@ public Builder setMinCpuPlatform(java.lang.String value) { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3856 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3869 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2209,7 +2209,7 @@ public Builder clearMinCpuPlatform() { * minCpuPlatform: Intel Haswell or * minCpuPlatform: Intel Sandy Bridge. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). * This field is deprecated, min_cpu_platform should be specified using * https://cloud.google.com/requested-min-cpu-platform label selector on the * pod. @@ -2220,7 +2220,7 @@ public Builder clearMinCpuPlatform() { * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3856 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3869 * @param value The bytes for minCpuPlatform to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaultsOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaultsOrBuilder.java index 8dff7a35..cb30828a 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaultsOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/AutoprovisioningNodePoolDefaultsOrBuilder.java @@ -227,7 +227,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder * minCpuPlatform: Intel Haswell or * minCpuPlatform: Intel Sandy Bridge. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). * This field is deprecated, min_cpu_platform should be specified using * https://cloud.google.com/requested-min-cpu-platform label selector on the * pod. @@ -238,7 +238,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3856 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3869 * @return The minCpuPlatform. */ @java.lang.Deprecated @@ -253,7 +253,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder * minCpuPlatform: Intel Haswell or * minCpuPlatform: Intel Sandy Bridge. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). * This field is deprecated, min_cpu_platform should be specified using * https://cloud.google.com/requested-min-cpu-platform label selector on the * pod. @@ -264,7 +264,7 @@ public interface AutoprovisioningNodePoolDefaultsOrBuilder * string min_cpu_platform = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.AutoprovisioningNodePoolDefaults.min_cpu_platform is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3856 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3869 * @return The bytes for minCpuPlatform. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/BinaryAuthorization.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/BinaryAuthorization.java index bd2072df..67e22069 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/BinaryAuthorization.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/BinaryAuthorization.java @@ -293,7 +293,7 @@ private EvaluationMode(int value) { * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1451 + * google/container/v1beta1/cluster_service.proto;l=1455 * @return The enabled. */ @java.lang.Override @@ -694,7 +694,7 @@ public Builder mergeFrom( * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1451 + * google/container/v1beta1/cluster_service.proto;l=1455 * @return The enabled. */ @java.lang.Override @@ -714,7 +714,7 @@ public boolean getEnabled() { * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1451 + * google/container/v1beta1/cluster_service.proto;l=1455 * @param value The enabled to set. * @return This builder for chaining. */ @@ -737,7 +737,7 @@ public Builder setEnabled(boolean value) { * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1451 + * google/container/v1beta1/cluster_service.proto;l=1455 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/BinaryAuthorizationOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/BinaryAuthorizationOrBuilder.java index 5aaafc5b..0edf3965 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/BinaryAuthorizationOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/BinaryAuthorizationOrBuilder.java @@ -35,7 +35,7 @@ public interface BinaryAuthorizationOrBuilder * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.BinaryAuthorization.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1451 + * google/container/v1beta1/cluster_service.proto;l=1455 * @return The enabled. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CancelOperationRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CancelOperationRequest.java index 377da3f4..a6a228d3 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CancelOperationRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CancelOperationRequest.java @@ -152,7 +152,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2928 + * google/container/v1beta1/cluster_service.proto;l=2941 * @return The projectId. */ @java.lang.Override @@ -181,7 +181,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2928 + * google/container/v1beta1/cluster_service.proto;l=2941 * @return The bytes for projectId. */ @java.lang.Override @@ -213,7 +213,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CancelOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2937 + * google/container/v1beta1/cluster_service.proto;l=2950 * @return The zone. */ @java.lang.Override @@ -242,7 +242,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CancelOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2937 + * google/container/v1beta1/cluster_service.proto;l=2950 * @return The bytes for zone. */ @java.lang.Override @@ -273,7 +273,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2944 + * google/container/v1beta1/cluster_service.proto;l=2957 * @return The operationId. */ @java.lang.Override @@ -301,7 +301,7 @@ public java.lang.String getOperationId() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2944 + * google/container/v1beta1/cluster_service.proto;l=2957 * @return The bytes for operationId. */ @java.lang.Override @@ -749,7 +749,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2928 + * google/container/v1beta1/cluster_service.proto;l=2941 * @return The projectId. */ @java.lang.Deprecated @@ -777,7 +777,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2928 + * google/container/v1beta1/cluster_service.proto;l=2941 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -805,7 +805,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2928 + * google/container/v1beta1/cluster_service.proto;l=2941 * @param value The projectId to set. * @return This builder for chaining. */ @@ -832,7 +832,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2928 + * google/container/v1beta1/cluster_service.proto;l=2941 * @return This builder for chaining. */ @java.lang.Deprecated @@ -855,7 +855,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2928 + * google/container/v1beta1/cluster_service.proto;l=2941 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -885,7 +885,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CancelOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2937 + * google/container/v1beta1/cluster_service.proto;l=2950 * @return The zone. */ @java.lang.Deprecated @@ -913,7 +913,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CancelOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2937 + * google/container/v1beta1/cluster_service.proto;l=2950 * @return The bytes for zone. */ @java.lang.Deprecated @@ -941,7 +941,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CancelOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2937 + * google/container/v1beta1/cluster_service.proto;l=2950 * @param value The zone to set. * @return This builder for chaining. */ @@ -968,7 +968,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CancelOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2937 + * google/container/v1beta1/cluster_service.proto;l=2950 * @return This builder for chaining. */ @java.lang.Deprecated @@ -991,7 +991,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CancelOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2937 + * google/container/v1beta1/cluster_service.proto;l=2950 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1020,7 +1020,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2944 + * google/container/v1beta1/cluster_service.proto;l=2957 * @return The operationId. */ @java.lang.Deprecated @@ -1047,7 +1047,7 @@ public java.lang.String getOperationId() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2944 + * google/container/v1beta1/cluster_service.proto;l=2957 * @return The bytes for operationId. */ @java.lang.Deprecated @@ -1074,7 +1074,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2944 + * google/container/v1beta1/cluster_service.proto;l=2957 * @param value The operationId to set. * @return This builder for chaining. */ @@ -1100,7 +1100,7 @@ public Builder setOperationId(java.lang.String value) { * * * @deprecated google.container.v1beta1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2944 + * google/container/v1beta1/cluster_service.proto;l=2957 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1122,7 +1122,7 @@ public Builder clearOperationId() { * * * @deprecated google.container.v1beta1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2944 + * google/container/v1beta1/cluster_service.proto;l=2957 * @param value The bytes for operationId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CancelOperationRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CancelOperationRequestOrBuilder.java index f3e3c51c..0347dc16 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CancelOperationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CancelOperationRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface CancelOperationRequestOrBuilder * * * @deprecated google.container.v1beta1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2928 + * google/container/v1beta1/cluster_service.proto;l=2941 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface CancelOperationRequestOrBuilder * * * @deprecated google.container.v1beta1.CancelOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2928 + * google/container/v1beta1/cluster_service.proto;l=2941 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface CancelOperationRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CancelOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2937 + * google/container/v1beta1/cluster_service.proto;l=2950 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface CancelOperationRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CancelOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2937 + * google/container/v1beta1/cluster_service.proto;l=2950 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface CancelOperationRequestOrBuilder * * * @deprecated google.container.v1beta1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2944 + * google/container/v1beta1/cluster_service.proto;l=2957 * @return The operationId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface CancelOperationRequestOrBuilder * * * @deprecated google.container.v1beta1.CancelOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2944 + * google/container/v1beta1/cluster_service.proto;l=2957 * @return The bytes for operationId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/Cluster.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/Cluster.java index a95bbe50..50da1a91 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/Cluster.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/Cluster.java @@ -1393,7 +1393,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.initial_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1551 + * google/container/v1beta1/cluster_service.proto;l=1555 * @return The initialNodeCount. */ @java.lang.Override @@ -1423,7 +1423,7 @@ public int getInitialNodeCount() { * .google.container.v1beta1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.node_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1564 + * google/container/v1beta1/cluster_service.proto;l=1568 * @return Whether the nodeConfig field is set. */ @java.lang.Override @@ -1450,7 +1450,7 @@ public boolean hasNodeConfig() { * .google.container.v1beta1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.node_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1564 + * google/container/v1beta1/cluster_service.proto;l=1568 * @return The nodeConfig. */ @java.lang.Override @@ -2697,7 +2697,7 @@ public com.google.container.v1beta1.NetworkConfigOrBuilder getNetworkConfigOrBui * bool private_cluster = 28 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.private_cluster is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1686 + * google/container/v1beta1/cluster_service.proto;l=1690 * @return The privateCluster. */ @java.lang.Override @@ -2722,7 +2722,7 @@ public boolean getPrivateCluster() { * string master_ipv4_cidr_block = 29 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.master_ipv4_cidr_block is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1693 + * google/container/v1beta1/cluster_service.proto;l=1697 * @return The masterIpv4CidrBlock. */ @java.lang.Override @@ -2752,7 +2752,7 @@ public java.lang.String getMasterIpv4CidrBlock() { * string master_ipv4_cidr_block = 29 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.master_ipv4_cidr_block is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1693 + * google/container/v1beta1/cluster_service.proto;l=1697 * @return The bytes for masterIpv4CidrBlock. */ @java.lang.Override @@ -3684,7 +3684,7 @@ public com.google.protobuf.ByteString getSelfLinkBytes() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1759 + * google/container/v1beta1/cluster_service.proto;l=1763 * @return The zone. */ @java.lang.Override @@ -3712,7 +3712,7 @@ public java.lang.String getZone() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1759 + * google/container/v1beta1/cluster_service.proto;l=1763 * @return The bytes for zone. */ @java.lang.Override @@ -3920,7 +3920,7 @@ public com.google.protobuf.ByteString getCurrentMasterVersionBytes() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_version is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1792 + * google/container/v1beta1/cluster_service.proto;l=1796 * @return The currentNodeVersion. */ @java.lang.Override @@ -3950,7 +3950,7 @@ public java.lang.String getCurrentNodeVersion() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_version is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1792 + * google/container/v1beta1/cluster_service.proto;l=1796 * @return The bytes for currentNodeVersion. */ @java.lang.Override @@ -4068,7 +4068,7 @@ public com.google.container.v1beta1.Cluster.Status getStatus() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1804 + * google/container/v1beta1/cluster_service.proto;l=1808 * @return The statusMessage. */ @java.lang.Override @@ -4096,7 +4096,7 @@ public java.lang.String getStatusMessage() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1804 + * google/container/v1beta1/cluster_service.proto;l=1808 * @return The bytes for statusMessage. */ @java.lang.Override @@ -4203,7 +4203,7 @@ public com.google.protobuf.ByteString getServicesIpv4CidrBytes() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @return A list containing the instanceGroupUrls. */ @java.lang.Deprecated @@ -4220,7 +4220,7 @@ public com.google.protobuf.ProtocolStringList getInstanceGroupUrlsList() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @return The count of instanceGroupUrls. */ @java.lang.Deprecated @@ -4237,7 +4237,7 @@ public int getInstanceGroupUrlsCount() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param index The index of the element to return. * @return The instanceGroupUrls at the given index. */ @@ -4255,7 +4255,7 @@ public java.lang.String getInstanceGroupUrls(int index) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param index The index of the value to return. * @return The bytes of the instanceGroupUrls at the given index. */ @@ -4277,7 +4277,7 @@ public com.google.protobuf.ByteString getInstanceGroupUrlsBytes(int index) { * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1824 + * google/container/v1beta1/cluster_service.proto;l=1828 * @return The currentNodeCount. */ @java.lang.Override @@ -7273,7 +7273,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.initial_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1551 + * google/container/v1beta1/cluster_service.proto;l=1555 * @return The initialNodeCount. */ @java.lang.Override @@ -7299,7 +7299,7 @@ public int getInitialNodeCount() { * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.initial_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1551 + * google/container/v1beta1/cluster_service.proto;l=1555 * @param value The initialNodeCount to set. * @return This builder for chaining. */ @@ -7328,7 +7328,7 @@ public Builder setInitialNodeCount(int value) { * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.initial_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1551 + * google/container/v1beta1/cluster_service.proto;l=1555 * @return This builder for chaining. */ @java.lang.Deprecated @@ -7364,7 +7364,7 @@ public Builder clearInitialNodeCount() { * .google.container.v1beta1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.node_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1564 + * google/container/v1beta1/cluster_service.proto;l=1568 * @return Whether the nodeConfig field is set. */ @java.lang.Deprecated @@ -7390,7 +7390,7 @@ public boolean hasNodeConfig() { * .google.container.v1beta1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.node_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1564 + * google/container/v1beta1/cluster_service.proto;l=1568 * @return The nodeConfig. */ @java.lang.Deprecated @@ -11381,7 +11381,7 @@ public com.google.container.v1beta1.NetworkConfigOrBuilder getNetworkConfigOrBui * bool private_cluster = 28 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.private_cluster is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1686 + * google/container/v1beta1/cluster_service.proto;l=1690 * @return The privateCluster. */ @java.lang.Override @@ -11403,7 +11403,7 @@ public boolean getPrivateCluster() { * bool private_cluster = 28 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.private_cluster is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1686 + * google/container/v1beta1/cluster_service.proto;l=1690 * @param value The privateCluster to set. * @return This builder for chaining. */ @@ -11428,7 +11428,7 @@ public Builder setPrivateCluster(boolean value) { * bool private_cluster = 28 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.private_cluster is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1686 + * google/container/v1beta1/cluster_service.proto;l=1690 * @return This builder for chaining. */ @java.lang.Deprecated @@ -11454,7 +11454,7 @@ public Builder clearPrivateCluster() { * string master_ipv4_cidr_block = 29 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.master_ipv4_cidr_block is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1693 + * google/container/v1beta1/cluster_service.proto;l=1697 * @return The masterIpv4CidrBlock. */ @java.lang.Deprecated @@ -11483,7 +11483,7 @@ public java.lang.String getMasterIpv4CidrBlock() { * string master_ipv4_cidr_block = 29 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.master_ipv4_cidr_block is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1693 + * google/container/v1beta1/cluster_service.proto;l=1697 * @return The bytes for masterIpv4CidrBlock. */ @java.lang.Deprecated @@ -11512,7 +11512,7 @@ public com.google.protobuf.ByteString getMasterIpv4CidrBlockBytes() { * string master_ipv4_cidr_block = 29 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.master_ipv4_cidr_block is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1693 + * google/container/v1beta1/cluster_service.proto;l=1697 * @param value The masterIpv4CidrBlock to set. * @return This builder for chaining. */ @@ -11540,7 +11540,7 @@ public Builder setMasterIpv4CidrBlock(java.lang.String value) { * string master_ipv4_cidr_block = 29 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.master_ipv4_cidr_block is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1693 + * google/container/v1beta1/cluster_service.proto;l=1697 * @return This builder for chaining. */ @java.lang.Deprecated @@ -11564,7 +11564,7 @@ public Builder clearMasterIpv4CidrBlock() { * string master_ipv4_cidr_block = 29 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.master_ipv4_cidr_block is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1693 + * google/container/v1beta1/cluster_service.proto;l=1697 * @param value The bytes for masterIpv4CidrBlock to set. * @return This builder for chaining. */ @@ -14983,7 +14983,7 @@ public Builder setSelfLinkBytes(com.google.protobuf.ByteString value) { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1759 + * google/container/v1beta1/cluster_service.proto;l=1763 * @return The zone. */ @java.lang.Deprecated @@ -15010,7 +15010,7 @@ public java.lang.String getZone() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1759 + * google/container/v1beta1/cluster_service.proto;l=1763 * @return The bytes for zone. */ @java.lang.Deprecated @@ -15037,7 +15037,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1759 + * google/container/v1beta1/cluster_service.proto;l=1763 * @param value The zone to set. * @return This builder for chaining. */ @@ -15063,7 +15063,7 @@ public Builder setZone(java.lang.String value) { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1759 + * google/container/v1beta1/cluster_service.proto;l=1763 * @return This builder for chaining. */ @java.lang.Deprecated @@ -15085,7 +15085,7 @@ public Builder clearZone() { * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1759 + * google/container/v1beta1/cluster_service.proto;l=1763 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -15504,7 +15504,7 @@ public Builder setCurrentMasterVersionBytes(com.google.protobuf.ByteString value * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_version is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1792 + * google/container/v1beta1/cluster_service.proto;l=1796 * @return The currentNodeVersion. */ @java.lang.Deprecated @@ -15533,7 +15533,7 @@ public java.lang.String getCurrentNodeVersion() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_version is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1792 + * google/container/v1beta1/cluster_service.proto;l=1796 * @return The bytes for currentNodeVersion. */ @java.lang.Deprecated @@ -15562,7 +15562,7 @@ public com.google.protobuf.ByteString getCurrentNodeVersionBytes() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_version is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1792 + * google/container/v1beta1/cluster_service.proto;l=1796 * @param value The currentNodeVersion to set. * @return This builder for chaining. */ @@ -15590,7 +15590,7 @@ public Builder setCurrentNodeVersion(java.lang.String value) { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_version is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1792 + * google/container/v1beta1/cluster_service.proto;l=1796 * @return This builder for chaining. */ @java.lang.Deprecated @@ -15614,7 +15614,7 @@ public Builder clearCurrentNodeVersion() { * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_version is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1792 + * google/container/v1beta1/cluster_service.proto;l=1796 * @param value The bytes for currentNodeVersion to set. * @return This builder for chaining. */ @@ -15845,7 +15845,7 @@ public Builder clearStatus() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1804 + * google/container/v1beta1/cluster_service.proto;l=1808 * @return The statusMessage. */ @java.lang.Deprecated @@ -15872,7 +15872,7 @@ public java.lang.String getStatusMessage() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1804 + * google/container/v1beta1/cluster_service.proto;l=1808 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -15899,7 +15899,7 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1804 + * google/container/v1beta1/cluster_service.proto;l=1808 * @param value The statusMessage to set. * @return This builder for chaining. */ @@ -15925,7 +15925,7 @@ public Builder setStatusMessage(java.lang.String value) { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1804 + * google/container/v1beta1/cluster_service.proto;l=1808 * @return This builder for chaining. */ @java.lang.Deprecated @@ -15947,7 +15947,7 @@ public Builder clearStatusMessage() { * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1804 + * google/container/v1beta1/cluster_service.proto;l=1808 * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ @@ -16169,7 +16169,7 @@ private void ensureInstanceGroupUrlsIsMutable() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @return A list containing the instanceGroupUrls. */ @java.lang.Deprecated @@ -16186,7 +16186,7 @@ public com.google.protobuf.ProtocolStringList getInstanceGroupUrlsList() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @return The count of instanceGroupUrls. */ @java.lang.Deprecated @@ -16203,7 +16203,7 @@ public int getInstanceGroupUrlsCount() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param index The index of the element to return. * @return The instanceGroupUrls at the given index. */ @@ -16221,7 +16221,7 @@ public java.lang.String getInstanceGroupUrls(int index) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param index The index of the value to return. * @return The bytes of the instanceGroupUrls at the given index. */ @@ -16239,7 +16239,7 @@ public com.google.protobuf.ByteString getInstanceGroupUrlsBytes(int index) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param index The index to set the value at. * @param value The instanceGroupUrls to set. * @return This builder for chaining. @@ -16264,7 +16264,7 @@ public Builder setInstanceGroupUrls(int index, java.lang.String value) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param value The instanceGroupUrls to add. * @return This builder for chaining. */ @@ -16288,7 +16288,7 @@ public Builder addInstanceGroupUrls(java.lang.String value) { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param values The instanceGroupUrls to add. * @return This builder for chaining. */ @@ -16309,7 +16309,7 @@ public Builder addAllInstanceGroupUrls(java.lang.Iterable valu * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @return This builder for chaining. */ @java.lang.Deprecated @@ -16329,7 +16329,7 @@ public Builder clearInstanceGroupUrls() { * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param value The bytes of the instanceGroupUrls to add. * @return This builder for chaining. */ @@ -16357,7 +16357,7 @@ public Builder addInstanceGroupUrlsBytes(com.google.protobuf.ByteString value) { * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1824 + * google/container/v1beta1/cluster_service.proto;l=1828 * @return The currentNodeCount. */ @java.lang.Override @@ -16376,7 +16376,7 @@ public int getCurrentNodeCount() { * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1824 + * google/container/v1beta1/cluster_service.proto;l=1828 * @param value The currentNodeCount to set. * @return This builder for chaining. */ @@ -16398,7 +16398,7 @@ public Builder setCurrentNodeCount(int value) { * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1824 + * google/container/v1beta1/cluster_service.proto;l=1828 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterOrBuilder.java index de7e9556..98a9631d 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterOrBuilder.java @@ -101,7 +101,7 @@ public interface ClusterOrBuilder * int32 initial_node_count = 3 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.initial_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1551 + * google/container/v1beta1/cluster_service.proto;l=1555 * @return The initialNodeCount. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface ClusterOrBuilder * .google.container.v1beta1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.node_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1564 + * google/container/v1beta1/cluster_service.proto;l=1568 * @return Whether the nodeConfig field is set. */ @java.lang.Deprecated @@ -150,7 +150,7 @@ public interface ClusterOrBuilder * .google.container.v1beta1.NodeConfig node_config = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.node_config is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1564 + * google/container/v1beta1/cluster_service.proto;l=1568 * @return The nodeConfig. */ @java.lang.Deprecated @@ -1024,7 +1024,7 @@ java.lang.String getResourceLabelsOrDefault( * bool private_cluster = 28 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.private_cluster is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1686 + * google/container/v1beta1/cluster_service.proto;l=1690 * @return The privateCluster. */ @java.lang.Deprecated @@ -1044,7 +1044,7 @@ java.lang.String getResourceLabelsOrDefault( * string master_ipv4_cidr_block = 29 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.master_ipv4_cidr_block is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1693 + * google/container/v1beta1/cluster_service.proto;l=1697 * @return The masterIpv4CidrBlock. */ @java.lang.Deprecated @@ -1063,7 +1063,7 @@ java.lang.String getResourceLabelsOrDefault( * string master_ipv4_cidr_block = 29 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.master_ipv4_cidr_block is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1693 + * google/container/v1beta1/cluster_service.proto;l=1697 * @return The bytes for masterIpv4CidrBlock. */ @java.lang.Deprecated @@ -1730,7 +1730,7 @@ java.lang.String getResourceLabelsOrDefault( * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1759 + * google/container/v1beta1/cluster_service.proto;l=1763 * @return The zone. */ @java.lang.Deprecated @@ -1747,7 +1747,7 @@ java.lang.String getResourceLabelsOrDefault( * string zone = 101 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1759 + * google/container/v1beta1/cluster_service.proto;l=1763 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1870,7 +1870,7 @@ java.lang.String getResourceLabelsOrDefault( * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_version is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1792 + * google/container/v1beta1/cluster_service.proto;l=1796 * @return The currentNodeVersion. */ @java.lang.Deprecated @@ -1889,7 +1889,7 @@ java.lang.String getResourceLabelsOrDefault( * string current_node_version = 105 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_version is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1792 + * google/container/v1beta1/cluster_service.proto;l=1796 * @return The bytes for currentNodeVersion. */ @java.lang.Deprecated @@ -1959,7 +1959,7 @@ java.lang.String getResourceLabelsOrDefault( * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1804 + * google/container/v1beta1/cluster_service.proto;l=1808 * @return The statusMessage. */ @java.lang.Deprecated @@ -1976,7 +1976,7 @@ java.lang.String getResourceLabelsOrDefault( * string status_message = 108 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1804 + * google/container/v1beta1/cluster_service.proto;l=1808 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -2041,7 +2041,7 @@ java.lang.String getResourceLabelsOrDefault( * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @return A list containing the instanceGroupUrls. */ @java.lang.Deprecated @@ -2056,7 +2056,7 @@ java.lang.String getResourceLabelsOrDefault( * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @return The count of instanceGroupUrls. */ @java.lang.Deprecated @@ -2071,7 +2071,7 @@ java.lang.String getResourceLabelsOrDefault( * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param index The index of the element to return. * @return The instanceGroupUrls at the given index. */ @@ -2087,7 +2087,7 @@ java.lang.String getResourceLabelsOrDefault( * repeated string instance_group_urls = 111 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.instance_group_urls is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1820 + * google/container/v1beta1/cluster_service.proto;l=1824 * @param index The index of the value to return. * @return The bytes of the instanceGroupUrls at the given index. */ @@ -2105,7 +2105,7 @@ java.lang.String getResourceLabelsOrDefault( * int32 current_node_count = 112 [deprecated = true]; * * @deprecated google.container.v1beta1.Cluster.current_node_count is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1824 + * google/container/v1beta1/cluster_service.proto;l=1828 * @return The currentNodeCount. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterServiceProto.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterServiceProto.java index 18cf50bd..0dce8936 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterServiceProto.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterServiceProto.java @@ -699,6 +699,14 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r internal_static_google_container_v1beta1_MonitoringConfig_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_google_container_v1beta1_MonitoringConfig_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_container_v1beta1_NodePoolLoggingConfig_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_container_v1beta1_NodePoolLoggingConfig_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_container_v1beta1_LoggingVariantConfig_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_container_v1beta1_LoggingVariantConfig_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_google_container_v1beta1_MonitoringComponentConfig_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable @@ -733,7 +741,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "ger_policy\030\001 \001(\t\0221\n\rcpu_cfs_quota\030\002 \001(\0132" + "\032.google.protobuf.BoolValue\022\034\n\024cpu_cfs_q" + "uota_period\030\003 \001(\t\022\026\n\016pod_pids_limit\030\004 \001(" - + "\003\"\245\013\n\nNodeConfig\022\024\n\014machine_type\030\001 \001(\t\022\024" + + "\003\"\356\013\n\nNodeConfig\022\024\n\014machine_type\030\001 \001(\t\022\024" + "\n\014disk_size_gb\030\002 \001(\005\022\024\n\014oauth_scopes\030\003 \003" + "(\t\022\027\n\017service_account\030\t \001(\t\022D\n\010metadata\030" + "\004 \003(\01322.google.container.v1beta1.NodeCon" @@ -766,1116 +774,1131 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "chineFeatures\0223\n\005gvnic\030\035 \001(\0132$.google.co" + "ntainer.v1beta1.VirtualNIC\022\014\n\004spot\030 \001(\010" + "\022G\n\022confidential_nodes\030# \001(\0132+.google.co" - + "ntainer.v1beta1.ConfidentialNodes\032/\n\rMet" - + "adataEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\002" - + "8\001\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030" - + "\002 \001(\t:\0028\001\"M\n\027AdvancedMachineFeatures\022\035\n\020" - + "threads_per_core\030\001 \001(\003H\000\210\001\001B\023\n\021_threads_" - + "per_core\"\355\004\n\021NodeNetworkConfig\022\035\n\020create" - + "_pod_range\030\004 \001(\010B\003\340A\004\022\021\n\tpod_range\030\005 \001(\t" - + "\022\033\n\023pod_ipv4_cidr_block\030\006 \001(\t\022m\n\032network" - + "_performance_config\030\013 \001(\0132D.google.conta" - + "iner.v1beta1.NodeNetworkConfig.NetworkPe" - + "rformanceConfigH\000\210\001\001\032\372\002\n\030NetworkPerforma" - + "nceConfig\022s\n\033total_egress_bandwidth_tier" - + "\030\001 \001(\0162I.google.container.v1beta1.NodeNe" - + "tworkConfig.NetworkPerformanceConfig.Tie" - + "rH\000\210\001\001\022y\n!external_ip_egress_bandwidth_t" - + "ier\030\002 \001(\0162I.google.container.v1beta1.Nod" - + "eNetworkConfig.NetworkPerformanceConfig." - + "TierH\001\210\001\001\"(\n\004Tier\022\024\n\020TIER_UNSPECIFIED\020\000\022" - + "\n\n\006TIER_1\020\001B\036\n\034_total_egress_bandwidth_t" - + "ierB$\n\"_external_ip_egress_bandwidth_tie" - + "rB\035\n\033_network_performance_config\"Y\n\026Shie" - + "ldedInstanceConfig\022\032\n\022enable_secure_boot" - + "\030\001 \001(\010\022#\n\033enable_integrity_monitoring\030\002 " - + "\001(\010\"\212\001\n\rSandboxConfig\022\030\n\014sandbox_type\030\001 " - + "\001(\tB\002\030\001\022:\n\004type\030\002 \001(\0162,.google.container" - + ".v1beta1.SandboxConfig.Type\"#\n\004Type\022\017\n\013U" - + "NSPECIFIED\020\000\022\n\n\006GVISOR\020\001\"1\n\026EphemeralSto" - + "rageConfig\022\027\n\017local_ssd_count\030\001 \001(\005\"\035\n\nG" - + "cfsConfig\022\017\n\007enabled\030\001 \001(\010\"\344\001\n\023Reservati" - + "onAffinity\022T\n\030consume_reservation_type\030\001" - + " \001(\01622.google.container.v1beta1.Reservat" - + "ionAffinity.Type\022\013\n\003key\030\002 \001(\t\022\016\n\006values\030" - + "\003 \003(\t\"Z\n\004Type\022\017\n\013UNSPECIFIED\020\000\022\022\n\016NO_RES" - + "ERVATION\020\001\022\023\n\017ANY_RESERVATION\020\002\022\030\n\024SPECI" - + "FIC_RESERVATION\020\003\"\276\001\n\tNodeTaint\022\013\n\003key\030\001" - + " \001(\t\022\r\n\005value\030\002 \001(\t\022:\n\006effect\030\003 \001(\0162*.go" - + "ogle.container.v1beta1.NodeTaint.Effect\"" - + "Y\n\006Effect\022\026\n\022EFFECT_UNSPECIFIED\020\000\022\017\n\013NO_" - + "SCHEDULE\020\001\022\026\n\022PREFER_NO_SCHEDULE\020\002\022\016\n\nNO" - + "_EXECUTE\020\003\"A\n\nNodeTaints\0223\n\006taints\030\001 \003(\013" - + "2#.google.container.v1beta1.NodeTaint\"}\n" - + "\nNodeLabels\022@\n\006labels\030\001 \003(\01320.google.con" - + "tainer.v1beta1.NodeLabels.LabelsEntry\032-\n" - + "\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t" - + ":\0028\001\"\033\n\013NetworkTags\022\014\n\004tags\030\001 \003(\t\"\336\001\n\nMa" - + "sterAuth\022\024\n\010username\030\001 \001(\tB\002\030\001\022\024\n\010passwo" - + "rd\030\002 \001(\tB\002\030\001\022T\n\031client_certificate_confi" - + "g\030\003 \001(\01321.google.container.v1beta1.Clien" - + "tCertificateConfig\022\036\n\026cluster_ca_certifi" - + "cate\030d \001(\t\022\032\n\022client_certificate\030e \001(\t\022\022" - + "\n\nclient_key\030f \001(\t\";\n\027ClientCertificateC" - + "onfig\022 \n\030issue_client_certificate\030\001 \001(\010\"" - + "\305\007\n\014AddonsConfig\022H\n\023http_load_balancing\030" - + "\001 \001(\0132+.google.container.v1beta1.HttpLoa" - + "dBalancing\022V\n\032horizontal_pod_autoscaling" - + "\030\002 \001(\01322.google.container.v1beta1.Horizo" - + "ntalPodAutoscaling\022O\n\024kubernetes_dashboa" - + "rd\030\003 \001(\0132-.google.container.v1beta1.Kube" - + "rnetesDashboardB\002\030\001\022L\n\025network_policy_co" - + "nfig\030\004 \001(\0132-.google.container.v1beta1.Ne" - + "tworkPolicyConfig\022?\n\014istio_config\030\005 \001(\0132" - + "%.google.container.v1beta1.IstioConfigB\002" - + "\030\001\022B\n\020cloud_run_config\030\007 \001(\0132(.google.co" - + "ntainer.v1beta1.CloudRunConfig\022B\n\020dns_ca" - + "che_config\030\010 \001(\0132(.google.container.v1be" - + "ta1.DnsCacheConfig\022P\n\027config_connector_c" - + "onfig\030\n \001(\0132/.google.container.v1beta1.C" - + "onfigConnectorConfig\022i\n%gce_persistent_d" - + "isk_csi_driver_config\030\013 \001(\0132:.google.con" - + "tainer.v1beta1.GcePersistentDiskCsiDrive" - + "rConfig\022=\n\013kalm_config\030\014 \001(\0132$.google.co" - + "ntainer.v1beta1.KalmConfigB\002\030\001\022^\n\037gcp_fi" - + "lestore_csi_driver_config\030\016 \001(\01325.google" - + ".container.v1beta1.GcpFilestoreCsiDriver" - + "Config\022O\n\027gke_backup_agent_config\030\020 \001(\0132" - + "..google.container.v1beta1.GkeBackupAgen" - + "tConfig\"%\n\021HttpLoadBalancing\022\020\n\010disabled" - + "\030\001 \001(\010\",\n\030HorizontalPodAutoscaling\022\020\n\010di" - + "sabled\030\001 \001(\010\"\'\n\023KubernetesDashboard\022\020\n\010d" - + "isabled\030\001 \001(\010\"\'\n\023NetworkPolicyConfig\022\020\n\010" - + "disabled\030\001 \001(\010\"!\n\016DnsCacheConfig\022\017\n\007enab" - + "led\030\001 \001(\010\"!\n\nKalmConfig\022\023\n\007enabled\030\001 \001(\010" - + "B\002\030\001\"\'\n\024GkeBackupAgentConfig\022\017\n\007enabled\030" - + "\001 \001(\010\"(\n\025ConfigConnectorConfig\022\017\n\007enable" - + "d\030\001 \001(\010\"3\n GcePersistentDiskCsiDriverCon" - + "fig\022\017\n\007enabled\030\001 \001(\010\".\n\033GcpFilestoreCsiD" - + "riverConfig\022\017\n\007enabled\030\001 \001(\010\"9\n&PrivateC" - + "lusterMasterGlobalAccessConfig\022\017\n\007enable" - + "d\030\001 \001(\010\"\245\002\n\024PrivateClusterConfig\022\034\n\024enab" - + "le_private_nodes\030\001 \001(\010\022\037\n\027enable_private" - + "_endpoint\030\002 \001(\010\022\036\n\026master_ipv4_cidr_bloc" - + "k\030\003 \001(\t\022\030\n\020private_endpoint\030\004 \001(\t\022\027\n\017pub" - + "lic_endpoint\030\005 \001(\t\022\024\n\014peering_name\030\007 \001(\t" - + "\022e\n\033master_global_access_config\030\010 \001(\0132@." - + "google.container.v1beta1.PrivateClusterM" - + "asterGlobalAccessConfig\"\237\001\n\013IstioConfig\022" - + "\024\n\010disabled\030\001 \001(\010B\002\030\001\022E\n\004auth\030\002 \001(\01623.go" - + "ogle.container.v1beta1.IstioConfig.Istio" - + "AuthModeB\002\030\001\"3\n\rIstioAuthMode\022\r\n\tAUTH_NO" - + "NE\020\000\022\023\n\017AUTH_MUTUAL_TLS\020\001\"\363\001\n\016CloudRunCo" - + "nfig\022\020\n\010disabled\030\001 \001(\010\022U\n\022load_balancer_" - + "type\030\003 \001(\01629.google.container.v1beta1.Cl" - + "oudRunConfig.LoadBalancerType\"x\n\020LoadBal" - + "ancerType\022\"\n\036LOAD_BALANCER_TYPE_UNSPECIF" - + "IED\020\000\022\037\n\033LOAD_BALANCER_TYPE_EXTERNAL\020\001\022\037" - + "\n\033LOAD_BALANCER_TYPE_INTERNAL\020\002\"\301\001\n\036Mast" - + "erAuthorizedNetworksConfig\022\017\n\007enabled\030\001 " - + "\001(\010\022W\n\013cidr_blocks\030\002 \003(\0132B.google.contai" - + "ner.v1beta1.MasterAuthorizedNetworksConf" - + "ig.CidrBlock\0325\n\tCidrBlock\022\024\n\014display_nam" - + "e\030\001 \001(\t\022\022\n\ncidr_block\030\002 \001(\t\"\035\n\nLegacyAba" - + "c\022\017\n\007enabled\030\001 \001(\010\"\226\001\n\rNetworkPolicy\022B\n\010" - + "provider\030\001 \001(\01620.google.container.v1beta" - + "1.NetworkPolicy.Provider\022\017\n\007enabled\030\002 \001(" - + "\010\"0\n\010Provider\022\030\n\024PROVIDER_UNSPECIFIED\020\000\022" - + "\n\n\006CALICO\020\001\"\270\006\n\022IPAllocationPolicy\022\026\n\016us" - + "e_ip_aliases\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\021cluste" - + "r_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\024node_" - + "ipv4_cidr_block\030\n \001(\t\022 \n\030services_ipv4_c" - + "idr_block\030\013 \001(\t\022\033\n\023allow_route_overlap\030\014" - + " \001(\010\022\033\n\023tpu_ipv4_cidr_block\030\r \001(\t\022\022\n\nuse" - + "_routes\030\017 \001(\010\022J\n\nstack_type\030\020 \001(\01626.goog" - + "le.container.v1beta1.IPAllocationPolicy." - + "StackType\022U\n\020ipv6_access_type\030\021 \001(\0162;.go" - + "ogle.container.v1beta1.IPAllocationPolic" - + "y.IPv6AccessType\022#\n\026subnet_ipv6_cidr_blo" - + "ck\030\026 \001(\tB\003\340A\003\022%\n\030services_ipv6_cidr_bloc" - + "k\030\027 \001(\tB\003\340A\003\"@\n\tStackType\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\034IPV6_ACCESS_TYPE_UNS" - + "PECIFIED\020\000\022\014\n\010INTERNAL\020\001\022\014\n\010EXTERNAL\020\002\"\350" - + "\001\n\023BinaryAuthorization\022\023\n\007enabled\030\001 \001(\010B" - + "\002\030\001\022U\n\017evaluation_mode\030\002 \001(\0162<.google.co" - + "ntainer.v1beta1.BinaryAuthorization.Eval" - + "uationMode\"e\n\016EvaluationMode\022\037\n\033EVALUATI" - + "ON_MODE_UNSPECIFIED\020\000\022\014\n\010DISABLED\020\001\022$\n P" - + "ROJECT_SINGLETON_POLICY_ENFORCE\020\002\"*\n\027Pod" - + "SecurityPolicyConfig\022\017\n\007enabled\030\001 \001(\010\"D\n" - + "\031AuthenticatorGroupsConfig\022\017\n\007enabled\030\001 " - + "\001(\010\022\026\n\016security_group\030\002 \001(\t\"\226\001\n\020ClusterT" - + "elemetry\022=\n\004type\030\001 \001(\0162/.google.containe" - + "r.v1beta1.ClusterTelemetry.Type\"C\n\004Type\022" - + "\017\n\013UNSPECIFIED\020\000\022\014\n\010DISABLED\020\001\022\013\n\007ENABLE" - + "D\020\002\022\017\n\013SYSTEM_ONLY\020\003\"\360\036\n\007Cluster\022\014\n\004name" - + "\030\001 \001(\t\022\023\n\013description\030\002 \001(\t\022\036\n\022initial_n" - + "ode_count\030\003 \001(\005B\002\030\001\022=\n\013node_config\030\004 \001(\013" - + "2$.google.container.v1beta1.NodeConfigB\002" - + "\030\001\0229\n\013master_auth\030\005 \001(\0132$.google.contain" - + "er.v1beta1.MasterAuth\022\027\n\017logging_service" - + "\030\006 \001(\t\022\032\n\022monitoring_service\030\007 \001(\t\022\017\n\007ne" - + "twork\030\010 \001(\t\022\031\n\021cluster_ipv4_cidr\030\t \001(\t\022=" - + "\n\raddons_config\030\n \001(\0132&.google.container" - + ".v1beta1.AddonsConfig\022\022\n\nsubnetwork\030\013 \001(" - + "\t\0226\n\nnode_pools\030\014 \003(\0132\".google.container" - + ".v1beta1.NodePool\022\021\n\tlocations\030\r \003(\t\022\037\n\027" - + "enable_kubernetes_alpha\030\016 \001(\010\022N\n\017resourc" - + "e_labels\030\017 \003(\01325.google.container.v1beta" - + "1.Cluster.ResourceLabelsEntry\022\031\n\021label_f" - + "ingerprint\030\020 \001(\t\0229\n\013legacy_abac\030\022 \001(\0132$." - + "google.container.v1beta1.LegacyAbac\022?\n\016n" - + "etwork_policy\030\023 \001(\0132\'.google.container.v" - + "1beta1.NetworkPolicy\022J\n\024ip_allocation_po" - + "licy\030\024 \001(\0132,.google.container.v1beta1.IP" - + "AllocationPolicy\022c\n!master_authorized_ne" - + "tworks_config\030\026 \001(\01328.google.container.v" - + "1beta1.MasterAuthorizedNetworksConfig\022G\n" - + "\022maintenance_policy\030\027 \001(\0132+.google.conta" - + "iner.v1beta1.MaintenancePolicy\022K\n\024binary" - + "_authorization\030\030 \001(\0132-.google.container." - + "v1beta1.BinaryAuthorization\022U\n\032pod_secur" - + "ity_policy_config\030\031 \001(\01321.google.contain" - + "er.v1beta1.PodSecurityPolicyConfig\022A\n\013au" - + "toscaling\030\032 \001(\0132,.google.container.v1bet" - + "a1.ClusterAutoscaling\022?\n\016network_config\030" - + "\033 \001(\0132\'.google.container.v1beta1.Network" - + "Config\022\033\n\017private_cluster\030\034 \001(\010B\002\030\001\022\"\n\026m" - + "aster_ipv4_cidr_block\030\035 \001(\tB\002\030\001\022P\n\033defau" - + "lt_max_pods_constraint\030\036 \001(\0132+.google.co" - + "ntainer.v1beta1.MaxPodsConstraint\022Y\n\034res" - + "ource_usage_export_config\030! \001(\01323.google" - + ".container.v1beta1.ResourceUsageExportCo" - + "nfig\022X\n\033authenticator_groups_config\030\" \001(" - + "\01323.google.container.v1beta1.Authenticat" - + "orGroupsConfig\022N\n\026private_cluster_config" - + "\030% \001(\0132..google.container.v1beta1.Privat" - + "eClusterConfig\022R\n\030vertical_pod_autoscali" - + "ng\030\' \001(\01320.google.container.v1beta1.Vert" - + "icalPodAutoscaling\022?\n\016shielded_nodes\030( \001" - + "(\0132\'.google.container.v1beta1.ShieldedNo" - + "des\022A\n\017release_channel\030) \001(\0132(.google.co" - + "ntainer.v1beta1.ReleaseChannel\022R\n\030worklo" - + "ad_identity_config\030+ \001(\01320.google.contai" - + "ner.v1beta1.WorkloadIdentityConfig\022M\n\025wo" - + "rkload_certificates\0304 \001(\0132..google.conta" - + "iner.v1beta1.WorkloadCertificates\022E\n\021mes" - + "h_certificates\030C \001(\0132*.google.container." - + "v1beta1.MeshCertificates\022J\n\024workload_alt" - + "s_config\0305 \001(\0132,.google.container.v1beta" - + "1.WorkloadALTSConfig\022N\n\026cost_management_" - + "config\030- \001(\0132..google.container.v1beta1." - + "CostManagementConfig\022E\n\021cluster_telemetr" - + "y\030. \001(\0132*.google.container.v1beta1.Clust" - + "erTelemetry\0227\n\ntpu_config\030/ \001(\0132#.google" - + ".container.v1beta1.TpuConfig\022I\n\023notifica" - + "tion_config\0301 \001(\0132,.google.container.v1b" - + "eta1.NotificationConfig\022G\n\022confidential_" - + "nodes\0302 \001(\0132+.google.container.v1beta1.C" - + "onfidentialNodes\022P\n\027identity_service_con" - + "fig\0306 \001(\0132/.google.container.v1beta1.Ide" - + "ntityServiceConfig\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\027ini" - + "tial_cluster_version\030g \001(\t\022\036\n\026current_ma" - + "ster_version\030h \001(\t\022 \n\024current_node_versi" - + "on\030i \001(\tB\002\030\001\022\023\n\013create_time\030j \001(\t\0228\n\006sta" - + "tus\030k \001(\0162(.google.container.v1beta1.Clu" - + "ster.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\022services" - + "_ipv4_cidr\030n \001(\t\022\037\n\023instance_group_urls\030" - + "o \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_bl" - + "ock\030t \001(\t\022I\n\023database_encryption\030& \001(\0132," - + ".google.container.v1beta1.DatabaseEncryp" - + "tion\022=\n\nconditions\030v \003(\0132).google.contai" - + "ner.v1beta1.StatusCondition\0220\n\006master\030| " - + "\001(\0132 .google.container.v1beta1.Master\0227\n" - + "\tautopilot\030\200\001 \001(\0132#.google.container.v1b" - + "eta1.Autopilot\022\020\n\002id\030\201\001 \001(\tB\003\340A\003\022L\n\022node" - + "_pool_defaults\030\203\001 \001(\0132*.google.container" - + ".v1beta1.NodePoolDefaultsH\000\210\001\001\022@\n\016loggin" - + "g_config\030\204\001 \001(\0132\'.google.container.v1bet" - + "a1.LoggingConfig\022F\n\021monitoring_config\030\205\001" - + " \001(\0132*.google.container.v1beta1.Monitori" - + "ngConfig\022L\n\025node_pool_auto_config\030\210\001 \001(\013" - + "2,.google.container.v1beta1.NodePoolAuto" - + "Config\022E\n\016protect_config\030\211\001 \001(\0132\'.google" - + ".container.v1beta1.ProtectConfigH\001\210\001\001\0325\n" - + "\023ResourceLabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" - + "ue\030\002 \001(\t:\0028\001\"w\n\006Status\022\026\n\022STATUS_UNSPECI" - + "FIED\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\005ERROR\020\005\022" - + "\014\n\010DEGRADED\020\006B\025\n\023_node_pool_defaultsB\021\n\017" - + "_protect_config\"\304\001\n\016WorkloadConfig\022F\n\nau" - + "dit_mode\030\001 \001(\0162-.google.container.v1beta" - + "1.WorkloadConfig.ModeH\000\210\001\001\"[\n\004Mode\022\024\n\020MO" - + "DE_UNSPECIFIED\020\000\022\014\n\010DISABLED\020\001\022\t\n\005BASIC\020" - + "\004\022\020\n\010BASELINE\020\002\032\002\010\001\022\022\n\nRESTRICTED\020\003\032\002\010\001B" - + "\r\n\013_audit_mode\"k\n\rProtectConfig\022F\n\017workl" - + "oad_config\030\001 \001(\0132(.google.container.v1be" - + "ta1.WorkloadConfigH\000\210\001\001B\022\n\020_workload_con" - + "fig\"^\n\020NodePoolDefaults\022J\n\024node_config_d" - + "efaults\030\001 \001(\0132,.google.container.v1beta1" - + ".NodeConfigDefaults\"O\n\022NodeConfigDefault" - + "s\0229\n\013gcfs_config\030\001 \001(\0132$.google.containe" - + "r.v1beta1.GcfsConfig\"Q\n\022NodePoolAutoConf" - + "ig\022;\n\014network_tags\030\001 \001(\0132%.google.contai" - + "ner.v1beta1.NetworkTags\"\371\030\n\rClusterUpdat" - + "e\022\034\n\024desired_node_version\030\004 \001(\t\022\"\n\032desir" - + "ed_monitoring_service\030\005 \001(\t\022E\n\025desired_a" - + "ddons_config\030\006 \001(\0132&.google.container.v1" - + "beta1.AddonsConfig\022\034\n\024desired_node_pool_" - + "id\030\007 \001(\t\022\032\n\022desired_image_type\030\010 \001(\t\022T\n\035" - + "desired_node_pool_autoscaling\030\t \001(\0132-.go" - + "ogle.container.v1beta1.NodePoolAutoscali" - + "ng\022\031\n\021desired_locations\030\n \003(\t\022k\n)desired" - + "_master_authorized_networks_config\030\014 \001(\013" - + "28.google.container.v1beta1.MasterAuthor" - + "izedNetworksConfig\022]\n\"desired_pod_securi" - + "ty_policy_config\030\016 \001(\01321.google.containe" - + "r.v1beta1.PodSecurityPolicyConfig\022Q\n\033des" - + "ired_cluster_autoscaling\030\017 \001(\0132,.google." - + "container.v1beta1.ClusterAutoscaling\022S\n\034" - + "desired_binary_authorization\030\020 \001(\0132-.goo" - + "gle.container.v1beta1.BinaryAuthorizatio" - + "n\022\037\n\027desired_logging_service\030\023 \001(\t\022a\n$de" - + "sired_resource_usage_export_config\030\025 \001(\013" - + "23.google.container.v1beta1.ResourceUsag" - + "eExportConfig\022Z\n desired_vertical_pod_au" - + "toscaling\030\026 \001(\01320.google.container.v1bet" - + "a1.VerticalPodAutoscaling\022V\n\036desired_pri" - + "vate_cluster_config\030\031 \001(\0132..google.conta" - + "iner.v1beta1.PrivateClusterConfig\022a\n$des" - + "ired_intra_node_visibility_config\030\032 \001(\0132" - + "3.google.container.v1beta1.IntraNodeVisi" - + "bilityConfig\022P\n\033desired_default_snat_sta" - + "tus\030\034 \001(\0132+.google.container.v1beta1.Def" - + "aultSnatStatus\022M\n\031desired_cluster_teleme" - + "try\030\036 \001(\0132*.google.container.v1beta1.Clu" - + "sterTelemetry\022I\n\027desired_release_channel" - + "\030\037 \001(\0132(.google.container.v1beta1.Releas" - + "eChannel\022?\n\022desired_tpu_config\030& \001(\0132#.g" - + "oogle.container.v1beta1.TpuConfig\022V\n\037des" - + "ired_l4ilb_subsetting_config\030\' \001(\0132-.goo" - + "gle.container.v1beta1.ILBSubsettingConfi" - + "g\022M\n\031desired_datapath_provider\0302 \001(\0162*.g" - + "oogle.container.v1beta1.DatapathProvider" - + "\022]\n\"desired_private_ipv6_google_access\0303" - + " \001(\01621.google.container.v1beta1.PrivateI" - + "Pv6GoogleAccess\022Q\n\033desired_notification_" - + "config\0307 \001(\0132,.google.container.v1beta1." - + "NotificationConfig\022\036\n\026desired_master_ver" - + "sion\030d \001(\t\022A\n\023desired_gcfs_config\030m \001(\0132" - + "$.google.container.v1beta1.GcfsConfig\022Q\n" - + "\033desired_database_encryption\030. \001(\0132,.goo" - + "gle.container.v1beta1.DatabaseEncryption" - + "\022Z\n desired_workload_identity_config\030/ \001" - + "(\01320.google.container.v1beta1.WorkloadId" - + "entityConfig\022U\n\035desired_workload_certifi" - + "cates\030= \001(\0132..google.container.v1beta1.W" - + "orkloadCertificates\022M\n\031desired_mesh_cert" - + "ificates\030C \001(\0132*.google.container.v1beta" - + "1.MeshCertificates\022R\n\034desired_workload_a" - + "lts_config\030> \001(\0132,.google.container.v1be" - + "ta1.WorkloadALTSConfig\022G\n\026desired_shield" - + "ed_nodes\0300 \001(\0132\'.google.container.v1beta" - + "1.ShieldedNodes\022V\n\036desired_cost_manageme" - + "nt_config\0301 \001(\0132..google.container.v1bet" - + "a1.CostManagementConfig\0228\n\016desired_maste" - + "r\0304 \001(\0132 .google.container.v1beta1.Maste" - + "r\022?\n\022desired_dns_config\0305 \001(\0132#.google.c" - + "ontainer.v1beta1.DNSConfig\022_\n#desired_se" - + "rvice_external_ips_config\030< \001(\01322.google" - + ".container.v1beta1.ServiceExternalIPsCon" - + "fig\022`\n#desired_authenticator_groups_conf" - + "ig\030? \001(\01323.google.container.v1beta1.Auth" - + "enticatorGroupsConfig\022G\n\026desired_logging" - + "_config\030@ \001(\0132\'.google.container.v1beta1" - + ".LoggingConfig\022M\n\031desired_monitoring_con" - + "fig\030A \001(\0132*.google.container.v1beta1.Mon" - + "itoringConfig\022X\n\037desired_identity_servic" - + "e_config\030B \001(\0132/.google.container.v1beta" - + "1.IdentityServiceConfig\022Y\n*desired_node_" - + "pool_auto_config_network_tags\030n \001(\0132%.go" - + "ogle.container.v1beta1.NetworkTags\022L\n\026de" - + "sired_protect_config\030p \001(\0132\'.google.cont" - + "ainer.v1beta1.ProtectConfigH\000\210\001\001B\031\n\027_des" - + "ired_protect_config\"\212\010\n\tOperation\022\014\n\004nam" - + "e\030\001 \001(\t\022\020\n\004zone\030\002 \001(\tB\002\030\001\022@\n\016operation_t" - + "ype\030\003 \001(\0162(.google.container.v1beta1.Ope" - + "ration.Type\022:\n\006status\030\004 \001(\0162*.google.con" - + "tainer.v1beta1.Operation.Status\022\016\n\006detai", - "l\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\010location\030\t \001(\t\022\022\n\nstart_time\030\n \001(\t\022\020\n\010" - + "end_time\030\013 \001(\t\022B\n\010progress\030\014 \001(\0132+.googl" - + "e.container.v1beta1.OperationProgressB\003\340" - + "A\003\022I\n\022cluster_conditions\030\r \003(\0132).google." - + "container.v1beta1.StatusConditionB\002\030\001\022J\n" - + "\023nodepool_conditions\030\016 \003(\0132).google.cont" - + "ainer.v1beta1.StatusConditionB\002\030\001\022!\n\005err" - + "or\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\007R" - + "UNNING\020\002\022\010\n\004DONE\020\003\022\014\n\010ABORTING\020\004\"\375\002\n\004Typ" - + "e\022\024\n\020TYPE_UNSPECIFIED\020\000\022\022\n\016CREATE_CLUSTE" - + "R\020\001\022\022\n\016DELETE_CLUSTER\020\002\022\022\n\016UPGRADE_MASTE" - + "R\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_PO" - + "OL\020\007\022\024\n\020DELETE_NODE_POOL\020\010\022\034\n\030SET_NODE_P" - + "OOL_MANAGEMENT\020\t\022\025\n\021AUTO_REPAIR_NODES\020\n\022" - + "\026\n\022AUTO_UPGRADE_NODES\020\013\022\016\n\nSET_LABELS\020\014\022" - + "\023\n\017SET_MASTER_AUTH\020\r\022\026\n\022SET_NODE_POOL_SI" - + "ZE\020\016\022\026\n\022SET_NETWORK_POLICY\020\017\022\032\n\026SET_MAIN" - + "TENANCE_POLICY\020\020\"\312\002\n\021OperationProgress\022\014" - + "\n\004name\030\001 \001(\t\022:\n\006status\030\002 \001(\0162*.google.co" - + "ntainer.v1beta1.Operation.Status\022C\n\007metr" - + "ics\030\003 \003(\01322.google.container.v1beta1.Ope" - + "rationProgress.Metric\022;\n\006stages\030\004 \003(\0132+." - + "google.container.v1beta1.OperationProgre" - + "ss\032i\n\006Metric\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\023\n\tint_v" - + "alue\030\002 \001(\003H\000\022\026\n\014double_value\030\003 \001(\001H\000\022\026\n\014" - + "string_value\030\004 \001(\tH\000B\007\n\005value\"\217\001\n\024Create" - + "ClusterRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A" - + "\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\0227\n\007cluster\030\003 \001(\0132" - + "!.google.container.v1beta1.ClusterB\003\340A\002\022" - + "\016\n\006parent\030\005 \001(\t\"l\n\021GetClusterRequest\022\031\n\n" - + "project_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030" - + "\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\014\n\004name\030" - + "\005 \001(\t\"\255\001\n\024UpdateClusterRequest\022\031\n\nprojec" - + "t_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031" - + "\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022<\n\006update\030\004 \001(" - + "\0132\'.google.container.v1beta1.ClusterUpda" - + "teB\003\340A\002\022\014\n\004name\030\005 \001(\t\"\245\007\n\025UpdateNodePool" - + "Request\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zo" - + "ne\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340" - + "A\002\022\033\n\014node_pool_id\030\004 \001(\tB\005\030\001\340A\002\022\031\n\014node_" - + "version\030\005 \001(\tB\003\340A\002\022\027\n\nimage_type\030\006 \001(\tB\003" - + "\340A\002\022\021\n\tlocations\030\r \003(\t\022R\n\030workload_metad" - + "ata_config\030\016 \001(\01320.google.container.v1be" - + "ta1.WorkloadMetadataConfig\022\014\n\004name\030\010 \001(\t" - + "\022L\n\020upgrade_settings\030\017 \001(\01322.google.cont" - + "ainer.v1beta1.NodePool.UpgradeSettings\0223" - + "\n\004tags\030\020 \001(\0132%.google.container.v1beta1." - + "NetworkTags\0224\n\006taints\030\021 \001(\0132$.google.con" - + "tainer.v1beta1.NodeTaints\0224\n\006labels\030\022 \001(" - + "\0132$.google.container.v1beta1.NodeLabels\022" - + "D\n\021linux_node_config\030\023 \001(\0132).google.cont" - + "ainer.v1beta1.LinuxNodeConfig\022C\n\016kubelet" - + "_config\030\024 \001(\0132+.google.container.v1beta1" - + ".NodeKubeletConfig\022H\n\023node_network_confi" - + "g\030\025 \001(\0132+.google.container.v1beta1.NodeN" - + "etworkConfig\0229\n\013gcfs_config\030\026 \001(\0132$.goog" - + "le.container.v1beta1.GcfsConfig\022G\n\022confi" - + "dential_nodes\030\027 \001(\0132+.google.container.v" - + "1beta1.ConfidentialNodes\0223\n\005gvnic\030\035 \001(\0132" - + "$.google.container.v1beta1.VirtualNIC\"\336\001" - + "\n\035SetNodePoolAutoscalingRequest\022\031\n\nproje" - + "ct_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022" - + "\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\033\n\014node_pool_" - + "id\030\004 \001(\tB\005\030\001\340A\002\022G\n\013autoscaling\030\005 \001(\0132-.g" - + "oogle.container.v1beta1.NodePoolAutoscal" - + "ingB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\221\001\n\030SetLoggingSer" - + "viceRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023" - + "\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB" - + "\005\030\001\340A\002\022\034\n\017logging_service\030\004 \001(\tB\003\340A\002\022\014\n\004" - + "name\030\005 \001(\t\"\227\001\n\033SetMonitoringServiceReque" + + "ntainer.v1beta1.ConfidentialNodes\022G\n\016log" + + "ging_config\030& \001(\0132/.google.container.v1b" + + "eta1.NodePoolLoggingConfig\032/\n\rMetadataEn" + + "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032-\n\013L" + + "abelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\002" + + "8\001\"M\n\027AdvancedMachineFeatures\022\035\n\020threads" + + "_per_core\030\001 \001(\003H\000\210\001\001B\023\n\021_threads_per_cor" + + "e\"\355\004\n\021NodeNetworkConfig\022\035\n\020create_pod_ra" + + "nge\030\004 \001(\010B\003\340A\004\022\021\n\tpod_range\030\005 \001(\t\022\033\n\023pod" + + "_ipv4_cidr_block\030\006 \001(\t\022m\n\032network_perfor" + + "mance_config\030\013 \001(\0132D.google.container.v1" + + "beta1.NodeNetworkConfig.NetworkPerforman" + + "ceConfigH\000\210\001\001\032\372\002\n\030NetworkPerformanceConf" + + "ig\022s\n\033total_egress_bandwidth_tier\030\001 \001(\0162" + + "I.google.container.v1beta1.NodeNetworkCo" + + "nfig.NetworkPerformanceConfig.TierH\000\210\001\001\022" + + "y\n!external_ip_egress_bandwidth_tier\030\002 \001" + + "(\0162I.google.container.v1beta1.NodeNetwor" + + "kConfig.NetworkPerformanceConfig.TierH\001\210" + + "\001\001\"(\n\004Tier\022\024\n\020TIER_UNSPECIFIED\020\000\022\n\n\006TIER" + + "_1\020\001B\036\n\034_total_egress_bandwidth_tierB$\n\"" + + "_external_ip_egress_bandwidth_tierB\035\n\033_n" + + "etwork_performance_config\"Y\n\026ShieldedIns" + + "tanceConfig\022\032\n\022enable_secure_boot\030\001 \001(\010\022" + + "#\n\033enable_integrity_monitoring\030\002 \001(\010\"\212\001\n" + + "\rSandboxConfig\022\030\n\014sandbox_type\030\001 \001(\tB\002\030\001" + + "\022:\n\004type\030\002 \001(\0162,.google.container.v1beta" + + "1.SandboxConfig.Type\"#\n\004Type\022\017\n\013UNSPECIF" + + "IED\020\000\022\n\n\006GVISOR\020\001\"1\n\026EphemeralStorageCon" + + "fig\022\027\n\017local_ssd_count\030\001 \001(\005\"\035\n\nGcfsConf" + + "ig\022\017\n\007enabled\030\001 \001(\010\"\344\001\n\023ReservationAffin" + + "ity\022T\n\030consume_reservation_type\030\001 \001(\01622." + + "google.container.v1beta1.ReservationAffi" + + "nity.Type\022\013\n\003key\030\002 \001(\t\022\016\n\006values\030\003 \003(\t\"Z" + + "\n\004Type\022\017\n\013UNSPECIFIED\020\000\022\022\n\016NO_RESERVATIO" + + "N\020\001\022\023\n\017ANY_RESERVATION\020\002\022\030\n\024SPECIFIC_RES" + + "ERVATION\020\003\"\276\001\n\tNodeTaint\022\013\n\003key\030\001 \001(\t\022\r\n" + + "\005value\030\002 \001(\t\022:\n\006effect\030\003 \001(\0162*.google.co" + + "ntainer.v1beta1.NodeTaint.Effect\"Y\n\006Effe" + + "ct\022\026\n\022EFFECT_UNSPECIFIED\020\000\022\017\n\013NO_SCHEDUL" + + "E\020\001\022\026\n\022PREFER_NO_SCHEDULE\020\002\022\016\n\nNO_EXECUT" + + "E\020\003\"A\n\nNodeTaints\0223\n\006taints\030\001 \003(\0132#.goog" + + "le.container.v1beta1.NodeTaint\"}\n\nNodeLa" + + "bels\022@\n\006labels\030\001 \003(\01320.google.container." + + "v1beta1.NodeLabels.LabelsEntry\032-\n\013Labels" + + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\033\n" + + "\013NetworkTags\022\014\n\004tags\030\001 \003(\t\"\336\001\n\nMasterAut" + + "h\022\024\n\010username\030\001 \001(\tB\002\030\001\022\024\n\010password\030\002 \001(" + + "\tB\002\030\001\022T\n\031client_certificate_config\030\003 \001(\013" + + "21.google.container.v1beta1.ClientCertif" + + "icateConfig\022\036\n\026cluster_ca_certificate\030d " + + "\001(\t\022\032\n\022client_certificate\030e \001(\t\022\022\n\nclien" + + "t_key\030f \001(\t\";\n\027ClientCertificateConfig\022 " + + "\n\030issue_client_certificate\030\001 \001(\010\"\305\007\n\014Add" + + "onsConfig\022H\n\023http_load_balancing\030\001 \001(\0132+" + + ".google.container.v1beta1.HttpLoadBalanc" + + "ing\022V\n\032horizontal_pod_autoscaling\030\002 \001(\0132" + + "2.google.container.v1beta1.HorizontalPod" + + "Autoscaling\022O\n\024kubernetes_dashboard\030\003 \001(" + + "\0132-.google.container.v1beta1.KubernetesD" + + "ashboardB\002\030\001\022L\n\025network_policy_config\030\004 " + + "\001(\0132-.google.container.v1beta1.NetworkPo" + + "licyConfig\022?\n\014istio_config\030\005 \001(\0132%.googl" + + "e.container.v1beta1.IstioConfigB\002\030\001\022B\n\020c" + + "loud_run_config\030\007 \001(\0132(.google.container" + + ".v1beta1.CloudRunConfig\022B\n\020dns_cache_con" + + "fig\030\010 \001(\0132(.google.container.v1beta1.Dns" + + "CacheConfig\022P\n\027config_connector_config\030\n" + + " \001(\0132/.google.container.v1beta1.ConfigCo" + + "nnectorConfig\022i\n%gce_persistent_disk_csi" + + "_driver_config\030\013 \001(\0132:.google.container." + + "v1beta1.GcePersistentDiskCsiDriverConfig" + + "\022=\n\013kalm_config\030\014 \001(\0132$.google.container" + + ".v1beta1.KalmConfigB\002\030\001\022^\n\037gcp_filestore" + + "_csi_driver_config\030\016 \001(\01325.google.contai" + + "ner.v1beta1.GcpFilestoreCsiDriverConfig\022" + + "O\n\027gke_backup_agent_config\030\020 \001(\0132..googl" + + "e.container.v1beta1.GkeBackupAgentConfig" + + "\"%\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\"!\n\nKalmConfig\022\023\n\007enabled\030\001 \001(\010B\002\030\001\"\'\n" + + "\024GkeBackupAgentConfig\022\017\n\007enabled\030\001 \001(\010\"(" + + "\n\025ConfigConnectorConfig\022\017\n\007enabled\030\001 \001(\010" + + "\"3\n GcePersistentDiskCsiDriverConfig\022\017\n\007" + + "enabled\030\001 \001(\010\".\n\033GcpFilestoreCsiDriverCo" + + "nfig\022\017\n\007enabled\030\001 \001(\010\"9\n&PrivateClusterM" + + "asterGlobalAccessConfig\022\017\n\007enabled\030\001 \001(\010" + + "\"\245\002\n\024PrivateClusterConfig\022\034\n\024enable_priv" + + "ate_nodes\030\001 \001(\010\022\037\n\027enable_private_endpoi" + + "nt\030\002 \001(\010\022\036\n\026master_ipv4_cidr_block\030\003 \001(\t" + + "\022\030\n\020private_endpoint\030\004 \001(\t\022\027\n\017public_end" + + "point\030\005 \001(\t\022\024\n\014peering_name\030\007 \001(\t\022e\n\033mas" + + "ter_global_access_config\030\010 \001(\0132@.google." + + "container.v1beta1.PrivateClusterMasterGl" + + "obalAccessConfig\"\237\001\n\013IstioConfig\022\024\n\010disa" + + "bled\030\001 \001(\010B\002\030\001\022E\n\004auth\030\002 \001(\01623.google.co" + + "ntainer.v1beta1.IstioConfig.IstioAuthMod" + + "eB\002\030\001\"3\n\rIstioAuthMode\022\r\n\tAUTH_NONE\020\000\022\023\n" + + "\017AUTH_MUTUAL_TLS\020\001\"\363\001\n\016CloudRunConfig\022\020\n" + + "\010disabled\030\001 \001(\010\022U\n\022load_balancer_type\030\003 " + + "\001(\01629.google.container.v1beta1.CloudRunC" + + "onfig.LoadBalancerType\"x\n\020LoadBalancerTy" + + "pe\022\"\n\036LOAD_BALANCER_TYPE_UNSPECIFIED\020\000\022\037" + + "\n\033LOAD_BALANCER_TYPE_EXTERNAL\020\001\022\037\n\033LOAD_" + + "BALANCER_TYPE_INTERNAL\020\002\"\301\001\n\036MasterAutho" + + "rizedNetworksConfig\022\017\n\007enabled\030\001 \001(\010\022W\n\013" + + "cidr_blocks\030\002 \003(\0132B.google.container.v1b" + + "eta1.MasterAuthorizedNetworksConfig.Cidr" + + "Block\0325\n\tCidrBlock\022\024\n\014display_name\030\001 \001(\t" + + "\022\022\n\ncidr_block\030\002 \001(\t\"\035\n\nLegacyAbac\022\017\n\007en" + + "abled\030\001 \001(\010\"\226\001\n\rNetworkPolicy\022B\n\010provide" + + "r\030\001 \001(\01620.google.container.v1beta1.Netwo" + + "rkPolicy.Provider\022\017\n\007enabled\030\002 \001(\010\"0\n\010Pr" + + "ovider\022\030\n\024PROVIDER_UNSPECIFIED\020\000\022\n\n\006CALI" + + "CO\020\001\"\270\006\n\022IPAllocationPolicy\022\026\n\016use_ip_al" + + "iases\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\034cl" + + "uster_secondary_range_name\030\007 \001(\t\022%\n\035serv" + + "ices_secondary_range_name\030\010 \001(\t\022\037\n\027clust" + + "er_ipv4_cidr_block\030\t \001(\t\022\034\n\024node_ipv4_ci" + + "dr_block\030\n \001(\t\022 \n\030services_ipv4_cidr_blo" + + "ck\030\013 \001(\t\022\033\n\023allow_route_overlap\030\014 \001(\010\022\033\n" + + "\023tpu_ipv4_cidr_block\030\r \001(\t\022\022\n\nuse_routes" + + "\030\017 \001(\010\022J\n\nstack_type\030\020 \001(\01626.google.cont" + + "ainer.v1beta1.IPAllocationPolicy.StackTy" + + "pe\022U\n\020ipv6_access_type\030\021 \001(\0162;.google.co" + + "ntainer.v1beta1.IPAllocationPolicy.IPv6A" + + "ccessType\022#\n\026subnet_ipv6_cidr_block\030\026 \001(" + + "\tB\003\340A\003\022%\n\030services_ipv6_cidr_block\030\027 \001(\t" + + "B\003\340A\003\"@\n\tStackType\022\032\n\026STACK_TYPE_UNSPECI" + + "FIED\020\000\022\010\n\004IPV4\020\001\022\r\n\tIPV4_IPV6\020\002\"N\n\016IPv6A" + + "ccessType\022 \n\034IPV6_ACCESS_TYPE_UNSPECIFIE" + + "D\020\000\022\014\n\010INTERNAL\020\001\022\014\n\010EXTERNAL\020\002\"\350\001\n\023Bina" + + "ryAuthorization\022\023\n\007enabled\030\001 \001(\010B\002\030\001\022U\n\017" + + "evaluation_mode\030\002 \001(\0162<.google.container" + + ".v1beta1.BinaryAuthorization.EvaluationM" + + "ode\"e\n\016EvaluationMode\022\037\n\033EVALUATION_MODE" + + "_UNSPECIFIED\020\000\022\014\n\010DISABLED\020\001\022$\n PROJECT_" + + "SINGLETON_POLICY_ENFORCE\020\002\"*\n\027PodSecurit" + + "yPolicyConfig\022\017\n\007enabled\030\001 \001(\010\"D\n\031Authen" + + "ticatorGroupsConfig\022\017\n\007enabled\030\001 \001(\010\022\026\n\016" + + "security_group\030\002 \001(\t\"\226\001\n\020ClusterTelemetr" + + "y\022=\n\004type\030\001 \001(\0162/.google.container.v1bet" + + "a1.ClusterTelemetry.Type\"C\n\004Type\022\017\n\013UNSP" + + "ECIFIED\020\000\022\014\n\010DISABLED\020\001\022\013\n\007ENABLED\020\002\022\017\n\013" + + "SYSTEM_ONLY\020\003\"\360\036\n\007Cluster\022\014\n\004name\030\001 \001(\t\022" + + "\023\n\013description\030\002 \001(\t\022\036\n\022initial_node_cou" + + "nt\030\003 \001(\005B\002\030\001\022=\n\013node_config\030\004 \001(\0132$.goog" + + "le.container.v1beta1.NodeConfigB\002\030\001\0229\n\013m" + + "aster_auth\030\005 \001(\0132$.google.container.v1be" + + "ta1.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\022=\n\raddon" + + "s_config\030\n \001(\0132&.google.container.v1beta" + + "1.AddonsConfig\022\022\n\nsubnetwork\030\013 \001(\t\0226\n\nno" + + "de_pools\030\014 \003(\0132\".google.container.v1beta" + + "1.NodePool\022\021\n\tlocations\030\r \003(\t\022\037\n\027enable_" + + "kubernetes_alpha\030\016 \001(\010\022N\n\017resource_label" + + "s\030\017 \003(\01325.google.container.v1beta1.Clust" + + "er.ResourceLabelsEntry\022\031\n\021label_fingerpr" + + "int\030\020 \001(\t\0229\n\013legacy_abac\030\022 \001(\0132$.google." + + "container.v1beta1.LegacyAbac\022?\n\016network_" + + "policy\030\023 \001(\0132\'.google.container.v1beta1." + + "NetworkPolicy\022J\n\024ip_allocation_policy\030\024 " + + "\001(\0132,.google.container.v1beta1.IPAllocat" + + "ionPolicy\022c\n!master_authorized_networks_" + + "config\030\026 \001(\01328.google.container.v1beta1." + + "MasterAuthorizedNetworksConfig\022G\n\022mainte" + + "nance_policy\030\027 \001(\0132+.google.container.v1" + + "beta1.MaintenancePolicy\022K\n\024binary_author" + + "ization\030\030 \001(\0132-.google.container.v1beta1" + + ".BinaryAuthorization\022U\n\032pod_security_pol" + + "icy_config\030\031 \001(\01321.google.container.v1be" + + "ta1.PodSecurityPolicyConfig\022A\n\013autoscali" + + "ng\030\032 \001(\0132,.google.container.v1beta1.Clus" + + "terAutoscaling\022?\n\016network_config\030\033 \001(\0132\'" + + ".google.container.v1beta1.NetworkConfig\022" + + "\033\n\017private_cluster\030\034 \001(\010B\002\030\001\022\"\n\026master_i" + + "pv4_cidr_block\030\035 \001(\tB\002\030\001\022P\n\033default_max_" + + "pods_constraint\030\036 \001(\0132+.google.container" + + ".v1beta1.MaxPodsConstraint\022Y\n\034resource_u" + + "sage_export_config\030! \001(\01323.google.contai" + + "ner.v1beta1.ResourceUsageExportConfig\022X\n" + + "\033authenticator_groups_config\030\" \001(\01323.goo" + + "gle.container.v1beta1.AuthenticatorGroup" + + "sConfig\022N\n\026private_cluster_config\030% \001(\0132" + + "..google.container.v1beta1.PrivateCluste" + + "rConfig\022R\n\030vertical_pod_autoscaling\030\' \001(" + + "\01320.google.container.v1beta1.VerticalPod" + + "Autoscaling\022?\n\016shielded_nodes\030( \001(\0132\'.go" + + "ogle.container.v1beta1.ShieldedNodes\022A\n\017" + + "release_channel\030) \001(\0132(.google.container" + + ".v1beta1.ReleaseChannel\022R\n\030workload_iden" + + "tity_config\030+ \001(\01320.google.container.v1b" + + "eta1.WorkloadIdentityConfig\022M\n\025workload_" + + "certificates\0304 \001(\0132..google.container.v1" + + "beta1.WorkloadCertificates\022E\n\021mesh_certi" + + "ficates\030C \001(\0132*.google.container.v1beta1" + + ".MeshCertificates\022J\n\024workload_alts_confi" + + "g\0305 \001(\0132,.google.container.v1beta1.Workl" + + "oadALTSConfig\022N\n\026cost_management_config\030" + + "- \001(\0132..google.container.v1beta1.CostMan" + + "agementConfig\022E\n\021cluster_telemetry\030. \001(\013" + + "2*.google.container.v1beta1.ClusterTelem" + + "etry\0227\n\ntpu_config\030/ \001(\0132#.google.contai" + + "ner.v1beta1.TpuConfig\022I\n\023notification_co" + + "nfig\0301 \001(\0132,.google.container.v1beta1.No" + + "tificationConfig\022G\n\022confidential_nodes\0302" + + " \001(\0132+.google.container.v1beta1.Confiden" + + "tialNodes\022P\n\027identity_service_config\0306 \001" + + "(\0132/.google.container.v1beta1.IdentitySe" + + "rviceConfig\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_cl" + + "uster_version\030g \001(\t\022\036\n\026current_master_ve" + + "rsion\030h \001(\t\022 \n\024current_node_version\030i \001(" + + "\tB\002\030\001\022\023\n\013create_time\030j \001(\t\0228\n\006status\030k \001" + + "(\0162(.google.container.v1beta1.Cluster.St" + + "atus\022\032\n\016status_message\030l \001(\tB\002\030\001\022\033\n\023node" + + "_ipv4_cidr_size\030m \001(\005\022\032\n\022services_ipv4_c" + + "idr\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\013ex" + + "pire_time\030q \001(\t\022\020\n\010location\030r \001(\t\022\022\n\nena" + + "ble_tpu\030s \001(\010\022\033\n\023tpu_ipv4_cidr_block\030t \001" + + "(\t\022I\n\023database_encryption\030& \001(\0132,.google" + + ".container.v1beta1.DatabaseEncryption\022=\n" + + "\nconditions\030v \003(\0132).google.container.v1b" + + "eta1.StatusCondition\0220\n\006master\030| \001(\0132 .g" + + "oogle.container.v1beta1.Master\0227\n\tautopi" + + "lot\030\200\001 \001(\0132#.google.container.v1beta1.Au" + + "topilot\022\020\n\002id\030\201\001 \001(\tB\003\340A\003\022L\n\022node_pool_d" + + "efaults\030\203\001 \001(\0132*.google.container.v1beta" + + "1.NodePoolDefaultsH\000\210\001\001\022@\n\016logging_confi" + + "g\030\204\001 \001(\0132\'.google.container.v1beta1.Logg" + + "ingConfig\022F\n\021monitoring_config\030\205\001 \001(\0132*." + + "google.container.v1beta1.MonitoringConfi" + + "g\022L\n\025node_pool_auto_config\030\210\001 \001(\0132,.goog" + + "le.container.v1beta1.NodePoolAutoConfig\022" + + "E\n\016protect_config\030\211\001 \001(\0132\'.google.contai" + + "ner.v1beta1.ProtectConfigH\001\210\001\001\0325\n\023Resour" + + "ceLabelsEntry\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_UNSPECIFIED\020\000\022" + + "\020\n\014PROVISIONING\020\001\022\013\n\007RUNNING\020\002\022\017\n\013RECONC" + + "ILING\020\003\022\014\n\010STOPPING\020\004\022\t\n\005ERROR\020\005\022\014\n\010DEGR" + + "ADED\020\006B\025\n\023_node_pool_defaultsB\021\n\017_protec" + + "t_config\"\304\001\n\016WorkloadConfig\022F\n\naudit_mod" + + "e\030\001 \001(\0162-.google.container.v1beta1.Workl" + + "oadConfig.ModeH\000\210\001\001\"[\n\004Mode\022\024\n\020MODE_UNSP" + + "ECIFIED\020\000\022\014\n\010DISABLED\020\001\022\t\n\005BASIC\020\004\022\020\n\010BA" + + "SELINE\020\002\032\002\010\001\022\022\n\nRESTRICTED\020\003\032\002\010\001B\r\n\013_aud" + + "it_mode\"k\n\rProtectConfig\022F\n\017workload_con" + + "fig\030\001 \001(\0132(.google.container.v1beta1.Wor" + + "kloadConfigH\000\210\001\001B\022\n\020_workload_config\"^\n\020" + + "NodePoolDefaults\022J\n\024node_config_defaults" + + "\030\001 \001(\0132,.google.container.v1beta1.NodeCo" + + "nfigDefaults\"\230\001\n\022NodeConfigDefaults\0229\n\013g" + + "cfs_config\030\001 \001(\0132$.google.container.v1be" + + "ta1.GcfsConfig\022G\n\016logging_config\030\003 \001(\0132/" + + ".google.container.v1beta1.NodePoolLoggin" + + "gConfig\"Q\n\022NodePoolAutoConfig\022;\n\014network" + + "_tags\030\001 \001(\0132%.google.container.v1beta1.N" + + "etworkTags\"\324\031\n\rClusterUpdate\022\034\n\024desired_" + + "node_version\030\004 \001(\t\022\"\n\032desired_monitoring" + + "_service\030\005 \001(\t\022E\n\025desired_addons_config\030" + + "\006 \001(\0132&.google.container.v1beta1.AddonsC" + + "onfig\022\034\n\024desired_node_pool_id\030\007 \001(\t\022\032\n\022d" + + "esired_image_type\030\010 \001(\t\022T\n\035desired_node_" + + "pool_autoscaling\030\t \001(\0132-.google.containe" + + "r.v1beta1.NodePoolAutoscaling\022\031\n\021desired" + + "_locations\030\n \003(\t\022k\n)desired_master_autho" + + "rized_networks_config\030\014 \001(\01328.google.con" + + "tainer.v1beta1.MasterAuthorizedNetworksC" + + "onfig\022]\n\"desired_pod_security_policy_con" + + "fig\030\016 \001(\01321.google.container.v1beta1.Pod" + + "SecurityPolicyConfig\022Q\n\033desired_cluster_" + + "autoscaling\030\017 \001(\0132,.google.container.v1b" + + "eta1.ClusterAutoscaling\022S\n\034desired_binar" + + "y_authorization\030\020 \001(\0132-.google.container" + + ".v1beta1.BinaryAuthorization\022\037\n\027desired_" + + "logging_service\030\023 \001(\t\022a\n$desired_resourc" + + "e_usage_export_config\030\025 \001(\01323.google.con" + + "tainer.v1beta1.ResourceUsageExportConfig" + + "\022Z\n desired_vertical_pod_autoscaling\030\026 \001" + + "(\01320.google.container.v1beta1.VerticalPo" + + "dAutoscaling\022V\n\036desired_private_cluster_" + + "config\030\031 \001(\0132..google.container.v1beta1." + + "PrivateClusterConfig\022a\n$desired_intra_no" + + "de_visibility_config\030\032 \001(\01323.google.cont" + + "ainer.v1beta1.IntraNodeVisibilityConfig\022" + + "P\n\033desired_default_snat_status\030\034 \001(\0132+.g" + + "oogle.container.v1beta1.DefaultSnatStatu" + + "s\022M\n\031desired_cluster_telemetry\030\036 \001(\0132*.g" + + "oogle.container.v1beta1.ClusterTelemetry" + + "\022I\n\027desired_release_channel\030\037 \001(\0132(.goog" + + "le.container.v1beta1.ReleaseChannel\022?\n\022d" + + "esired_tpu_config\030& \001(\0132#.google.contain" + + "er.v1beta1.TpuConfig\022V\n\037desired_l4ilb_su" + + "bsetting_config\030\' \001(\0132-.google.container" + + ".v1beta1.ILBSubsettingConfig\022M\n\031desired_" + + "datapath_provider\0302 \001(\0162*.google.contain" + + "er.v1beta1.DatapathProvider\022]\n\"desired_p" + + "rivate_ipv6_google_access\0303 \001(\01621.google" + + ".container.v1beta1.PrivateIPv6GoogleAcce" + + "ss\022Q\n\033desired_notification_config\0307 \001(\0132" + + ",.google.container.v1beta1.NotificationC" + + "onfig\022\036\n\026desired_master_version\030d \001(\t\022A\n" + + "\023desired_gcfs_config\030m \001(\0132$.google.cont" + + "ainer.v1beta1.GcfsConfig\022Q\n\033desired_data" + + "base_encryption\030. \001(\0132,.google.container" + + ".v1beta1.DatabaseEncryption\022Z\n desired_w" + + "orkload_identity_config\030/ \001(\01320.google.c" + + "ontainer.v1beta1.WorkloadIdentityConfig\022" + + "U\n\035desired_workload_certificates\030= \001(\0132." + + ".google.container.v1beta1.WorkloadCertif" + + "icates\022M\n\031desired_mesh_certificates\030C \001(" + + "\0132*.google.container.v1beta1.MeshCertifi" + + "cates\022R\n\034desired_workload_alts_config\030> " + + "\001(\0132,.google.container.v1beta1.WorkloadA" + + "LTSConfig\022G\n\026desired_shielded_nodes\0300 \001(" + + "\0132\'.google.container.v1beta1.ShieldedNod" + + "es\022V\n\036desired_cost_management_config\0301 \001" + + "(\0132..google.container.v1beta1.CostManage" + + "mentConfig\0228\n\016desired_master\0304 \001(\0132 .goo" + + "gle.container.v1beta1.Master\022?\n\022desired_" + + "dns_config\0305 \001(\0132#.google.container.v1be" + + "ta1.DNSConfig\022_\n#desired_service_externa" + + "l_ips_config\030< \001(\01322.google.container.v1" + + "beta1.ServiceExternalIPsConfig\022`\n#desire" + + "d_authenticator_groups_config\030? \001(\01323.go" + + "ogle.container.v1beta1.AuthenticatorGrou" + + "psConfig\022G\n\026desired_logging_config\030@ \001(\013" + + "2\'.google.container.v1beta1.LoggingConfi" + + "g\022M\n\031desired_monitoring_config\030A \001(\0132*.g" + + "oogle.container.v1beta1.MonitoringConfig" + + "\022X\n\037desired_identity_service_config\030B \001(" + + "\0132/.google.container.v1beta1.IdentitySer" + + "viceConfig\022Y\n*desired_node_pool_auto_con" + + "fig_network_tags\030n \001(\0132%.google.containe" + + "r.v1beta1.NetworkTags\022L\n\026desired_protect" + + "_config\030p \001(\0132\'.google.container.v1beta1" + + ".ProtectConfigH\000\210\001\001\022Y\n desired_node_pool" + + "_logging_config\030t \001(\0132/.google.container", + ".v1beta1.NodePoolLoggingConfigB\031\n\027_desir" + + "ed_protect_config\"\212\010\n\tOperation\022\014\n\004name\030" + + "\001 \001(\t\022\020\n\004zone\030\002 \001(\tB\002\030\001\022@\n\016operation_typ" + + "e\030\003 \001(\0162(.google.container.v1beta1.Opera" + + "tion.Type\022:\n\006status\030\004 \001(\0162*.google.conta" + + "iner.v1beta1.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\t" + + "self_link\030\006 \001(\t\022\023\n\013target_link\030\007 \001(\t\022\020\n\010" + + "location\030\t \001(\t\022\022\n\nstart_time\030\n \001(\t\022\020\n\010en" + + "d_time\030\013 \001(\t\022B\n\010progress\030\014 \001(\0132+.google." + + "container.v1beta1.OperationProgressB\003\340A\003" + + "\022I\n\022cluster_conditions\030\r \003(\0132).google.co" + + "ntainer.v1beta1.StatusConditionB\002\030\001\022J\n\023n" + + "odepool_conditions\030\016 \003(\0132).google.contai" + + "ner.v1beta1.StatusConditionB\002\030\001\022!\n\005error" + + "\030\017 \001(\0132\022.google.rpc.Status\"R\n\006Status\022\026\n\022" + + "STATUS_UNSPECIFIED\020\000\022\013\n\007PENDING\020\001\022\013\n\007RUN" + + "NING\020\002\022\010\n\004DONE\020\003\022\014\n\010ABORTING\020\004\"\375\002\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_POOL\020\010\022\034\n\030SET_NODE_POO" + + "L_MANAGEMENT\020\t\022\025\n\021AUTO_REPAIR_NODES\020\n\022\026\n" + + "\022AUTO_UPGRADE_NODES\020\013\022\016\n\nSET_LABELS\020\014\022\023\n" + + "\017SET_MASTER_AUTH\020\r\022\026\n\022SET_NODE_POOL_SIZE" + + "\020\016\022\026\n\022SET_NETWORK_POLICY\020\017\022\032\n\026SET_MAINTE" + + "NANCE_POLICY\020\020\"\312\002\n\021OperationProgress\022\014\n\004" + + "name\030\001 \001(\t\022:\n\006status\030\002 \001(\0162*.google.cont" + + "ainer.v1beta1.Operation.Status\022C\n\007metric" + + "s\030\003 \003(\01322.google.container.v1beta1.Opera" + + "tionProgress.Metric\022;\n\006stages\030\004 \003(\0132+.go" + + "ogle.container.v1beta1.OperationProgress" + + "\032i\n\006Metric\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\023\n\tint_val" + + "ue\030\002 \001(\003H\000\022\026\n\014double_value\030\003 \001(\001H\000\022\026\n\014st" + + "ring_value\030\004 \001(\tH\000B\007\n\005value\"\217\001\n\024CreateCl" + + "usterRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022" + + "\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\0227\n\007cluster\030\003 \001(\0132!." + + "google.container.v1beta1.ClusterB\003\340A\002\022\016\n" + + "\006parent\030\005 \001(\t\"l\n\021GetClusterRequest\022\031\n\npr" + + "oject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340" + + "A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\005 " + + "\001(\t\"\255\001\n\024UpdateClusterRequest\022\031\n\nproject_" + + "id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\n" + + "cluster_id\030\003 \001(\tB\005\030\001\340A\002\022<\n\006update\030\004 \001(\0132" + + "\'.google.container.v1beta1.ClusterUpdate" + + "B\003\340A\002\022\014\n\004name\030\005 \001(\t\"\356\007\n\025UpdateNodePoolRe" + + "quest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone" + + "\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002" + + "\022\033\n\014node_pool_id\030\004 \001(\tB\005\030\001\340A\002\022\031\n\014node_ve" + + "rsion\030\005 \001(\tB\003\340A\002\022\027\n\nimage_type\030\006 \001(\tB\003\340A" + + "\002\022\021\n\tlocations\030\r \003(\t\022R\n\030workload_metadat" + + "a_config\030\016 \001(\01320.google.container.v1beta" + + "1.WorkloadMetadataConfig\022\014\n\004name\030\010 \001(\t\022L" + + "\n\020upgrade_settings\030\017 \001(\01322.google.contai" + + "ner.v1beta1.NodePool.UpgradeSettings\0223\n\004" + + "tags\030\020 \001(\0132%.google.container.v1beta1.Ne" + + "tworkTags\0224\n\006taints\030\021 \001(\0132$.google.conta" + + "iner.v1beta1.NodeTaints\0224\n\006labels\030\022 \001(\0132" + + "$.google.container.v1beta1.NodeLabels\022D\n" + + "\021linux_node_config\030\023 \001(\0132).google.contai" + + "ner.v1beta1.LinuxNodeConfig\022C\n\016kubelet_c" + + "onfig\030\024 \001(\0132+.google.container.v1beta1.N" + + "odeKubeletConfig\022H\n\023node_network_config\030" + + "\025 \001(\0132+.google.container.v1beta1.NodeNet" + + "workConfig\0229\n\013gcfs_config\030\026 \001(\0132$.google" + + ".container.v1beta1.GcfsConfig\022G\n\022confide" + + "ntial_nodes\030\027 \001(\0132+.google.container.v1b" + + "eta1.ConfidentialNodes\0223\n\005gvnic\030\035 \001(\0132$." + + "google.container.v1beta1.VirtualNIC\022G\n\016l" + + "ogging_config\030 \001(\0132/.google.container.v" + + "1beta1.NodePoolLoggingConfig\"\336\001\n\035SetNode" + + "PoolAutoscalingRequest\022\031\n\nproject_id\030\001 \001" + + "(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluste" + + "r_id\030\003 \001(\tB\005\030\001\340A\002\022\033\n\014node_pool_id\030\004 \001(\tB" + + "\005\030\001\340A\002\022G\n\013autoscaling\030\005 \001(\0132-.google.con" + + "tainer.v1beta1.NodePoolAutoscalingB\003\340A\002\022" + + "\014\n\004name\030\006 \001(\t\"\221\001\n\030SetLoggingServiceReque" + "st\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 " - + "\001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\037\n" - + "\022monitoring_service\030\004 \001(\tB\003\340A\002\022\014\n\004name\030\006" - + " \001(\t\"\265\001\n\026SetAddonsConfigRequest\022\031\n\nproje" - + "ct_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022" - + "\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022B\n\raddons_con" - + "fig\030\004 \001(\0132&.google.container.v1beta1.Add" - + "onsConfigB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\206\001\n\023SetLoca" - + "tionsRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022" - + "\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\t" - + "B\005\030\001\340A\002\022\026\n\tlocations\030\004 \003(\tB\003\340A\002\022\014\n\004name\030" - + "\006 \001(\t\"\213\001\n\023UpdateMasterRequest\022\031\n\nproject" - + "_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n" - + "\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\033\n\016master_versi" - + "on\030\004 \001(\tB\003\340A\002\022\014\n\004name\030\007 \001(\t\"\310\002\n\024SetMaste" - + "rAuthRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022" - + "\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\t" - + "B\005\030\001\340A\002\022J\n\006action\030\004 \001(\01625.google.contain" - + "er.v1beta1.SetMasterAuthRequest.ActionB\003" - + "\340A\002\0229\n\006update\030\005 \001(\0132$.google.container.v" - + "1beta1.MasterAuthB\003\340A\002\022\014\n\004name\030\007 \001(\t\"P\n\006" - + "Action\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\"o" - + "\n\024DeleteClusterRequest\022\031\n\nproject_id\030\001 \001" + + "\001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\034\n" + + "\017logging_service\030\004 \001(\tB\003\340A\002\022\014\n\004name\030\005 \001(" + + "\t\"\227\001\n\033SetMonitoringServiceRequest\022\031\n\npro" + + "ject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A" + + "\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\037\n\022monitori" + + "ng_service\030\004 \001(\tB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\265\001\n\026" + + "SetAddonsConfigRequest\022\031\n\nproject_id\030\001 \001" + "(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluste" - + "r_id\030\003 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\004 \001(\t\"U\n\023ListC" - + "lustersRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A" - + "\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\016\n\006parent\030\004 \001(\t\"b" - + "\n\024ListClustersResponse\0223\n\010clusters\030\001 \003(\013" - + "2!.google.container.v1beta1.Cluster\022\025\n\rm" - + "issing_zones\030\002 \003(\t\"p\n\023GetOperationReques" + + "r_id\030\003 \001(\tB\005\030\001\340A\002\022B\n\raddons_config\030\004 \001(\013" + + "2&.google.container.v1beta1.AddonsConfig" + + "B\003\340A\002\022\014\n\004name\030\006 \001(\t\"\206\001\n\023SetLocationsRequ" + + "est\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002" + + " \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\026" + + "\n\tlocations\030\004 \003(\tB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\213\001\n" + + "\023UpdateMasterRequest\022\031\n\nproject_id\030\001 \001(\t" + + "B\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_" + + "id\030\003 \001(\tB\005\030\001\340A\002\022\033\n\016master_version\030\004 \001(\tB" + + "\003\340A\002\022\014\n\004name\030\007 \001(\t\"\310\002\n\024SetMasterAuthRequ" + + "est\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002" + + " \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022J" + + "\n\006action\030\004 \001(\01625.google.container.v1beta" + + "1.SetMasterAuthRequest.ActionB\003\340A\002\0229\n\006up" + + "date\030\005 \001(\0132$.google.container.v1beta1.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\"o\n\024DeleteC" + + "lusterRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002" + + "\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(" + + "\tB\005\030\001\340A\002\022\014\n\004name\030\004 \001(\t\"U\n\023ListClustersRe" + + "quest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone" + + "\030\002 \001(\tB\005\030\001\340A\002\022\016\n\006parent\030\004 \001(\t\"b\n\024ListClu" + + "stersResponse\0223\n\010clusters\030\001 \003(\0132!.google" + + ".container.v1beta1.Cluster\022\025\n\rmissing_zo" + + "nes\030\002 \003(\t\"p\n\023GetOperationRequest\022\031\n\nproj" + + "ect_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002" + + "\022\033\n\014operation_id\030\003 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\005 " + + "\001(\t\"W\n\025ListOperationsRequest\022\031\n\nproject_" + + "id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\016\n\006" + + "parent\030\004 \001(\t\"s\n\026CancelOperationRequest\022\031" + + "\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB" + + "\005\030\001\340A\002\022\033\n\014operation_id\030\003 \001(\tB\005\030\001\340A\002\022\014\n\004n" + + "ame\030\004 \001(\t\"h\n\026ListOperationsResponse\0227\n\no" + + "perations\030\001 \003(\0132#.google.container.v1bet" + + "a1.Operation\022\025\n\rmissing_zones\030\002 \003(\t\"V\n\026G" + + "etServerConfigRequest\022\031\n\nproject_id\030\001 \001(" + + "\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\004 " + + "\001(\t\"\351\005\n\014ServerConfig\022\037\n\027default_cluster_" + + "version\030\001 \001(\t\022\033\n\023valid_node_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_versio" + + "ns\030\006 \003(\t\022M\n\010channels\030\t \003(\0132;.google.cont" + + "ainer.v1beta1.ServerConfig.ReleaseChanne" + + "lConfig\022\\\n\024windows_version_maps\030\n \003(\0132>." + + "google.container.v1beta1.ServerConfig.Wi" + + "ndowsVersionMapsEntry\032\261\002\n\024ReleaseChannel" + + "Config\022A\n\007channel\030\001 \001(\01620.google.contain" + + "er.v1beta1.ReleaseChannel.Channel\022\027\n\017def" + + "ault_version\030\002 \001(\t\022l\n\022available_versions" + + "\030\003 \003(\0132L.google.container.v1beta1.Server" + + "Config.ReleaseChannelConfig.AvailableVer" + + "sionB\002\030\001\022\026\n\016valid_versions\030\004 \003(\t\0327\n\020Avai" + + "lableVersion\022\017\n\007version\030\001 \001(\t\022\016\n\006reason\030" + + "\002 \001(\t:\002\030\001\032d\n\027WindowsVersionMapsEntry\022\013\n\003" + + "key\030\001 \001(\t\0228\n\005value\030\002 \001(\0132).google.contai" + + "ner.v1beta1.WindowsVersions:\0028\001\"\314\001\n\017Wind" + + "owsVersions\022R\n\020windows_versions\030\001 \003(\01328." + + "google.container.v1beta1.WindowsVersions" + + ".WindowsVersion\032e\n\016WindowsVersion\022\022\n\nima" + + "ge_type\030\001 \001(\t\022\022\n\nos_version\030\002 \001(\t\022+\n\020sup" + + "port_end_date\030\003 \001(\0132\021.google.type.Date\"\256" + + "\001\n\025CreateNodePoolRequest\022\031\n\nproject_id\030\001" + + " \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\nclus" + + "ter_id\030\003 \001(\tB\005\030\001\340A\002\022:\n\tnode_pool\030\004 \001(\0132\"" + + ".google.container.v1beta1.NodePoolB\003\340A\002\022" + + "\016\n\006parent\030\006 \001(\t\"\215\001\n\025DeleteNodePoolReques" + "t\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001" - + "(\tB\005\030\001\340A\002\022\033\n\014operation_id\030\003 \001(\tB\005\030\001\340A\002\022\014" - + "\n\004name\030\005 \001(\t\"W\n\025ListOperationsRequest\022\031\n" - + "\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005" - + "\030\001\340A\002\022\016\n\006parent\030\004 \001(\t\"s\n\026CancelOperation" + + "(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\033\n\014" + + "node_pool_id\030\004 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\006 \001(\t\"" + + "q\n\024ListNodePoolsRequest\022\031\n\nproject_id\030\001 " + + "\001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\nclust" + + "er_id\030\003 \001(\tB\005\030\001\340A\002\022\016\n\006parent\030\005 \001(\t\"\212\001\n\022G" + + "etNodePoolRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030" + + "\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030" + + "\003 \001(\tB\005\030\001\340A\002\022\033\n\014node_pool_id\030\004 \001(\tB\005\030\001\340A" + + "\002\022\014\n\004name\030\006 \001(\t\"\244\003\n\021BlueGreenSettings\022d\n" + + "\027standard_rollout_policy\030\001 \001(\0132A.google." + + "container.v1beta1.BlueGreenSettings.Stan" + + "dardRolloutPolicyH\000\022?\n\027node_pool_soak_du" + + "ration\030\002 \001(\0132\031.google.protobuf.DurationH" + + "\001\210\001\001\032\271\001\n\025StandardRolloutPolicy\022\032\n\020batch_" + + "percentage\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.go" + + "ogle.protobuf.DurationH\001\210\001\001B\023\n\021update_ba" + + "tch_sizeB\026\n\024_batch_soak_durationB\020\n\016roll" + + "out_policyB\032\n\030_node_pool_soak_duration\"\202" + + "\017\n\010NodePool\022\014\n\004name\030\001 \001(\t\0224\n\006config\030\002 \001(" + + "\0132$.google.container.v1beta1.NodeConfig\022" + + "\032\n\022initial_node_count\030\003 \001(\005\022\021\n\tlocations" + + "\030\r \003(\t\022C\n\016network_config\030\016 \001(\0132+.google." + + "container.v1beta1.NodeNetworkConfig\022\021\n\ts" + + "elf_link\030d \001(\t\022\017\n\007version\030e \001(\t\022\033\n\023insta" + + "nce_group_urls\030f \003(\t\0229\n\006status\030g \001(\0162).g" + + "oogle.container.v1beta1.NodePool.Status\022" + + "\032\n\016status_message\030h \001(\tB\002\030\001\022B\n\013autoscali" + + "ng\030\004 \001(\0132-.google.container.v1beta1.Node" + + "PoolAutoscaling\022<\n\nmanagement\030\005 \001(\0132(.go" + + "ogle.container.v1beta1.NodeManagement\022H\n" + + "\023max_pods_constraint\030\006 \001(\0132+.google.cont" + + "ainer.v1beta1.MaxPodsConstraint\022=\n\ncondi" + + "tions\030i \003(\0132).google.container.v1beta1.S" + + "tatusCondition\022\032\n\022pod_ipv4_cidr_size\030\007 \001" + + "(\005\022L\n\020upgrade_settings\030k \001(\01322.google.co" + + "ntainer.v1beta1.NodePool.UpgradeSettings" + + "\022L\n\020placement_policy\030l \001(\01322.google.cont" + + "ainer.v1beta1.NodePool.PlacementPolicy\022G" + + "\n\013update_info\030m \001(\0132-.google.container.v" + + "1beta1.NodePool.UpdateInfoB\003\340A\003\032\372\001\n\017Upgr" + + "adeSettings\022\021\n\tmax_surge\030\001 \001(\005\022\027\n\017max_un" + + "available\030\002 \001(\005\022G\n\010strategy\030\003 \001(\01620.goog" + + "le.container.v1beta1.NodePoolUpdateStrat" + + "egyH\000\210\001\001\022M\n\023blue_green_settings\030\004 \001(\0132+." + + "google.container.v1beta1.BlueGreenSettin" + + "gsH\001\210\001\001B\013\n\t_strategyB\026\n\024_blue_green_sett" + + "ings\032\222\004\n\nUpdateInfo\022T\n\017blue_green_info\030\001" + + " \001(\0132;.google.container.v1beta1.NodePool" + + ".UpdateInfo.BlueGreenInfo\032\255\003\n\rBlueGreenI" + + "nfo\022P\n\005phase\030\001 \001(\0162A.google.container.v1" + + "beta1.NodePool.UpdateInfo.BlueGreenInfo." + + "Phase\022 \n\030blue_instance_group_urls\030\002 \003(\t\022" + + "!\n\031green_instance_group_urls\030\003 \003(\t\022%\n\035bl" + + "ue_pool_deletion_start_time\030\004 \001(\t\022\032\n\022gre" + + "en_pool_version\030\005 \001(\t\"\301\001\n\005Phase\022\025\n\021PHASE" + + "_UNSPECIFIED\020\000\022\022\n\016UPDATE_STARTED\020\001\022\027\n\023CR" + + "EATING_GREEN_POOL\020\002\022\027\n\023CORDONING_BLUE_PO" + + "OL\020\003\022\026\n\022DRAINING_BLUE_POOL\020\004\022\025\n\021NODE_POO" + + "L_SOAKING\020\005\022\026\n\022DELETING_BLUE_POOL\020\006\022\024\n\020R" + + "OLLBACK_STARTED\020\007\032\203\001\n\017PlacementPolicy\022E\n" + + "\004type\030\001 \001(\01627.google.container.v1beta1.N" + + "odePool.PlacementPolicy.Type\")\n\004Type\022\024\n\020" + + "TYPE_UNSPECIFIED\020\000\022\013\n\007COMPACT\020\001\"\201\001\n\006Stat" + + "us\022\026\n\022STATUS_UNSPECIFIED\020\000\022\020\n\014PROVISIONI" + + "NG\020\001\022\013\n\007RUNNING\020\002\022\026\n\022RUNNING_WITH_ERROR\020" + + "\003\022\017\n\013RECONCILING\020\004\022\014\n\010STOPPING\020\005\022\t\n\005ERRO" + + "R\020\006\"\202\001\n\016NodeManagement\022\024\n\014auto_upgrade\030\001" + + " \001(\010\022\023\n\013auto_repair\030\002 \001(\010\022E\n\017upgrade_opt" + + "ions\030\n \001(\0132,.google.container.v1beta1.Au" + + "toUpgradeOptions\"J\n\022AutoUpgradeOptions\022\037" + + "\n\027auto_upgrade_start_time\030\001 \001(\t\022\023\n\013descr" + + "iption\030\002 \001(\t\"j\n\021MaintenancePolicy\022;\n\006win" + + "dow\030\001 \001(\0132+.google.container.v1beta1.Mai" + + "ntenanceWindow\022\030\n\020resource_version\030\003 \001(\t" + + "\"\212\003\n\021MaintenanceWindow\022T\n\030daily_maintena" + + "nce_window\030\002 \001(\01320.google.container.v1be" + + "ta1.DailyMaintenanceWindowH\000\022I\n\020recurrin" + + "g_window\030\003 \001(\0132-.google.container.v1beta" + + "1.RecurringTimeWindowH\000\022f\n\026maintenance_e" + + "xclusions\030\004 \003(\0132F.google.container.v1bet" + + "a1.MaintenanceWindow.MaintenanceExclusio" + + "nsEntry\032b\n\032MaintenanceExclusionsEntry\022\013\n" + + "\003key\030\001 \001(\t\0223\n\005value\030\002 \001(\0132$.google.conta" + + "iner.v1beta1.TimeWindow:\0028\001B\010\n\006policy\"\325\001" + + "\n\nTimeWindow\022^\n\035maintenance_exclusion_op" + + "tions\030\003 \001(\01325.google.container.v1beta1.M" + + "aintenanceExclusionOptionsH\000\022.\n\nstart_ti" + + "me\030\001 \001(\0132\032.google.protobuf.Timestamp\022,\n\010" + + "end_time\030\002 \001(\0132\032.google.protobuf.Timesta" + + "mpB\t\n\007options\"\271\001\n\033MaintenanceExclusionOp" + + "tions\022J\n\005scope\030\001 \001(\0162;.google.container." + + "v1beta1.MaintenanceExclusionOptions.Scop" + + "e\"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_UPGRADES\020" + + "\002\"_\n\023RecurringTimeWindow\0224\n\006window\030\001 \001(\013" + + "2$.google.container.v1beta1.TimeWindow\022\022" + + "\n\nrecurrence\030\002 \001(\t\">\n\026DailyMaintenanceWi" + + "ndow\022\022\n\nstart_time\030\002 \001(\t\022\020\n\010duration\030\003 \001" + + "(\t\"\327\001\n\034SetNodePoolManagementRequest\022\031\n\np" + + "roject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001" + + "\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\033\n\014node_p" + + "ool_id\030\004 \001(\tB\005\030\001\340A\002\022A\n\nmanagement\030\005 \001(\0132" + + "(.google.container.v1beta1.NodeManagemen" + + "tB\003\340A\002\022\014\n\004name\030\007 \001(\t\"\247\001\n\026SetNodePoolSize" + "Request\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zo" - + "ne\030\002 \001(\tB\005\030\001\340A\002\022\033\n\014operation_id\030\003 \001(\tB\005\030" - + "\001\340A\002\022\014\n\004name\030\004 \001(\t\"h\n\026ListOperationsResp" - + "onse\0227\n\noperations\030\001 \003(\0132#.google.contai" - + "ner.v1beta1.Operation\022\025\n\rmissing_zones\030\002" - + " \003(\t\"V\n\026GetServerConfigRequest\022\031\n\nprojec" - + "t_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\014" - + "\n\004name\030\004 \001(\t\"\351\005\n\014ServerConfig\022\037\n\027default" - + "_cluster_version\030\001 \001(\t\022\033\n\023valid_node_ver" - + "sions\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_mast" - + "er_versions\030\006 \003(\t\022M\n\010channels\030\t \003(\0132;.go" - + "ogle.container.v1beta1.ServerConfig.Rele" - + "aseChannelConfig\022\\\n\024windows_version_maps" - + "\030\n \003(\0132>.google.container.v1beta1.Server" - + "Config.WindowsVersionMapsEntry\032\261\002\n\024Relea" - + "seChannelConfig\022A\n\007channel\030\001 \001(\01620.googl" - + "e.container.v1beta1.ReleaseChannel.Chann" - + "el\022\027\n\017default_version\030\002 \001(\t\022l\n\022available" - + "_versions\030\003 \003(\0132L.google.container.v1bet" - + "a1.ServerConfig.ReleaseChannelConfig.Ava" - + "ilableVersionB\002\030\001\022\026\n\016valid_versions\030\004 \003(" - + "\t\0327\n\020AvailableVersion\022\017\n\007version\030\001 \001(\t\022\016" - + "\n\006reason\030\002 \001(\t:\002\030\001\032d\n\027WindowsVersionMaps" - + "Entry\022\013\n\003key\030\001 \001(\t\0228\n\005value\030\002 \001(\0132).goog" - + "le.container.v1beta1.WindowsVersions:\0028\001" - + "\"\314\001\n\017WindowsVersions\022R\n\020windows_versions" - + "\030\001 \003(\01328.google.container.v1beta1.Window" - + "sVersions.WindowsVersion\032e\n\016WindowsVersi" - + "on\022\022\n\nimage_type\030\001 \001(\t\022\022\n\nos_version\030\002 \001" - + "(\t\022+\n\020support_end_date\030\003 \001(\0132\021.google.ty" - + "pe.Date\"\256\001\n\025CreateNodePoolRequest\022\031\n\npro" + + "ne\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340" + + "A\002\022\033\n\014node_pool_id\030\004 \001(\tB\005\030\001\340A\002\022\027\n\nnode_" + + "count\030\005 \001(\005B\003\340A\002\022\014\n\004name\030\007 \001(\t\".\n\036Comple" + + "teNodePoolUpgradeRequest\022\014\n\004name\030\001 \001(\t\"\253" + + "\001\n\036RollbackNodePoolUpgradeRequest\022\031\n\npro" + "ject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A" - + "\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022:\n\tnode_poo" - + "l\030\004 \001(\0132\".google.container.v1beta1.NodeP" - + "oolB\003\340A\002\022\016\n\006parent\030\006 \001(\t\"\215\001\n\025DeleteNodeP" - + "oolRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n" - + "\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005" - + "\030\001\340A\002\022\033\n\014node_pool_id\030\004 \001(\tB\005\030\001\340A\002\022\014\n\004na" - + "me\030\006 \001(\t\"q\n\024ListNodePoolsRequest\022\031\n\nproj" - + "ect_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002" - + "\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\016\n\006parent\030\005 " - + "\001(\t\"\212\001\n\022GetNodePoolRequest\022\031\n\nproject_id" - + "\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncl" - + "uster_id\030\003 \001(\tB\005\030\001\340A\002\022\033\n\014node_pool_id\030\004 " - + "\001(\tB\005\030\001\340A\002\022\014\n\004name\030\006 \001(\t\"\244\003\n\021BlueGreenSe" - + "ttings\022d\n\027standard_rollout_policy\030\001 \001(\0132" - + "A.google.container.v1beta1.BlueGreenSett" - + "ings.StandardRolloutPolicyH\000\022?\n\027node_poo" - + "l_soak_duration\030\002 \001(\0132\031.google.protobuf." - + "DurationH\001\210\001\001\032\271\001\n\025StandardRolloutPolicy\022" - + "\032\n\020batch_percentage\030\001 \001(\002H\000\022\032\n\020batch_nod" - + "e_count\030\002 \001(\005H\000\022;\n\023batch_soak_duration\030\003" - + " \001(\0132\031.google.protobuf.DurationH\001\210\001\001B\023\n\021" - + "update_batch_sizeB\026\n\024_batch_soak_duratio" - + "nB\020\n\016rollout_policyB\032\n\030_node_pool_soak_d" - + "uration\"\202\017\n\010NodePool\022\014\n\004name\030\001 \001(\t\0224\n\006co" - + "nfig\030\002 \001(\0132$.google.container.v1beta1.No" - + "deConfig\022\032\n\022initial_node_count\030\003 \001(\005\022\021\n\t" - + "locations\030\r \003(\t\022C\n\016network_config\030\016 \001(\0132" - + "+.google.container.v1beta1.NodeNetworkCo" - + "nfig\022\021\n\tself_link\030d \001(\t\022\017\n\007version\030e \001(\t" - + "\022\033\n\023instance_group_urls\030f \003(\t\0229\n\006status\030" - + "g \001(\0162).google.container.v1beta1.NodePoo" - + "l.Status\022\032\n\016status_message\030h \001(\tB\002\030\001\022B\n\013" - + "autoscaling\030\004 \001(\0132-.google.container.v1b" - + "eta1.NodePoolAutoscaling\022<\n\nmanagement\030\005" + + "\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\033\n\014node_poo" + + "l_id\030\004 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\006 \001(\t\022\023\n\013respe" + + "ct_pdb\030\007 \001(\010\"O\n\025ListNodePoolsResponse\0226\n" + + "\nnode_pools\030\001 \003(\0132\".google.container.v1b" + + "eta1.NodePool\"\276\003\n\022ClusterAutoscaling\022$\n\034" + + "enable_node_autoprovisioning\030\001 \001(\010\022@\n\017re" + + "source_limits\030\002 \003(\0132\'.google.container.v" + + "1beta1.ResourceLimit\022\\\n\023autoscaling_prof" + + "ile\030\003 \001(\0162?.google.container.v1beta1.Clu" + + "sterAutoscaling.AutoscalingProfile\022g\n#au" + + "toprovisioning_node_pool_defaults\030\004 \001(\0132" + + ":.google.container.v1beta1.Autoprovision" + + "ingNodePoolDefaults\022\"\n\032autoprovisioning_" + + "locations\030\005 \003(\t\"U\n\022AutoscalingProfile\022\027\n" + + "\023PROFILE_UNSPECIFIED\020\000\022\030\n\024OPTIMIZE_UTILI" + + "ZATION\020\001\022\014\n\010BALANCED\020\002\"\247\003\n Autoprovision" + + "ingNodePoolDefaults\022\024\n\014oauth_scopes\030\001 \003(" + + "\t\022\027\n\017service_account\030\002 \001(\t\022L\n\020upgrade_se" + + "ttings\030\003 \001(\01322.google.container.v1beta1." + + "NodePool.UpgradeSettings\022<\n\nmanagement\030\004" + " \001(\0132(.google.container.v1beta1.NodeMana" - + "gement\022H\n\023max_pods_constraint\030\006 \001(\0132+.go" - + "ogle.container.v1beta1.MaxPodsConstraint" - + "\022=\n\nconditions\030i \003(\0132).google.container." - + "v1beta1.StatusCondition\022\032\n\022pod_ipv4_cidr" - + "_size\030\007 \001(\005\022L\n\020upgrade_settings\030k \001(\01322." - + "google.container.v1beta1.NodePool.Upgrad" - + "eSettings\022L\n\020placement_policy\030l \001(\01322.go" - + "ogle.container.v1beta1.NodePool.Placemen" - + "tPolicy\022G\n\013update_info\030m \001(\0132-.google.co" - + "ntainer.v1beta1.NodePool.UpdateInfoB\003\340A\003" - + "\032\372\001\n\017UpgradeSettings\022\021\n\tmax_surge\030\001 \001(\005\022" - + "\027\n\017max_unavailable\030\002 \001(\005\022G\n\010strategy\030\003 \001" - + "(\01620.google.container.v1beta1.NodePoolUp" - + "dateStrategyH\000\210\001\001\022M\n\023blue_green_settings" - + "\030\004 \001(\0132+.google.container.v1beta1.BlueGr" - + "eenSettingsH\001\210\001\001B\013\n\t_strategyB\026\n\024_blue_g" - + "reen_settings\032\222\004\n\nUpdateInfo\022T\n\017blue_gre" - + "en_info\030\001 \001(\0132;.google.container.v1beta1" - + ".NodePool.UpdateInfo.BlueGreenInfo\032\255\003\n\rB" - + "lueGreenInfo\022P\n\005phase\030\001 \001(\0162A.google.con" - + "tainer.v1beta1.NodePool.UpdateInfo.BlueG" - + "reenInfo.Phase\022 \n\030blue_instance_group_ur" - + "ls\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\022green_pool_version\030\005 \001(\t\"\301\001\n\005Phase" - + "\022\025\n\021PHASE_UNSPECIFIED\020\000\022\022\n\016UPDATE_STARTE" - + "D\020\001\022\027\n\023CREATING_GREEN_POOL\020\002\022\027\n\023CORDONIN" - + "G_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_PO" - + "OL\020\006\022\024\n\020ROLLBACK_STARTED\020\007\032\203\001\n\017Placement" - + "Policy\022E\n\004type\030\001 \001(\01627.google.container." - + "v1beta1.NodePool.PlacementPolicy.Type\")\n" - + "\004Type\022\024\n\020TYPE_UNSPECIFIED\020\000\022\013\n\007COMPACT\020\001" - + "\"\201\001\n\006Status\022\026\n\022STATUS_UNSPECIFIED\020\000\022\020\n\014P" - + "ROVISIONING\020\001\022\013\n\007RUNNING\020\002\022\026\n\022RUNNING_WI" - + "TH_ERROR\020\003\022\017\n\013RECONCILING\020\004\022\014\n\010STOPPING\020" - + "\005\022\t\n\005ERROR\020\006\"\202\001\n\016NodeManagement\022\024\n\014auto_" - + "upgrade\030\001 \001(\010\022\023\n\013auto_repair\030\002 \001(\010\022E\n\017up" - + "grade_options\030\n \001(\0132,.google.container.v" - + "1beta1.AutoUpgradeOptions\"J\n\022AutoUpgrade" - + "Options\022\037\n\027auto_upgrade_start_time\030\001 \001(\t" - + "\022\023\n\013description\030\002 \001(\t\"j\n\021MaintenancePoli" - + "cy\022;\n\006window\030\001 \001(\0132+.google.container.v1" - + "beta1.MaintenanceWindow\022\030\n\020resource_vers" - + "ion\030\003 \001(\t\"\212\003\n\021MaintenanceWindow\022T\n\030daily" - + "_maintenance_window\030\002 \001(\01320.google.conta" - + "iner.v1beta1.DailyMaintenanceWindowH\000\022I\n" - + "\020recurring_window\030\003 \001(\0132-.google.contain" - + "er.v1beta1.RecurringTimeWindowH\000\022f\n\026main" - + "tenance_exclusions\030\004 \003(\0132F.google.contai" - + "ner.v1beta1.MaintenanceWindow.Maintenanc" - + "eExclusionsEntry\032b\n\032MaintenanceExclusion" - + "sEntry\022\013\n\003key\030\001 \001(\t\0223\n\005value\030\002 \001(\0132$.goo" - + "gle.container.v1beta1.TimeWindow:\0028\001B\010\n\006" - + "policy\"\325\001\n\nTimeWindow\022^\n\035maintenance_exc" - + "lusion_options\030\003 \001(\01325.google.container." - + "v1beta1.MaintenanceExclusionOptionsH\000\022.\n" - + "\nstart_time\030\001 \001(\0132\032.google.protobuf.Time" - + "stamp\022,\n\010end_time\030\002 \001(\0132\032.google.protobu" - + "f.TimestampB\t\n\007options\"\271\001\n\033MaintenanceEx" - + "clusionOptions\022J\n\005scope\030\001 \001(\0162;.google.c" - + "ontainer.v1beta1.MaintenanceExclusionOpt" - + "ions.Scope\"N\n\005Scope\022\017\n\013NO_UPGRADES\020\000\022\025\n\021" - + "NO_MINOR_UPGRADES\020\001\022\035\n\031NO_MINOR_OR_NODE_" - + "UPGRADES\020\002\"_\n\023RecurringTimeWindow\0224\n\006win" - + "dow\030\001 \001(\0132$.google.container.v1beta1.Tim" - + "eWindow\022\022\n\nrecurrence\030\002 \001(\t\">\n\026DailyMain" - + "tenanceWindow\022\022\n\nstart_time\030\002 \001(\t\022\020\n\010dur" - + "ation\030\003 \001(\t\"\327\001\n\034SetNodePoolManagementReq" - + "uest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030" - + "\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022" - + "\033\n\014node_pool_id\030\004 \001(\tB\005\030\001\340A\002\022A\n\nmanageme" - + "nt\030\005 \001(\0132(.google.container.v1beta1.Node" - + "ManagementB\003\340A\002\022\014\n\004name\030\007 \001(\t\"\247\001\n\026SetNod" - + "ePoolSizeRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001" - + "\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003" - + " \001(\tB\005\030\001\340A\002\022\033\n\014node_pool_id\030\004 \001(\tB\005\030\001\340A\002" - + "\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\004nam" - + "e\030\001 \001(\t\"\253\001\n\036RollbackNodePoolUpgradeReque" - + "st\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 " - + "\001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\033\n" - + "\014node_pool_id\030\004 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\006 \001(\t" - + "\022\023\n\013respect_pdb\030\007 \001(\010\"O\n\025ListNodePoolsRe" - + "sponse\0226\n\nnode_pools\030\001 \003(\0132\".google.cont" - + "ainer.v1beta1.NodePool\"\276\003\n\022ClusterAutosc" - + "aling\022$\n\034enable_node_autoprovisioning\030\001 " - + "\001(\010\022@\n\017resource_limits\030\002 \003(\0132\'.google.co" - + "ntainer.v1beta1.ResourceLimit\022\\\n\023autosca" - + "ling_profile\030\003 \001(\0162?.google.container.v1" - + "beta1.ClusterAutoscaling.AutoscalingProf" - + "ile\022g\n#autoprovisioning_node_pool_defaul" - + "ts\030\004 \001(\0132:.google.container.v1beta1.Auto" - + "provisioningNodePoolDefaults\022\"\n\032autoprov" - + "isioning_locations\030\005 \003(\t\"U\n\022AutoscalingP" - + "rofile\022\027\n\023PROFILE_UNSPECIFIED\020\000\022\030\n\024OPTIM" - + "IZE_UTILIZATION\020\001\022\014\n\010BALANCED\020\002\"\247\003\n Auto" - + "provisioningNodePoolDefaults\022\024\n\014oauth_sc" - + "opes\030\001 \003(\t\022\027\n\017service_account\030\002 \001(\t\022L\n\020u" - + "pgrade_settings\030\003 \001(\01322.google.container" - + ".v1beta1.NodePool.UpgradeSettings\022<\n\nman" - + "agement\030\004 \001(\0132(.google.container.v1beta1" - + ".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_type" - + "\030\007 \001(\t\022R\n\030shielded_instance_config\030\010 \001(\013" - + "20.google.container.v1beta1.ShieldedInst" - + "anceConfig\022\031\n\021boot_disk_kms_key\030\t \001(\t\022\022\n" - + "\nimage_type\030\n \001(\t\"H\n\rResourceLimit\022\025\n\rre" - + "source_type\030\001 \001(\t\022\017\n\007minimum\030\002 \001(\003\022\017\n\007ma" - + "ximum\030\003 \001(\003\"\314\002\n\023NodePoolAutoscaling\022\017\n\007e" - + "nabled\030\001 \001(\010\022\026\n\016min_node_count\030\002 \001(\005\022\026\n\016" - + "max_node_count\030\003 \001(\005\022\027\n\017autoprovisioned\030" - + "\004 \001(\010\022U\n\017location_policy\030\005 \001(\0162<.google." - + "container.v1beta1.NodePoolAutoscaling.Lo" - + "cationPolicy\022\034\n\024total_min_node_count\030\006 \001" - + "(\005\022\034\n\024total_max_node_count\030\007 \001(\005\"H\n\016Loca" - + "tionPolicy\022\037\n\033LOCATION_POLICY_UNSPECIFIE" - + "D\020\000\022\014\n\010BALANCED\020\001\022\007\n\003ANY\020\002\"\240\002\n\020SetLabels" - + "Request\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zo" - + "ne\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340" - + "A\002\022\\\n\017resource_labels\030\004 \003(\0132>.google.con" - + "tainer.v1beta1.SetLabelsRequest.Resource" - + "LabelsEntryB\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\023ResourceLabels" - + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\205\001" - + "\n\024SetLegacyAbacRequest\022\031\n\nproject_id\030\001 \001" - + "(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluste" - + "r_id\030\003 \001(\tB\005\030\001\340A\002\022\024\n\007enabled\030\004 \001(\010B\003\340A\002\022" - + "\014\n\004name\030\006 \001(\t\"\215\001\n\026StartIPRotationRequest" - + "\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(" - + "\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\014\n\004n" - + "ame\030\006 \001(\t\022\032\n\022rotate_credentials\030\007 \001(\010\"t\n" - + "\031CompleteIPRotationRequest\022\031\n\nproject_id" - + "\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncl" - + "uster_id\030\003 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\007 \001(\t\"\365\001\n\021" - + "AcceleratorConfig\022\031\n\021accelerator_count\030\001" - + " \001(\003\022\030\n\020accelerator_type\030\002 \001(\t\022\032\n\022gpu_pa" - + "rtition_size\030\003 \001(\t\022+\n\037max_time_shared_cl" - + "ients_per_gpu\030\004 \001(\003B\002\030\001\022K\n\022gpu_sharing_c" - + "onfig\030\005 \001(\0132*.google.container.v1beta1.G" - + "PUSharingConfigH\000\210\001\001B\025\n\023_gpu_sharing_con" - + "fig\"\377\001\n\020GPUSharingConfig\022\"\n\032max_shared_c" - + "lients_per_gpu\030\001 \001(\003\022`\n\024gpu_sharing_stra" - + "tegy\030\002 \001(\0162=.google.container.v1beta1.GP" - + "USharingConfig.GPUSharingStrategyH\000\210\001\001\"L" - + "\n\022GPUSharingStrategy\022$\n GPU_SHARING_STRA" - + "TEGY_UNSPECIFIED\020\000\022\020\n\014TIME_SHARING\020\001B\027\n\025" - + "_gpu_sharing_strategy\"*\n\027ManagedPromethe" - + "usConfig\022\017\n\007enabled\030\001 \001(\010\"\313\002\n\026WorkloadMe" - + "tadataConfig\022X\n\rnode_metadata\030\001 \001(\0162=.go" - + "ogle.container.v1beta1.WorkloadMetadataC" - + "onfig.NodeMetadataB\002\030\001\022C\n\004mode\030\002 \001(\01625.g" - + "oogle.container.v1beta1.WorkloadMetadata" - + "Config.Mode\"P\n\014NodeMetadata\022\017\n\013UNSPECIFI" - + "ED\020\000\022\n\n\006SECURE\020\001\022\n\n\006EXPOSE\020\002\022\027\n\023GKE_META" - + "DATA_SERVER\020\003\"@\n\004Mode\022\024\n\020MODE_UNSPECIFIE" - + "D\020\000\022\020\n\014GCE_METADATA\020\001\022\020\n\014GKE_METADATA\020\002\"" - + "\270\001\n\027SetNetworkPolicyRequest\022\031\n\nproject_i" - + "d\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\nc" - + "luster_id\030\003 \001(\tB\005\030\001\340A\002\022D\n\016network_policy" - + "\030\004 \001(\0132\'.google.container.v1beta1.Networ" - + "kPolicyB\003\340A\002\022\014\n\004name\030\006 \001(\t\"\276\001\n\033SetMainte" - + "nancePolicyRequest\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\022L\n\022maintenance_policy\030\004 \001(\0132+.go" - + "ogle.container.v1beta1.MaintenancePolicy" - + "B\003\340A\002\022\014\n\004name\030\005 \001(\t\"+\n\024ListLocationsRequ" - + "est\022\023\n\006parent\030\001 \001(\tB\003\340A\002\"g\n\025ListLocation" - + "sResponse\0225\n\tlocations\030\001 \003(\0132\".google.co" - + "ntainer.v1beta1.Location\022\027\n\017next_page_to" - + "ken\030\002 \001(\t\"\261\001\n\010Location\022=\n\004type\030\001 \001(\0162/.g" - + "oogle.container.v1beta1.Location.Locatio" - + "nType\022\014\n\004name\030\002 \001(\t\022\023\n\013recommended\030\003 \001(\010" - + "\"C\n\014LocationType\022\035\n\031LOCATION_TYPE_UNSPEC" - + "IFIED\020\000\022\010\n\004ZONE\020\001\022\n\n\006REGION\020\002\"\262\002\n\017Status" - + "Condition\022@\n\004code\030\001 \001(\0162..google.contain" - + "er.v1beta1.StatusCondition.CodeB\002\030\001\022\017\n\007m" - + "essage\030\002 \001(\t\022(\n\016canonical_code\030\003 \001(\0162\020.g" - + "oogle.rpc.Code\"\241\001\n\004Code\022\013\n\007UNKNOWN\020\000\022\020\n\014" - + "GCE_STOCKOUT\020\001\022\037\n\033GKE_SERVICE_ACCOUNT_DE" - + "LETED\020\002\022\026\n\022GCE_QUOTA_EXCEEDED\020\003\022\023\n\017SET_B" - + "Y_OPERATOR\020\004\022\027\n\023CLOUD_KMS_KEY_ERROR\020\007\022\017\n" - + "\013CA_EXPIRING\020\t\032\002\030\001\"\365\003\n\rNetworkConfig\022\017\n\007" - + "network\030\001 \001(\t\022\022\n\nsubnetwork\030\002 \001(\t\022$\n\034ena" - + "ble_intra_node_visibility\030\005 \001(\010\022H\n\023defau" - + "lt_snat_status\030\007 \001(\0132+.google.container." - + "v1beta1.DefaultSnatStatus\022\037\n\027enable_l4il" - + "b_subsetting\030\n \001(\010\022E\n\021datapath_provider\030" - + "\013 \001(\0162*.google.container.v1beta1.Datapat" - + "hProvider\022U\n\032private_ipv6_google_access\030" - + "\014 \001(\01621.google.container.v1beta1.Private" - + "IPv6GoogleAccess\0227\n\ndns_config\030\r \001(\0132#.g" - + "oogle.container.v1beta1.DNSConfig\022W\n\033ser" - + "vice_external_ips_config\030\017 \001(\01322.google." - + "container.v1beta1.ServiceExternalIPsConf" - + "ig\"+\n\030ServiceExternalIPsConfig\022\017\n\007enable" - + "d\030\001 \001(\010\"j\n\034ListUsableSubnetworksRequest\022" - + "\023\n\006parent\030\001 \001(\tB\003\340A\002\022\016\n\006filter\030\002 \001(\t\022\021\n\t" - + "page_size\030\003 \001(\005\022\022\n\npage_token\030\004 \001(\t\"y\n\035L" - + "istUsableSubnetworksResponse\022?\n\013subnetwo" - + "rks\030\001 \003(\0132*.google.container.v1beta1.Usa" - + "bleSubnetwork\022\027\n\017next_page_token\030\002 \001(\t\"\205" - + "\002\n\036UsableSubnetworkSecondaryRange\022\022\n\nran" - + "ge_name\030\001 \001(\t\022\025\n\rip_cidr_range\030\002 \001(\t\022O\n\006" - + "status\030\003 \001(\0162?.google.container.v1beta1." - + "UsableSubnetworkSecondaryRange.Status\"g\n" - + "\006Status\022\013\n\007UNKNOWN\020\000\022\n\n\006UNUSED\020\001\022\022\n\016IN_U" - + "SE_SERVICE\020\002\022\030\n\024IN_USE_SHAREABLE_POD\020\003\022\026" - + "\n\022IN_USE_MANAGED_POD\020\004\"\275\001\n\020UsableSubnetw" - + "ork\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\022U\n\023secondary_ip_" - + "ranges\030\004 \003(\01328.google.container.v1beta1." - + "UsableSubnetworkSecondaryRange\022\026\n\016status" - + "_message\030\005 \001(\t\")\n\026VerticalPodAutoscaling" - + "\022\017\n\007enabled\030\001 \001(\010\"%\n\021DefaultSnatStatus\022\020" - + "\n\010disabled\030\001 \001(\010\",\n\031IntraNodeVisibilityC" - + "onfig\022\017\n\007enabled\030\001 \001(\010\"&\n\023ILBSubsettingC" - + "onfig\022\017\n\007enabled\030\001 \001(\010\"\307\002\n\tDNSConfig\022A\n\013" - + "cluster_dns\030\001 \001(\0162,.google.container.v1b" - + "eta1.DNSConfig.Provider\022G\n\021cluster_dns_s" - + "cope\030\002 \001(\0162,.google.container.v1beta1.DN" - + "SConfig.DNSScope\022\032\n\022cluster_dns_domain\030\003", - " \001(\t\"I\n\010Provider\022\030\n\024PROVIDER_UNSPECIFIED" - + "\020\000\022\024\n\020PLATFORM_DEFAULT\020\001\022\r\n\tCLOUD_DNS\020\002\"" - + "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\021MaxP" - + "odsConstraint\022\031\n\021max_pods_per_node\030\001 \001(\003" - + "\"j\n\026WorkloadIdentityConfig\022\036\n\022identity_n" - + "amespace\030\001 \001(\tB\002\030\001\022\025\n\rworkload_pool\030\002 \001(" - + "\t\022\031\n\021identity_provider\030\003 \001(\t\"E\n\022Workload" - + "ALTSConfig\022/\n\013enable_alts\030\001 \001(\0132\032.google" - + ".protobuf.BoolValue\"O\n\024WorkloadCertifica" - + "tes\0227\n\023enable_certificates\030\001 \001(\0132\032.googl" - + "e.protobuf.BoolValue\"K\n\020MeshCertificates" - + "\0227\n\023enable_certificates\030\001 \001(\0132\032.google.p" - + "rotobuf.BoolValue\"\235\001\n\022DatabaseEncryption" - + "\022A\n\005state\030\002 \001(\01622.google.container.v1bet" - + "a1.DatabaseEncryption.State\022\020\n\010key_name\030" - + "\001 \001(\t\"2\n\005State\022\013\n\007UNKNOWN\020\000\022\r\n\tENCRYPTED" - + "\020\001\022\r\n\tDECRYPTED\020\002\"\367\002\n\031ResourceUsageExpor" - + "tConfig\022e\n\024bigquery_destination\030\001 \001(\0132G." - + "google.container.v1beta1.ResourceUsageEx" - + "portConfig.BigQueryDestination\022&\n\036enable" - + "_network_egress_metering\030\002 \001(\010\022r\n\033consum" - + "ption_metering_config\030\003 \001(\0132M.google.con" - + "tainer.v1beta1.ResourceUsageExportConfig" - + ".ConsumptionMeteringConfig\032)\n\023BigQueryDe" - + "stination\022\022\n\ndataset_id\030\001 \001(\t\032,\n\031Consump" - + "tionMeteringConfig\022\017\n\007enabled\030\001 \001(\010\" \n\rS" - + "hieldedNodes\022\017\n\007enabled\030\001 \001(\010\"\035\n\nVirtual" - + "NIC\022\017\n\007enabled\030\001 \001(\010\"(\n\026GetOpenIDConfigR" - + "equest\022\016\n\006parent\030\001 \001(\t\"\334\001\n\027GetOpenIDConf" - + "igResponse\022\016\n\006issuer\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_supported\030\004 \003(\t\022-\n%id_to" - + "ken_signing_alg_values_supported\030\005 \003(\t\022\030" - + "\n\020claims_supported\030\006 \003(\t\022\023\n\013grant_types\030" - + "\007 \003(\t\"\'\n\025GetJSONWebKeysRequest\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\001" - + "e\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\"E\n\026GetJSONWebKeysResponse\022+\n\004keys\030\001 \003" - + "(\0132\035.google.container.v1beta1.Jwk\"\223\001\n\016Re" - + "leaseChannel\022A\n\007channel\030\001 \001(\01620.google.c" - + "ontainer.v1beta1.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\024CostManagemen" - + "tConfig\022\017\n\007enabled\030\001 \001(\010\"U\n\tTpuConfig\022\017\n" - + "\007enabled\030\001 \001(\010\022\036\n\026use_service_networking" - + "\030\002 \001(\010\022\027\n\017ipv4_cidr_block\030\003 \001(\t\"\010\n\006Maste" - + "r\"\034\n\tAutopilot\022\017\n\007enabled\030\001 \001(\010\"\267\003\n\022Noti" - + "ficationConfig\022C\n\006pubsub\030\001 \001(\01323.google." - + "container.v1beta1.NotificationConfig.Pub" - + "Sub\032\217\001\n\006PubSub\022\017\n\007enabled\030\001 \001(\010\022/\n\005topic" - + "\030\002 \001(\tB \372A\035\n\033pubsub.googleapis.com/Topic" - + "\022C\n\006filter\030\003 \001(\01323.google.container.v1be" - + "ta1.NotificationConfig.Filter\032T\n\006Filter\022" - + "J\n\nevent_type\030\001 \003(\01626.google.container.v" - + "1beta1.NotificationConfig.EventType\"t\n\tE" - + "ventType\022\032\n\026EVENT_TYPE_UNSPECIFIED\020\000\022\033\n\027" - + "UPGRADE_AVAILABLE_EVENT\020\001\022\021\n\rUPGRADE_EVE" - + "NT\020\002\022\033\n\027SECURITY_BULLETIN_EVENT\020\003\"$\n\021Con" - + "fidentialNodes\022\017\n\007enabled\030\001 \001(\010\"\344\001\n\014Upgr" - + "adeEvent\022D\n\rresource_type\030\001 \001(\0162-.google" - + ".container.v1beta1.UpgradeResourceType\022\021" - + "\n\toperation\030\002 \001(\t\0228\n\024operation_start_tim" - + "e\030\003 \001(\0132\032.google.protobuf.Timestamp\022\027\n\017c" - + "urrent_version\030\004 \001(\t\022\026\n\016target_version\030\005" - + " \001(\t\022\020\n\010resource\030\006 \001(\t\"\210\002\n\025UpgradeAvaila" - + "bleEvent\022\017\n\007version\030\001 \001(\t\022D\n\rresource_ty" - + "pe\030\002 \001(\0162-.google.container.v1beta1.Upgr" - + "adeResourceType\022A\n\017release_channel\030\003 \001(\013" - + "2(.google.container.v1beta1.ReleaseChann" - + "el\022\020\n\010resource\030\004 \001(\t\022C\n\020windows_versions" - + "\030\005 \001(\0132).google.container.v1beta1.Window" - + "sVersions\"\236\002\n\025SecurityBulletinEvent\022\036\n\026r" - + "esource_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_descr" - + "iption\030\006 \001(\t\022!\n\031affected_supported_minor" - + "s\030\007 \003(\t\022\030\n\020patched_versions\030\010 \003(\t\022 \n\030sug" - + "gested_upgrade_target\030\t \001(\t\022\035\n\025manual_st" - + "eps_required\030\n \001(\010\"(\n\025IdentityServiceCon" - + "fig\022\017\n\007enabled\030\001 \001(\010\"[\n\rLoggingConfig\022J\n" - + "\020component_config\030\001 \001(\01320.google.contain" - + "er.v1beta1.LoggingComponentConfig\"\275\001\n\026Lo" - + "ggingComponentConfig\022U\n\021enable_component" - + "s\030\001 \003(\0162:.google.container.v1beta1.Loggi" - + "ngComponentConfig.Component\"L\n\tComponent" + + "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\022R\n" + + "\030shielded_instance_config\030\010 \001(\01320.google" + + ".container.v1beta1.ShieldedInstanceConfi" + + "g\022\031\n\021boot_disk_kms_key\030\t \001(\t\022\022\n\nimage_ty" + + "pe\030\n \001(\t\"H\n\rResourceLimit\022\025\n\rresource_ty" + + "pe\030\001 \001(\t\022\017\n\007minimum\030\002 \001(\003\022\017\n\007maximum\030\003 \001" + + "(\003\"\314\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\017autoprovisioned\030\004 \001(\010\022U\n\017" + + "location_policy\030\005 \001(\0162<.google.container" + + ".v1beta1.NodePoolAutoscaling.LocationPol" + + "icy\022\034\n\024total_min_node_count\030\006 \001(\005\022\034\n\024tot" + + "al_max_node_count\030\007 \001(\005\"H\n\016LocationPolic" + + "y\022\037\n\033LOCATION_POLICY_UNSPECIFIED\020\000\022\014\n\010BA" + + "LANCED\020\001\022\007\n\003ANY\020\002\"\240\002\n\020SetLabelsRequest\022\031" + + "\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB" + + "\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\\\n\017res" + + "ource_labels\030\004 \003(\0132>.google.container.v1" + + "beta1.SetLabelsRequest.ResourceLabelsEnt" + + "ryB\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\003" + + "key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\205\001\n\024SetLega" + + "cyAbacRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030\001\340A\002" + + "\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030\003 \001(" + + "\tB\005\030\001\340A\002\022\024\n\007enabled\030\004 \001(\010B\003\340A\002\022\014\n\004name\030\006" + + " \001(\t\"\215\001\n\026StartIPRotationRequest\022\031\n\nproje" + + "ct_id\030\001 \001(\tB\005\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022" + + "\031\n\ncluster_id\030\003 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\006 \001(\t" + + "\022\032\n\022rotate_credentials\030\007 \001(\010\"t\n\031Complete" + + "IPRotationRequest\022\031\n\nproject_id\030\001 \001(\tB\005\030" + + "\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id\030" + + "\003 \001(\tB\005\030\001\340A\002\022\014\n\004name\030\007 \001(\t\"\365\001\n\021Accelerat" + + "orConfig\022\031\n\021accelerator_count\030\001 \001(\003\022\030\n\020a" + + "ccelerator_type\030\002 \001(\t\022\032\n\022gpu_partition_s" + + "ize\030\003 \001(\t\022+\n\037max_time_shared_clients_per" + + "_gpu\030\004 \001(\003B\002\030\001\022K\n\022gpu_sharing_config\030\005 \001" + + "(\0132*.google.container.v1beta1.GPUSharing" + + "ConfigH\000\210\001\001B\025\n\023_gpu_sharing_config\"\377\001\n\020G" + + "PUSharingConfig\022\"\n\032max_shared_clients_pe" + + "r_gpu\030\001 \001(\003\022`\n\024gpu_sharing_strategy\030\002 \001(" + + "\0162=.google.container.v1beta1.GPUSharingC" + + "onfig.GPUSharingStrategyH\000\210\001\001\"L\n\022GPUShar" + + "ingStrategy\022$\n GPU_SHARING_STRATEGY_UNSP" + + "ECIFIED\020\000\022\020\n\014TIME_SHARING\020\001B\027\n\025_gpu_shar" + + "ing_strategy\"*\n\027ManagedPrometheusConfig\022" + + "\017\n\007enabled\030\001 \001(\010\"\313\002\n\026WorkloadMetadataCon" + + "fig\022X\n\rnode_metadata\030\001 \001(\0162=.google.cont" + + "ainer.v1beta1.WorkloadMetadataConfig.Nod" + + "eMetadataB\002\030\001\022C\n\004mode\030\002 \001(\01625.google.con" + + "tainer.v1beta1.WorkloadMetadataConfig.Mo" + + "de\"P\n\014NodeMetadata\022\017\n\013UNSPECIFIED\020\000\022\n\n\006S" + + "ECURE\020\001\022\n\n\006EXPOSE\020\002\022\027\n\023GKE_METADATA_SERV" + + "ER\020\003\"@\n\004Mode\022\024\n\020MODE_UNSPECIFIED\020\000\022\020\n\014GC" + + "E_METADATA\020\001\022\020\n\014GKE_METADATA\020\002\"\270\001\n\027SetNe" + + "tworkPolicyRequest\022\031\n\nproject_id\030\001 \001(\tB\005" + + "\030\001\340A\002\022\023\n\004zone\030\002 \001(\tB\005\030\001\340A\002\022\031\n\ncluster_id" + + "\030\003 \001(\tB\005\030\001\340A\002\022D\n\016network_policy\030\004 \001(\0132\'." + + "google.container.v1beta1.NetworkPolicyB\003" + + "\340A\002\022\014\n\004name\030\006 \001(\t\"\276\001\n\033SetMaintenancePoli" + + "cyRequest\022\027\n\nproject_id\030\001 \001(\tB\003\340A\002\022\021\n\004zo" + + "ne\030\002 \001(\tB\003\340A\002\022\027\n\ncluster_id\030\003 \001(\tB\003\340A\002\022L" + + "\n\022maintenance_policy\030\004 \001(\0132+.google.cont" + + "ainer.v1beta1.MaintenancePolicyB\003\340A\002\022\014\n\004" + + "name\030\005 \001(\t\"+\n\024ListLocationsRequest\022\023\n\006pa" + + "rent\030\001 \001(\tB\003\340A\002\"g\n\025ListLocationsResponse" + + "\0225\n\tlocations\030\001 \003(\0132\".google.container.v" + + "1beta1.Location\022\027\n\017next_page_token\030\002 \001(\t" + + "\"\261\001\n\010Location\022=\n\004type\030\001 \001(\0162/.google.con" + + "tainer.v1beta1.Location.LocationType\022\014\n\004" + + "name\030\002 \001(\t\022\023\n\013recommended\030\003 \001(\010\"C\n\014Locat" + + "ionType\022\035\n\031LOCATION_TYPE_UNSPECIFIED\020\000\022\010" + + "\n\004ZONE\020\001\022\n\n\006REGION\020\002\"\262\002\n\017StatusCondition" + + "\022@\n\004code\030\001 \001(\0162..google.container.v1beta" + + "1.StatusCondition.CodeB\002\030\001\022\017\n\007message\030\002 " + + "\001(\t\022(\n\016canonical_code\030\003 \001(\0162\020.google.rpc" + + ".Code\"\241\001\n\004Code\022\013\n\007UNKNOWN\020\000\022\020\n\014GCE_STOCK" + + "OUT\020\001\022\037\n\033GKE_SERVICE_ACCOUNT_DELETED\020\002\022\026" + + "\n\022GCE_QUOTA_EXCEEDED\020\003\022\023\n\017SET_BY_OPERATO" + + "R\020\004\022\027\n\023CLOUD_KMS_KEY_ERROR\020\007\022\017\n\013CA_EXPIR" + + "ING\020\t\032\002\030\001\"\365\003\n\rNetworkConfig\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\022H\n\023default_snat_s" + + "tatus\030\007 \001(\0132+.google.container.v1beta1.D" + + "efaultSnatStatus\022\037\n\027enable_l4ilb_subsett" + + "ing\030\n \001(\010\022E\n\021datapath_provider\030\013 \001(\0162*.g" + + "oogle.container.v1beta1.DatapathProvider" + + "\022U\n\032private_ipv6_google_access\030\014 \001(\01621.g" + + "oogle.container.v1beta1.PrivateIPv6Googl" + + "eAccess\0227\n\ndns_config\030\r \001(\0132#.google.con" + + "tainer.v1beta1.DNSConfig\022W\n\033service_exte" + + "rnal_ips_config\030\017 \001(\01322.google.container" + + ".v1beta1.ServiceExternalIPsConfig\"+\n\030Ser" + + "viceExternalIPsConfig\022\017\n\007enabled\030\001 \001(\010\"j" + + "\n\034ListUsableSubnetworksRequest\022\023\n\006parent" + + "\030\001 \001(\tB\003\340A\002\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\"y\n\035ListUsable" + + "SubnetworksResponse\022?\n\013subnetworks\030\001 \003(\013" + + "2*.google.container.v1beta1.UsableSubnet" + + "work\022\027\n\017next_page_token\030\002 \001(\t\"\205\002\n\036Usable" + + "SubnetworkSecondaryRange\022\022\n\nrange_name\030\001" + + " \001(\t\022\025\n\rip_cidr_range\030\002 \001(\t\022O\n\006status\030\003 " + + "\001(\0162?.google.container.v1beta1.UsableSub" + + "networkSecondaryRange.Status\"g\n\006Status\022\013" + + "\n\007UNKNOWN\020\000\022\n\n\006UNUSED\020\001\022\022\n\016IN_USE_SERVIC" + + "E\020\002\022\030\n\024IN_USE_SHAREABLE_POD\020\003\022\026\n\022IN_USE_" + + "MANAGED_POD\020\004\"\275\001\n\020UsableSubnetwork\022\022\n\nsu" + + "bnetwork\030\001 \001(\t\022\017\n\007network\030\002 \001(\t\022\025\n\rip_ci" + + "dr_range\030\003 \001(\t\022U\n\023secondary_ip_ranges\030\004 " + + "\003(\01328.google.container.v1beta1.UsableSub" + + "networkSecondaryRange\022\026\n\016status_message\030" + + "\005 \001(\t\")\n\026VerticalPodAutoscaling\022\017\n\007enabl", + "ed\030\001 \001(\010\"%\n\021DefaultSnatStatus\022\020\n\010disable" + + "d\030\001 \001(\010\",\n\031IntraNodeVisibilityConfig\022\017\n\007" + + "enabled\030\001 \001(\010\"&\n\023ILBSubsettingConfig\022\017\n\007" + + "enabled\030\001 \001(\010\"\307\002\n\tDNSConfig\022A\n\013cluster_d" + + "ns\030\001 \001(\0162,.google.container.v1beta1.DNSC" + + "onfig.Provider\022G\n\021cluster_dns_scope\030\002 \001(" + + "\0162,.google.container.v1beta1.DNSConfig.D" + + "NSScope\022\032\n\022cluster_dns_domain\030\003 \001(\t\"I\n\010P" + + "rovider\022\030\n\024PROVIDER_UNSPECIFIED\020\000\022\024\n\020PLA" + + "TFORM_DEFAULT\020\001\022\r\n\tCLOUD_DNS\020\002\"G\n\010DNSSco" + + "pe\022\031\n\025DNS_SCOPE_UNSPECIFIED\020\000\022\021\n\rCLUSTER" + + "_SCOPE\020\001\022\r\n\tVPC_SCOPE\020\002\".\n\021MaxPodsConstr" + + "aint\022\031\n\021max_pods_per_node\030\001 \001(\003\"j\n\026Workl" + + "oadIdentityConfig\022\036\n\022identity_namespace\030" + + "\001 \001(\tB\002\030\001\022\025\n\rworkload_pool\030\002 \001(\t\022\031\n\021iden" + + "tity_provider\030\003 \001(\t\"E\n\022WorkloadALTSConfi" + + "g\022/\n\013enable_alts\030\001 \001(\0132\032.google.protobuf" + + ".BoolValue\"O\n\024WorkloadCertificates\0227\n\023en" + + "able_certificates\030\001 \001(\0132\032.google.protobu" + + "f.BoolValue\"K\n\020MeshCertificates\0227\n\023enabl" + + "e_certificates\030\001 \001(\0132\032.google.protobuf.B" + + "oolValue\"\235\001\n\022DatabaseEncryption\022A\n\005state" + + "\030\002 \001(\01622.google.container.v1beta1.Databa" + + "seEncryption.State\022\020\n\010key_name\030\001 \001(\t\"2\n\005" + + "State\022\013\n\007UNKNOWN\020\000\022\r\n\tENCRYPTED\020\001\022\r\n\tDEC" + + "RYPTED\020\002\"\367\002\n\031ResourceUsageExportConfig\022e" + + "\n\024bigquery_destination\030\001 \001(\0132G.google.co" + + "ntainer.v1beta1.ResourceUsageExportConfi" + + "g.BigQueryDestination\022&\n\036enable_network_" + + "egress_metering\030\002 \001(\010\022r\n\033consumption_met" + + "ering_config\030\003 \001(\0132M.google.container.v1" + + "beta1.ResourceUsageExportConfig.Consumpt" + + "ionMeteringConfig\032)\n\023BigQueryDestination" + + "\022\022\n\ndataset_id\030\001 \001(\t\032,\n\031ConsumptionMeter" + + "ingConfig\022\017\n\007enabled\030\001 \001(\010\" \n\rShieldedNo" + + "des\022\017\n\007enabled\030\001 \001(\010\"\035\n\nVirtualNIC\022\017\n\007en" + + "abled\030\001 \001(\010\"(\n\026GetOpenIDConfigRequest\022\016\n" + + "\006parent\030\001 \001(\t\"\334\001\n\027GetOpenIDConfigRespons" + + "e\022\016\n\006issuer\030\001 \001(\t\022\020\n\010jwks_uri\030\002 \001(\t\022 \n\030r" + + "esponse_types_supported\030\003 \003(\t\022\037\n\027subject" + + "_types_supported\030\004 \003(\t\022-\n%id_token_signi" + + "ng_alg_values_supported\030\005 \003(\t\022\030\n\020claims_" + + "supported\030\006 \003(\t\022\023\n\013grant_types\030\007 \003(\t\"\'\n\025" + + "GetJSONWebKeysRequest\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\"E\n\026Get" + + "JSONWebKeysResponse\022+\n\004keys\030\001 \003(\0132\035.goog" + + "le.container.v1beta1.Jwk\"\223\001\n\016ReleaseChan" + + "nel\022A\n\007channel\030\001 \001(\01620.google.container." + + "v1beta1.ReleaseChannel.Channel\">\n\007Channe" + + "l\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\024CostManagementConfig\022\017" + + "\n\007enabled\030\001 \001(\010\"U\n\tTpuConfig\022\017\n\007enabled\030" + + "\001 \001(\010\022\036\n\026use_service_networking\030\002 \001(\010\022\027\n" + + "\017ipv4_cidr_block\030\003 \001(\t\"\010\n\006Master\"\034\n\tAuto" + + "pilot\022\017\n\007enabled\030\001 \001(\010\"\267\003\n\022NotificationC" + + "onfig\022C\n\006pubsub\030\001 \001(\01323.google.container" + + ".v1beta1.NotificationConfig.PubSub\032\217\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\022C\n\006filte" + + "r\030\003 \001(\01323.google.container.v1beta1.Notif" + + "icationConfig.Filter\032T\n\006Filter\022J\n\nevent_" + + "type\030\001 \003(\01626.google.container.v1beta1.No" + + "tificationConfig.EventType\"t\n\tEventType\022" + + "\032\n\026EVENT_TYPE_UNSPECIFIED\020\000\022\033\n\027UPGRADE_A" + + "VAILABLE_EVENT\020\001\022\021\n\rUPGRADE_EVENT\020\002\022\033\n\027S" + + "ECURITY_BULLETIN_EVENT\020\003\"$\n\021Confidential" + + "Nodes\022\017\n\007enabled\030\001 \001(\010\"\344\001\n\014UpgradeEvent\022" + + "D\n\rresource_type\030\001 \001(\0162-.google.containe" + + "r.v1beta1.UpgradeResourceType\022\021\n\toperati" + + "on\030\002 \001(\t\0228\n\024operation_start_time\030\003 \001(\0132\032" + + ".google.protobuf.Timestamp\022\027\n\017current_ve" + + "rsion\030\004 \001(\t\022\026\n\016target_version\030\005 \001(\t\022\020\n\010r" + + "esource\030\006 \001(\t\"\210\002\n\025UpgradeAvailableEvent\022" + + "\017\n\007version\030\001 \001(\t\022D\n\rresource_type\030\002 \001(\0162" + + "-.google.container.v1beta1.UpgradeResour" + + "ceType\022A\n\017release_channel\030\003 \001(\0132(.google" + + ".container.v1beta1.ReleaseChannel\022\020\n\010res" + + "ource\030\004 \001(\t\022C\n\020windows_versions\030\005 \001(\0132)." + + "google.container.v1beta1.WindowsVersions" + + "\"\236\002\n\025SecurityBulletinEvent\022\036\n\026resource_t" + + "ype_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\014bu" + + "lletin_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\020patched_versions\030\010 \003(\t\022 \n\030suggested_up" + + "grade_target\030\t \001(\t\022\035\n\025manual_steps_requi" + + "red\030\n \001(\010\"(\n\025IdentityServiceConfig\022\017\n\007en" + + "abled\030\001 \001(\010\"[\n\rLoggingConfig\022J\n\020componen" + + "t_config\030\001 \001(\01320.google.container.v1beta" + + "1.LoggingComponentConfig\"\275\001\n\026LoggingComp" + + "onentConfig\022U\n\021enable_components\030\001 \003(\0162:" + + ".google.container.v1beta1.LoggingCompone" + + "ntConfig.Component\"L\n\tComponent\022\031\n\025COMPO" + + "NENT_UNSPECIFIED\020\000\022\025\n\021SYSTEM_COMPONENTS\020" + + "\001\022\r\n\tWORKLOADS\020\002\"\267\001\n\020MonitoringConfig\022M\n" + + "\020component_config\030\001 \001(\01323.google.contain" + + "er.v1beta1.MonitoringComponentConfig\022T\n\031" + + "managed_prometheus_config\030\002 \001(\01321.google" + + ".container.v1beta1.ManagedPrometheusConf" + + "ig\"_\n\025NodePoolLoggingConfig\022F\n\016variant_c" + + "onfig\030\001 \001(\0132..google.container.v1beta1.L" + + "oggingVariantConfig\"\244\001\n\024LoggingVariantCo" + + "nfig\022G\n\007variant\030\001 \001(\01626.google.container" + + ".v1beta1.LoggingVariantConfig.Variant\"C\n" + + "\007Variant\022\027\n\023VARIANT_UNSPECIFIED\020\000\022\013\n\007DEF" + + "AULT\020\001\022\022\n\016MAX_THROUGHPUT\020\002\"\376\001\n\031Monitorin" + + "gComponentConfig\022X\n\021enable_components\030\001 " + + "\003(\0162=.google.container.v1beta1.Monitorin" + + "gComponentConfig.Component\"\206\001\n\tComponent" + "\022\031\n\025COMPONENT_UNSPECIFIED\020\000\022\025\n\021SYSTEM_CO" - + "MPONENTS\020\001\022\r\n\tWORKLOADS\020\002\"\267\001\n\020Monitoring" - + "Config\022M\n\020component_config\030\001 \001(\01323.googl" - + "e.container.v1beta1.MonitoringComponentC" - + "onfig\022T\n\031managed_prometheus_config\030\002 \001(\013" - + "21.google.container.v1beta1.ManagedProme" - + "theusConfig\"\376\001\n\031MonitoringComponentConfi" - + "g\022X\n\021enable_components\030\001 \003(\0162=.google.co" - + "ntainer.v1beta1.MonitoringComponentConfi" - + "g.Component\"\206\001\n\tComponent\022\031\n\025COMPONENT_U" - + "NSPECIFIED\020\000\022\025\n\021SYSTEM_COMPONENTS\020\001\022\021\n\tW" - + "ORKLOADS\020\002\032\002\010\001\022\r\n\tAPISERVER\020\003\022\r\n\tSCHEDUL" - + "ER\020\004\022\026\n\022CONTROLLER_MANAGER\020\005*\306\001\n\027Private" - + "IPv6GoogleAccess\022*\n&PRIVATE_IPV6_GOOGLE_" - + "ACCESS_UNSPECIFIED\020\000\022\'\n#PRIVATE_IPV6_GOO" - + "GLE_ACCESS_DISABLED\020\001\022(\n$PRIVATE_IPV6_GO" - + "OGLE_ACCESS_TO_GOOGLE\020\002\022,\n(PRIVATE_IPV6_" - + "GOOGLE_ACCESS_BIDIRECTIONAL\020\003*W\n\023Upgrade" - + "ResourceType\022%\n!UPGRADE_RESOURCE_TYPE_UN" - + "SPECIFIED\020\000\022\n\n\006MASTER\020\001\022\r\n\tNODE_POOL\020\002*^" - + "\n\026NodePoolUpdateStrategy\022)\n%NODE_POOL_UP" - + "DATE_STRATEGY_UNSPECIFIED\020\000\022\016\n\nBLUE_GREE" - + "N\020\002\022\t\n\005SURGE\020\003*a\n\020DatapathProvider\022!\n\035DA" - + "TAPATH_PROVIDER_UNSPECIFIED\020\000\022\023\n\017LEGACY_" - + "DATAPATH\020\001\022\025\n\021ADVANCED_DATAPATH\020\0022\262L\n\016Cl" - + "usterManager\022\363\001\n\014ListClusters\022-.google.c" - + "ontainer.v1beta1.ListClustersRequest\032..g" - + "oogle.container.v1beta1.ListClustersResp" - + "onse\"\203\001\202\323\344\223\002k\0221/v1beta1/{parent=projects" - + "/*/locations/*}/clustersZ6\0224/v1beta1/pro" - + "jects/{project_id}/zones/{zone}/clusters" - + "\332A\017project_id,zone\022\372\001\n\nGetCluster\022+.goog" - + "le.container.v1beta1.GetClusterRequest\032!" - + ".google.container.v1beta1.Cluster\"\233\001\202\323\344\223" - + "\002x\0221/v1beta1/{name=projects/*/locations/" - + "*/clusters/*}ZC\022A/v1beta1/projects/{proj" - + "ect_id}/zones/{zone}/clusters/{cluster_i" - + "d}\332A\032project_id,zone,cluster_id\022\370\001\n\rCrea" - + "teCluster\022..google.container.v1beta1.Cre" - + "ateClusterRequest\032#.google.container.v1b" - + "eta1.Operation\"\221\001\202\323\344\223\002q\"1/v1beta1/{paren" - + "t=projects/*/locations/*}/clusters:\001*Z9\"" - + "4/v1beta1/projects/{project_id}/zones/{z" - + "one}/clusters:\001*\332A\027project_id,zone,clust" - + "er\022\217\002\n\rUpdateCluster\022..google.container." - + "v1beta1.UpdateClusterRequest\032#.google.co" - + "ntainer.v1beta1.Operation\"\250\001\202\323\344\223\002~\0321/v1b" - + "eta1/{name=projects/*/locations/*/cluste" - + "rs/*}:\001*ZF\032A/v1beta1/projects/{project_i" - + "d}/zones/{zone}/clusters/{cluster_id}:\001*" - + "\332A!project_id,zone,cluster_id,update\022\232\002\n" - + "\016UpdateNodePool\022/.google.container.v1bet" - + "a1.UpdateNodePoolRequest\032#.google.contai" - + "ner.v1beta1.Operation\"\261\001\202\323\344\223\002\252\001\032=/v1beta" - + "1/{name=projects/*/locations/*/clusters/" - + "*/nodePools/*}:\001*Zf\"a/v1beta1/projects/{" - + "project_id}/zones/{zone}/clusters/{clust" - + "er_id}/nodePools/{node_pool_id}/update:\001" - + "*\022\276\002\n\026SetNodePoolAutoscaling\0227.google.co" - + "ntainer.v1beta1.SetNodePoolAutoscalingRe" - + "quest\032#.google.container.v1beta1.Operati" - + "on\"\305\001\202\323\344\223\002\276\001\"L/v1beta1/{name=projects/*/" - + "locations/*/clusters/*/nodePools/*}:setA" - + "utoscaling:\001*Zk\"f/v1beta1/projects/{proj" - + "ect_id}/zones/{zone}/clusters/{cluster_i" - + "d}/nodePools/{node_pool_id}/autoscaling:" - + "\001*\022\264\002\n\021SetLoggingService\0222.google.contai" - + "ner.v1beta1.SetLoggingServiceRequest\032#.g" - + "oogle.container.v1beta1.Operation\"\305\001\202\323\344\223" - + "\002\221\001\"/v1beta1/{name=project" - + "s/*/locations/*/clusters/*}:setLocations" - + ":\001*ZP\"K/v1beta1/projects/{project_id}/zo" - + "nes/{zone}/clusters/{cluster_id}/locatio" - + "ns:\001*\332A$project_id,zone,cluster_id,locat" - + "ions\022\252\002\n\014UpdateMaster\022-.google.container" - + ".v1beta1.UpdateMasterRequest\032#.google.co" - + "ntainer.v1beta1.Operation\"\305\001\202\323\344\223\002\222\001\">/v1" - + "beta1/{name=projects/*/locations/*/clust" - + "ers/*}:updateMaster:\001*ZM\"H/v1beta1/proje" - + "cts/{project_id}/zones/{zone}/clusters/{" - + "cluster_id}/master:\001*\332A)project_id,zone," - + "cluster_id,master_version\022\210\002\n\rSetMasterA" - + "uth\022..google.container.v1beta1.SetMaster" - + "AuthRequest\032#.google.container.v1beta1.O" - + "peration\"\241\001\202\323\344\223\002\232\001\"?/v1beta1/{name=proje" - + "cts/*/locations/*/clusters/*}:setMasterA" - + "uth:\001*ZT\"O/v1beta1/projects/{project_id}" - + "/zones/{zone}/clusters/{cluster_id}:setM" - + "asterAuth:\001*\022\202\002\n\rDeleteCluster\022..google." - + "container.v1beta1.DeleteClusterRequest\032#" - + ".google.container.v1beta1.Operation\"\233\001\202\323" - + "\344\223\002x*1/v1beta1/{name=projects/*/location" - + "s/*/clusters/*}ZC*A/v1beta1/projects/{pr" - + "oject_id}/zones/{zone}/clusters/{cluster" - + "_id}\332A\032project_id,zone,cluster_id\022\375\001\n\016Li" - + "stOperations\022/.google.container.v1beta1." - + "ListOperationsRequest\0320.google.container" - + ".v1beta1.ListOperationsResponse\"\207\001\202\323\344\223\002o" - + "\0223/v1beta1/{parent=projects/*/locations/" - + "*}/operationsZ8\0226/v1beta1/projects/{proj" - + "ect_id}/zones/{zone}/operations\332A\017projec" - + "t_id,zone\022\210\002\n\014GetOperation\022-.google.cont" - + "ainer.v1beta1.GetOperationRequest\032#.goog" - + "le.container.v1beta1.Operation\"\243\001\202\323\344\223\002~\022" - + "3/v1beta1/{name=projects/*/locations/*/o" - + "perations/*}ZG\022E/v1beta1/projects/{proje" - + "ct_id}/zones/{zone}/operations/{operatio" - + "n_id}\332A\034project_id,zone,operation_id\022\226\002\n" - + "\017CancelOperation\0220.google.container.v1be" - + "ta1.CancelOperationRequest\032\026.google.prot" - + "obuf.Empty\"\270\001\202\323\344\223\002\222\001\":/v1beta1/{name=pro" - + "jects/*/locations/*/operations/*}:cancel" + + "ters/{cluster_id}/nodePools/{node_pool_i" + + "d}/autoscaling:\001*\022\264\002\n\021SetLoggingService\022" + + "2.google.container.v1beta1.SetLoggingSer" + + "viceRequest\032#.google.container.v1beta1.O" + + "peration\"\305\001\202\323\344\223\002\221\001\"/v1beta" + + "1/{name=projects/*/locations/*/clusters/" + + "*}:setLocations:\001*ZP\"K/v1beta1/projects/" + "{project_id}/zones/{zone}/clusters/{clus" - + "ter_id}/nodePools/{node_pool_id}:rollbac" - + "k:\001*\332A\'project_id,zone,cluster_id,node_p" - + "ool_id\022\362\002\n\025SetNodePoolManagement\0226.googl" - + "e.container.v1beta1.SetNodePoolManagemen" - + "tRequest\032#.google.container.v1beta1.Oper" - + "ation\"\373\001\202\323\344\223\002\277\001\"K/v1beta1/{name=projects" - + "/*/locations/*/clusters/*/nodePools/*}:s" - + "etManagement:\001*Zm\"h/v1beta1/projects/{pr" - + "oject_id}/zones/{zone}/clusters/{cluster" - + "_id}/nodePools/{node_pool_id}/setManagem" - + "ent:\001*\332A2project_id,zone,cluster_id,node" - + "_pool_id,management\022\304\002\n\tSetLabels\022*.goog" - + "le.container.v1beta1.SetLabelsRequest\032#." - + "google.container.v1beta1.Operation\"\345\001\202\323\344" - + "\223\002\237\001\"C/v1beta1/{name=projects/*/location" - + "s/*/clusters/*}:setResourceLabels:\001*ZU\"P" - + "/v1beta1/projects/{project_id}/zones/{zo" - + "ne}/clusters/{cluster_id}/resourceLabels" - + ":\001*\332A/v1beta1/{name=projects/*/lo" + + "cations/*/clusters/*}:updateMaster:\001*ZM\"" + + "H/v1beta1/projects/{project_id}/zones/{z" + + "one}/clusters/{cluster_id}/master:\001*\332A)p" + + "roject_id,zone,cluster_id,master_version" + + "\022\210\002\n\rSetMasterAuth\022..google.container.v1" + + "beta1.SetMasterAuthRequest\032#.google.cont" + + "ainer.v1beta1.Operation\"\241\001\202\323\344\223\002\232\001\"?/v1be" + + "ta1/{name=projects/*/locations/*/cluster" + + "s/*}:setMasterAuth:\001*ZT\"O/v1beta1/projec" + + "ts/{project_id}/zones/{zone}/clusters/{c" + + "luster_id}:setMasterAuth:\001*\022\202\002\n\rDeleteCl" + + "uster\022..google.container.v1beta1.DeleteC" + + "lusterRequest\032#.google.container.v1beta1" + + ".Operation\"\233\001\202\323\344\223\002x*1/v1beta1/{name=proj" + + "ects/*/locations/*/clusters/*}ZC*A/v1bet" + + "a1/projects/{project_id}/zones/{zone}/cl" + + "usters/{cluster_id}\332A\032project_id,zone,cl" + + "uster_id\022\375\001\n\016ListOperations\022/.google.con" + + "tainer.v1beta1.ListOperationsRequest\0320.g" + + "oogle.container.v1beta1.ListOperationsRe" + + "sponse\"\207\001\202\323\344\223\002o\0223/v1beta1/{parent=projec" + + "ts/*/locations/*}/operationsZ8\0226/v1beta1" + + "/projects/{project_id}/zones/{zone}/oper" + + "ations\332A\017project_id,zone\022\210\002\n\014GetOperatio" + + "n\022-.google.container.v1beta1.GetOperatio" + + "nRequest\032#.google.container.v1beta1.Oper" + + "ation\"\243\001\202\323\344\223\002~\0223/v1beta1/{name=projects/" + + "*/locations/*/operations/*}ZG\022E/v1beta1/" + + "projects/{project_id}/zones/{zone}/opera" + + "tions/{operation_id}\332A\034project_id,zone,o" + + "peration_id\022\226\002\n\017CancelOperation\0220.google" + + ".container.v1beta1.CancelOperationReques" + + "t\032\026.google.protobuf.Empty\"\270\001\202\323\344\223\002\222\001\":/v1" + + "beta1/{name=projects/*/locations/*/opera" + + "tions/*}:cancel:\001*ZQ\"L/v1beta1/projects/" + + "{project_id}/zones/{zone}/operations/{op" + + "eration_id}:cancel:\001*\332A\034project_id,zone," + + "operation_id\022\367\001\n\017GetServerConfig\0220.googl" + + "e.container.v1beta1.GetServerConfigReque" + + "st\032&.google.container.v1beta1.ServerConf" + + "ig\"\211\001\202\323\344\223\002q\0223/v1beta1/{name=projects/*/l" + + "ocations/*}/serverConfigZ:\0228/v1beta1/pro" + + "jects/{project_id}/zones/{zone}/serverco" + + "nfig\332A\017project_id,zone\022\245\002\n\rListNodePools" + + "\022..google.container.v1beta1.ListNodePool" + + "sRequest\032/.google.container.v1beta1.List" + + "NodePoolsResponse\"\262\001\202\323\344\223\002\216\001\022=/v1beta1/{p" + + "arent=projects/*/locations/*/clusters/*}" + + "/nodePoolsZM\022K/v1beta1/projects/{project" + + "_id}/zones/{zone}/clusters/{cluster_id}/" + + "nodePools\332A\032project_id,zone,cluster_id\022\265" + + "\001\n\016GetJSONWebKeys\022/.google.container.v1b" + + "eta1.GetJSONWebKeysRequest\0320.google.cont" + + "ainer.v1beta1.GetJSONWebKeysResponse\"@\202\323" + + "\344\223\002:\0228/v1beta1/{parent=projects/*/locati" + + "ons/*/clusters/*}/jwks\022\260\002\n\013GetNodePool\022," + + ".google.container.v1beta1.GetNodePoolReq" + + "uest\032\".google.container.v1beta1.NodePool" + + "\"\316\001\202\323\344\223\002\235\001\022=/v1beta1/{name=projects/*/lo" + + "cations/*/clusters/*/nodePools/*}Z\\\022Z/v1" + + "beta1/projects/{project_id}/zones/{zone}" + + "/clusters/{cluster_id}/nodePools/{node_p" + + "ool_id}\332A\'project_id,zone,cluster_id,nod" + + "e_pool_id\022\253\002\n\016CreateNodePool\022/.google.co" + + "ntainer.v1beta1.CreateNodePoolRequest\032#." + "google.container.v1beta1.Operation\"\302\001\202\323\344" - + "\223\002\236\001\"A/v1beta1/{name=projects/*/location" - + "s/*/clusters/*}:startIpRotation:\001*ZV\"Q/v" - + "1beta1/projects/{project_id}/zones/{zone" - + "}/clusters/{cluster_id}:startIpRotation:" - + "\001*\332A\032project_id,zone,cluster_id\022\271\002\n\022Comp" - + "leteIPRotation\0223.google.container.v1beta" - + "1.CompleteIPRotationRequest\032#.google.con" - + "tainer.v1beta1.Operation\"\310\001\202\323\344\223\002\244\001\"D/v1b" + + "\223\002\224\001\"=/v1beta1/{parent=projects/*/locati" + + "ons/*/clusters/*}/nodePools:\001*ZP\"K/v1bet" + + "a1/projects/{project_id}/zones/{zone}/cl" + + "usters/{cluster_id}/nodePools:\001*\332A$proje" + + "ct_id,zone,cluster_id,node_pool\022\267\002\n\016Dele" + + "teNodePool\022/.google.container.v1beta1.De" + + "leteNodePoolRequest\032#.google.container.v" + + "1beta1.Operation\"\316\001\202\323\344\223\002\235\001*=/v1beta1/{na" + + "me=projects/*/locations/*/clusters/*/nod" + + "ePools/*}Z\\*Z/v1beta1/projects/{project_" + + "id}/zones/{zone}/clusters/{cluster_id}/n" + + "odePools/{node_pool_id}\332A\'project_id,zon" + + "e,cluster_id,node_pool_id\022\305\001\n\027CompleteNo" + + "dePoolUpgrade\0228.google.container.v1beta1" + + ".CompleteNodePoolUpgradeRequest\032\026.google" + + ".protobuf.Empty\"X\202\323\344\223\002R\"M/v1beta1/{name=" + + "projects/*/locations/*/clusters/*/nodePo" + + "ols/*}:completeUpgrade:\001*\022\341\002\n\027RollbackNo" + + "dePoolUpgrade\0228.google.container.v1beta1" + + ".RollbackNodePoolUpgradeRequest\032#.google" + + ".container.v1beta1.Operation\"\346\001\202\323\344\223\002\265\001\"F" + + "/v1beta1/{name=projects/*/locations/*/cl" + + "usters/*/nodePools/*}:rollback:\001*Zh\"c/v1" + + "beta1/projects/{project_id}/zones/{zone}" + + "/clusters/{cluster_id}/nodePools/{node_p" + + "ool_id}:rollback:\001*\332A\'project_id,zone,cl" + + "uster_id,node_pool_id\022\362\002\n\025SetNodePoolMan" + + "agement\0226.google.container.v1beta1.SetNo" + + "dePoolManagementRequest\032#.google.contain" + + "er.v1beta1.Operation\"\373\001\202\323\344\223\002\277\001\"K/v1beta1" + + "/{name=projects/*/locations/*/clusters/*" + + "/nodePools/*}:setManagement:\001*Zm\"h/v1bet" + + "a1/projects/{project_id}/zones/{zone}/cl" + + "usters/{cluster_id}/nodePools/{node_pool" + + "_id}/setManagement:\001*\332A2project_id,zone," + + "cluster_id,node_pool_id,management\022\304\002\n\tS" + + "etLabels\022*.google.container.v1beta1.SetL" + + "abelsRequest\032#.google.container.v1beta1." + + "Operation\"\345\001\202\323\344\223\002\237\001\"C/v1beta1/{name=proj" + + "ects/*/locations/*/clusters/*}:setResour" + + "ceLabels:\001*ZU\"P/v1beta1/projects/{projec" + + "t_id}/zones/{zone}/clusters/{cluster_id}" + + "/resourceLabels:\001*\332A + * The desired node pool logging configuration defaults for the cluster. + *
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * + * @return Whether the desiredNodePoolLoggingConfig field is set. + */ + @java.lang.Override + public boolean hasDesiredNodePoolLoggingConfig() { + return desiredNodePoolLoggingConfig_ != null; + } + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * + * @return The desiredNodePoolLoggingConfig. + */ + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfig getDesiredNodePoolLoggingConfig() { + return desiredNodePoolLoggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : desiredNodePoolLoggingConfig_; + } + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder + getDesiredNodePoolLoggingConfigOrBuilder() { + return getDesiredNodePoolLoggingConfig(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -3095,6 +3164,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(112, getDesiredProtectConfig()); } + if (desiredNodePoolLoggingConfig_ != null) { + output.writeMessage(116, getDesiredNodePoolLoggingConfig()); + } unknownFields.writeTo(output); } @@ -3295,6 +3367,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream.computeMessageSize(112, getDesiredProtectConfig()); } + if (desiredNodePoolLoggingConfig_ != null) { + size += + com.google.protobuf.CodedOutputStream.computeMessageSize( + 116, getDesiredNodePoolLoggingConfig()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -3481,6 +3558,11 @@ public boolean equals(final java.lang.Object obj) { if (hasDesiredProtectConfig()) { if (!getDesiredProtectConfig().equals(other.getDesiredProtectConfig())) return false; } + if (hasDesiredNodePoolLoggingConfig() != other.hasDesiredNodePoolLoggingConfig()) return false; + if (hasDesiredNodePoolLoggingConfig()) { + if (!getDesiredNodePoolLoggingConfig().equals(other.getDesiredNodePoolLoggingConfig())) + return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -3644,6 +3726,10 @@ public int hashCode() { hash = (37 * hash) + DESIRED_PROTECT_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getDesiredProtectConfig().hashCode(); } + if (hasDesiredNodePoolLoggingConfig()) { + hash = (37 * hash) + DESIRED_NODE_POOL_LOGGING_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getDesiredNodePoolLoggingConfig().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -4009,6 +4095,12 @@ public Builder clear() { desiredProtectConfigBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); + if (desiredNodePoolLoggingConfigBuilder_ == null) { + desiredNodePoolLoggingConfig_ = null; + } else { + desiredNodePoolLoggingConfig_ = null; + desiredNodePoolLoggingConfigBuilder_ = null; + } return this; } @@ -4221,6 +4313,11 @@ public com.google.container.v1beta1.ClusterUpdate buildPartial() { } to_bitField0_ |= 0x00000001; } + if (desiredNodePoolLoggingConfigBuilder_ == null) { + result.desiredNodePoolLoggingConfig_ = desiredNodePoolLoggingConfig_; + } else { + result.desiredNodePoolLoggingConfig_ = desiredNodePoolLoggingConfigBuilder_.build(); + } result.bitField0_ = to_bitField0_; onBuilt(); return result; @@ -4411,6 +4508,9 @@ public Builder mergeFrom(com.google.container.v1beta1.ClusterUpdate other) { if (other.hasDesiredProtectConfig()) { mergeDesiredProtectConfig(other.getDesiredProtectConfig()); } + if (other.hasDesiredNodePoolLoggingConfig()) { + mergeDesiredNodePoolLoggingConfig(other.getDesiredNodePoolLoggingConfig()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -12188,6 +12288,206 @@ public com.google.container.v1beta1.ProtectConfigOrBuilder getDesiredProtectConf return desiredProtectConfigBuilder_; } + private com.google.container.v1beta1.NodePoolLoggingConfig desiredNodePoolLoggingConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder> + desiredNodePoolLoggingConfigBuilder_; + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * + * @return Whether the desiredNodePoolLoggingConfig field is set. + */ + public boolean hasDesiredNodePoolLoggingConfig() { + return desiredNodePoolLoggingConfigBuilder_ != null || desiredNodePoolLoggingConfig_ != null; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * + * @return The desiredNodePoolLoggingConfig. + */ + public com.google.container.v1beta1.NodePoolLoggingConfig getDesiredNodePoolLoggingConfig() { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + return desiredNodePoolLoggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : desiredNodePoolLoggingConfig_; + } else { + return desiredNodePoolLoggingConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public Builder setDesiredNodePoolLoggingConfig( + com.google.container.v1beta1.NodePoolLoggingConfig value) { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + desiredNodePoolLoggingConfig_ = value; + onChanged(); + } else { + desiredNodePoolLoggingConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public Builder setDesiredNodePoolLoggingConfig( + com.google.container.v1beta1.NodePoolLoggingConfig.Builder builderForValue) { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + desiredNodePoolLoggingConfig_ = builderForValue.build(); + onChanged(); + } else { + desiredNodePoolLoggingConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public Builder mergeDesiredNodePoolLoggingConfig( + com.google.container.v1beta1.NodePoolLoggingConfig value) { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + if (desiredNodePoolLoggingConfig_ != null) { + desiredNodePoolLoggingConfig_ = + com.google.container.v1beta1.NodePoolLoggingConfig.newBuilder( + desiredNodePoolLoggingConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + desiredNodePoolLoggingConfig_ = value; + } + onChanged(); + } else { + desiredNodePoolLoggingConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public Builder clearDesiredNodePoolLoggingConfig() { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + desiredNodePoolLoggingConfig_ = null; + onChanged(); + } else { + desiredNodePoolLoggingConfig_ = null; + desiredNodePoolLoggingConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public com.google.container.v1beta1.NodePoolLoggingConfig.Builder + getDesiredNodePoolLoggingConfigBuilder() { + + onChanged(); + return getDesiredNodePoolLoggingConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + public com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder + getDesiredNodePoolLoggingConfigOrBuilder() { + if (desiredNodePoolLoggingConfigBuilder_ != null) { + return desiredNodePoolLoggingConfigBuilder_.getMessageOrBuilder(); + } else { + return desiredNodePoolLoggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : desiredNodePoolLoggingConfig_; + } + } + /** + * + * + *
+     * The desired node pool logging configuration defaults for the cluster.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder> + getDesiredNodePoolLoggingConfigFieldBuilder() { + if (desiredNodePoolLoggingConfigBuilder_ == null) { + desiredNodePoolLoggingConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder>( + getDesiredNodePoolLoggingConfig(), getParentForChildren(), isClean()); + desiredNodePoolLoggingConfig_ = null; + } + return desiredNodePoolLoggingConfigBuilder_; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterUpdateOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterUpdateOrBuilder.java index 2893fc49..e3028e10 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterUpdateOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ClusterUpdateOrBuilder.java @@ -1622,4 +1622,43 @@ public interface ClusterUpdateOrBuilder * optional .google.container.v1beta1.ProtectConfig desired_protect_config = 112; */ com.google.container.v1beta1.ProtectConfigOrBuilder getDesiredProtectConfigOrBuilder(); + + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * + * @return Whether the desiredNodePoolLoggingConfig field is set. + */ + boolean hasDesiredNodePoolLoggingConfig(); + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + * + * @return The desiredNodePoolLoggingConfig. + */ + com.google.container.v1beta1.NodePoolLoggingConfig getDesiredNodePoolLoggingConfig(); + /** + * + * + *
+   * The desired node pool logging configuration defaults for the cluster.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig desired_node_pool_logging_config = 116; + * + */ + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder + getDesiredNodePoolLoggingConfigOrBuilder(); } diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CompleteIPRotationRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CompleteIPRotationRequest.java index 09d0762f..5f4e2d8f 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CompleteIPRotationRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CompleteIPRotationRequest.java @@ -152,7 +152,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4065 + * google/container/v1beta1/cluster_service.proto;l=4078 * @return The projectId. */ @java.lang.Override @@ -181,7 +181,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4065 + * google/container/v1beta1/cluster_service.proto;l=4078 * @return The bytes for projectId. */ @java.lang.Override @@ -213,7 +213,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4074 + * google/container/v1beta1/cluster_service.proto;l=4087 * @return The zone. */ @java.lang.Override @@ -242,7 +242,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4074 + * google/container/v1beta1/cluster_service.proto;l=4087 * @return The bytes for zone. */ @java.lang.Override @@ -273,7 +273,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4081 + * google/container/v1beta1/cluster_service.proto;l=4094 * @return The clusterId. */ @java.lang.Override @@ -301,7 +301,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4081 + * google/container/v1beta1/cluster_service.proto;l=4094 * @return The bytes for clusterId. */ @java.lang.Override @@ -750,7 +750,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4065 + * google/container/v1beta1/cluster_service.proto;l=4078 * @return The projectId. */ @java.lang.Deprecated @@ -778,7 +778,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4065 + * google/container/v1beta1/cluster_service.proto;l=4078 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -806,7 +806,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4065 + * google/container/v1beta1/cluster_service.proto;l=4078 * @param value The projectId to set. * @return This builder for chaining. */ @@ -833,7 +833,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4065 + * google/container/v1beta1/cluster_service.proto;l=4078 * @return This builder for chaining. */ @java.lang.Deprecated @@ -856,7 +856,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4065 + * google/container/v1beta1/cluster_service.proto;l=4078 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -886,7 +886,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4074 + * google/container/v1beta1/cluster_service.proto;l=4087 * @return The zone. */ @java.lang.Deprecated @@ -914,7 +914,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4074 + * google/container/v1beta1/cluster_service.proto;l=4087 * @return The bytes for zone. */ @java.lang.Deprecated @@ -942,7 +942,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4074 + * google/container/v1beta1/cluster_service.proto;l=4087 * @param value The zone to set. * @return This builder for chaining. */ @@ -969,7 +969,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4074 + * google/container/v1beta1/cluster_service.proto;l=4087 * @return This builder for chaining. */ @java.lang.Deprecated @@ -992,7 +992,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4074 + * google/container/v1beta1/cluster_service.proto;l=4087 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1021,7 +1021,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4081 + * google/container/v1beta1/cluster_service.proto;l=4094 * @return The clusterId. */ @java.lang.Deprecated @@ -1048,7 +1048,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4081 + * google/container/v1beta1/cluster_service.proto;l=4094 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1075,7 +1075,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4081 + * google/container/v1beta1/cluster_service.proto;l=4094 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1101,7 +1101,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4081 + * google/container/v1beta1/cluster_service.proto;l=4094 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1123,7 +1123,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4081 + * google/container/v1beta1/cluster_service.proto;l=4094 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CompleteIPRotationRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CompleteIPRotationRequestOrBuilder.java index a8c3e67a..4c848056 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CompleteIPRotationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CompleteIPRotationRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface CompleteIPRotationRequestOrBuilder * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4065 + * google/container/v1beta1/cluster_service.proto;l=4078 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface CompleteIPRotationRequestOrBuilder * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4065 + * google/container/v1beta1/cluster_service.proto;l=4078 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface CompleteIPRotationRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4074 + * google/container/v1beta1/cluster_service.proto;l=4087 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface CompleteIPRotationRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4074 + * google/container/v1beta1/cluster_service.proto;l=4087 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface CompleteIPRotationRequestOrBuilder * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4081 + * google/container/v1beta1/cluster_service.proto;l=4094 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface CompleteIPRotationRequestOrBuilder * * * @deprecated google.container.v1beta1.CompleteIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4081 + * google/container/v1beta1/cluster_service.proto;l=4094 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateClusterRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateClusterRequest.java index 89b2600a..ca8256df 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateClusterRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateClusterRequest.java @@ -160,7 +160,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2307 + * google/container/v1beta1/cluster_service.proto;l=2317 * @return The projectId. */ @java.lang.Override @@ -189,7 +189,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2307 + * google/container/v1beta1/cluster_service.proto;l=2317 * @return The bytes for projectId. */ @java.lang.Override @@ -221,7 +221,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2316 + * google/container/v1beta1/cluster_service.proto;l=2326 * @return The zone. */ @java.lang.Override @@ -250,7 +250,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2316 + * google/container/v1beta1/cluster_service.proto;l=2326 * @return The bytes for zone. */ @java.lang.Override @@ -762,7 +762,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2307 + * google/container/v1beta1/cluster_service.proto;l=2317 * @return The projectId. */ @java.lang.Deprecated @@ -790,7 +790,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2307 + * google/container/v1beta1/cluster_service.proto;l=2317 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -818,7 +818,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2307 + * google/container/v1beta1/cluster_service.proto;l=2317 * @param value The projectId to set. * @return This builder for chaining. */ @@ -845,7 +845,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2307 + * google/container/v1beta1/cluster_service.proto;l=2317 * @return This builder for chaining. */ @java.lang.Deprecated @@ -868,7 +868,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2307 + * google/container/v1beta1/cluster_service.proto;l=2317 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -898,7 +898,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2316 + * google/container/v1beta1/cluster_service.proto;l=2326 * @return The zone. */ @java.lang.Deprecated @@ -926,7 +926,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2316 + * google/container/v1beta1/cluster_service.proto;l=2326 * @return The bytes for zone. */ @java.lang.Deprecated @@ -954,7 +954,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2316 + * google/container/v1beta1/cluster_service.proto;l=2326 * @param value The zone to set. * @return This builder for chaining. */ @@ -981,7 +981,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2316 + * google/container/v1beta1/cluster_service.proto;l=2326 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1004,7 +1004,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2316 + * google/container/v1beta1/cluster_service.proto;l=2326 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateClusterRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateClusterRequestOrBuilder.java index 35f7a762..51b53aad 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateClusterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface CreateClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2307 + * google/container/v1beta1/cluster_service.proto;l=2317 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface CreateClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.CreateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2307 + * google/container/v1beta1/cluster_service.proto;l=2317 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface CreateClusterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2316 + * google/container/v1beta1/cluster_service.proto;l=2326 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface CreateClusterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2316 + * google/container/v1beta1/cluster_service.proto;l=2326 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateNodePoolRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateNodePoolRequest.java index ef738a28..0042fbef 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateNodePoolRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateNodePoolRequest.java @@ -168,7 +168,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3063 + * google/container/v1beta1/cluster_service.proto;l=3076 * @return The projectId. */ @java.lang.Override @@ -197,7 +197,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3063 + * google/container/v1beta1/cluster_service.proto;l=3076 * @return The bytes for projectId. */ @java.lang.Override @@ -229,7 +229,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3072 + * google/container/v1beta1/cluster_service.proto;l=3085 * @return The zone. */ @java.lang.Override @@ -258,7 +258,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3072 + * google/container/v1beta1/cluster_service.proto;l=3085 * @return The bytes for zone. */ @java.lang.Override @@ -289,7 +289,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3079 + * google/container/v1beta1/cluster_service.proto;l=3092 * @return The clusterId. */ @java.lang.Override @@ -317,7 +317,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3079 + * google/container/v1beta1/cluster_service.proto;l=3092 * @return The bytes for clusterId. */ @java.lang.Override @@ -849,7 +849,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3063 + * google/container/v1beta1/cluster_service.proto;l=3076 * @return The projectId. */ @java.lang.Deprecated @@ -877,7 +877,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3063 + * google/container/v1beta1/cluster_service.proto;l=3076 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -905,7 +905,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3063 + * google/container/v1beta1/cluster_service.proto;l=3076 * @param value The projectId to set. * @return This builder for chaining. */ @@ -932,7 +932,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3063 + * google/container/v1beta1/cluster_service.proto;l=3076 * @return This builder for chaining. */ @java.lang.Deprecated @@ -955,7 +955,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3063 + * google/container/v1beta1/cluster_service.proto;l=3076 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -985,7 +985,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3072 + * google/container/v1beta1/cluster_service.proto;l=3085 * @return The zone. */ @java.lang.Deprecated @@ -1013,7 +1013,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3072 + * google/container/v1beta1/cluster_service.proto;l=3085 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1041,7 +1041,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3072 + * google/container/v1beta1/cluster_service.proto;l=3085 * @param value The zone to set. * @return This builder for chaining. */ @@ -1068,7 +1068,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3072 + * google/container/v1beta1/cluster_service.proto;l=3085 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1091,7 +1091,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3072 + * google/container/v1beta1/cluster_service.proto;l=3085 * @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) { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3079 + * google/container/v1beta1/cluster_service.proto;l=3092 * @return The clusterId. */ @java.lang.Deprecated @@ -1147,7 +1147,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3079 + * google/container/v1beta1/cluster_service.proto;l=3092 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1174,7 +1174,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3079 + * google/container/v1beta1/cluster_service.proto;l=3092 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1200,7 +1200,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3079 + * google/container/v1beta1/cluster_service.proto;l=3092 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1222,7 +1222,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3079 + * google/container/v1beta1/cluster_service.proto;l=3092 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateNodePoolRequestOrBuilder.java index 8e4e19ee..41266bf4 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/CreateNodePoolRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface CreateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3063 + * google/container/v1beta1/cluster_service.proto;l=3076 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface CreateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3063 + * google/container/v1beta1/cluster_service.proto;l=3076 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface CreateNodePoolRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3072 + * google/container/v1beta1/cluster_service.proto;l=3085 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface CreateNodePoolRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.CreateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3072 + * google/container/v1beta1/cluster_service.proto;l=3085 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface CreateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3079 + * google/container/v1beta1/cluster_service.proto;l=3092 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface CreateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.CreateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3079 + * google/container/v1beta1/cluster_service.proto;l=3092 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteClusterRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteClusterRequest.java index cc097c11..3e489162 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteClusterRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteClusterRequest.java @@ -152,7 +152,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2805 + * google/container/v1beta1/cluster_service.proto;l=2818 * @return The projectId. */ @java.lang.Override @@ -181,7 +181,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2805 + * google/container/v1beta1/cluster_service.proto;l=2818 * @return The bytes for projectId. */ @java.lang.Override @@ -213,7 +213,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2814 + * google/container/v1beta1/cluster_service.proto;l=2827 * @return The zone. */ @java.lang.Override @@ -242,7 +242,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2814 + * google/container/v1beta1/cluster_service.proto;l=2827 * @return The bytes for zone. */ @java.lang.Override @@ -273,7 +273,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2821 + * google/container/v1beta1/cluster_service.proto;l=2834 * @return The clusterId. */ @java.lang.Override @@ -301,7 +301,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2821 + * google/container/v1beta1/cluster_service.proto;l=2834 * @return The bytes for clusterId. */ @java.lang.Override @@ -749,7 +749,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2805 + * google/container/v1beta1/cluster_service.proto;l=2818 * @return The projectId. */ @java.lang.Deprecated @@ -777,7 +777,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2805 + * google/container/v1beta1/cluster_service.proto;l=2818 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -805,7 +805,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2805 + * google/container/v1beta1/cluster_service.proto;l=2818 * @param value The projectId to set. * @return This builder for chaining. */ @@ -832,7 +832,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2805 + * google/container/v1beta1/cluster_service.proto;l=2818 * @return This builder for chaining. */ @java.lang.Deprecated @@ -855,7 +855,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2805 + * google/container/v1beta1/cluster_service.proto;l=2818 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -885,7 +885,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2814 + * google/container/v1beta1/cluster_service.proto;l=2827 * @return The zone. */ @java.lang.Deprecated @@ -913,7 +913,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2814 + * google/container/v1beta1/cluster_service.proto;l=2827 * @return The bytes for zone. */ @java.lang.Deprecated @@ -941,7 +941,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2814 + * google/container/v1beta1/cluster_service.proto;l=2827 * @param value The zone to set. * @return This builder for chaining. */ @@ -968,7 +968,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2814 + * google/container/v1beta1/cluster_service.proto;l=2827 * @return This builder for chaining. */ @java.lang.Deprecated @@ -991,7 +991,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2814 + * google/container/v1beta1/cluster_service.proto;l=2827 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1020,7 +1020,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2821 + * google/container/v1beta1/cluster_service.proto;l=2834 * @return The clusterId. */ @java.lang.Deprecated @@ -1047,7 +1047,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2821 + * google/container/v1beta1/cluster_service.proto;l=2834 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1074,7 +1074,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2821 + * google/container/v1beta1/cluster_service.proto;l=2834 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1100,7 +1100,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2821 + * google/container/v1beta1/cluster_service.proto;l=2834 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1122,7 +1122,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2821 + * google/container/v1beta1/cluster_service.proto;l=2834 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteClusterRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteClusterRequestOrBuilder.java index 52c08884..e6f1f527 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteClusterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface DeleteClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2805 + * google/container/v1beta1/cluster_service.proto;l=2818 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface DeleteClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2805 + * google/container/v1beta1/cluster_service.proto;l=2818 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface DeleteClusterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2814 + * google/container/v1beta1/cluster_service.proto;l=2827 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface DeleteClusterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2814 + * google/container/v1beta1/cluster_service.proto;l=2827 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface DeleteClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2821 + * google/container/v1beta1/cluster_service.proto;l=2834 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface DeleteClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2821 + * google/container/v1beta1/cluster_service.proto;l=2834 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteNodePoolRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteNodePoolRequest.java index 6c478dfb..05e3e86d 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteNodePoolRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteNodePoolRequest.java @@ -160,7 +160,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3098 + * google/container/v1beta1/cluster_service.proto;l=3111 * @return The projectId. */ @java.lang.Override @@ -189,7 +189,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3098 + * google/container/v1beta1/cluster_service.proto;l=3111 * @return The bytes for projectId. */ @java.lang.Override @@ -221,7 +221,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3107 + * google/container/v1beta1/cluster_service.proto;l=3120 * @return The zone. */ @java.lang.Override @@ -250,7 +250,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3107 + * google/container/v1beta1/cluster_service.proto;l=3120 * @return The bytes for zone. */ @java.lang.Override @@ -281,7 +281,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3114 + * google/container/v1beta1/cluster_service.proto;l=3127 * @return The clusterId. */ @java.lang.Override @@ -309,7 +309,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3114 + * google/container/v1beta1/cluster_service.proto;l=3127 * @return The bytes for clusterId. */ @java.lang.Override @@ -340,7 +340,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3121 + * google/container/v1beta1/cluster_service.proto;l=3134 * @return The nodePoolId. */ @java.lang.Override @@ -368,7 +368,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3121 + * google/container/v1beta1/cluster_service.proto;l=3134 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -834,7 +834,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3098 + * google/container/v1beta1/cluster_service.proto;l=3111 * @return The projectId. */ @java.lang.Deprecated @@ -862,7 +862,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3098 + * google/container/v1beta1/cluster_service.proto;l=3111 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -890,7 +890,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3098 + * google/container/v1beta1/cluster_service.proto;l=3111 * @param value The projectId to set. * @return This builder for chaining. */ @@ -917,7 +917,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3098 + * google/container/v1beta1/cluster_service.proto;l=3111 * @return This builder for chaining. */ @java.lang.Deprecated @@ -940,7 +940,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3098 + * google/container/v1beta1/cluster_service.proto;l=3111 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -970,7 +970,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3107 + * google/container/v1beta1/cluster_service.proto;l=3120 * @return The zone. */ @java.lang.Deprecated @@ -998,7 +998,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3107 + * google/container/v1beta1/cluster_service.proto;l=3120 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1026,7 +1026,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3107 + * google/container/v1beta1/cluster_service.proto;l=3120 * @param value The zone to set. * @return This builder for chaining. */ @@ -1053,7 +1053,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3107 + * google/container/v1beta1/cluster_service.proto;l=3120 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1076,7 +1076,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3107 + * google/container/v1beta1/cluster_service.proto;l=3120 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1105,7 +1105,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3114 + * google/container/v1beta1/cluster_service.proto;l=3127 * @return The clusterId. */ @java.lang.Deprecated @@ -1132,7 +1132,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3114 + * google/container/v1beta1/cluster_service.proto;l=3127 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1159,7 +1159,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3114 + * google/container/v1beta1/cluster_service.proto;l=3127 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1185,7 +1185,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3114 + * google/container/v1beta1/cluster_service.proto;l=3127 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1207,7 +1207,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3114 + * google/container/v1beta1/cluster_service.proto;l=3127 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1236,7 +1236,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3121 + * google/container/v1beta1/cluster_service.proto;l=3134 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1263,7 +1263,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3121 + * google/container/v1beta1/cluster_service.proto;l=3134 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1290,7 +1290,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3121 + * google/container/v1beta1/cluster_service.proto;l=3134 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1316,7 +1316,7 @@ public Builder setNodePoolId(java.lang.String value) { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3121 + * google/container/v1beta1/cluster_service.proto;l=3134 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1338,7 +1338,7 @@ public Builder clearNodePoolId() { * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3121 + * google/container/v1beta1/cluster_service.proto;l=3134 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteNodePoolRequestOrBuilder.java index 3919f5ec..4ea9df09 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/DeleteNodePoolRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface DeleteNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3098 + * google/container/v1beta1/cluster_service.proto;l=3111 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface DeleteNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3098 + * google/container/v1beta1/cluster_service.proto;l=3111 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface DeleteNodePoolRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3107 + * google/container/v1beta1/cluster_service.proto;l=3120 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface DeleteNodePoolRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3107 + * google/container/v1beta1/cluster_service.proto;l=3120 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface DeleteNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3114 + * google/container/v1beta1/cluster_service.proto;l=3127 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface DeleteNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3114 + * google/container/v1beta1/cluster_service.proto;l=3127 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -144,7 +144,7 @@ public interface DeleteNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3121 + * google/container/v1beta1/cluster_service.proto;l=3134 * @return The nodePoolId. */ @java.lang.Deprecated @@ -161,7 +161,7 @@ public interface DeleteNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.DeleteNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3121 + * google/container/v1beta1/cluster_service.proto;l=3134 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetClusterRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetClusterRequest.java index 9c76def4..e9323256 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetClusterRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetClusterRequest.java @@ -152,7 +152,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.GetClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2335 + * google/container/v1beta1/cluster_service.proto;l=2345 * @return The projectId. */ @java.lang.Override @@ -181,7 +181,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.GetClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2335 + * google/container/v1beta1/cluster_service.proto;l=2345 * @return The bytes for projectId. */ @java.lang.Override @@ -213,7 +213,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2344 + * google/container/v1beta1/cluster_service.proto;l=2354 * @return The zone. */ @java.lang.Override @@ -242,7 +242,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2344 + * google/container/v1beta1/cluster_service.proto;l=2354 * @return The bytes for zone. */ @java.lang.Override @@ -273,7 +273,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2351 + * google/container/v1beta1/cluster_service.proto;l=2361 * @return The clusterId. */ @java.lang.Override @@ -301,7 +301,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2351 + * google/container/v1beta1/cluster_service.proto;l=2361 * @return The bytes for clusterId. */ @java.lang.Override @@ -747,7 +747,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.GetClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2335 + * google/container/v1beta1/cluster_service.proto;l=2345 * @return The projectId. */ @java.lang.Deprecated @@ -775,7 +775,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.GetClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2335 + * google/container/v1beta1/cluster_service.proto;l=2345 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -803,7 +803,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.GetClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2335 + * google/container/v1beta1/cluster_service.proto;l=2345 * @param value The projectId to set. * @return This builder for chaining. */ @@ -830,7 +830,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.GetClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2335 + * google/container/v1beta1/cluster_service.proto;l=2345 * @return This builder for chaining. */ @java.lang.Deprecated @@ -853,7 +853,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.GetClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2335 + * google/container/v1beta1/cluster_service.proto;l=2345 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -883,7 +883,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2344 + * google/container/v1beta1/cluster_service.proto;l=2354 * @return The zone. */ @java.lang.Deprecated @@ -911,7 +911,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2344 + * google/container/v1beta1/cluster_service.proto;l=2354 * @return The bytes for zone. */ @java.lang.Deprecated @@ -939,7 +939,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2344 + * google/container/v1beta1/cluster_service.proto;l=2354 * @param value The zone to set. * @return This builder for chaining. */ @@ -966,7 +966,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2344 + * google/container/v1beta1/cluster_service.proto;l=2354 * @return This builder for chaining. */ @java.lang.Deprecated @@ -989,7 +989,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2344 + * google/container/v1beta1/cluster_service.proto;l=2354 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1018,7 +1018,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2351 + * google/container/v1beta1/cluster_service.proto;l=2361 * @return The clusterId. */ @java.lang.Deprecated @@ -1045,7 +1045,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2351 + * google/container/v1beta1/cluster_service.proto;l=2361 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1072,7 +1072,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2351 + * google/container/v1beta1/cluster_service.proto;l=2361 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1098,7 +1098,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2351 + * google/container/v1beta1/cluster_service.proto;l=2361 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1120,7 +1120,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2351 + * google/container/v1beta1/cluster_service.proto;l=2361 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetClusterRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetClusterRequestOrBuilder.java index 2e84fa5f..ab76539a 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetClusterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface GetClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.GetClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2335 + * google/container/v1beta1/cluster_service.proto;l=2345 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface GetClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.GetClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2335 + * google/container/v1beta1/cluster_service.proto;l=2345 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface GetClusterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2344 + * google/container/v1beta1/cluster_service.proto;l=2354 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface GetClusterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2344 + * google/container/v1beta1/cluster_service.proto;l=2354 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface GetClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2351 + * google/container/v1beta1/cluster_service.proto;l=2361 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface GetClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.GetClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2351 + * google/container/v1beta1/cluster_service.proto;l=2361 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetNodePoolRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetNodePoolRequest.java index 9c150d59..b0fffd0a 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetNodePoolRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetNodePoolRequest.java @@ -160,7 +160,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3168 + * google/container/v1beta1/cluster_service.proto;l=3181 * @return The projectId. */ @java.lang.Override @@ -189,7 +189,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3168 + * google/container/v1beta1/cluster_service.proto;l=3181 * @return The bytes for projectId. */ @java.lang.Override @@ -221,7 +221,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3177 + * google/container/v1beta1/cluster_service.proto;l=3190 * @return The zone. */ @java.lang.Override @@ -250,7 +250,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3177 + * google/container/v1beta1/cluster_service.proto;l=3190 * @return The bytes for zone. */ @java.lang.Override @@ -281,7 +281,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3184 + * google/container/v1beta1/cluster_service.proto;l=3197 * @return The clusterId. */ @java.lang.Override @@ -309,7 +309,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3184 + * google/container/v1beta1/cluster_service.proto;l=3197 * @return The bytes for clusterId. */ @java.lang.Override @@ -340,7 +340,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3191 + * google/container/v1beta1/cluster_service.proto;l=3204 * @return The nodePoolId. */ @java.lang.Override @@ -368,7 +368,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3191 + * google/container/v1beta1/cluster_service.proto;l=3204 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -833,7 +833,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3168 + * google/container/v1beta1/cluster_service.proto;l=3181 * @return The projectId. */ @java.lang.Deprecated @@ -861,7 +861,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3168 + * google/container/v1beta1/cluster_service.proto;l=3181 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -889,7 +889,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3168 + * google/container/v1beta1/cluster_service.proto;l=3181 * @param value The projectId to set. * @return This builder for chaining. */ @@ -916,7 +916,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3168 + * google/container/v1beta1/cluster_service.proto;l=3181 * @return This builder for chaining. */ @java.lang.Deprecated @@ -939,7 +939,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3168 + * google/container/v1beta1/cluster_service.proto;l=3181 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -969,7 +969,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3177 + * google/container/v1beta1/cluster_service.proto;l=3190 * @return The zone. */ @java.lang.Deprecated @@ -997,7 +997,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3177 + * google/container/v1beta1/cluster_service.proto;l=3190 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1025,7 +1025,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3177 + * google/container/v1beta1/cluster_service.proto;l=3190 * @param value The zone to set. * @return This builder for chaining. */ @@ -1052,7 +1052,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3177 + * google/container/v1beta1/cluster_service.proto;l=3190 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1075,7 +1075,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3177 + * google/container/v1beta1/cluster_service.proto;l=3190 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1104,7 +1104,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3184 + * google/container/v1beta1/cluster_service.proto;l=3197 * @return The clusterId. */ @java.lang.Deprecated @@ -1131,7 +1131,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3184 + * google/container/v1beta1/cluster_service.proto;l=3197 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1158,7 +1158,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3184 + * google/container/v1beta1/cluster_service.proto;l=3197 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1184,7 +1184,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3184 + * google/container/v1beta1/cluster_service.proto;l=3197 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1206,7 +1206,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3184 + * google/container/v1beta1/cluster_service.proto;l=3197 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1235,7 +1235,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3191 + * google/container/v1beta1/cluster_service.proto;l=3204 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1262,7 +1262,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3191 + * google/container/v1beta1/cluster_service.proto;l=3204 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1289,7 +1289,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3191 + * google/container/v1beta1/cluster_service.proto;l=3204 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1315,7 +1315,7 @@ public Builder setNodePoolId(java.lang.String value) { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3191 + * google/container/v1beta1/cluster_service.proto;l=3204 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1337,7 +1337,7 @@ public Builder clearNodePoolId() { * * * @deprecated google.container.v1beta1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3191 + * google/container/v1beta1/cluster_service.proto;l=3204 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetNodePoolRequestOrBuilder.java index 293d8ec4..5de21604 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetNodePoolRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface GetNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3168 + * google/container/v1beta1/cluster_service.proto;l=3181 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface GetNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.GetNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3168 + * google/container/v1beta1/cluster_service.proto;l=3181 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface GetNodePoolRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3177 + * google/container/v1beta1/cluster_service.proto;l=3190 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface GetNodePoolRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3177 + * google/container/v1beta1/cluster_service.proto;l=3190 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface GetNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3184 + * google/container/v1beta1/cluster_service.proto;l=3197 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface GetNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.GetNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3184 + * google/container/v1beta1/cluster_service.proto;l=3197 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -144,7 +144,7 @@ public interface GetNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3191 + * google/container/v1beta1/cluster_service.proto;l=3204 * @return The nodePoolId. */ @java.lang.Deprecated @@ -161,7 +161,7 @@ public interface GetNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.GetNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3191 + * google/container/v1beta1/cluster_service.proto;l=3204 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetOperationRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetOperationRequest.java index 4c38f3f1..25e08681 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetOperationRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetOperationRequest.java @@ -152,7 +152,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.GetOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2872 + * google/container/v1beta1/cluster_service.proto;l=2885 * @return The projectId. */ @java.lang.Override @@ -181,7 +181,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.GetOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2872 + * google/container/v1beta1/cluster_service.proto;l=2885 * @return The bytes for projectId. */ @java.lang.Override @@ -213,7 +213,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2881 + * google/container/v1beta1/cluster_service.proto;l=2894 * @return The zone. */ @java.lang.Override @@ -242,7 +242,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2881 + * google/container/v1beta1/cluster_service.proto;l=2894 * @return The bytes for zone. */ @java.lang.Override @@ -273,7 +273,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2888 + * google/container/v1beta1/cluster_service.proto;l=2901 * @return The operationId. */ @java.lang.Override @@ -301,7 +301,7 @@ public java.lang.String getOperationId() { * * * @deprecated google.container.v1beta1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2888 + * google/container/v1beta1/cluster_service.proto;l=2901 * @return The bytes for operationId. */ @java.lang.Override @@ -748,7 +748,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.GetOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2872 + * google/container/v1beta1/cluster_service.proto;l=2885 * @return The projectId. */ @java.lang.Deprecated @@ -776,7 +776,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.GetOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2872 + * google/container/v1beta1/cluster_service.proto;l=2885 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -804,7 +804,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.GetOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2872 + * google/container/v1beta1/cluster_service.proto;l=2885 * @param value The projectId to set. * @return This builder for chaining. */ @@ -831,7 +831,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.GetOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2872 + * google/container/v1beta1/cluster_service.proto;l=2885 * @return This builder for chaining. */ @java.lang.Deprecated @@ -854,7 +854,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.GetOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2872 + * google/container/v1beta1/cluster_service.proto;l=2885 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -884,7 +884,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2881 + * google/container/v1beta1/cluster_service.proto;l=2894 * @return The zone. */ @java.lang.Deprecated @@ -912,7 +912,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2881 + * google/container/v1beta1/cluster_service.proto;l=2894 * @return The bytes for zone. */ @java.lang.Deprecated @@ -940,7 +940,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2881 + * google/container/v1beta1/cluster_service.proto;l=2894 * @param value The zone to set. * @return This builder for chaining. */ @@ -967,7 +967,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2881 + * google/container/v1beta1/cluster_service.proto;l=2894 * @return This builder for chaining. */ @java.lang.Deprecated @@ -990,7 +990,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2881 + * google/container/v1beta1/cluster_service.proto;l=2894 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1019,7 +1019,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2888 + * google/container/v1beta1/cluster_service.proto;l=2901 * @return The operationId. */ @java.lang.Deprecated @@ -1046,7 +1046,7 @@ public java.lang.String getOperationId() { * * * @deprecated google.container.v1beta1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2888 + * google/container/v1beta1/cluster_service.proto;l=2901 * @return The bytes for operationId. */ @java.lang.Deprecated @@ -1073,7 +1073,7 @@ public com.google.protobuf.ByteString getOperationIdBytes() { * * * @deprecated google.container.v1beta1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2888 + * google/container/v1beta1/cluster_service.proto;l=2901 * @param value The operationId to set. * @return This builder for chaining. */ @@ -1099,7 +1099,7 @@ public Builder setOperationId(java.lang.String value) { * * * @deprecated google.container.v1beta1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2888 + * google/container/v1beta1/cluster_service.proto;l=2901 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1121,7 +1121,7 @@ public Builder clearOperationId() { * * * @deprecated google.container.v1beta1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2888 + * google/container/v1beta1/cluster_service.proto;l=2901 * @param value The bytes for operationId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetOperationRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetOperationRequestOrBuilder.java index 595b9e45..24e37959 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetOperationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetOperationRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface GetOperationRequestOrBuilder * * * @deprecated google.container.v1beta1.GetOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2872 + * google/container/v1beta1/cluster_service.proto;l=2885 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface GetOperationRequestOrBuilder * * * @deprecated google.container.v1beta1.GetOperationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2872 + * google/container/v1beta1/cluster_service.proto;l=2885 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface GetOperationRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2881 + * google/container/v1beta1/cluster_service.proto;l=2894 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface GetOperationRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetOperationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2881 + * google/container/v1beta1/cluster_service.proto;l=2894 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface GetOperationRequestOrBuilder * * * @deprecated google.container.v1beta1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2888 + * google/container/v1beta1/cluster_service.proto;l=2901 * @return The operationId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface GetOperationRequestOrBuilder * * * @deprecated google.container.v1beta1.GetOperationRequest.operation_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2888 + * google/container/v1beta1/cluster_service.proto;l=2901 * @return The bytes for operationId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetServerConfigRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetServerConfigRequest.java index 2b39c169..00f630b5 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetServerConfigRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetServerConfigRequest.java @@ -144,7 +144,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2969 + * google/container/v1beta1/cluster_service.proto;l=2982 * @return The projectId. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2969 + * google/container/v1beta1/cluster_service.proto;l=2982 * @return The bytes for projectId. */ @java.lang.Override @@ -205,7 +205,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2978 + * google/container/v1beta1/cluster_service.proto;l=2991 * @return The zone. */ @java.lang.Override @@ -234,7 +234,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2978 + * google/container/v1beta1/cluster_service.proto;l=2991 * @return The bytes for zone. */ @java.lang.Override @@ -666,7 +666,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2969 + * google/container/v1beta1/cluster_service.proto;l=2982 * @return The projectId. */ @java.lang.Deprecated @@ -694,7 +694,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2969 + * google/container/v1beta1/cluster_service.proto;l=2982 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -722,7 +722,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2969 + * google/container/v1beta1/cluster_service.proto;l=2982 * @param value The projectId to set. * @return This builder for chaining. */ @@ -749,7 +749,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2969 + * google/container/v1beta1/cluster_service.proto;l=2982 * @return This builder for chaining. */ @java.lang.Deprecated @@ -772,7 +772,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2969 + * google/container/v1beta1/cluster_service.proto;l=2982 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -802,7 +802,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2978 + * google/container/v1beta1/cluster_service.proto;l=2991 * @return The zone. */ @java.lang.Deprecated @@ -830,7 +830,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2978 + * google/container/v1beta1/cluster_service.proto;l=2991 * @return The bytes for zone. */ @java.lang.Deprecated @@ -858,7 +858,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2978 + * google/container/v1beta1/cluster_service.proto;l=2991 * @param value The zone to set. * @return This builder for chaining. */ @@ -885,7 +885,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2978 + * google/container/v1beta1/cluster_service.proto;l=2991 * @return This builder for chaining. */ @java.lang.Deprecated @@ -908,7 +908,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2978 + * google/container/v1beta1/cluster_service.proto;l=2991 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetServerConfigRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetServerConfigRequestOrBuilder.java index 914a9df3..158f8e5c 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetServerConfigRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/GetServerConfigRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface GetServerConfigRequestOrBuilder * * * @deprecated google.container.v1beta1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2969 + * google/container/v1beta1/cluster_service.proto;l=2982 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface GetServerConfigRequestOrBuilder * * * @deprecated google.container.v1beta1.GetServerConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2969 + * google/container/v1beta1/cluster_service.proto;l=2982 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface GetServerConfigRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2978 + * google/container/v1beta1/cluster_service.proto;l=2991 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface GetServerConfigRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.GetServerConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2978 + * google/container/v1beta1/cluster_service.proto;l=2991 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IPAllocationPolicy.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IPAllocationPolicy.java index c52a60fb..38a3a809 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IPAllocationPolicy.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IPAllocationPolicy.java @@ -656,7 +656,7 @@ public com.google.protobuf.ByteString getSubnetworkNameBytes() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1305 + * google/container/v1beta1/cluster_service.proto;l=1309 * @return The clusterIpv4Cidr. */ @java.lang.Override @@ -682,7 +682,7 @@ public java.lang.String getClusterIpv4Cidr() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1305 + * google/container/v1beta1/cluster_service.proto;l=1309 * @return The bytes for clusterIpv4Cidr. */ @java.lang.Override @@ -711,7 +711,7 @@ public com.google.protobuf.ByteString getClusterIpv4CidrBytes() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1308 + * google/container/v1beta1/cluster_service.proto;l=1312 * @return The nodeIpv4Cidr. */ @java.lang.Override @@ -737,7 +737,7 @@ public java.lang.String getNodeIpv4Cidr() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1308 + * google/container/v1beta1/cluster_service.proto;l=1312 * @return The bytes for nodeIpv4Cidr. */ @java.lang.Override @@ -766,7 +766,7 @@ public com.google.protobuf.ByteString getNodeIpv4CidrBytes() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1311 + * google/container/v1beta1/cluster_service.proto;l=1315 * @return The servicesIpv4Cidr. */ @java.lang.Override @@ -792,7 +792,7 @@ public java.lang.String getServicesIpv4Cidr() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1311 + * google/container/v1beta1/cluster_service.proto;l=1315 * @return The bytes for servicesIpv4Cidr. */ @java.lang.Override @@ -2265,7 +2265,7 @@ public Builder setSubnetworkNameBytes(com.google.protobuf.ByteString value) { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1305 + * google/container/v1beta1/cluster_service.proto;l=1309 * @return The clusterIpv4Cidr. */ @java.lang.Deprecated @@ -2290,7 +2290,7 @@ public java.lang.String getClusterIpv4Cidr() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1305 + * google/container/v1beta1/cluster_service.proto;l=1309 * @return The bytes for clusterIpv4Cidr. */ @java.lang.Deprecated @@ -2315,7 +2315,7 @@ public com.google.protobuf.ByteString getClusterIpv4CidrBytes() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1305 + * google/container/v1beta1/cluster_service.proto;l=1309 * @param value The clusterIpv4Cidr to set. * @return This builder for chaining. */ @@ -2339,7 +2339,7 @@ public Builder setClusterIpv4Cidr(java.lang.String value) { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1305 + * google/container/v1beta1/cluster_service.proto;l=1309 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2359,7 +2359,7 @@ public Builder clearClusterIpv4Cidr() { * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1305 + * google/container/v1beta1/cluster_service.proto;l=1309 * @param value The bytes for clusterIpv4Cidr to set. * @return This builder for chaining. */ @@ -2386,7 +2386,7 @@ public Builder setClusterIpv4CidrBytes(com.google.protobuf.ByteString value) { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1308 + * google/container/v1beta1/cluster_service.proto;l=1312 * @return The nodeIpv4Cidr. */ @java.lang.Deprecated @@ -2411,7 +2411,7 @@ public java.lang.String getNodeIpv4Cidr() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1308 + * google/container/v1beta1/cluster_service.proto;l=1312 * @return The bytes for nodeIpv4Cidr. */ @java.lang.Deprecated @@ -2436,7 +2436,7 @@ public com.google.protobuf.ByteString getNodeIpv4CidrBytes() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1308 + * google/container/v1beta1/cluster_service.proto;l=1312 * @param value The nodeIpv4Cidr to set. * @return This builder for chaining. */ @@ -2460,7 +2460,7 @@ public Builder setNodeIpv4Cidr(java.lang.String value) { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1308 + * google/container/v1beta1/cluster_service.proto;l=1312 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2480,7 +2480,7 @@ public Builder clearNodeIpv4Cidr() { * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1308 + * google/container/v1beta1/cluster_service.proto;l=1312 * @param value The bytes for nodeIpv4Cidr to set. * @return This builder for chaining. */ @@ -2507,7 +2507,7 @@ public Builder setNodeIpv4CidrBytes(com.google.protobuf.ByteString value) { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1311 + * google/container/v1beta1/cluster_service.proto;l=1315 * @return The servicesIpv4Cidr. */ @java.lang.Deprecated @@ -2532,7 +2532,7 @@ public java.lang.String getServicesIpv4Cidr() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1311 + * google/container/v1beta1/cluster_service.proto;l=1315 * @return The bytes for servicesIpv4Cidr. */ @java.lang.Deprecated @@ -2557,7 +2557,7 @@ public com.google.protobuf.ByteString getServicesIpv4CidrBytes() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1311 + * google/container/v1beta1/cluster_service.proto;l=1315 * @param value The servicesIpv4Cidr to set. * @return This builder for chaining. */ @@ -2581,7 +2581,7 @@ public Builder setServicesIpv4Cidr(java.lang.String value) { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1311 + * google/container/v1beta1/cluster_service.proto;l=1315 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2601,7 +2601,7 @@ public Builder clearServicesIpv4Cidr() { * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1311 + * google/container/v1beta1/cluster_service.proto;l=1315 * @param value The bytes for servicesIpv4Cidr to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IPAllocationPolicyOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IPAllocationPolicyOrBuilder.java index 1798fa35..c7aa173f 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IPAllocationPolicyOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IPAllocationPolicyOrBuilder.java @@ -92,7 +92,7 @@ public interface IPAllocationPolicyOrBuilder * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1305 + * google/container/v1beta1/cluster_service.proto;l=1309 * @return The clusterIpv4Cidr. */ @java.lang.Deprecated @@ -107,7 +107,7 @@ public interface IPAllocationPolicyOrBuilder * string cluster_ipv4_cidr = 4 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.cluster_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1305 + * google/container/v1beta1/cluster_service.proto;l=1309 * @return The bytes for clusterIpv4Cidr. */ @java.lang.Deprecated @@ -123,7 +123,7 @@ public interface IPAllocationPolicyOrBuilder * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1308 + * google/container/v1beta1/cluster_service.proto;l=1312 * @return The nodeIpv4Cidr. */ @java.lang.Deprecated @@ -138,7 +138,7 @@ public interface IPAllocationPolicyOrBuilder * string node_ipv4_cidr = 5 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.node_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1308 + * google/container/v1beta1/cluster_service.proto;l=1312 * @return The bytes for nodeIpv4Cidr. */ @java.lang.Deprecated @@ -154,7 +154,7 @@ public interface IPAllocationPolicyOrBuilder * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1311 + * google/container/v1beta1/cluster_service.proto;l=1315 * @return The servicesIpv4Cidr. */ @java.lang.Deprecated @@ -169,7 +169,7 @@ public interface IPAllocationPolicyOrBuilder * string services_ipv4_cidr = 6 [deprecated = true]; * * @deprecated google.container.v1beta1.IPAllocationPolicy.services_ipv4_cidr is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1311 + * google/container/v1beta1/cluster_service.proto;l=1315 * @return The bytes for servicesIpv4Cidr. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IstioConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IstioConfig.java index 96a01740..86d9b537 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IstioConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IstioConfig.java @@ -265,7 +265,7 @@ private IstioAuthMode(int value) { * bool disabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.IstioConfig.disabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1184 + * google/container/v1beta1/cluster_service.proto;l=1188 * @return The disabled. */ @java.lang.Override @@ -286,7 +286,7 @@ public boolean getDisabled() { * .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.IstioConfig.auth is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1187 + * google/container/v1beta1/cluster_service.proto;l=1191 * @return The enum numeric value on the wire for auth. */ @java.lang.Override @@ -304,7 +304,7 @@ public int getAuthValue() { * .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.IstioConfig.auth is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1187 + * google/container/v1beta1/cluster_service.proto;l=1191 * @return The auth. */ @java.lang.Override @@ -658,7 +658,7 @@ public Builder mergeFrom( * bool disabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.IstioConfig.disabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1184 + * google/container/v1beta1/cluster_service.proto;l=1188 * @return The disabled. */ @java.lang.Override @@ -676,7 +676,7 @@ public boolean getDisabled() { * bool disabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.IstioConfig.disabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1184 + * google/container/v1beta1/cluster_service.proto;l=1188 * @param value The disabled to set. * @return This builder for chaining. */ @@ -697,7 +697,7 @@ public Builder setDisabled(boolean value) { * bool disabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.IstioConfig.disabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1184 + * google/container/v1beta1/cluster_service.proto;l=1188 * @return This builder for chaining. */ @java.lang.Deprecated @@ -720,7 +720,7 @@ public Builder clearDisabled() { * * * @deprecated google.container.v1beta1.IstioConfig.auth is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1187 + * google/container/v1beta1/cluster_service.proto;l=1191 * @return The enum numeric value on the wire for auth. */ @java.lang.Override @@ -739,7 +739,7 @@ public int getAuthValue() { * * * @deprecated google.container.v1beta1.IstioConfig.auth is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1187 + * google/container/v1beta1/cluster_service.proto;l=1191 * @param value The enum numeric value on the wire for auth to set. * @return This builder for chaining. */ @@ -761,7 +761,7 @@ public Builder setAuthValue(int value) { * * * @deprecated google.container.v1beta1.IstioConfig.auth is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1187 + * google/container/v1beta1/cluster_service.proto;l=1191 * @return The auth. */ @java.lang.Override @@ -785,7 +785,7 @@ public com.google.container.v1beta1.IstioConfig.IstioAuthMode getAuth() { * * * @deprecated google.container.v1beta1.IstioConfig.auth is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1187 + * google/container/v1beta1/cluster_service.proto;l=1191 * @param value The auth to set. * @return This builder for chaining. */ @@ -810,7 +810,7 @@ public Builder setAuth(com.google.container.v1beta1.IstioConfig.IstioAuthMode va * * * @deprecated google.container.v1beta1.IstioConfig.auth is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1187 + * google/container/v1beta1/cluster_service.proto;l=1191 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IstioConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IstioConfigOrBuilder.java index 981835d5..65e198cb 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IstioConfigOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/IstioConfigOrBuilder.java @@ -33,7 +33,7 @@ public interface IstioConfigOrBuilder * bool disabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.IstioConfig.disabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1184 + * google/container/v1beta1/cluster_service.proto;l=1188 * @return The disabled. */ @java.lang.Deprecated @@ -49,7 +49,7 @@ public interface IstioConfigOrBuilder * .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.IstioConfig.auth is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1187 + * google/container/v1beta1/cluster_service.proto;l=1191 * @return The enum numeric value on the wire for auth. */ @java.lang.Deprecated @@ -64,7 +64,7 @@ public interface IstioConfigOrBuilder * .google.container.v1beta1.IstioConfig.IstioAuthMode auth = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.IstioConfig.auth is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1187 + * google/container/v1beta1/cluster_service.proto;l=1191 * @return The auth. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/KalmConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/KalmConfig.java index c774b159..11df53b7 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/KalmConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/KalmConfig.java @@ -121,7 +121,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.KalmConfig.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1110 + * google/container/v1beta1/cluster_service.proto;l=1114 * @return The enabled. */ @java.lang.Override @@ -455,7 +455,7 @@ public Builder mergeFrom( * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.KalmConfig.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1110 + * google/container/v1beta1/cluster_service.proto;l=1114 * @return The enabled. */ @java.lang.Override @@ -473,7 +473,7 @@ public boolean getEnabled() { * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.KalmConfig.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1110 + * google/container/v1beta1/cluster_service.proto;l=1114 * @param value The enabled to set. * @return This builder for chaining. */ @@ -494,7 +494,7 @@ public Builder setEnabled(boolean value) { * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.KalmConfig.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1110 + * google/container/v1beta1/cluster_service.proto;l=1114 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/KalmConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/KalmConfigOrBuilder.java index dce80c7b..2649e236 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/KalmConfigOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/KalmConfigOrBuilder.java @@ -33,7 +33,7 @@ public interface KalmConfigOrBuilder * bool enabled = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.KalmConfig.enabled is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=1110 + * google/container/v1beta1/cluster_service.proto;l=1114 * @return The enabled. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListClustersRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListClustersRequest.java index 5be470c8..1649d01e 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListClustersRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListClustersRequest.java @@ -144,7 +144,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.ListClustersRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2836 + * google/container/v1beta1/cluster_service.proto;l=2849 * @return The projectId. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.ListClustersRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2836 + * google/container/v1beta1/cluster_service.proto;l=2849 * @return The bytes for projectId. */ @java.lang.Override @@ -205,7 +205,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListClustersRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2845 + * google/container/v1beta1/cluster_service.proto;l=2858 * @return The zone. */ @java.lang.Override @@ -234,7 +234,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListClustersRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2845 + * google/container/v1beta1/cluster_service.proto;l=2858 * @return The bytes for zone. */ @java.lang.Override @@ -667,7 +667,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.ListClustersRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2836 + * google/container/v1beta1/cluster_service.proto;l=2849 * @return The projectId. */ @java.lang.Deprecated @@ -695,7 +695,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.ListClustersRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2836 + * google/container/v1beta1/cluster_service.proto;l=2849 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -723,7 +723,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.ListClustersRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2836 + * google/container/v1beta1/cluster_service.proto;l=2849 * @param value The projectId to set. * @return This builder for chaining. */ @@ -750,7 +750,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.ListClustersRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2836 + * google/container/v1beta1/cluster_service.proto;l=2849 * @return This builder for chaining. */ @java.lang.Deprecated @@ -773,7 +773,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.ListClustersRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2836 + * google/container/v1beta1/cluster_service.proto;l=2849 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -803,7 +803,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListClustersRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2845 + * google/container/v1beta1/cluster_service.proto;l=2858 * @return The zone. */ @java.lang.Deprecated @@ -831,7 +831,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListClustersRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2845 + * google/container/v1beta1/cluster_service.proto;l=2858 * @return The bytes for zone. */ @java.lang.Deprecated @@ -859,7 +859,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListClustersRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2845 + * google/container/v1beta1/cluster_service.proto;l=2858 * @param value The zone to set. * @return This builder for chaining. */ @@ -886,7 +886,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListClustersRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2845 + * google/container/v1beta1/cluster_service.proto;l=2858 * @return This builder for chaining. */ @java.lang.Deprecated @@ -909,7 +909,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListClustersRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2845 + * google/container/v1beta1/cluster_service.proto;l=2858 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListClustersRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListClustersRequestOrBuilder.java index 8fd22831..aefdcbaf 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListClustersRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListClustersRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface ListClustersRequestOrBuilder * * * @deprecated google.container.v1beta1.ListClustersRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2836 + * google/container/v1beta1/cluster_service.proto;l=2849 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface ListClustersRequestOrBuilder * * * @deprecated google.container.v1beta1.ListClustersRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2836 + * google/container/v1beta1/cluster_service.proto;l=2849 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface ListClustersRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListClustersRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2845 + * google/container/v1beta1/cluster_service.proto;l=2858 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface ListClustersRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListClustersRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2845 + * google/container/v1beta1/cluster_service.proto;l=2858 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListNodePoolsRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListNodePoolsRequest.java index 9c85c848..522c4dd1 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListNodePoolsRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListNodePoolsRequest.java @@ -152,7 +152,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3137 + * google/container/v1beta1/cluster_service.proto;l=3150 * @return The projectId. */ @java.lang.Override @@ -181,7 +181,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3137 + * google/container/v1beta1/cluster_service.proto;l=3150 * @return The bytes for projectId. */ @java.lang.Override @@ -213,7 +213,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3146 + * google/container/v1beta1/cluster_service.proto;l=3159 * @return The zone. */ @java.lang.Override @@ -242,7 +242,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3146 + * google/container/v1beta1/cluster_service.proto;l=3159 * @return The bytes for zone. */ @java.lang.Override @@ -273,7 +273,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3153 + * google/container/v1beta1/cluster_service.proto;l=3166 * @return The clusterId. */ @java.lang.Override @@ -301,7 +301,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3153 + * google/container/v1beta1/cluster_service.proto;l=3166 * @return The bytes for clusterId. */ @java.lang.Override @@ -749,7 +749,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3137 + * google/container/v1beta1/cluster_service.proto;l=3150 * @return The projectId. */ @java.lang.Deprecated @@ -777,7 +777,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3137 + * google/container/v1beta1/cluster_service.proto;l=3150 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -805,7 +805,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3137 + * google/container/v1beta1/cluster_service.proto;l=3150 * @param value The projectId to set. * @return This builder for chaining. */ @@ -832,7 +832,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3137 + * google/container/v1beta1/cluster_service.proto;l=3150 * @return This builder for chaining. */ @java.lang.Deprecated @@ -855,7 +855,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3137 + * google/container/v1beta1/cluster_service.proto;l=3150 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -885,7 +885,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3146 + * google/container/v1beta1/cluster_service.proto;l=3159 * @return The zone. */ @java.lang.Deprecated @@ -913,7 +913,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3146 + * google/container/v1beta1/cluster_service.proto;l=3159 * @return The bytes for zone. */ @java.lang.Deprecated @@ -941,7 +941,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3146 + * google/container/v1beta1/cluster_service.proto;l=3159 * @param value The zone to set. * @return This builder for chaining. */ @@ -968,7 +968,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3146 + * google/container/v1beta1/cluster_service.proto;l=3159 * @return This builder for chaining. */ @java.lang.Deprecated @@ -991,7 +991,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3146 + * google/container/v1beta1/cluster_service.proto;l=3159 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1020,7 +1020,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3153 + * google/container/v1beta1/cluster_service.proto;l=3166 * @return The clusterId. */ @java.lang.Deprecated @@ -1047,7 +1047,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3153 + * google/container/v1beta1/cluster_service.proto;l=3166 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1074,7 +1074,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3153 + * google/container/v1beta1/cluster_service.proto;l=3166 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1100,7 +1100,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3153 + * google/container/v1beta1/cluster_service.proto;l=3166 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1122,7 +1122,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3153 + * google/container/v1beta1/cluster_service.proto;l=3166 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListNodePoolsRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListNodePoolsRequestOrBuilder.java index de64c8b2..4c73d748 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListNodePoolsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListNodePoolsRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface ListNodePoolsRequestOrBuilder * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3137 + * google/container/v1beta1/cluster_service.proto;l=3150 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface ListNodePoolsRequestOrBuilder * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3137 + * google/container/v1beta1/cluster_service.proto;l=3150 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface ListNodePoolsRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3146 + * google/container/v1beta1/cluster_service.proto;l=3159 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface ListNodePoolsRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListNodePoolsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3146 + * google/container/v1beta1/cluster_service.proto;l=3159 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface ListNodePoolsRequestOrBuilder * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3153 + * google/container/v1beta1/cluster_service.proto;l=3166 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface ListNodePoolsRequestOrBuilder * * * @deprecated google.container.v1beta1.ListNodePoolsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3153 + * google/container/v1beta1/cluster_service.proto;l=3166 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListOperationsRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListOperationsRequest.java index 33d1034b..8e29f2f1 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListOperationsRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListOperationsRequest.java @@ -144,7 +144,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2903 + * google/container/v1beta1/cluster_service.proto;l=2916 * @return The projectId. */ @java.lang.Override @@ -173,7 +173,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2903 + * google/container/v1beta1/cluster_service.proto;l=2916 * @return The bytes for projectId. */ @java.lang.Override @@ -205,7 +205,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListOperationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2912 + * google/container/v1beta1/cluster_service.proto;l=2925 * @return The zone. */ @java.lang.Override @@ -234,7 +234,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListOperationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2912 + * google/container/v1beta1/cluster_service.proto;l=2925 * @return The bytes for zone. */ @java.lang.Override @@ -668,7 +668,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2903 + * google/container/v1beta1/cluster_service.proto;l=2916 * @return The projectId. */ @java.lang.Deprecated @@ -696,7 +696,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2903 + * google/container/v1beta1/cluster_service.proto;l=2916 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -724,7 +724,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2903 + * google/container/v1beta1/cluster_service.proto;l=2916 * @param value The projectId to set. * @return This builder for chaining. */ @@ -751,7 +751,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2903 + * google/container/v1beta1/cluster_service.proto;l=2916 * @return This builder for chaining. */ @java.lang.Deprecated @@ -774,7 +774,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2903 + * google/container/v1beta1/cluster_service.proto;l=2916 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -804,7 +804,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListOperationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2912 + * google/container/v1beta1/cluster_service.proto;l=2925 * @return The zone. */ @java.lang.Deprecated @@ -832,7 +832,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListOperationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2912 + * google/container/v1beta1/cluster_service.proto;l=2925 * @return The bytes for zone. */ @java.lang.Deprecated @@ -860,7 +860,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListOperationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2912 + * google/container/v1beta1/cluster_service.proto;l=2925 * @param value The zone to set. * @return This builder for chaining. */ @@ -887,7 +887,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListOperationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2912 + * google/container/v1beta1/cluster_service.proto;l=2925 * @return This builder for chaining. */ @java.lang.Deprecated @@ -910,7 +910,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListOperationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2912 + * google/container/v1beta1/cluster_service.proto;l=2925 * @param value The bytes for zone to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListOperationsRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListOperationsRequestOrBuilder.java index e87e9184..edf71d46 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListOperationsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ListOperationsRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface ListOperationsRequestOrBuilder * * * @deprecated google.container.v1beta1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2903 + * google/container/v1beta1/cluster_service.proto;l=2916 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface ListOperationsRequestOrBuilder * * * @deprecated google.container.v1beta1.ListOperationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2903 + * google/container/v1beta1/cluster_service.proto;l=2916 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface ListOperationsRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListOperationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2912 + * google/container/v1beta1/cluster_service.proto;l=2925 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface ListOperationsRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.ListOperationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2912 + * google/container/v1beta1/cluster_service.proto;l=2925 * @return The bytes for zone. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingVariantConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingVariantConfig.java new file mode 100644 index 00000000..c4e93b9a --- /dev/null +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingVariantConfig.java @@ -0,0 +1,776 @@ +/* + * Copyright 2020 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/v1beta1/cluster_service.proto + +package com.google.container.v1beta1; + +/** + * + * + *
+ * LoggingVariantConfig specifies the behaviour of the logging component.
+ * 
+ * + * Protobuf type {@code google.container.v1beta1.LoggingVariantConfig} + */ +public final class LoggingVariantConfig extends com.google.protobuf.GeneratedMessageV3 + implements + // @@protoc_insertion_point(message_implements:google.container.v1beta1.LoggingVariantConfig) + LoggingVariantConfigOrBuilder { + private static final long serialVersionUID = 0L; + // Use LoggingVariantConfig.newBuilder() to construct. + private LoggingVariantConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + + private LoggingVariantConfig() { + variant_ = 0; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + return new LoggingVariantConfig(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + return this.unknownFields; + } + + private LoggingVariantConfig( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 8: + { + int rawValue = input.readEnum(); + + variant_ = rawValue; + break; + } + default: + { + if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_LoggingVariantConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_LoggingVariantConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1beta1.LoggingVariantConfig.class, + com.google.container.v1beta1.LoggingVariantConfig.Builder.class); + } + + /** + * + * + *
+   * Logging component variants.
+   * 
+ * + * Protobuf enum {@code google.container.v1beta1.LoggingVariantConfig.Variant} + */ + public enum Variant implements com.google.protobuf.ProtocolMessageEnum { + /** + * + * + *
+     * Default value. This shouldn't be used.
+     * 
+ * + * VARIANT_UNSPECIFIED = 0; + */ + VARIANT_UNSPECIFIED(0), + /** + * + * + *
+     * default logging variant.
+     * 
+ * + * DEFAULT = 1; + */ + DEFAULT(1), + /** + * + * + *
+     * maximum logging throughput variant.
+     * 
+ * + * MAX_THROUGHPUT = 2; + */ + MAX_THROUGHPUT(2), + UNRECOGNIZED(-1), + ; + + /** + * + * + *
+     * Default value. This shouldn't be used.
+     * 
+ * + * VARIANT_UNSPECIFIED = 0; + */ + public static final int VARIANT_UNSPECIFIED_VALUE = 0; + /** + * + * + *
+     * default logging variant.
+     * 
+ * + * DEFAULT = 1; + */ + public static final int DEFAULT_VALUE = 1; + /** + * + * + *
+     * maximum logging throughput variant.
+     * 
+ * + * MAX_THROUGHPUT = 2; + */ + public static final int MAX_THROUGHPUT_VALUE = 2; + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static Variant valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static Variant forNumber(int value) { + switch (value) { + case 0: + return VARIANT_UNSPECIFIED; + case 1: + return DEFAULT; + case 2: + return MAX_THROUGHPUT; + default: + return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + return internalValueMap; + } + + private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Variant findValueByNumber(int number) { + return Variant.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalStateException( + "Can't get the descriptor of an unrecognized enum value."); + } + return getDescriptor().getValues().get(ordinal()); + } + + public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + return getDescriptor(); + } + + public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + return com.google.container.v1beta1.LoggingVariantConfig.getDescriptor() + .getEnumTypes() + .get(0); + } + + private static final Variant[] VALUES = values(); + + public static Variant valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private Variant(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.container.v1beta1.LoggingVariantConfig.Variant) + } + + public static final int VARIANT_FIELD_NUMBER = 1; + private int variant_; + /** + * + * + *
+   * Logging variant deployed on nodes.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig.Variant variant = 1; + * + * @return The enum numeric value on the wire for variant. + */ + @java.lang.Override + public int getVariantValue() { + return variant_; + } + /** + * + * + *
+   * Logging variant deployed on nodes.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig.Variant variant = 1; + * + * @return The variant. + */ + @java.lang.Override + public com.google.container.v1beta1.LoggingVariantConfig.Variant getVariant() { + @SuppressWarnings("deprecation") + com.google.container.v1beta1.LoggingVariantConfig.Variant result = + com.google.container.v1beta1.LoggingVariantConfig.Variant.valueOf(variant_); + return result == null + ? com.google.container.v1beta1.LoggingVariantConfig.Variant.UNRECOGNIZED + : result; + } + + 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 (variant_ + != com.google.container.v1beta1.LoggingVariantConfig.Variant.VARIANT_UNSPECIFIED + .getNumber()) { + output.writeEnum(1, variant_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (variant_ + != com.google.container.v1beta1.LoggingVariantConfig.Variant.VARIANT_UNSPECIFIED + .getNumber()) { + size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, variant_); + } + size += unknownFields.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.v1beta1.LoggingVariantConfig)) { + return super.equals(obj); + } + com.google.container.v1beta1.LoggingVariantConfig other = + (com.google.container.v1beta1.LoggingVariantConfig) obj; + + if (variant_ != other.variant_) return false; + if (!unknownFields.equals(other.unknownFields)) 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) + VARIANT_FIELD_NUMBER; + hash = (53 * hash) + variant_; + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.container.v1beta1.LoggingVariantConfig parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1beta1.LoggingVariantConfig 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.v1beta1.LoggingVariantConfig parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1beta1.LoggingVariantConfig 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.v1beta1.LoggingVariantConfig parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1beta1.LoggingVariantConfig parseFrom( + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.container.v1beta1.LoggingVariantConfig parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1beta1.LoggingVariantConfig 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.v1beta1.LoggingVariantConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + } + + public static com.google.container.v1beta1.LoggingVariantConfig 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.v1beta1.LoggingVariantConfig parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1beta1.LoggingVariantConfig 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.v1beta1.LoggingVariantConfig 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; + } + /** + * + * + *
+   * LoggingVariantConfig specifies the behaviour of the logging component.
+   * 
+ * + * Protobuf type {@code google.container.v1beta1.LoggingVariantConfig} + */ + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements + // @@protoc_insertion_point(builder_implements:google.container.v1beta1.LoggingVariantConfig) + com.google.container.v1beta1.LoggingVariantConfigOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_LoggingVariantConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_LoggingVariantConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1beta1.LoggingVariantConfig.class, + com.google.container.v1beta1.LoggingVariantConfig.Builder.class); + } + + // Construct using com.google.container.v1beta1.LoggingVariantConfig.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + } + + @java.lang.Override + public Builder clear() { + super.clear(); + variant_ = 0; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_LoggingVariantConfig_descriptor; + } + + @java.lang.Override + public com.google.container.v1beta1.LoggingVariantConfig getDefaultInstanceForType() { + return com.google.container.v1beta1.LoggingVariantConfig.getDefaultInstance(); + } + + @java.lang.Override + public com.google.container.v1beta1.LoggingVariantConfig build() { + com.google.container.v1beta1.LoggingVariantConfig result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.container.v1beta1.LoggingVariantConfig buildPartial() { + com.google.container.v1beta1.LoggingVariantConfig result = + new com.google.container.v1beta1.LoggingVariantConfig(this); + result.variant_ = variant_; + onBuilt(); + return result; + } + + @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.v1beta1.LoggingVariantConfig) { + return mergeFrom((com.google.container.v1beta1.LoggingVariantConfig) other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.container.v1beta1.LoggingVariantConfig other) { + if (other == com.google.container.v1beta1.LoggingVariantConfig.getDefaultInstance()) + return this; + if (other.variant_ != 0) { + setVariantValue(other.getVariantValue()); + } + this.mergeUnknownFields(other.unknownFields); + 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 { + com.google.container.v1beta1.LoggingVariantConfig parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = + (com.google.container.v1beta1.LoggingVariantConfig) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private int variant_ = 0; + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig.Variant variant = 1; + * + * @return The enum numeric value on the wire for variant. + */ + @java.lang.Override + public int getVariantValue() { + return variant_; + } + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig.Variant variant = 1; + * + * @param value The enum numeric value on the wire for variant to set. + * @return This builder for chaining. + */ + public Builder setVariantValue(int value) { + + variant_ = value; + onChanged(); + return this; + } + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig.Variant variant = 1; + * + * @return The variant. + */ + @java.lang.Override + public com.google.container.v1beta1.LoggingVariantConfig.Variant getVariant() { + @SuppressWarnings("deprecation") + com.google.container.v1beta1.LoggingVariantConfig.Variant result = + com.google.container.v1beta1.LoggingVariantConfig.Variant.valueOf(variant_); + return result == null + ? com.google.container.v1beta1.LoggingVariantConfig.Variant.UNRECOGNIZED + : result; + } + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig.Variant variant = 1; + * + * @param value The variant to set. + * @return This builder for chaining. + */ + public Builder setVariant(com.google.container.v1beta1.LoggingVariantConfig.Variant value) { + if (value == null) { + throw new NullPointerException(); + } + + variant_ = value.getNumber(); + onChanged(); + return this; + } + /** + * + * + *
+     * Logging variant deployed on nodes.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig.Variant variant = 1; + * + * @return This builder for chaining. + */ + public Builder clearVariant() { + + variant_ = 0; + 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.v1beta1.LoggingVariantConfig) + } + + // @@protoc_insertion_point(class_scope:google.container.v1beta1.LoggingVariantConfig) + private static final com.google.container.v1beta1.LoggingVariantConfig DEFAULT_INSTANCE; + + static { + DEFAULT_INSTANCE = new com.google.container.v1beta1.LoggingVariantConfig(); + } + + public static com.google.container.v1beta1.LoggingVariantConfig getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public LoggingVariantConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new LoggingVariantConfig(input, extensionRegistry); + } + }; + + 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.v1beta1.LoggingVariantConfig getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } +} diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingVariantConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingVariantConfigOrBuilder.java new file mode 100644 index 00000000..22ca9f16 --- /dev/null +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/LoggingVariantConfigOrBuilder.java @@ -0,0 +1,50 @@ +/* + * Copyright 2020 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/v1beta1/cluster_service.proto + +package com.google.container.v1beta1; + +public interface LoggingVariantConfigOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.container.v1beta1.LoggingVariantConfig) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Logging variant deployed on nodes.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig.Variant variant = 1; + * + * @return The enum numeric value on the wire for variant. + */ + int getVariantValue(); + /** + * + * + *
+   * Logging variant deployed on nodes.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig.Variant variant = 1; + * + * @return The variant. + */ + com.google.container.v1beta1.LoggingVariantConfig.Variant getVariant(); +} diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MasterAuth.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MasterAuth.java index ca95c576..e3bda4ab 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MasterAuth.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MasterAuth.java @@ -182,7 +182,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.username is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=979 + * google/container/v1beta1/cluster_service.proto;l=983 * @return The username. */ @java.lang.Override @@ -214,7 +214,7 @@ public java.lang.String getUsername() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.username is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=979 + * google/container/v1beta1/cluster_service.proto;l=983 * @return The bytes for username. */ @java.lang.Override @@ -250,7 +250,7 @@ public com.google.protobuf.ByteString getUsernameBytes() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.password is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=990 + * google/container/v1beta1/cluster_service.proto;l=994 * @return The password. */ @java.lang.Override @@ -283,7 +283,7 @@ public java.lang.String getPassword() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.password is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=990 + * google/container/v1beta1/cluster_service.proto;l=994 * @return The bytes for password. */ @java.lang.Override @@ -921,7 +921,7 @@ public Builder mergeFrom( * string username = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.username is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=979 + * google/container/v1beta1/cluster_service.proto;l=983 * @return The username. */ @java.lang.Deprecated @@ -952,7 +952,7 @@ public java.lang.String getUsername() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.username is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=979 + * google/container/v1beta1/cluster_service.proto;l=983 * @return The bytes for username. */ @java.lang.Deprecated @@ -983,7 +983,7 @@ public com.google.protobuf.ByteString getUsernameBytes() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.username is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=979 + * google/container/v1beta1/cluster_service.proto;l=983 * @param value The username to set. * @return This builder for chaining. */ @@ -1013,7 +1013,7 @@ public Builder setUsername(java.lang.String value) { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.username is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=979 + * google/container/v1beta1/cluster_service.proto;l=983 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1039,7 +1039,7 @@ public Builder clearUsername() { * string username = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.username is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=979 + * google/container/v1beta1/cluster_service.proto;l=983 * @param value The bytes for username to set. * @return This builder for chaining. */ @@ -1073,7 +1073,7 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.password is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=990 + * google/container/v1beta1/cluster_service.proto;l=994 * @return The password. */ @java.lang.Deprecated @@ -1105,7 +1105,7 @@ public java.lang.String getPassword() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.password is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=990 + * google/container/v1beta1/cluster_service.proto;l=994 * @return The bytes for password. */ @java.lang.Deprecated @@ -1137,7 +1137,7 @@ public com.google.protobuf.ByteString getPasswordBytes() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.password is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=990 + * google/container/v1beta1/cluster_service.proto;l=994 * @param value The password to set. * @return This builder for chaining. */ @@ -1168,7 +1168,7 @@ public Builder setPassword(java.lang.String value) { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.password is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=990 + * google/container/v1beta1/cluster_service.proto;l=994 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1195,7 +1195,7 @@ public Builder clearPassword() { * string password = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.password is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=990 + * google/container/v1beta1/cluster_service.proto;l=994 * @param value The bytes for password to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MasterAuthOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MasterAuthOrBuilder.java index 6d152838..1a46e5c7 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MasterAuthOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/MasterAuthOrBuilder.java @@ -39,7 +39,7 @@ public interface MasterAuthOrBuilder * string username = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.username is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=979 + * google/container/v1beta1/cluster_service.proto;l=983 * @return The username. */ @java.lang.Deprecated @@ -60,7 +60,7 @@ public interface MasterAuthOrBuilder * string username = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.username is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=979 + * google/container/v1beta1/cluster_service.proto;l=983 * @return The bytes for username. */ @java.lang.Deprecated @@ -83,7 +83,7 @@ public interface MasterAuthOrBuilder * string password = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.password is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=990 + * google/container/v1beta1/cluster_service.proto;l=994 * @return The password. */ @java.lang.Deprecated @@ -105,7 +105,7 @@ public interface MasterAuthOrBuilder * string password = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.MasterAuth.password is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=990 + * google/container/v1beta1/cluster_service.proto;l=994 * @return The bytes for password. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfig.java index 4f123f0b..e44c3bdc 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfig.java @@ -403,6 +403,23 @@ private NodeConfig( confidentialNodes_ = subBuilder.buildPartial(); } + break; + } + case 306: + { + com.google.container.v1beta1.NodePoolLoggingConfig.Builder subBuilder = null; + if (loggingConfig_ != null) { + subBuilder = loggingConfig_.toBuilder(); + } + loggingConfig_ = + input.readMessage( + com.google.container.v1beta1.NodePoolLoggingConfig.parser(), + extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(loggingConfig_); + loggingConfig_ = subBuilder.buildPartial(); + } + break; } default: @@ -1504,7 +1521,7 @@ public com.google.protobuf.ByteString getDiskTypeBytes() { * `minCpuPlatform: "Intel Haswell"` or * `minCpuPlatform: "Intel Sandy Bridge"`. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). *
* * string min_cpu_platform = 13; @@ -1533,7 +1550,7 @@ public java.lang.String getMinCpuPlatform() { * `minCpuPlatform: "Intel Haswell"` or * `minCpuPlatform: "Intel Sandy Bridge"`. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). *
* * string min_cpu_platform = 13; @@ -2150,6 +2167,54 @@ public com.google.container.v1beta1.ConfidentialNodesOrBuilder getConfidentialNo return getConfidentialNodes(); } + public static final int LOGGING_CONFIG_FIELD_NUMBER = 38; + private com.google.container.v1beta1.NodePoolLoggingConfig loggingConfig_; + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + * + * @return Whether the loggingConfig field is set. + */ + @java.lang.Override + public boolean hasLoggingConfig() { + return loggingConfig_ != null; + } + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + * + * @return The loggingConfig. + */ + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfig getLoggingConfig() { + return loggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + */ + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + return getLoggingConfig(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -2246,6 +2311,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (confidentialNodes_ != null) { output.writeMessage(35, getConfidentialNodes()); } + if (loggingConfig_ != null) { + output.writeMessage(38, getLoggingConfig()); + } unknownFields.writeTo(output); } @@ -2369,6 +2437,9 @@ public int getSerializedSize() { if (confidentialNodes_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(35, getConfidentialNodes()); } + if (loggingConfig_ != null) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(38, getLoggingConfig()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -2445,6 +2516,10 @@ public boolean equals(final java.lang.Object obj) { if (hasConfidentialNodes()) { if (!getConfidentialNodes().equals(other.getConfidentialNodes())) return false; } + if (hasLoggingConfig() != other.hasLoggingConfig()) return false; + if (hasLoggingConfig()) { + if (!getLoggingConfig().equals(other.getLoggingConfig())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -2546,6 +2621,10 @@ public int hashCode() { hash = (37 * hash) + CONFIDENTIAL_NODES_FIELD_NUMBER; hash = (53 * hash) + getConfidentialNodes().hashCode(); } + if (hasLoggingConfig()) { + hash = (37 * hash) + LOGGING_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getLoggingConfig().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -2828,6 +2907,12 @@ public Builder clear() { confidentialNodes_ = null; confidentialNodesBuilder_ = null; } + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } return this; } @@ -2954,6 +3039,11 @@ public com.google.container.v1beta1.NodeConfig buildPartial() { } else { result.confidentialNodes_ = confidentialNodesBuilder_.build(); } + if (loggingConfigBuilder_ == null) { + result.loggingConfig_ = loggingConfig_; + } else { + result.loggingConfig_ = loggingConfigBuilder_.build(); + } onBuilt(); return result; } @@ -3152,6 +3242,9 @@ public Builder mergeFrom(com.google.container.v1beta1.NodeConfig other) { if (other.hasConfidentialNodes()) { mergeConfidentialNodes(other.getConfidentialNodes()); } + if (other.hasLoggingConfig()) { + mergeLoggingConfig(other.getLoggingConfig()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -5770,7 +5863,7 @@ public Builder setDiskTypeBytes(com.google.protobuf.ByteString value) { * `minCpuPlatform: "Intel Haswell"` or * `minCpuPlatform: "Intel Sandy Bridge"`. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). *
* * string min_cpu_platform = 13; @@ -5798,7 +5891,7 @@ public java.lang.String getMinCpuPlatform() { * `minCpuPlatform: "Intel Haswell"` or * `minCpuPlatform: "Intel Sandy Bridge"`. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). *
* * string min_cpu_platform = 13; @@ -5826,7 +5919,7 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() { * `minCpuPlatform: "Intel Haswell"` or * `minCpuPlatform: "Intel Sandy Bridge"`. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). *
* * string min_cpu_platform = 13; @@ -5853,7 +5946,7 @@ public Builder setMinCpuPlatform(java.lang.String value) { * `minCpuPlatform: "Intel Haswell"` or * `minCpuPlatform: "Intel Sandy Bridge"`. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). *
* * string min_cpu_platform = 13; @@ -5876,7 +5969,7 @@ public Builder clearMinCpuPlatform() { * `minCpuPlatform: "Intel Haswell"` or * `minCpuPlatform: "Intel Sandy Bridge"`. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). *
* * string min_cpu_platform = 13; @@ -8184,6 +8277,192 @@ public com.google.container.v1beta1.ConfidentialNodesOrBuilder getConfidentialNo return confidentialNodesBuilder_; } + private com.google.container.v1beta1.NodePoolLoggingConfig loggingConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder> + loggingConfigBuilder_; + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + * + * @return Whether the loggingConfig field is set. + */ + public boolean hasLoggingConfig() { + return loggingConfigBuilder_ != null || loggingConfig_ != null; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + * + * @return The loggingConfig. + */ + public com.google.container.v1beta1.NodePoolLoggingConfig getLoggingConfig() { + if (loggingConfigBuilder_ == null) { + return loggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } else { + return loggingConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + */ + public Builder setLoggingConfig(com.google.container.v1beta1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + loggingConfig_ = value; + onChanged(); + } else { + loggingConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + */ + public Builder setLoggingConfig( + com.google.container.v1beta1.NodePoolLoggingConfig.Builder builderForValue) { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = builderForValue.build(); + onChanged(); + } else { + loggingConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + */ + public Builder mergeLoggingConfig(com.google.container.v1beta1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (loggingConfig_ != null) { + loggingConfig_ = + com.google.container.v1beta1.NodePoolLoggingConfig.newBuilder(loggingConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + loggingConfig_ = value; + } + onChanged(); + } else { + loggingConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + */ + public Builder clearLoggingConfig() { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + onChanged(); + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + */ + public com.google.container.v1beta1.NodePoolLoggingConfig.Builder getLoggingConfigBuilder() { + + onChanged(); + return getLoggingConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + */ + public com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + if (loggingConfigBuilder_ != null) { + return loggingConfigBuilder_.getMessageOrBuilder(); + } else { + return loggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder> + getLoggingConfigFieldBuilder() { + if (loggingConfigBuilder_ == null) { + loggingConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder>( + getLoggingConfig(), getParentForChildren(), isClean()); + loggingConfig_ = null; + } + return loggingConfigBuilder_; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigDefaults.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigDefaults.java index 8edbf303..9c6e4891 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigDefaults.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigDefaults.java @@ -82,6 +82,23 @@ private NodeConfigDefaults( gcfsConfig_ = subBuilder.buildPartial(); } + break; + } + case 26: + { + com.google.container.v1beta1.NodePoolLoggingConfig.Builder subBuilder = null; + if (loggingConfig_ != null) { + subBuilder = loggingConfig_.toBuilder(); + } + loggingConfig_ = + input.readMessage( + com.google.container.v1beta1.NodePoolLoggingConfig.parser(), + extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(loggingConfig_); + loggingConfig_ = subBuilder.buildPartial(); + } + break; } default: @@ -168,6 +185,54 @@ public com.google.container.v1beta1.GcfsConfigOrBuilder getGcfsConfigOrBuilder() return getGcfsConfig(); } + public static final int LOGGING_CONFIG_FIELD_NUMBER = 3; + private com.google.container.v1beta1.NodePoolLoggingConfig loggingConfig_; + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + * + * @return Whether the loggingConfig field is set. + */ + @java.lang.Override + public boolean hasLoggingConfig() { + return loggingConfig_ != null; + } + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + * + * @return The loggingConfig. + */ + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfig getLoggingConfig() { + return loggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + */ + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + return getLoggingConfig(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -185,6 +250,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (gcfsConfig_ != null) { output.writeMessage(1, getGcfsConfig()); } + if (loggingConfig_ != null) { + output.writeMessage(3, getLoggingConfig()); + } unknownFields.writeTo(output); } @@ -197,6 +265,9 @@ public int getSerializedSize() { if (gcfsConfig_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getGcfsConfig()); } + if (loggingConfig_ != null) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getLoggingConfig()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -217,6 +288,10 @@ public boolean equals(final java.lang.Object obj) { if (hasGcfsConfig()) { if (!getGcfsConfig().equals(other.getGcfsConfig())) return false; } + if (hasLoggingConfig() != other.hasLoggingConfig()) return false; + if (hasLoggingConfig()) { + if (!getLoggingConfig().equals(other.getLoggingConfig())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -232,6 +307,10 @@ public int hashCode() { hash = (37 * hash) + GCFS_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getGcfsConfig().hashCode(); } + if (hasLoggingConfig()) { + hash = (37 * hash) + LOGGING_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getLoggingConfig().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -383,6 +462,12 @@ public Builder clear() { gcfsConfig_ = null; gcfsConfigBuilder_ = null; } + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } return this; } @@ -415,6 +500,11 @@ public com.google.container.v1beta1.NodeConfigDefaults buildPartial() { } else { result.gcfsConfig_ = gcfsConfigBuilder_.build(); } + if (loggingConfigBuilder_ == null) { + result.loggingConfig_ = loggingConfig_; + } else { + result.loggingConfig_ = loggingConfigBuilder_.build(); + } onBuilt(); return result; } @@ -468,6 +558,9 @@ public Builder mergeFrom(com.google.container.v1beta1.NodeConfigDefaults other) if (other.hasGcfsConfig()) { mergeGcfsConfig(other.getGcfsConfig()); } + if (other.hasLoggingConfig()) { + mergeLoggingConfig(other.getLoggingConfig()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -682,6 +775,192 @@ public com.google.container.v1beta1.GcfsConfigOrBuilder getGcfsConfigOrBuilder() return gcfsConfigBuilder_; } + private com.google.container.v1beta1.NodePoolLoggingConfig loggingConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder> + loggingConfigBuilder_; + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + * + * @return Whether the loggingConfig field is set. + */ + public boolean hasLoggingConfig() { + return loggingConfigBuilder_ != null || loggingConfig_ != null; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + * + * @return The loggingConfig. + */ + public com.google.container.v1beta1.NodePoolLoggingConfig getLoggingConfig() { + if (loggingConfigBuilder_ == null) { + return loggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } else { + return loggingConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + */ + public Builder setLoggingConfig(com.google.container.v1beta1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + loggingConfig_ = value; + onChanged(); + } else { + loggingConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + */ + public Builder setLoggingConfig( + com.google.container.v1beta1.NodePoolLoggingConfig.Builder builderForValue) { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = builderForValue.build(); + onChanged(); + } else { + loggingConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + */ + public Builder mergeLoggingConfig(com.google.container.v1beta1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (loggingConfig_ != null) { + loggingConfig_ = + com.google.container.v1beta1.NodePoolLoggingConfig.newBuilder(loggingConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + loggingConfig_ = value; + } + onChanged(); + } else { + loggingConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + */ + public Builder clearLoggingConfig() { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + onChanged(); + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + */ + public com.google.container.v1beta1.NodePoolLoggingConfig.Builder getLoggingConfigBuilder() { + + onChanged(); + return getLoggingConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + */ + public com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + if (loggingConfigBuilder_ != null) { + return loggingConfigBuilder_.getMessageOrBuilder(); + } else { + return loggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + } + /** + * + * + *
+     * Logging configuration for node pools.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder> + getLoggingConfigFieldBuilder() { + if (loggingConfigBuilder_ == null) { + loggingConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder>( + getLoggingConfig(), getParentForChildren(), isClean()); + loggingConfig_ = null; + } + return loggingConfigBuilder_; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigDefaultsOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigDefaultsOrBuilder.java index 5b63f223..b9cd3b6f 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigDefaultsOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigDefaultsOrBuilder.java @@ -57,4 +57,39 @@ public interface NodeConfigDefaultsOrBuilder * .google.container.v1beta1.GcfsConfig gcfs_config = 1; */ com.google.container.v1beta1.GcfsConfigOrBuilder getGcfsConfigOrBuilder(); + + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + * + * @return Whether the loggingConfig field is set. + */ + boolean hasLoggingConfig(); + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + * + * @return The loggingConfig. + */ + com.google.container.v1beta1.NodePoolLoggingConfig getLoggingConfig(); + /** + * + * + *
+   * Logging configuration for node pools.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 3; + */ + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder(); } diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigOrBuilder.java index f15a25fb..e9277816 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodeConfigOrBuilder.java @@ -814,7 +814,7 @@ java.lang.String getLabelsOrDefault( * `minCpuPlatform: "Intel Haswell"` or * `minCpuPlatform: "Intel Sandy Bridge"`. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). *
* * string min_cpu_platform = 13; @@ -832,7 +832,7 @@ java.lang.String getLabelsOrDefault( * `minCpuPlatform: "Intel Haswell"` or * `minCpuPlatform: "Intel Sandy Bridge"`. For more * information, read [how to specify min CPU - * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + * platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). *
* * string min_cpu_platform = 13; @@ -1273,4 +1273,39 @@ java.lang.String getLabelsOrDefault( * .google.container.v1beta1.ConfidentialNodes confidential_nodes = 35; */ com.google.container.v1beta1.ConfidentialNodesOrBuilder getConfidentialNodesOrBuilder(); + + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + * + * @return Whether the loggingConfig field is set. + */ + boolean hasLoggingConfig(); + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + * + * @return The loggingConfig. + */ + com.google.container.v1beta1.NodePoolLoggingConfig getLoggingConfig(); + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 38; + */ + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder(); } diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePool.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePool.java index 5fd12870..2412fffa 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePool.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePool.java @@ -5991,7 +5991,7 @@ public com.google.container.v1beta1.NodePool.Status getStatus() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1beta1.NodePool.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3452 + * google/container/v1beta1/cluster_service.proto;l=3465 * @return The statusMessage. */ @java.lang.Override @@ -6019,7 +6019,7 @@ public java.lang.String getStatusMessage() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1beta1.NodePool.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3452 + * google/container/v1beta1/cluster_service.proto;l=3465 * @return The bytes for statusMessage. */ @java.lang.Override @@ -8504,7 +8504,7 @@ public Builder clearStatus() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1beta1.NodePool.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3452 + * google/container/v1beta1/cluster_service.proto;l=3465 * @return The statusMessage. */ @java.lang.Deprecated @@ -8531,7 +8531,7 @@ public java.lang.String getStatusMessage() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1beta1.NodePool.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3452 + * google/container/v1beta1/cluster_service.proto;l=3465 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -8558,7 +8558,7 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1beta1.NodePool.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3452 + * google/container/v1beta1/cluster_service.proto;l=3465 * @param value The statusMessage to set. * @return This builder for chaining. */ @@ -8584,7 +8584,7 @@ public Builder setStatusMessage(java.lang.String value) { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1beta1.NodePool.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3452 + * google/container/v1beta1/cluster_service.proto;l=3465 * @return This builder for chaining. */ @java.lang.Deprecated @@ -8606,7 +8606,7 @@ public Builder clearStatusMessage() { * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1beta1.NodePool.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3452 + * google/container/v1beta1/cluster_service.proto;l=3465 * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolLoggingConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolLoggingConfig.java new file mode 100644 index 00000000..940dc1e3 --- /dev/null +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolLoggingConfig.java @@ -0,0 +1,737 @@ +/* + * Copyright 2020 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/v1beta1/cluster_service.proto + +package com.google.container.v1beta1; + +/** + * + * + *
+ * NodePoolLoggingConfig specifies logging configuration for nodepools.
+ * 
+ * + * Protobuf type {@code google.container.v1beta1.NodePoolLoggingConfig} + */ +public final class NodePoolLoggingConfig extends com.google.protobuf.GeneratedMessageV3 + implements + // @@protoc_insertion_point(message_implements:google.container.v1beta1.NodePoolLoggingConfig) + NodePoolLoggingConfigOrBuilder { + private static final long serialVersionUID = 0L; + // Use NodePoolLoggingConfig.newBuilder() to construct. + private NodePoolLoggingConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + + private NodePoolLoggingConfig() {} + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + return new NodePoolLoggingConfig(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + return this.unknownFields; + } + + private NodePoolLoggingConfig( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: + { + com.google.container.v1beta1.LoggingVariantConfig.Builder subBuilder = null; + if (variantConfig_ != null) { + subBuilder = variantConfig_.toBuilder(); + } + variantConfig_ = + input.readMessage( + com.google.container.v1beta1.LoggingVariantConfig.parser(), + extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(variantConfig_); + variantConfig_ = subBuilder.buildPartial(); + } + + break; + } + default: + { + if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_NodePoolLoggingConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_NodePoolLoggingConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1beta1.NodePoolLoggingConfig.class, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder.class); + } + + public static final int VARIANT_CONFIG_FIELD_NUMBER = 1; + private com.google.container.v1beta1.LoggingVariantConfig variantConfig_; + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + * + * @return Whether the variantConfig field is set. + */ + @java.lang.Override + public boolean hasVariantConfig() { + return variantConfig_ != null; + } + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + * + * @return The variantConfig. + */ + @java.lang.Override + public com.google.container.v1beta1.LoggingVariantConfig getVariantConfig() { + return variantConfig_ == null + ? com.google.container.v1beta1.LoggingVariantConfig.getDefaultInstance() + : variantConfig_; + } + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + */ + @java.lang.Override + public com.google.container.v1beta1.LoggingVariantConfigOrBuilder getVariantConfigOrBuilder() { + return getVariantConfig(); + } + + 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 (variantConfig_ != null) { + output.writeMessage(1, getVariantConfig()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (variantConfig_ != null) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getVariantConfig()); + } + size += unknownFields.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.v1beta1.NodePoolLoggingConfig)) { + return super.equals(obj); + } + com.google.container.v1beta1.NodePoolLoggingConfig other = + (com.google.container.v1beta1.NodePoolLoggingConfig) obj; + + if (hasVariantConfig() != other.hasVariantConfig()) return false; + if (hasVariantConfig()) { + if (!getVariantConfig().equals(other.getVariantConfig())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasVariantConfig()) { + hash = (37 * hash) + VARIANT_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getVariantConfig().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.container.v1beta1.NodePoolLoggingConfig parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1beta1.NodePoolLoggingConfig 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.v1beta1.NodePoolLoggingConfig parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1beta1.NodePoolLoggingConfig 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.v1beta1.NodePoolLoggingConfig parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.container.v1beta1.NodePoolLoggingConfig parseFrom( + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.container.v1beta1.NodePoolLoggingConfig parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1beta1.NodePoolLoggingConfig 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.v1beta1.NodePoolLoggingConfig parseDelimitedFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + } + + public static com.google.container.v1beta1.NodePoolLoggingConfig 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.v1beta1.NodePoolLoggingConfig parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.container.v1beta1.NodePoolLoggingConfig 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.v1beta1.NodePoolLoggingConfig 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; + } + /** + * + * + *
+   * NodePoolLoggingConfig specifies logging configuration for nodepools.
+   * 
+ * + * Protobuf type {@code google.container.v1beta1.NodePoolLoggingConfig} + */ + public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder + implements + // @@protoc_insertion_point(builder_implements:google.container.v1beta1.NodePoolLoggingConfig) + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_NodePoolLoggingConfig_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_NodePoolLoggingConfig_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.container.v1beta1.NodePoolLoggingConfig.class, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder.class); + } + + // Construct using com.google.container.v1beta1.NodePoolLoggingConfig.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + } + + @java.lang.Override + public Builder clear() { + super.clear(); + if (variantConfigBuilder_ == null) { + variantConfig_ = null; + } else { + variantConfig_ = null; + variantConfigBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.container.v1beta1.ClusterServiceProto + .internal_static_google_container_v1beta1_NodePoolLoggingConfig_descriptor; + } + + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfig getDefaultInstanceForType() { + return com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance(); + } + + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfig build() { + com.google.container.v1beta1.NodePoolLoggingConfig result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfig buildPartial() { + com.google.container.v1beta1.NodePoolLoggingConfig result = + new com.google.container.v1beta1.NodePoolLoggingConfig(this); + if (variantConfigBuilder_ == null) { + result.variantConfig_ = variantConfig_; + } else { + result.variantConfig_ = variantConfigBuilder_.build(); + } + onBuilt(); + return result; + } + + @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.v1beta1.NodePoolLoggingConfig) { + return mergeFrom((com.google.container.v1beta1.NodePoolLoggingConfig) other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.container.v1beta1.NodePoolLoggingConfig other) { + if (other == com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance()) + return this; + if (other.hasVariantConfig()) { + mergeVariantConfig(other.getVariantConfig()); + } + this.mergeUnknownFields(other.unknownFields); + 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 { + com.google.container.v1beta1.NodePoolLoggingConfig parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = + (com.google.container.v1beta1.NodePoolLoggingConfig) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.container.v1beta1.LoggingVariantConfig variantConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.LoggingVariantConfig, + com.google.container.v1beta1.LoggingVariantConfig.Builder, + com.google.container.v1beta1.LoggingVariantConfigOrBuilder> + variantConfigBuilder_; + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + * + * @return Whether the variantConfig field is set. + */ + public boolean hasVariantConfig() { + return variantConfigBuilder_ != null || variantConfig_ != null; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + * + * @return The variantConfig. + */ + public com.google.container.v1beta1.LoggingVariantConfig getVariantConfig() { + if (variantConfigBuilder_ == null) { + return variantConfig_ == null + ? com.google.container.v1beta1.LoggingVariantConfig.getDefaultInstance() + : variantConfig_; + } else { + return variantConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + */ + public Builder setVariantConfig(com.google.container.v1beta1.LoggingVariantConfig value) { + if (variantConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + variantConfig_ = value; + onChanged(); + } else { + variantConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + */ + public Builder setVariantConfig( + com.google.container.v1beta1.LoggingVariantConfig.Builder builderForValue) { + if (variantConfigBuilder_ == null) { + variantConfig_ = builderForValue.build(); + onChanged(); + } else { + variantConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + */ + public Builder mergeVariantConfig(com.google.container.v1beta1.LoggingVariantConfig value) { + if (variantConfigBuilder_ == null) { + if (variantConfig_ != null) { + variantConfig_ = + com.google.container.v1beta1.LoggingVariantConfig.newBuilder(variantConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + variantConfig_ = value; + } + onChanged(); + } else { + variantConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + */ + public Builder clearVariantConfig() { + if (variantConfigBuilder_ == null) { + variantConfig_ = null; + onChanged(); + } else { + variantConfig_ = null; + variantConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + */ + public com.google.container.v1beta1.LoggingVariantConfig.Builder getVariantConfigBuilder() { + + onChanged(); + return getVariantConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + */ + public com.google.container.v1beta1.LoggingVariantConfigOrBuilder getVariantConfigOrBuilder() { + if (variantConfigBuilder_ != null) { + return variantConfigBuilder_.getMessageOrBuilder(); + } else { + return variantConfig_ == null + ? com.google.container.v1beta1.LoggingVariantConfig.getDefaultInstance() + : variantConfig_; + } + } + /** + * + * + *
+     * Logging variant configuration.
+     * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.LoggingVariantConfig, + com.google.container.v1beta1.LoggingVariantConfig.Builder, + com.google.container.v1beta1.LoggingVariantConfigOrBuilder> + getVariantConfigFieldBuilder() { + if (variantConfigBuilder_ == null) { + variantConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.LoggingVariantConfig, + com.google.container.v1beta1.LoggingVariantConfig.Builder, + com.google.container.v1beta1.LoggingVariantConfigOrBuilder>( + getVariantConfig(), getParentForChildren(), isClean()); + variantConfig_ = null; + } + return variantConfigBuilder_; + } + + @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.v1beta1.NodePoolLoggingConfig) + } + + // @@protoc_insertion_point(class_scope:google.container.v1beta1.NodePoolLoggingConfig) + private static final com.google.container.v1beta1.NodePoolLoggingConfig DEFAULT_INSTANCE; + + static { + DEFAULT_INSTANCE = new com.google.container.v1beta1.NodePoolLoggingConfig(); + } + + public static com.google.container.v1beta1.NodePoolLoggingConfig getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public NodePoolLoggingConfig parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new NodePoolLoggingConfig(input, extensionRegistry); + } + }; + + 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.v1beta1.NodePoolLoggingConfig getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } +} diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolLoggingConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolLoggingConfigOrBuilder.java new file mode 100644 index 00000000..86db2a39 --- /dev/null +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolLoggingConfigOrBuilder.java @@ -0,0 +1,60 @@ +/* + * Copyright 2020 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/v1beta1/cluster_service.proto + +package com.google.container.v1beta1; + +public interface NodePoolLoggingConfigOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.container.v1beta1.NodePoolLoggingConfig) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + * + * @return Whether the variantConfig field is set. + */ + boolean hasVariantConfig(); + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + * + * @return The variantConfig. + */ + com.google.container.v1beta1.LoggingVariantConfig getVariantConfig(); + /** + * + * + *
+   * Logging variant configuration.
+   * 
+ * + * .google.container.v1beta1.LoggingVariantConfig variant_config = 1; + */ + com.google.container.v1beta1.LoggingVariantConfigOrBuilder getVariantConfigOrBuilder(); +} diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolOrBuilder.java index db1e4cde..b827652c 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/NodePoolOrBuilder.java @@ -370,7 +370,7 @@ public interface NodePoolOrBuilder * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1beta1.NodePool.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3452 + * google/container/v1beta1/cluster_service.proto;l=3465 * @return The statusMessage. */ @java.lang.Deprecated @@ -387,7 +387,7 @@ public interface NodePoolOrBuilder * string status_message = 104 [deprecated = true]; * * @deprecated google.container.v1beta1.NodePool.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3452 + * google/container/v1beta1/cluster_service.proto;l=3465 * @return The bytes for statusMessage. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/Operation.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/Operation.java index 81ed22a2..3fa1967e 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/Operation.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/Operation.java @@ -986,7 +986,7 @@ public com.google.protobuf.ByteString getNameBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.Operation.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2208 + * google/container/v1beta1/cluster_service.proto;l=2218 * @return The zone. */ @java.lang.Override @@ -1014,7 +1014,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.Operation.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2208 + * google/container/v1beta1/cluster_service.proto;l=2218 * @return The bytes for zone. */ @java.lang.Override @@ -1167,7 +1167,7 @@ public com.google.protobuf.ByteString getDetailBytes() { * * * @deprecated google.container.v1beta1.Operation.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2221 + * google/container/v1beta1/cluster_service.proto;l=2231 * @return The statusMessage. */ @java.lang.Override @@ -1196,7 +1196,7 @@ public java.lang.String getStatusMessage() { * * * @deprecated google.container.v1beta1.Operation.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2221 + * google/container/v1beta1/cluster_service.proto;l=2231 * @return The bytes for statusMessage. */ @java.lang.Override @@ -2515,7 +2515,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.Operation.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2208 + * google/container/v1beta1/cluster_service.proto;l=2218 * @return The zone. */ @java.lang.Deprecated @@ -2542,7 +2542,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.Operation.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2208 + * google/container/v1beta1/cluster_service.proto;l=2218 * @return The bytes for zone. */ @java.lang.Deprecated @@ -2569,7 +2569,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.Operation.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2208 + * google/container/v1beta1/cluster_service.proto;l=2218 * @param value The zone to set. * @return This builder for chaining. */ @@ -2595,7 +2595,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.Operation.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2208 + * google/container/v1beta1/cluster_service.proto;l=2218 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2617,7 +2617,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.Operation.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2208 + * google/container/v1beta1/cluster_service.proto;l=2218 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -2935,7 +2935,7 @@ public Builder setDetailBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.Operation.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2221 + * google/container/v1beta1/cluster_service.proto;l=2231 * @return The statusMessage. */ @java.lang.Deprecated @@ -2963,7 +2963,7 @@ public java.lang.String getStatusMessage() { * * * @deprecated google.container.v1beta1.Operation.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2221 + * google/container/v1beta1/cluster_service.proto;l=2231 * @return The bytes for statusMessage. */ @java.lang.Deprecated @@ -2991,7 +2991,7 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { * * * @deprecated google.container.v1beta1.Operation.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2221 + * google/container/v1beta1/cluster_service.proto;l=2231 * @param value The statusMessage to set. * @return This builder for chaining. */ @@ -3018,7 +3018,7 @@ public Builder setStatusMessage(java.lang.String value) { * * * @deprecated google.container.v1beta1.Operation.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2221 + * google/container/v1beta1/cluster_service.proto;l=2231 * @return This builder for chaining. */ @java.lang.Deprecated @@ -3041,7 +3041,7 @@ public Builder clearStatusMessage() { * * * @deprecated google.container.v1beta1.Operation.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2221 + * google/container/v1beta1/cluster_service.proto;l=2231 * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/OperationOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/OperationOrBuilder.java index 9217b35b..9465e9c4 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/OperationOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/OperationOrBuilder.java @@ -60,7 +60,7 @@ public interface OperationOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.Operation.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2208 + * google/container/v1beta1/cluster_service.proto;l=2218 * @return The zone. */ @java.lang.Deprecated @@ -77,7 +77,7 @@ public interface OperationOrBuilder * string zone = 2 [deprecated = true]; * * @deprecated google.container.v1beta1.Operation.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2208 + * google/container/v1beta1/cluster_service.proto;l=2218 * @return The bytes for zone. */ @java.lang.Deprecated @@ -171,7 +171,7 @@ public interface OperationOrBuilder * * * @deprecated google.container.v1beta1.Operation.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2221 + * google/container/v1beta1/cluster_service.proto;l=2231 * @return The statusMessage. */ @java.lang.Deprecated @@ -189,7 +189,7 @@ public interface OperationOrBuilder * * * @deprecated google.container.v1beta1.Operation.status_message is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2221 + * google/container/v1beta1/cluster_service.proto;l=2231 * @return The bytes for statusMessage. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ReservationAffinity.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ReservationAffinity.java index 2a40ccc5..f22e3801 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ReservationAffinity.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ReservationAffinity.java @@ -364,8 +364,9 @@ public com.google.container.v1beta1.ReservationAffinity.Type getConsumeReservati * *
    * Corresponds to the label key of a reservation resource. To target a
-   * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-   * the key and specify the name of your reservation as its value.
+   * SPECIFIC_RESERVATION by name, specify
+   * "compute.googleapis.com/reservation-name" as the key and specify the name
+   * of your reservation as its value.
    * 
* * string key = 2; @@ -389,8 +390,9 @@ public java.lang.String getKey() { * *
    * Corresponds to the label key of a reservation resource. To target a
-   * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-   * the key and specify the name of your reservation as its value.
+   * SPECIFIC_RESERVATION by name, specify
+   * "compute.googleapis.com/reservation-name" as the key and specify the name
+   * of your reservation as its value.
    * 
* * string key = 2; @@ -943,8 +945,9 @@ public Builder clearConsumeReservationType() { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; @@ -967,8 +970,9 @@ public java.lang.String getKey() { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; @@ -991,8 +995,9 @@ public com.google.protobuf.ByteString getKeyBytes() { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; @@ -1014,8 +1019,9 @@ public Builder setKey(java.lang.String value) { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; @@ -1033,8 +1039,9 @@ public Builder clearKey() { * *
      * Corresponds to the label key of a reservation resource. To target a
-     * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-     * the key and specify the name of your reservation as its value.
+     * SPECIFIC_RESERVATION by name, specify
+     * "compute.googleapis.com/reservation-name" as the key and specify the name
+     * of your reservation as its value.
      * 
* * string key = 2; diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ReservationAffinityOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ReservationAffinityOrBuilder.java index 1ba1e4a4..fb758d4f 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ReservationAffinityOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ReservationAffinityOrBuilder.java @@ -53,8 +53,9 @@ public interface ReservationAffinityOrBuilder * *
    * Corresponds to the label key of a reservation resource. To target a
-   * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-   * the key and specify the name of your reservation as its value.
+   * SPECIFIC_RESERVATION by name, specify
+   * "compute.googleapis.com/reservation-name" as the key and specify the name
+   * of your reservation as its value.
    * 
* * string key = 2; @@ -67,8 +68,9 @@ public interface ReservationAffinityOrBuilder * *
    * Corresponds to the label key of a reservation resource. To target a
-   * SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as
-   * the key and specify the name of your reservation as its value.
+   * SPECIFIC_RESERVATION by name, specify
+   * "compute.googleapis.com/reservation-name" as the key and specify the name
+   * of your reservation as its value.
    * 
* * string key = 2; diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/RollbackNodePoolUpgradeRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/RollbackNodePoolUpgradeRequest.java index b9e66fac..1dfa7e32 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/RollbackNodePoolUpgradeRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/RollbackNodePoolUpgradeRequest.java @@ -168,7 +168,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3732 + * See google/container/v1beta1/cluster_service.proto;l=3745 * @return The projectId. */ @java.lang.Override @@ -197,7 +197,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3732 + * See google/container/v1beta1/cluster_service.proto;l=3745 * @return The bytes for projectId. */ @java.lang.Override @@ -229,7 +229,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3741 + * google/container/v1beta1/cluster_service.proto;l=3754 * @return The zone. */ @java.lang.Override @@ -258,7 +258,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3741 + * google/container/v1beta1/cluster_service.proto;l=3754 * @return The bytes for zone. */ @java.lang.Override @@ -289,7 +289,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3748 + * See google/container/v1beta1/cluster_service.proto;l=3761 * @return The clusterId. */ @java.lang.Override @@ -317,7 +317,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3748 + * See google/container/v1beta1/cluster_service.proto;l=3761 * @return The bytes for clusterId. */ @java.lang.Override @@ -348,7 +348,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3755 + * See google/container/v1beta1/cluster_service.proto;l=3768 * @return The nodePoolId. */ @java.lang.Override @@ -376,7 +376,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3755 + * See google/container/v1beta1/cluster_service.proto;l=3768 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -879,7 +879,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3732 + * See google/container/v1beta1/cluster_service.proto;l=3745 * @return The projectId. */ @java.lang.Deprecated @@ -907,7 +907,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3732 + * See google/container/v1beta1/cluster_service.proto;l=3745 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -935,7 +935,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3732 + * See google/container/v1beta1/cluster_service.proto;l=3745 * @param value The projectId to set. * @return This builder for chaining. */ @@ -962,7 +962,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3732 + * See google/container/v1beta1/cluster_service.proto;l=3745 * @return This builder for chaining. */ @java.lang.Deprecated @@ -985,7 +985,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3732 + * See google/container/v1beta1/cluster_service.proto;l=3745 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1015,7 +1015,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3741 + * google/container/v1beta1/cluster_service.proto;l=3754 * @return The zone. */ @java.lang.Deprecated @@ -1043,7 +1043,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3741 + * google/container/v1beta1/cluster_service.proto;l=3754 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1071,7 +1071,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3741 + * google/container/v1beta1/cluster_service.proto;l=3754 * @param value The zone to set. * @return This builder for chaining. */ @@ -1098,7 +1098,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3741 + * google/container/v1beta1/cluster_service.proto;l=3754 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1121,7 +1121,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3741 + * google/container/v1beta1/cluster_service.proto;l=3754 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1150,7 +1150,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3748 + * See google/container/v1beta1/cluster_service.proto;l=3761 * @return The clusterId. */ @java.lang.Deprecated @@ -1177,7 +1177,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3748 + * See google/container/v1beta1/cluster_service.proto;l=3761 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1204,7 +1204,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3748 + * See google/container/v1beta1/cluster_service.proto;l=3761 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1230,7 +1230,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3748 + * See google/container/v1beta1/cluster_service.proto;l=3761 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1252,7 +1252,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3748 + * See google/container/v1beta1/cluster_service.proto;l=3761 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1281,7 +1281,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3755 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3768 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1308,7 +1308,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3755 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3768 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1335,7 +1335,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3755 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3768 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1361,7 +1361,7 @@ public Builder setNodePoolId(java.lang.String value) { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3755 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3768 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1383,7 +1383,7 @@ public Builder clearNodePoolId() { * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=3755 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=3768 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/RollbackNodePoolUpgradeRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/RollbackNodePoolUpgradeRequestOrBuilder.java index 9e5bb625..f80e4f44 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/RollbackNodePoolUpgradeRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/RollbackNodePoolUpgradeRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3732 + * See google/container/v1beta1/cluster_service.proto;l=3745 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3732 + * See google/container/v1beta1/cluster_service.proto;l=3745 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3741 + * google/container/v1beta1/cluster_service.proto;l=3754 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3741 + * google/container/v1beta1/cluster_service.proto;l=3754 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3748 + * See google/container/v1beta1/cluster_service.proto;l=3761 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3748 + * See google/container/v1beta1/cluster_service.proto;l=3761 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -144,7 +144,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3755 + * See google/container/v1beta1/cluster_service.proto;l=3768 * @return The nodePoolId. */ @java.lang.Deprecated @@ -161,7 +161,7 @@ public interface RollbackNodePoolUpgradeRequestOrBuilder * * * @deprecated google.container.v1beta1.RollbackNodePoolUpgradeRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3755 + * See google/container/v1beta1/cluster_service.proto;l=3768 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SandboxConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SandboxConfig.java index 2bb62ae7..a4609e30 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SandboxConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SandboxConfig.java @@ -268,7 +268,7 @@ private Type(int value) { * string sandbox_type = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=860 + * google/container/v1beta1/cluster_service.proto;l=863 * @return The sandboxType. */ @java.lang.Override @@ -294,7 +294,7 @@ public java.lang.String getSandboxType() { * string sandbox_type = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=860 + * google/container/v1beta1/cluster_service.proto;l=863 * @return The bytes for sandboxType. */ @java.lang.Override @@ -689,7 +689,7 @@ public Builder mergeFrom( * string sandbox_type = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=860 + * google/container/v1beta1/cluster_service.proto;l=863 * @return The sandboxType. */ @java.lang.Deprecated @@ -714,7 +714,7 @@ public java.lang.String getSandboxType() { * string sandbox_type = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=860 + * google/container/v1beta1/cluster_service.proto;l=863 * @return The bytes for sandboxType. */ @java.lang.Deprecated @@ -739,7 +739,7 @@ public com.google.protobuf.ByteString getSandboxTypeBytes() { * string sandbox_type = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=860 + * google/container/v1beta1/cluster_service.proto;l=863 * @param value The sandboxType to set. * @return This builder for chaining. */ @@ -763,7 +763,7 @@ public Builder setSandboxType(java.lang.String value) { * string sandbox_type = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=860 + * google/container/v1beta1/cluster_service.proto;l=863 * @return This builder for chaining. */ @java.lang.Deprecated @@ -783,7 +783,7 @@ public Builder clearSandboxType() { * string sandbox_type = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=860 + * google/container/v1beta1/cluster_service.proto;l=863 * @param value The bytes for sandboxType to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SandboxConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SandboxConfigOrBuilder.java index b34adfd4..7cf2d41f 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SandboxConfigOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SandboxConfigOrBuilder.java @@ -33,7 +33,7 @@ public interface SandboxConfigOrBuilder * string sandbox_type = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=860 + * google/container/v1beta1/cluster_service.proto;l=863 * @return The sandboxType. */ @java.lang.Deprecated @@ -48,7 +48,7 @@ public interface SandboxConfigOrBuilder * string sandbox_type = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=860 + * google/container/v1beta1/cluster_service.proto;l=863 * @return The bytes for sandboxType. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetAddonsConfigRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetAddonsConfigRequest.java index d605467b..2c2e1784 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetAddonsConfigRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetAddonsConfigRequest.java @@ -168,7 +168,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2632 + * google/container/v1beta1/cluster_service.proto;l=2645 * @return The projectId. */ @java.lang.Override @@ -197,7 +197,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2632 + * google/container/v1beta1/cluster_service.proto;l=2645 * @return The bytes for projectId. */ @java.lang.Override @@ -229,7 +229,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2641 + * google/container/v1beta1/cluster_service.proto;l=2654 * @return The zone. */ @java.lang.Override @@ -258,7 +258,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2641 + * google/container/v1beta1/cluster_service.proto;l=2654 * @return The bytes for zone. */ @java.lang.Override @@ -289,7 +289,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2648 + * google/container/v1beta1/cluster_service.proto;l=2661 * @return The clusterId. */ @java.lang.Override @@ -317,7 +317,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2648 + * google/container/v1beta1/cluster_service.proto;l=2661 * @return The bytes for clusterId. */ @java.lang.Override @@ -850,7 +850,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2632 + * google/container/v1beta1/cluster_service.proto;l=2645 * @return The projectId. */ @java.lang.Deprecated @@ -878,7 +878,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2632 + * google/container/v1beta1/cluster_service.proto;l=2645 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -906,7 +906,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2632 + * google/container/v1beta1/cluster_service.proto;l=2645 * @param value The projectId to set. * @return This builder for chaining. */ @@ -933,7 +933,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2632 + * google/container/v1beta1/cluster_service.proto;l=2645 * @return This builder for chaining. */ @java.lang.Deprecated @@ -956,7 +956,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2632 + * google/container/v1beta1/cluster_service.proto;l=2645 * @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, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2641 + * google/container/v1beta1/cluster_service.proto;l=2654 * @return The zone. */ @java.lang.Deprecated @@ -1014,7 +1014,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2641 + * google/container/v1beta1/cluster_service.proto;l=2654 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1042,7 +1042,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2641 + * google/container/v1beta1/cluster_service.proto;l=2654 * @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, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2641 + * google/container/v1beta1/cluster_service.proto;l=2654 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1092,7 +1092,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2641 + * google/container/v1beta1/cluster_service.proto;l=2654 * @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) { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2648 + * google/container/v1beta1/cluster_service.proto;l=2661 * @return The clusterId. */ @java.lang.Deprecated @@ -1148,7 +1148,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2648 + * google/container/v1beta1/cluster_service.proto;l=2661 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1175,7 +1175,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2648 + * google/container/v1beta1/cluster_service.proto;l=2661 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1201,7 +1201,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2648 + * google/container/v1beta1/cluster_service.proto;l=2661 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1223,7 +1223,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2648 + * google/container/v1beta1/cluster_service.proto;l=2661 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetAddonsConfigRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetAddonsConfigRequestOrBuilder.java index ad767cab..786191ed 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetAddonsConfigRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetAddonsConfigRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetAddonsConfigRequestOrBuilder * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2632 + * google/container/v1beta1/cluster_service.proto;l=2645 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetAddonsConfigRequestOrBuilder * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2632 + * google/container/v1beta1/cluster_service.proto;l=2645 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetAddonsConfigRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2641 + * google/container/v1beta1/cluster_service.proto;l=2654 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetAddonsConfigRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2641 + * google/container/v1beta1/cluster_service.proto;l=2654 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetAddonsConfigRequestOrBuilder * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2648 + * google/container/v1beta1/cluster_service.proto;l=2661 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetAddonsConfigRequestOrBuilder * * * @deprecated google.container.v1beta1.SetAddonsConfigRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2648 + * google/container/v1beta1/cluster_service.proto;l=2661 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLabelsRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLabelsRequest.java index 0f413215..56ae23d6 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLabelsRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLabelsRequest.java @@ -191,7 +191,7 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { * * * @deprecated google.container.v1beta1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3953 + * google/container/v1beta1/cluster_service.proto;l=3966 * @return The projectId. */ @java.lang.Override @@ -220,7 +220,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3953 + * google/container/v1beta1/cluster_service.proto;l=3966 * @return The bytes for projectId. */ @java.lang.Override @@ -252,7 +252,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLabelsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3962 + * google/container/v1beta1/cluster_service.proto;l=3975 * @return The zone. */ @java.lang.Override @@ -281,7 +281,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLabelsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3962 + * google/container/v1beta1/cluster_service.proto;l=3975 * @return The bytes for zone. */ @java.lang.Override @@ -312,7 +312,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3969 + * google/container/v1beta1/cluster_service.proto;l=3982 * @return The clusterId. */ @java.lang.Override @@ -340,7 +340,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3969 + * google/container/v1beta1/cluster_service.proto;l=3982 * @return The bytes for clusterId. */ @java.lang.Override @@ -1012,7 +1012,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3953 + * google/container/v1beta1/cluster_service.proto;l=3966 * @return The projectId. */ @java.lang.Deprecated @@ -1040,7 +1040,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3953 + * google/container/v1beta1/cluster_service.proto;l=3966 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -1068,7 +1068,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3953 + * google/container/v1beta1/cluster_service.proto;l=3966 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1095,7 +1095,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3953 + * google/container/v1beta1/cluster_service.proto;l=3966 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1118,7 +1118,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3953 + * google/container/v1beta1/cluster_service.proto;l=3966 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1148,7 +1148,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLabelsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3962 + * google/container/v1beta1/cluster_service.proto;l=3975 * @return The zone. */ @java.lang.Deprecated @@ -1176,7 +1176,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLabelsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3962 + * google/container/v1beta1/cluster_service.proto;l=3975 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1204,7 +1204,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLabelsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3962 + * google/container/v1beta1/cluster_service.proto;l=3975 * @param value The zone to set. * @return This builder for chaining. */ @@ -1231,7 +1231,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLabelsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3962 + * google/container/v1beta1/cluster_service.proto;l=3975 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1254,7 +1254,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLabelsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3962 + * google/container/v1beta1/cluster_service.proto;l=3975 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1283,7 +1283,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3969 + * google/container/v1beta1/cluster_service.proto;l=3982 * @return The clusterId. */ @java.lang.Deprecated @@ -1310,7 +1310,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3969 + * google/container/v1beta1/cluster_service.proto;l=3982 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1337,7 +1337,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3969 + * google/container/v1beta1/cluster_service.proto;l=3982 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1363,7 +1363,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3969 + * google/container/v1beta1/cluster_service.proto;l=3982 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1385,7 +1385,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3969 + * google/container/v1beta1/cluster_service.proto;l=3982 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLabelsRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLabelsRequestOrBuilder.java index 5f6fa1ee..76fa1932 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLabelsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLabelsRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetLabelsRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3953 + * google/container/v1beta1/cluster_service.proto;l=3966 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetLabelsRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLabelsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3953 + * google/container/v1beta1/cluster_service.proto;l=3966 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetLabelsRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLabelsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3962 + * google/container/v1beta1/cluster_service.proto;l=3975 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetLabelsRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLabelsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3962 + * google/container/v1beta1/cluster_service.proto;l=3975 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetLabelsRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3969 + * google/container/v1beta1/cluster_service.proto;l=3982 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetLabelsRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLabelsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3969 + * google/container/v1beta1/cluster_service.proto;l=3982 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLegacyAbacRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLegacyAbacRequest.java index 00f77633..39fd3968 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLegacyAbacRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLegacyAbacRequest.java @@ -158,7 +158,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3996 + * google/container/v1beta1/cluster_service.proto;l=4009 * @return The projectId. */ @java.lang.Override @@ -187,7 +187,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3996 + * google/container/v1beta1/cluster_service.proto;l=4009 * @return The bytes for projectId. */ @java.lang.Override @@ -219,7 +219,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4005 + * google/container/v1beta1/cluster_service.proto;l=4018 * @return The zone. */ @java.lang.Override @@ -248,7 +248,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4005 + * google/container/v1beta1/cluster_service.proto;l=4018 * @return The bytes for zone. */ @java.lang.Override @@ -279,7 +279,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4012 + * google/container/v1beta1/cluster_service.proto;l=4025 * @return The clusterId. */ @java.lang.Override @@ -307,7 +307,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4012 + * google/container/v1beta1/cluster_service.proto;l=4025 * @return The bytes for clusterId. */ @java.lang.Override @@ -789,7 +789,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3996 + * google/container/v1beta1/cluster_service.proto;l=4009 * @return The projectId. */ @java.lang.Deprecated @@ -817,7 +817,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3996 + * google/container/v1beta1/cluster_service.proto;l=4009 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -845,7 +845,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3996 + * google/container/v1beta1/cluster_service.proto;l=4009 * @param value The projectId to set. * @return This builder for chaining. */ @@ -872,7 +872,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3996 + * google/container/v1beta1/cluster_service.proto;l=4009 * @return This builder for chaining. */ @java.lang.Deprecated @@ -895,7 +895,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3996 + * google/container/v1beta1/cluster_service.proto;l=4009 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -925,7 +925,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4005 + * google/container/v1beta1/cluster_service.proto;l=4018 * @return The zone. */ @java.lang.Deprecated @@ -953,7 +953,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4005 + * google/container/v1beta1/cluster_service.proto;l=4018 * @return The bytes for zone. */ @java.lang.Deprecated @@ -981,7 +981,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4005 + * google/container/v1beta1/cluster_service.proto;l=4018 * @param value The zone to set. * @return This builder for chaining. */ @@ -1008,7 +1008,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4005 + * google/container/v1beta1/cluster_service.proto;l=4018 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1031,7 +1031,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4005 + * google/container/v1beta1/cluster_service.proto;l=4018 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1060,7 +1060,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4012 + * google/container/v1beta1/cluster_service.proto;l=4025 * @return The clusterId. */ @java.lang.Deprecated @@ -1087,7 +1087,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4012 + * google/container/v1beta1/cluster_service.proto;l=4025 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1114,7 +1114,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4012 + * google/container/v1beta1/cluster_service.proto;l=4025 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1140,7 +1140,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4012 + * google/container/v1beta1/cluster_service.proto;l=4025 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1162,7 +1162,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4012 + * google/container/v1beta1/cluster_service.proto;l=4025 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLegacyAbacRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLegacyAbacRequestOrBuilder.java index a4b1e123..8709ed4f 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLegacyAbacRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLegacyAbacRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetLegacyAbacRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3996 + * google/container/v1beta1/cluster_service.proto;l=4009 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetLegacyAbacRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3996 + * google/container/v1beta1/cluster_service.proto;l=4009 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetLegacyAbacRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4005 + * google/container/v1beta1/cluster_service.proto;l=4018 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetLegacyAbacRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4005 + * google/container/v1beta1/cluster_service.proto;l=4018 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetLegacyAbacRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4012 + * google/container/v1beta1/cluster_service.proto;l=4025 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetLegacyAbacRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLegacyAbacRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4012 + * google/container/v1beta1/cluster_service.proto;l=4025 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLocationsRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLocationsRequest.java index a49d3bed..db418d47 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLocationsRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLocationsRequest.java @@ -167,7 +167,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2667 + * google/container/v1beta1/cluster_service.proto;l=2680 * @return The projectId. */ @java.lang.Override @@ -196,7 +196,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2667 + * google/container/v1beta1/cluster_service.proto;l=2680 * @return The bytes for projectId. */ @java.lang.Override @@ -228,7 +228,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLocationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2676 + * google/container/v1beta1/cluster_service.proto;l=2689 * @return The zone. */ @java.lang.Override @@ -257,7 +257,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLocationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2676 + * google/container/v1beta1/cluster_service.proto;l=2689 * @return The bytes for zone. */ @java.lang.Override @@ -288,7 +288,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2683 + * google/container/v1beta1/cluster_service.proto;l=2696 * @return The clusterId. */ @java.lang.Override @@ -316,7 +316,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2683 + * google/container/v1beta1/cluster_service.proto;l=2696 * @return The bytes for clusterId. */ @java.lang.Override @@ -880,7 +880,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2667 + * google/container/v1beta1/cluster_service.proto;l=2680 * @return The projectId. */ @java.lang.Deprecated @@ -908,7 +908,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2667 + * google/container/v1beta1/cluster_service.proto;l=2680 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -936,7 +936,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2667 + * google/container/v1beta1/cluster_service.proto;l=2680 * @param value The projectId to set. * @return This builder for chaining. */ @@ -963,7 +963,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2667 + * google/container/v1beta1/cluster_service.proto;l=2680 * @return This builder for chaining. */ @java.lang.Deprecated @@ -986,7 +986,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2667 + * google/container/v1beta1/cluster_service.proto;l=2680 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1016,7 +1016,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLocationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2676 + * google/container/v1beta1/cluster_service.proto;l=2689 * @return The zone. */ @java.lang.Deprecated @@ -1044,7 +1044,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLocationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2676 + * google/container/v1beta1/cluster_service.proto;l=2689 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1072,7 +1072,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLocationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2676 + * google/container/v1beta1/cluster_service.proto;l=2689 * @param value The zone to set. * @return This builder for chaining. */ @@ -1099,7 +1099,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLocationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2676 + * google/container/v1beta1/cluster_service.proto;l=2689 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1122,7 +1122,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLocationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2676 + * google/container/v1beta1/cluster_service.proto;l=2689 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1151,7 +1151,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2683 + * google/container/v1beta1/cluster_service.proto;l=2696 * @return The clusterId. */ @java.lang.Deprecated @@ -1178,7 +1178,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2683 + * google/container/v1beta1/cluster_service.proto;l=2696 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1205,7 +1205,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2683 + * google/container/v1beta1/cluster_service.proto;l=2696 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1231,7 +1231,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2683 + * google/container/v1beta1/cluster_service.proto;l=2696 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1253,7 +1253,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2683 + * google/container/v1beta1/cluster_service.proto;l=2696 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLocationsRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLocationsRequestOrBuilder.java index 79d89875..94d3b21e 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLocationsRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLocationsRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetLocationsRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2667 + * google/container/v1beta1/cluster_service.proto;l=2680 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetLocationsRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLocationsRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2667 + * google/container/v1beta1/cluster_service.proto;l=2680 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetLocationsRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLocationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2676 + * google/container/v1beta1/cluster_service.proto;l=2689 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetLocationsRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLocationsRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2676 + * google/container/v1beta1/cluster_service.proto;l=2689 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetLocationsRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2683 + * google/container/v1beta1/cluster_service.proto;l=2696 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetLocationsRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLocationsRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2683 + * google/container/v1beta1/cluster_service.proto;l=2696 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLoggingServiceRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLoggingServiceRequest.java index 3dff3770..9d8b0c17 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLoggingServiceRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLoggingServiceRequest.java @@ -160,7 +160,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2544 + * google/container/v1beta1/cluster_service.proto;l=2557 * @return The projectId. */ @java.lang.Override @@ -189,7 +189,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2544 + * google/container/v1beta1/cluster_service.proto;l=2557 * @return The bytes for projectId. */ @java.lang.Override @@ -221,7 +221,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2553 + * google/container/v1beta1/cluster_service.proto;l=2566 * @return The zone. */ @java.lang.Override @@ -250,7 +250,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2553 + * google/container/v1beta1/cluster_service.proto;l=2566 * @return The bytes for zone. */ @java.lang.Override @@ -281,7 +281,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2560 + * google/container/v1beta1/cluster_service.proto;l=2573 * @return The clusterId. */ @java.lang.Override @@ -309,7 +309,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2560 + * google/container/v1beta1/cluster_service.proto;l=2573 * @return The bytes for clusterId. */ @java.lang.Override @@ -839,7 +839,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2544 + * google/container/v1beta1/cluster_service.proto;l=2557 * @return The projectId. */ @java.lang.Deprecated @@ -867,7 +867,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2544 + * google/container/v1beta1/cluster_service.proto;l=2557 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -895,7 +895,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2544 + * google/container/v1beta1/cluster_service.proto;l=2557 * @param value The projectId to set. * @return This builder for chaining. */ @@ -922,7 +922,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2544 + * google/container/v1beta1/cluster_service.proto;l=2557 * @return This builder for chaining. */ @java.lang.Deprecated @@ -945,7 +945,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2544 + * google/container/v1beta1/cluster_service.proto;l=2557 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -975,7 +975,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2553 + * google/container/v1beta1/cluster_service.proto;l=2566 * @return The zone. */ @java.lang.Deprecated @@ -1003,7 +1003,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2553 + * google/container/v1beta1/cluster_service.proto;l=2566 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1031,7 +1031,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2553 + * google/container/v1beta1/cluster_service.proto;l=2566 * @param value The zone to set. * @return This builder for chaining. */ @@ -1058,7 +1058,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2553 + * google/container/v1beta1/cluster_service.proto;l=2566 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1081,7 +1081,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2553 + * google/container/v1beta1/cluster_service.proto;l=2566 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1110,7 +1110,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2560 + * google/container/v1beta1/cluster_service.proto;l=2573 * @return The clusterId. */ @java.lang.Deprecated @@ -1137,7 +1137,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2560 + * google/container/v1beta1/cluster_service.proto;l=2573 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1164,7 +1164,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2560 + * google/container/v1beta1/cluster_service.proto;l=2573 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1190,7 +1190,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2560 + * google/container/v1beta1/cluster_service.proto;l=2573 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1212,7 +1212,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2560 + * google/container/v1beta1/cluster_service.proto;l=2573 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLoggingServiceRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLoggingServiceRequestOrBuilder.java index e787c48e..e283ffc2 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLoggingServiceRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetLoggingServiceRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetLoggingServiceRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2544 + * google/container/v1beta1/cluster_service.proto;l=2557 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetLoggingServiceRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2544 + * google/container/v1beta1/cluster_service.proto;l=2557 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetLoggingServiceRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2553 + * google/container/v1beta1/cluster_service.proto;l=2566 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetLoggingServiceRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2553 + * google/container/v1beta1/cluster_service.proto;l=2566 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetLoggingServiceRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2560 + * google/container/v1beta1/cluster_service.proto;l=2573 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetLoggingServiceRequestOrBuilder * * * @deprecated google.container.v1beta1.SetLoggingServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2560 + * google/container/v1beta1/cluster_service.proto;l=2573 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMasterAuthRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMasterAuthRequest.java index 2180246d..26406489 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMasterAuthRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMasterAuthRequest.java @@ -363,7 +363,7 @@ private Action(int value) { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2768 + * google/container/v1beta1/cluster_service.proto;l=2781 * @return The projectId. */ @java.lang.Override @@ -392,7 +392,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2768 + * google/container/v1beta1/cluster_service.proto;l=2781 * @return The bytes for projectId. */ @java.lang.Override @@ -424,7 +424,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2777 + * google/container/v1beta1/cluster_service.proto;l=2790 * @return The zone. */ @java.lang.Override @@ -453,7 +453,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2777 + * google/container/v1beta1/cluster_service.proto;l=2790 * @return The bytes for zone. */ @java.lang.Override @@ -484,7 +484,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2784 + * google/container/v1beta1/cluster_service.proto;l=2797 * @return The clusterId. */ @java.lang.Override @@ -512,7 +512,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2784 + * google/container/v1beta1/cluster_service.proto;l=2797 * @return The bytes for clusterId. */ @java.lang.Override @@ -1097,7 +1097,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2768 + * google/container/v1beta1/cluster_service.proto;l=2781 * @return The projectId. */ @java.lang.Deprecated @@ -1125,7 +1125,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2768 + * google/container/v1beta1/cluster_service.proto;l=2781 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -1153,7 +1153,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2768 + * google/container/v1beta1/cluster_service.proto;l=2781 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1180,7 +1180,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2768 + * google/container/v1beta1/cluster_service.proto;l=2781 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1203,7 +1203,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2768 + * google/container/v1beta1/cluster_service.proto;l=2781 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1233,7 +1233,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2777 + * google/container/v1beta1/cluster_service.proto;l=2790 * @return The zone. */ @java.lang.Deprecated @@ -1261,7 +1261,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2777 + * google/container/v1beta1/cluster_service.proto;l=2790 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1289,7 +1289,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2777 + * google/container/v1beta1/cluster_service.proto;l=2790 * @param value The zone to set. * @return This builder for chaining. */ @@ -1316,7 +1316,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2777 + * google/container/v1beta1/cluster_service.proto;l=2790 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1339,7 +1339,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2777 + * google/container/v1beta1/cluster_service.proto;l=2790 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1368,7 +1368,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2784 + * google/container/v1beta1/cluster_service.proto;l=2797 * @return The clusterId. */ @java.lang.Deprecated @@ -1395,7 +1395,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2784 + * google/container/v1beta1/cluster_service.proto;l=2797 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1422,7 +1422,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2784 + * google/container/v1beta1/cluster_service.proto;l=2797 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1448,7 +1448,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2784 + * google/container/v1beta1/cluster_service.proto;l=2797 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1470,7 +1470,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2784 + * google/container/v1beta1/cluster_service.proto;l=2797 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMasterAuthRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMasterAuthRequestOrBuilder.java index 4dd261fa..6eeeb031 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMasterAuthRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMasterAuthRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetMasterAuthRequestOrBuilder * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2768 + * google/container/v1beta1/cluster_service.proto;l=2781 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetMasterAuthRequestOrBuilder * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2768 + * google/container/v1beta1/cluster_service.proto;l=2781 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetMasterAuthRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2777 + * google/container/v1beta1/cluster_service.proto;l=2790 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetMasterAuthRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMasterAuthRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2777 + * google/container/v1beta1/cluster_service.proto;l=2790 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetMasterAuthRequestOrBuilder * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2784 + * google/container/v1beta1/cluster_service.proto;l=2797 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetMasterAuthRequestOrBuilder * * * @deprecated google.container.v1beta1.SetMasterAuthRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2784 + * google/container/v1beta1/cluster_service.proto;l=2797 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMonitoringServiceRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMonitoringServiceRequest.java index 8bddd74e..84fef016 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMonitoringServiceRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMonitoringServiceRequest.java @@ -160,7 +160,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2588 + * google/container/v1beta1/cluster_service.proto;l=2601 * @return The projectId. */ @java.lang.Override @@ -189,7 +189,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2588 + * google/container/v1beta1/cluster_service.proto;l=2601 * @return The bytes for projectId. */ @java.lang.Override @@ -221,7 +221,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2597 + * google/container/v1beta1/cluster_service.proto;l=2610 * @return The zone. */ @java.lang.Override @@ -250,7 +250,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2597 + * google/container/v1beta1/cluster_service.proto;l=2610 * @return The bytes for zone. */ @java.lang.Override @@ -281,7 +281,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2604 + * google/container/v1beta1/cluster_service.proto;l=2617 * @return The clusterId. */ @java.lang.Override @@ -309,7 +309,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2604 + * google/container/v1beta1/cluster_service.proto;l=2617 * @return The bytes for clusterId. */ @java.lang.Override @@ -839,7 +839,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2588 + * See google/container/v1beta1/cluster_service.proto;l=2601 * @return The projectId. */ @java.lang.Deprecated @@ -867,7 +867,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2588 + * See google/container/v1beta1/cluster_service.proto;l=2601 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -895,7 +895,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2588 + * See google/container/v1beta1/cluster_service.proto;l=2601 * @param value The projectId to set. * @return This builder for chaining. */ @@ -922,7 +922,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2588 + * See google/container/v1beta1/cluster_service.proto;l=2601 * @return This builder for chaining. */ @java.lang.Deprecated @@ -945,7 +945,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2588 + * See google/container/v1beta1/cluster_service.proto;l=2601 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -975,7 +975,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2597 + * google/container/v1beta1/cluster_service.proto;l=2610 * @return The zone. */ @java.lang.Deprecated @@ -1003,7 +1003,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2597 + * google/container/v1beta1/cluster_service.proto;l=2610 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1031,7 +1031,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2597 + * google/container/v1beta1/cluster_service.proto;l=2610 * @param value The zone to set. * @return This builder for chaining. */ @@ -1058,7 +1058,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2597 + * google/container/v1beta1/cluster_service.proto;l=2610 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1081,7 +1081,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2597 + * google/container/v1beta1/cluster_service.proto;l=2610 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1110,7 +1110,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2604 + * See google/container/v1beta1/cluster_service.proto;l=2617 * @return The clusterId. */ @java.lang.Deprecated @@ -1137,7 +1137,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2604 + * See google/container/v1beta1/cluster_service.proto;l=2617 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1164,7 +1164,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2604 + * See google/container/v1beta1/cluster_service.proto;l=2617 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1190,7 +1190,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2604 + * See google/container/v1beta1/cluster_service.proto;l=2617 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1212,7 +1212,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2604 + * See google/container/v1beta1/cluster_service.proto;l=2617 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMonitoringServiceRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMonitoringServiceRequestOrBuilder.java index 41854a3b..cec89afd 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMonitoringServiceRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetMonitoringServiceRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetMonitoringServiceRequestOrBuilder * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2588 + * google/container/v1beta1/cluster_service.proto;l=2601 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetMonitoringServiceRequestOrBuilder * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2588 + * google/container/v1beta1/cluster_service.proto;l=2601 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetMonitoringServiceRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2597 + * google/container/v1beta1/cluster_service.proto;l=2610 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetMonitoringServiceRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2597 + * google/container/v1beta1/cluster_service.proto;l=2610 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetMonitoringServiceRequestOrBuilder * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2604 + * google/container/v1beta1/cluster_service.proto;l=2617 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetMonitoringServiceRequestOrBuilder * * * @deprecated google.container.v1beta1.SetMonitoringServiceRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2604 + * google/container/v1beta1/cluster_service.proto;l=2617 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNetworkPolicyRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNetworkPolicyRequest.java index 810382f8..7437f64e 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNetworkPolicyRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNetworkPolicyRequest.java @@ -168,7 +168,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4199 + * google/container/v1beta1/cluster_service.proto;l=4212 * @return The projectId. */ @java.lang.Override @@ -197,7 +197,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4199 + * google/container/v1beta1/cluster_service.proto;l=4212 * @return The bytes for projectId. */ @java.lang.Override @@ -229,7 +229,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4208 + * google/container/v1beta1/cluster_service.proto;l=4221 * @return The zone. */ @java.lang.Override @@ -258,7 +258,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4208 + * google/container/v1beta1/cluster_service.proto;l=4221 * @return The bytes for zone. */ @java.lang.Override @@ -289,7 +289,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4215 + * google/container/v1beta1/cluster_service.proto;l=4228 * @return The clusterId. */ @java.lang.Override @@ -317,7 +317,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4215 + * google/container/v1beta1/cluster_service.proto;l=4228 * @return The bytes for clusterId. */ @java.lang.Override @@ -847,7 +847,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4199 + * google/container/v1beta1/cluster_service.proto;l=4212 * @return The projectId. */ @java.lang.Deprecated @@ -875,7 +875,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4199 + * google/container/v1beta1/cluster_service.proto;l=4212 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -903,7 +903,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4199 + * google/container/v1beta1/cluster_service.proto;l=4212 * @param value The projectId to set. * @return This builder for chaining. */ @@ -930,7 +930,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4199 + * google/container/v1beta1/cluster_service.proto;l=4212 * @return This builder for chaining. */ @java.lang.Deprecated @@ -953,7 +953,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4199 + * google/container/v1beta1/cluster_service.proto;l=4212 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -983,7 +983,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4208 + * google/container/v1beta1/cluster_service.proto;l=4221 * @return The zone. */ @java.lang.Deprecated @@ -1011,7 +1011,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4208 + * google/container/v1beta1/cluster_service.proto;l=4221 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1039,7 +1039,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4208 + * google/container/v1beta1/cluster_service.proto;l=4221 * @param value The zone to set. * @return This builder for chaining. */ @@ -1066,7 +1066,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4208 + * google/container/v1beta1/cluster_service.proto;l=4221 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1089,7 +1089,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4208 + * google/container/v1beta1/cluster_service.proto;l=4221 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1118,7 +1118,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4215 + * google/container/v1beta1/cluster_service.proto;l=4228 * @return The clusterId. */ @java.lang.Deprecated @@ -1145,7 +1145,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4215 + * google/container/v1beta1/cluster_service.proto;l=4228 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1172,7 +1172,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4215 + * google/container/v1beta1/cluster_service.proto;l=4228 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1198,7 +1198,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4215 + * google/container/v1beta1/cluster_service.proto;l=4228 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1220,7 +1220,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4215 + * google/container/v1beta1/cluster_service.proto;l=4228 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNetworkPolicyRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNetworkPolicyRequestOrBuilder.java index 306aca03..fbacd0e4 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNetworkPolicyRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNetworkPolicyRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetNetworkPolicyRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4199 + * google/container/v1beta1/cluster_service.proto;l=4212 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetNetworkPolicyRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4199 + * google/container/v1beta1/cluster_service.proto;l=4212 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetNetworkPolicyRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4208 + * google/container/v1beta1/cluster_service.proto;l=4221 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetNetworkPolicyRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4208 + * google/container/v1beta1/cluster_service.proto;l=4221 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetNetworkPolicyRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4215 + * google/container/v1beta1/cluster_service.proto;l=4228 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetNetworkPolicyRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNetworkPolicyRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4215 + * google/container/v1beta1/cluster_service.proto;l=4228 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolAutoscalingRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolAutoscalingRequest.java index d3221548..e33a8e3a 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolAutoscalingRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolAutoscalingRequest.java @@ -176,7 +176,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2502 + * See google/container/v1beta1/cluster_service.proto;l=2515 * @return The projectId. */ @java.lang.Override @@ -205,7 +205,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2502 + * See google/container/v1beta1/cluster_service.proto;l=2515 * @return The bytes for projectId. */ @java.lang.Override @@ -237,7 +237,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2511 + * google/container/v1beta1/cluster_service.proto;l=2524 * @return The zone. */ @java.lang.Override @@ -266,7 +266,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2511 + * google/container/v1beta1/cluster_service.proto;l=2524 * @return The bytes for zone. */ @java.lang.Override @@ -297,7 +297,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2518 + * See google/container/v1beta1/cluster_service.proto;l=2531 * @return The clusterId. */ @java.lang.Override @@ -325,7 +325,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2518 + * See google/container/v1beta1/cluster_service.proto;l=2531 * @return The bytes for clusterId. */ @java.lang.Override @@ -356,7 +356,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2525 + * See google/container/v1beta1/cluster_service.proto;l=2538 * @return The nodePoolId. */ @java.lang.Override @@ -384,7 +384,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2525 + * See google/container/v1beta1/cluster_service.proto;l=2538 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -933,7 +933,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2502 + * See google/container/v1beta1/cluster_service.proto;l=2515 * @return The projectId. */ @java.lang.Deprecated @@ -961,7 +961,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2502 + * See google/container/v1beta1/cluster_service.proto;l=2515 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -989,7 +989,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2502 + * See google/container/v1beta1/cluster_service.proto;l=2515 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1016,7 +1016,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2502 + * See google/container/v1beta1/cluster_service.proto;l=2515 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1039,7 +1039,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2502 + * See google/container/v1beta1/cluster_service.proto;l=2515 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1069,7 +1069,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2511 + * google/container/v1beta1/cluster_service.proto;l=2524 * @return The zone. */ @java.lang.Deprecated @@ -1097,7 +1097,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2511 + * google/container/v1beta1/cluster_service.proto;l=2524 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1125,7 +1125,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2511 + * google/container/v1beta1/cluster_service.proto;l=2524 * @param value The zone to set. * @return This builder for chaining. */ @@ -1152,7 +1152,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2511 + * google/container/v1beta1/cluster_service.proto;l=2524 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1175,7 +1175,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2511 + * google/container/v1beta1/cluster_service.proto;l=2524 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1204,7 +1204,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2518 + * See google/container/v1beta1/cluster_service.proto;l=2531 * @return The clusterId. */ @java.lang.Deprecated @@ -1231,7 +1231,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2518 + * See google/container/v1beta1/cluster_service.proto;l=2531 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1258,7 +1258,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2518 + * See google/container/v1beta1/cluster_service.proto;l=2531 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1284,7 +1284,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2518 + * See google/container/v1beta1/cluster_service.proto;l=2531 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1306,7 +1306,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2518 + * See google/container/v1beta1/cluster_service.proto;l=2531 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1335,7 +1335,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=2525 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=2538 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1362,7 +1362,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=2525 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=2538 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1389,7 +1389,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=2525 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=2538 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1415,7 +1415,7 @@ public Builder setNodePoolId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=2525 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=2538 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1437,7 +1437,7 @@ public Builder clearNodePoolId() { * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.node_pool_id is - * deprecated. See google/container/v1beta1/cluster_service.proto;l=2525 + * deprecated. See google/container/v1beta1/cluster_service.proto;l=2538 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolAutoscalingRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolAutoscalingRequestOrBuilder.java index b6694ff9..f6ef66bd 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolAutoscalingRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolAutoscalingRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2502 + * See google/container/v1beta1/cluster_service.proto;l=2515 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2502 + * See google/container/v1beta1/cluster_service.proto;l=2515 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2511 + * google/container/v1beta1/cluster_service.proto;l=2524 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2511 + * google/container/v1beta1/cluster_service.proto;l=2524 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2518 + * See google/container/v1beta1/cluster_service.proto;l=2531 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2518 + * See google/container/v1beta1/cluster_service.proto;l=2531 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -144,7 +144,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2525 + * See google/container/v1beta1/cluster_service.proto;l=2538 * @return The nodePoolId. */ @java.lang.Deprecated @@ -161,7 +161,7 @@ public interface SetNodePoolAutoscalingRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolAutoscalingRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=2525 + * See google/container/v1beta1/cluster_service.proto;l=2538 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolManagementRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolManagementRequest.java index cc94a7e9..194e523b 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolManagementRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolManagementRequest.java @@ -177,7 +177,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3637 + * google/container/v1beta1/cluster_service.proto;l=3650 * @return The projectId. */ @java.lang.Override @@ -206,7 +206,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3637 + * google/container/v1beta1/cluster_service.proto;l=3650 * @return The bytes for projectId. */ @java.lang.Override @@ -238,7 +238,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3646 + * google/container/v1beta1/cluster_service.proto;l=3659 * @return The zone. */ @java.lang.Override @@ -267,7 +267,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3646 + * google/container/v1beta1/cluster_service.proto;l=3659 * @return The bytes for zone. */ @java.lang.Override @@ -298,7 +298,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3653 + * google/container/v1beta1/cluster_service.proto;l=3666 * @return The clusterId. */ @java.lang.Override @@ -326,7 +326,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3653 + * google/container/v1beta1/cluster_service.proto;l=3666 * @return The bytes for clusterId. */ @java.lang.Override @@ -357,7 +357,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3660 + * See google/container/v1beta1/cluster_service.proto;l=3673 * @return The nodePoolId. */ @java.lang.Override @@ -385,7 +385,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3660 + * See google/container/v1beta1/cluster_service.proto;l=3673 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -935,7 +935,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3637 + * See google/container/v1beta1/cluster_service.proto;l=3650 * @return The projectId. */ @java.lang.Deprecated @@ -963,7 +963,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3637 + * See google/container/v1beta1/cluster_service.proto;l=3650 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -991,7 +991,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3637 + * See google/container/v1beta1/cluster_service.proto;l=3650 * @param value The projectId to set. * @return This builder for chaining. */ @@ -1018,7 +1018,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3637 + * See google/container/v1beta1/cluster_service.proto;l=3650 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1041,7 +1041,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.project_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3637 + * See google/container/v1beta1/cluster_service.proto;l=3650 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1071,7 +1071,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3646 + * google/container/v1beta1/cluster_service.proto;l=3659 * @return The zone. */ @java.lang.Deprecated @@ -1099,7 +1099,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3646 + * google/container/v1beta1/cluster_service.proto;l=3659 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1127,7 +1127,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3646 + * google/container/v1beta1/cluster_service.proto;l=3659 * @param value The zone to set. * @return This builder for chaining. */ @@ -1154,7 +1154,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3646 + * google/container/v1beta1/cluster_service.proto;l=3659 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1177,7 +1177,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3646 + * google/container/v1beta1/cluster_service.proto;l=3659 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1206,7 +1206,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3653 + * See google/container/v1beta1/cluster_service.proto;l=3666 * @return The clusterId. */ @java.lang.Deprecated @@ -1233,7 +1233,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3653 + * See google/container/v1beta1/cluster_service.proto;l=3666 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1260,7 +1260,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3653 + * See google/container/v1beta1/cluster_service.proto;l=3666 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1286,7 +1286,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3653 + * See google/container/v1beta1/cluster_service.proto;l=3666 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1308,7 +1308,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.cluster_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3653 + * See google/container/v1beta1/cluster_service.proto;l=3666 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1337,7 +1337,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3660 + * See google/container/v1beta1/cluster_service.proto;l=3673 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1364,7 +1364,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3660 + * See google/container/v1beta1/cluster_service.proto;l=3673 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1391,7 +1391,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3660 + * See google/container/v1beta1/cluster_service.proto;l=3673 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1417,7 +1417,7 @@ public Builder setNodePoolId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3660 + * See google/container/v1beta1/cluster_service.proto;l=3673 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1439,7 +1439,7 @@ public Builder clearNodePoolId() { * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3660 + * See google/container/v1beta1/cluster_service.proto;l=3673 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolManagementRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolManagementRequestOrBuilder.java index 8e66cbdd..f761b881 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolManagementRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolManagementRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetNodePoolManagementRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3637 + * google/container/v1beta1/cluster_service.proto;l=3650 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetNodePoolManagementRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3637 + * google/container/v1beta1/cluster_service.proto;l=3650 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3646 + * google/container/v1beta1/cluster_service.proto;l=3659 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetNodePoolManagementRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3646 + * google/container/v1beta1/cluster_service.proto;l=3659 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetNodePoolManagementRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3653 + * google/container/v1beta1/cluster_service.proto;l=3666 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetNodePoolManagementRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3653 + * google/container/v1beta1/cluster_service.proto;l=3666 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -144,7 +144,7 @@ public interface SetNodePoolManagementRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3660 + * See google/container/v1beta1/cluster_service.proto;l=3673 * @return The nodePoolId. */ @java.lang.Deprecated @@ -161,7 +161,7 @@ public interface SetNodePoolManagementRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolManagementRequest.node_pool_id is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=3660 + * See google/container/v1beta1/cluster_service.proto;l=3673 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolSizeRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolSizeRequest.java index cb82637a..f6fb7263 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolSizeRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolSizeRequest.java @@ -165,7 +165,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3679 + * google/container/v1beta1/cluster_service.proto;l=3692 * @return The projectId. */ @java.lang.Override @@ -194,7 +194,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3679 + * google/container/v1beta1/cluster_service.proto;l=3692 * @return The bytes for projectId. */ @java.lang.Override @@ -226,7 +226,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3688 + * google/container/v1beta1/cluster_service.proto;l=3701 * @return The zone. */ @java.lang.Override @@ -255,7 +255,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3688 + * google/container/v1beta1/cluster_service.proto;l=3701 * @return The bytes for zone. */ @java.lang.Override @@ -286,7 +286,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3695 + * google/container/v1beta1/cluster_service.proto;l=3708 * @return The clusterId. */ @java.lang.Override @@ -314,7 +314,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3695 + * google/container/v1beta1/cluster_service.proto;l=3708 * @return The bytes for clusterId. */ @java.lang.Override @@ -345,7 +345,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3702 + * google/container/v1beta1/cluster_service.proto;l=3715 * @return The nodePoolId. */ @java.lang.Override @@ -373,7 +373,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3702 + * google/container/v1beta1/cluster_service.proto;l=3715 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -872,7 +872,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3679 + * google/container/v1beta1/cluster_service.proto;l=3692 * @return The projectId. */ @java.lang.Deprecated @@ -900,7 +900,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3679 + * google/container/v1beta1/cluster_service.proto;l=3692 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -928,7 +928,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3679 + * google/container/v1beta1/cluster_service.proto;l=3692 * @param value The projectId to set. * @return This builder for chaining. */ @@ -955,7 +955,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3679 + * google/container/v1beta1/cluster_service.proto;l=3692 * @return This builder for chaining. */ @java.lang.Deprecated @@ -978,7 +978,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3679 + * google/container/v1beta1/cluster_service.proto;l=3692 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -1008,7 +1008,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3688 + * google/container/v1beta1/cluster_service.proto;l=3701 * @return The zone. */ @java.lang.Deprecated @@ -1036,7 +1036,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3688 + * google/container/v1beta1/cluster_service.proto;l=3701 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1064,7 +1064,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3688 + * google/container/v1beta1/cluster_service.proto;l=3701 * @param value The zone to set. * @return This builder for chaining. */ @@ -1091,7 +1091,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3688 + * google/container/v1beta1/cluster_service.proto;l=3701 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1114,7 +1114,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3688 + * google/container/v1beta1/cluster_service.proto;l=3701 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1143,7 +1143,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3695 + * google/container/v1beta1/cluster_service.proto;l=3708 * @return The clusterId. */ @java.lang.Deprecated @@ -1170,7 +1170,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3695 + * google/container/v1beta1/cluster_service.proto;l=3708 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1197,7 +1197,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3695 + * google/container/v1beta1/cluster_service.proto;l=3708 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1223,7 +1223,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3695 + * google/container/v1beta1/cluster_service.proto;l=3708 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1245,7 +1245,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3695 + * google/container/v1beta1/cluster_service.proto;l=3708 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -1274,7 +1274,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3702 + * google/container/v1beta1/cluster_service.proto;l=3715 * @return The nodePoolId. */ @java.lang.Deprecated @@ -1301,7 +1301,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3702 + * google/container/v1beta1/cluster_service.proto;l=3715 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -1328,7 +1328,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3702 + * google/container/v1beta1/cluster_service.proto;l=3715 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -1354,7 +1354,7 @@ public Builder setNodePoolId(java.lang.String value) { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3702 + * google/container/v1beta1/cluster_service.proto;l=3715 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1376,7 +1376,7 @@ public Builder clearNodePoolId() { * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3702 + * google/container/v1beta1/cluster_service.proto;l=3715 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolSizeRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolSizeRequestOrBuilder.java index f4fcf542..94f19def 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolSizeRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/SetNodePoolSizeRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface SetNodePoolSizeRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3679 + * google/container/v1beta1/cluster_service.proto;l=3692 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface SetNodePoolSizeRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3679 + * google/container/v1beta1/cluster_service.proto;l=3692 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3688 + * google/container/v1beta1/cluster_service.proto;l=3701 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface SetNodePoolSizeRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3688 + * google/container/v1beta1/cluster_service.proto;l=3701 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface SetNodePoolSizeRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3695 + * google/container/v1beta1/cluster_service.proto;l=3708 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface SetNodePoolSizeRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3695 + * google/container/v1beta1/cluster_service.proto;l=3708 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -144,7 +144,7 @@ public interface SetNodePoolSizeRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3702 + * google/container/v1beta1/cluster_service.proto;l=3715 * @return The nodePoolId. */ @java.lang.Deprecated @@ -161,7 +161,7 @@ public interface SetNodePoolSizeRequestOrBuilder * * * @deprecated google.container.v1beta1.SetNodePoolSizeRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=3702 + * google/container/v1beta1/cluster_service.proto;l=3715 * @return The bytes for nodePoolId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StartIPRotationRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StartIPRotationRequest.java index f59acc70..1f286f02 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StartIPRotationRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StartIPRotationRequest.java @@ -158,7 +158,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4031 + * google/container/v1beta1/cluster_service.proto;l=4044 * @return The projectId. */ @java.lang.Override @@ -187,7 +187,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4031 + * google/container/v1beta1/cluster_service.proto;l=4044 * @return The bytes for projectId. */ @java.lang.Override @@ -219,7 +219,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4040 + * google/container/v1beta1/cluster_service.proto;l=4053 * @return The zone. */ @java.lang.Override @@ -248,7 +248,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4040 + * google/container/v1beta1/cluster_service.proto;l=4053 * @return The bytes for zone. */ @java.lang.Override @@ -279,7 +279,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4047 + * google/container/v1beta1/cluster_service.proto;l=4060 * @return The clusterId. */ @java.lang.Override @@ -307,7 +307,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4047 + * google/container/v1beta1/cluster_service.proto;l=4060 * @return The bytes for clusterId. */ @java.lang.Override @@ -789,7 +789,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4031 + * google/container/v1beta1/cluster_service.proto;l=4044 * @return The projectId. */ @java.lang.Deprecated @@ -817,7 +817,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4031 + * google/container/v1beta1/cluster_service.proto;l=4044 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -845,7 +845,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4031 + * google/container/v1beta1/cluster_service.proto;l=4044 * @param value The projectId to set. * @return This builder for chaining. */ @@ -872,7 +872,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4031 + * google/container/v1beta1/cluster_service.proto;l=4044 * @return This builder for chaining. */ @java.lang.Deprecated @@ -895,7 +895,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4031 + * google/container/v1beta1/cluster_service.proto;l=4044 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -925,7 +925,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4040 + * google/container/v1beta1/cluster_service.proto;l=4053 * @return The zone. */ @java.lang.Deprecated @@ -953,7 +953,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4040 + * google/container/v1beta1/cluster_service.proto;l=4053 * @return The bytes for zone. */ @java.lang.Deprecated @@ -981,7 +981,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4040 + * google/container/v1beta1/cluster_service.proto;l=4053 * @param value The zone to set. * @return This builder for chaining. */ @@ -1008,7 +1008,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4040 + * google/container/v1beta1/cluster_service.proto;l=4053 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1031,7 +1031,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4040 + * google/container/v1beta1/cluster_service.proto;l=4053 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1060,7 +1060,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4047 + * google/container/v1beta1/cluster_service.proto;l=4060 * @return The clusterId. */ @java.lang.Deprecated @@ -1087,7 +1087,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4047 + * google/container/v1beta1/cluster_service.proto;l=4060 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1114,7 +1114,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4047 + * google/container/v1beta1/cluster_service.proto;l=4060 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1140,7 +1140,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4047 + * google/container/v1beta1/cluster_service.proto;l=4060 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1162,7 +1162,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4047 + * google/container/v1beta1/cluster_service.proto;l=4060 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StartIPRotationRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StartIPRotationRequestOrBuilder.java index 68dbcdd5..9d5d1afe 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StartIPRotationRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StartIPRotationRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface StartIPRotationRequestOrBuilder * * * @deprecated google.container.v1beta1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4031 + * google/container/v1beta1/cluster_service.proto;l=4044 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface StartIPRotationRequestOrBuilder * * * @deprecated google.container.v1beta1.StartIPRotationRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4031 + * google/container/v1beta1/cluster_service.proto;l=4044 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface StartIPRotationRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4040 + * google/container/v1beta1/cluster_service.proto;l=4053 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface StartIPRotationRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.StartIPRotationRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4040 + * google/container/v1beta1/cluster_service.proto;l=4053 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface StartIPRotationRequestOrBuilder * * * @deprecated google.container.v1beta1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4047 + * google/container/v1beta1/cluster_service.proto;l=4060 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface StartIPRotationRequestOrBuilder * * * @deprecated google.container.v1beta1.StartIPRotationRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4047 + * google/container/v1beta1/cluster_service.proto;l=4060 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StatusCondition.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StatusCondition.java index df05dd7d..d64de477 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StatusCondition.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StatusCondition.java @@ -397,7 +397,7 @@ private Code(int value) { * .google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.StatusCondition.code is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4334 + * google/container/v1beta1/cluster_service.proto;l=4347 * @return The enum numeric value on the wire for code. */ @java.lang.Override @@ -416,7 +416,7 @@ public int getCodeValue() { * .google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.StatusCondition.code is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4334 + * google/container/v1beta1/cluster_service.proto;l=4347 * @return The code. */ @java.lang.Override @@ -871,7 +871,7 @@ public Builder mergeFrom( * .google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.StatusCondition.code is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4334 + * google/container/v1beta1/cluster_service.proto;l=4347 * @return The enum numeric value on the wire for code. */ @java.lang.Override @@ -890,7 +890,7 @@ public int getCodeValue() { * .google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.StatusCondition.code is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4334 + * google/container/v1beta1/cluster_service.proto;l=4347 * @param value The enum numeric value on the wire for code to set. * @return This builder for chaining. */ @@ -912,7 +912,7 @@ public Builder setCodeValue(int value) { * .google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.StatusCondition.code is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4334 + * google/container/v1beta1/cluster_service.proto;l=4347 * @return The code. */ @java.lang.Override @@ -936,7 +936,7 @@ public com.google.container.v1beta1.StatusCondition.Code getCode() { * .google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.StatusCondition.code is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4334 + * google/container/v1beta1/cluster_service.proto;l=4347 * @param value The code to set. * @return This builder for chaining. */ @@ -961,7 +961,7 @@ public Builder setCode(com.google.container.v1beta1.StatusCondition.Code value) * .google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.StatusCondition.code is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4334 + * google/container/v1beta1/cluster_service.proto;l=4347 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StatusConditionOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StatusConditionOrBuilder.java index 3a28b52f..a982749e 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StatusConditionOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/StatusConditionOrBuilder.java @@ -34,7 +34,7 @@ public interface StatusConditionOrBuilder * .google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.StatusCondition.code is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4334 + * google/container/v1beta1/cluster_service.proto;l=4347 * @return The enum numeric value on the wire for code. */ @java.lang.Deprecated @@ -50,7 +50,7 @@ public interface StatusConditionOrBuilder * .google.container.v1beta1.StatusCondition.Code code = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.StatusCondition.code is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4334 + * google/container/v1beta1/cluster_service.proto;l=4347 * @return The code. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateClusterRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateClusterRequest.java index 1842de2f..2a83266e 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateClusterRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateClusterRequest.java @@ -168,7 +168,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2366 + * google/container/v1beta1/cluster_service.proto;l=2376 * @return The projectId. */ @java.lang.Override @@ -197,7 +197,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2366 + * google/container/v1beta1/cluster_service.proto;l=2376 * @return The bytes for projectId. */ @java.lang.Override @@ -229,7 +229,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2375 + * google/container/v1beta1/cluster_service.proto;l=2385 * @return The zone. */ @java.lang.Override @@ -258,7 +258,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2375 + * google/container/v1beta1/cluster_service.proto;l=2385 * @return The bytes for zone. */ @java.lang.Override @@ -289,7 +289,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2382 + * google/container/v1beta1/cluster_service.proto;l=2392 * @return The clusterId. */ @java.lang.Override @@ -317,7 +317,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2382 + * google/container/v1beta1/cluster_service.proto;l=2392 * @return The bytes for clusterId. */ @java.lang.Override @@ -847,7 +847,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2366 + * google/container/v1beta1/cluster_service.proto;l=2376 * @return The projectId. */ @java.lang.Deprecated @@ -875,7 +875,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2366 + * google/container/v1beta1/cluster_service.proto;l=2376 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -903,7 +903,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2366 + * google/container/v1beta1/cluster_service.proto;l=2376 * @param value The projectId to set. * @return This builder for chaining. */ @@ -930,7 +930,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2366 + * google/container/v1beta1/cluster_service.proto;l=2376 * @return This builder for chaining. */ @java.lang.Deprecated @@ -953,7 +953,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2366 + * google/container/v1beta1/cluster_service.proto;l=2376 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -983,7 +983,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2375 + * google/container/v1beta1/cluster_service.proto;l=2385 * @return The zone. */ @java.lang.Deprecated @@ -1011,7 +1011,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2375 + * google/container/v1beta1/cluster_service.proto;l=2385 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1039,7 +1039,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2375 + * google/container/v1beta1/cluster_service.proto;l=2385 * @param value The zone to set. * @return This builder for chaining. */ @@ -1066,7 +1066,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2375 + * google/container/v1beta1/cluster_service.proto;l=2385 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1089,7 +1089,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2375 + * google/container/v1beta1/cluster_service.proto;l=2385 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1118,7 +1118,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2382 + * google/container/v1beta1/cluster_service.proto;l=2392 * @return The clusterId. */ @java.lang.Deprecated @@ -1145,7 +1145,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2382 + * google/container/v1beta1/cluster_service.proto;l=2392 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1172,7 +1172,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2382 + * google/container/v1beta1/cluster_service.proto;l=2392 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1198,7 +1198,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2382 + * google/container/v1beta1/cluster_service.proto;l=2392 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1220,7 +1220,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2382 + * google/container/v1beta1/cluster_service.proto;l=2392 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateClusterRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateClusterRequestOrBuilder.java index 9e80bd9b..8506ea0d 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateClusterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateClusterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface UpdateClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2366 + * google/container/v1beta1/cluster_service.proto;l=2376 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface UpdateClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateClusterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2366 + * google/container/v1beta1/cluster_service.proto;l=2376 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface UpdateClusterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2375 + * google/container/v1beta1/cluster_service.proto;l=2385 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface UpdateClusterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateClusterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2375 + * google/container/v1beta1/cluster_service.proto;l=2385 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface UpdateClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2382 + * google/container/v1beta1/cluster_service.proto;l=2392 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface UpdateClusterRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateClusterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2382 + * google/container/v1beta1/cluster_service.proto;l=2392 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateMasterRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateMasterRequest.java index ad7113ed..c940ef19 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateMasterRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateMasterRequest.java @@ -160,7 +160,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2707 + * google/container/v1beta1/cluster_service.proto;l=2720 * @return The projectId. */ @java.lang.Override @@ -189,7 +189,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2707 + * google/container/v1beta1/cluster_service.proto;l=2720 * @return The bytes for projectId. */ @java.lang.Override @@ -221,7 +221,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2716 + * google/container/v1beta1/cluster_service.proto;l=2729 * @return The zone. */ @java.lang.Override @@ -250,7 +250,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2716 + * google/container/v1beta1/cluster_service.proto;l=2729 * @return The bytes for zone. */ @java.lang.Override @@ -281,7 +281,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2723 + * google/container/v1beta1/cluster_service.proto;l=2736 * @return The clusterId. */ @java.lang.Override @@ -309,7 +309,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2723 + * google/container/v1beta1/cluster_service.proto;l=2736 * @return The bytes for clusterId. */ @java.lang.Override @@ -835,7 +835,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2707 + * google/container/v1beta1/cluster_service.proto;l=2720 * @return The projectId. */ @java.lang.Deprecated @@ -863,7 +863,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2707 + * google/container/v1beta1/cluster_service.proto;l=2720 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -891,7 +891,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2707 + * google/container/v1beta1/cluster_service.proto;l=2720 * @param value The projectId to set. * @return This builder for chaining. */ @@ -918,7 +918,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2707 + * google/container/v1beta1/cluster_service.proto;l=2720 * @return This builder for chaining. */ @java.lang.Deprecated @@ -941,7 +941,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2707 + * google/container/v1beta1/cluster_service.proto;l=2720 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -971,7 +971,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2716 + * google/container/v1beta1/cluster_service.proto;l=2729 * @return The zone. */ @java.lang.Deprecated @@ -999,7 +999,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2716 + * google/container/v1beta1/cluster_service.proto;l=2729 * @return The bytes for zone. */ @java.lang.Deprecated @@ -1027,7 +1027,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2716 + * google/container/v1beta1/cluster_service.proto;l=2729 * @param value The zone to set. * @return This builder for chaining. */ @@ -1054,7 +1054,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2716 + * google/container/v1beta1/cluster_service.proto;l=2729 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1077,7 +1077,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2716 + * google/container/v1beta1/cluster_service.proto;l=2729 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -1106,7 +1106,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2723 + * google/container/v1beta1/cluster_service.proto;l=2736 * @return The clusterId. */ @java.lang.Deprecated @@ -1133,7 +1133,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2723 + * google/container/v1beta1/cluster_service.proto;l=2736 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -1160,7 +1160,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2723 + * google/container/v1beta1/cluster_service.proto;l=2736 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -1186,7 +1186,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2723 + * google/container/v1beta1/cluster_service.proto;l=2736 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1208,7 +1208,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2723 + * google/container/v1beta1/cluster_service.proto;l=2736 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateMasterRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateMasterRequestOrBuilder.java index 15b97870..4303b499 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateMasterRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateMasterRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface UpdateMasterRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2707 + * google/container/v1beta1/cluster_service.proto;l=2720 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface UpdateMasterRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateMasterRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2707 + * google/container/v1beta1/cluster_service.proto;l=2720 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface UpdateMasterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2716 + * google/container/v1beta1/cluster_service.proto;l=2729 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface UpdateMasterRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateMasterRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2716 + * google/container/v1beta1/cluster_service.proto;l=2729 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface UpdateMasterRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2723 + * google/container/v1beta1/cluster_service.proto;l=2736 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface UpdateMasterRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateMasterRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2723 + * google/container/v1beta1/cluster_service.proto;l=2736 * @return The bytes for clusterId. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateNodePoolRequest.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateNodePoolRequest.java index 90f82c74..df09b5d6 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateNodePoolRequest.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateNodePoolRequest.java @@ -313,6 +313,23 @@ private UpdateNodePoolRequest( gvnic_ = subBuilder.buildPartial(); } + break; + } + case 258: + { + com.google.container.v1beta1.NodePoolLoggingConfig.Builder subBuilder = null; + if (loggingConfig_ != null) { + subBuilder = loggingConfig_.toBuilder(); + } + loggingConfig_ = + input.readMessage( + com.google.container.v1beta1.NodePoolLoggingConfig.parser(), + extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(loggingConfig_); + loggingConfig_ = subBuilder.buildPartial(); + } + break; } default: @@ -369,7 +386,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2400 + * google/container/v1beta1/cluster_service.proto;l=2410 * @return The projectId. */ @java.lang.Override @@ -398,7 +415,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2400 + * google/container/v1beta1/cluster_service.proto;l=2410 * @return The bytes for projectId. */ @java.lang.Override @@ -430,7 +447,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2409 + * google/container/v1beta1/cluster_service.proto;l=2419 * @return The zone. */ @java.lang.Override @@ -459,7 +476,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2409 + * google/container/v1beta1/cluster_service.proto;l=2419 * @return The bytes for zone. */ @java.lang.Override @@ -490,7 +507,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2416 + * google/container/v1beta1/cluster_service.proto;l=2426 * @return The clusterId. */ @java.lang.Override @@ -518,7 +535,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2416 + * google/container/v1beta1/cluster_service.proto;l=2426 * @return The bytes for clusterId. */ @java.lang.Override @@ -549,7 +566,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2423 + * google/container/v1beta1/cluster_service.proto;l=2433 * @return The nodePoolId. */ @java.lang.Override @@ -577,7 +594,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2423 + * google/container/v1beta1/cluster_service.proto;l=2433 * @return The bytes for nodePoolId. */ @java.lang.Override @@ -1381,6 +1398,54 @@ public com.google.container.v1beta1.VirtualNICOrBuilder getGvnicOrBuilder() { return getGvnic(); } + public static final int LOGGING_CONFIG_FIELD_NUMBER = 32; + private com.google.container.v1beta1.NodePoolLoggingConfig loggingConfig_; + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + * + * @return Whether the loggingConfig field is set. + */ + @java.lang.Override + public boolean hasLoggingConfig() { + return loggingConfig_ != null; + } + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + * + * @return The loggingConfig. + */ + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfig getLoggingConfig() { + return loggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + */ + @java.lang.Override + public com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + return getLoggingConfig(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -1452,6 +1517,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (gvnic_ != null) { output.writeMessage(29, getGvnic()); } + if (loggingConfig_ != null) { + output.writeMessage(32, getLoggingConfig()); + } unknownFields.writeTo(output); } @@ -1524,6 +1592,9 @@ public int getSerializedSize() { if (gvnic_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(29, getGvnic()); } + if (loggingConfig_ != null) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(32, getLoggingConfig()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -1592,6 +1663,10 @@ public boolean equals(final java.lang.Object obj) { if (hasGvnic()) { if (!getGvnic().equals(other.getGvnic())) return false; } + if (hasLoggingConfig() != other.hasLoggingConfig()) return false; + if (hasLoggingConfig()) { + if (!getLoggingConfig().equals(other.getLoggingConfig())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -1665,6 +1740,10 @@ public int hashCode() { hash = (37 * hash) + GVNIC_FIELD_NUMBER; hash = (53 * hash) + getGvnic().hashCode(); } + if (hasLoggingConfig()) { + hash = (37 * hash) + LOGGING_CONFIG_FIELD_NUMBER; + hash = (53 * hash) + getLoggingConfig().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -1892,6 +1971,12 @@ public Builder clear() { gvnic_ = null; gvnicBuilder_ = null; } + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } return this; } @@ -1987,6 +2072,11 @@ public com.google.container.v1beta1.UpdateNodePoolRequest buildPartial() { } else { result.gvnic_ = gvnicBuilder_.build(); } + if (loggingConfigBuilder_ == null) { + result.loggingConfig_ = loggingConfig_; + } else { + result.loggingConfig_ = loggingConfigBuilder_.build(); + } onBuilt(); return result; } @@ -2108,6 +2198,9 @@ public Builder mergeFrom(com.google.container.v1beta1.UpdateNodePoolRequest othe if (other.hasGvnic()) { mergeGvnic(other.getGvnic()); } + if (other.hasLoggingConfig()) { + mergeLoggingConfig(other.getLoggingConfig()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -2154,7 +2247,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2400 + * google/container/v1beta1/cluster_service.proto;l=2410 * @return The projectId. */ @java.lang.Deprecated @@ -2182,7 +2275,7 @@ public java.lang.String getProjectId() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2400 + * google/container/v1beta1/cluster_service.proto;l=2410 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -2210,7 +2303,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2400 + * google/container/v1beta1/cluster_service.proto;l=2410 * @param value The projectId to set. * @return This builder for chaining. */ @@ -2237,7 +2330,7 @@ public Builder setProjectId(java.lang.String value) { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2400 + * google/container/v1beta1/cluster_service.proto;l=2410 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2260,7 +2353,7 @@ public Builder clearProjectId() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2400 + * google/container/v1beta1/cluster_service.proto;l=2410 * @param value The bytes for projectId to set. * @return This builder for chaining. */ @@ -2290,7 +2383,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2409 + * google/container/v1beta1/cluster_service.proto;l=2419 * @return The zone. */ @java.lang.Deprecated @@ -2318,7 +2411,7 @@ public java.lang.String getZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2409 + * google/container/v1beta1/cluster_service.proto;l=2419 * @return The bytes for zone. */ @java.lang.Deprecated @@ -2346,7 +2439,7 @@ public com.google.protobuf.ByteString getZoneBytes() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2409 + * google/container/v1beta1/cluster_service.proto;l=2419 * @param value The zone to set. * @return This builder for chaining. */ @@ -2373,7 +2466,7 @@ public Builder setZone(java.lang.String value) { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2409 + * google/container/v1beta1/cluster_service.proto;l=2419 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2396,7 +2489,7 @@ public Builder clearZone() { * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2409 + * google/container/v1beta1/cluster_service.proto;l=2419 * @param value The bytes for zone to set. * @return This builder for chaining. */ @@ -2425,7 +2518,7 @@ public Builder setZoneBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2416 + * google/container/v1beta1/cluster_service.proto;l=2426 * @return The clusterId. */ @java.lang.Deprecated @@ -2452,7 +2545,7 @@ public java.lang.String getClusterId() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2416 + * google/container/v1beta1/cluster_service.proto;l=2426 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -2479,7 +2572,7 @@ public com.google.protobuf.ByteString getClusterIdBytes() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2416 + * google/container/v1beta1/cluster_service.proto;l=2426 * @param value The clusterId to set. * @return This builder for chaining. */ @@ -2505,7 +2598,7 @@ public Builder setClusterId(java.lang.String value) { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2416 + * google/container/v1beta1/cluster_service.proto;l=2426 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2527,7 +2620,7 @@ public Builder clearClusterId() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2416 + * google/container/v1beta1/cluster_service.proto;l=2426 * @param value The bytes for clusterId to set. * @return This builder for chaining. */ @@ -2556,7 +2649,7 @@ public Builder setClusterIdBytes(com.google.protobuf.ByteString value) { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2423 + * google/container/v1beta1/cluster_service.proto;l=2433 * @return The nodePoolId. */ @java.lang.Deprecated @@ -2583,7 +2676,7 @@ public java.lang.String getNodePoolId() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2423 + * google/container/v1beta1/cluster_service.proto;l=2433 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -2610,7 +2703,7 @@ public com.google.protobuf.ByteString getNodePoolIdBytes() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2423 + * google/container/v1beta1/cluster_service.proto;l=2433 * @param value The nodePoolId to set. * @return This builder for chaining. */ @@ -2636,7 +2729,7 @@ public Builder setNodePoolId(java.lang.String value) { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2423 + * google/container/v1beta1/cluster_service.proto;l=2433 * @return This builder for chaining. */ @java.lang.Deprecated @@ -2658,7 +2751,7 @@ public Builder clearNodePoolId() { * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2423 + * google/container/v1beta1/cluster_service.proto;l=2433 * @param value The bytes for nodePoolId to set. * @return This builder for chaining. */ @@ -5358,6 +5451,192 @@ public com.google.container.v1beta1.VirtualNICOrBuilder getGvnicOrBuilder() { return gvnicBuilder_; } + private com.google.container.v1beta1.NodePoolLoggingConfig loggingConfig_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder> + loggingConfigBuilder_; + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + * + * @return Whether the loggingConfig field is set. + */ + public boolean hasLoggingConfig() { + return loggingConfigBuilder_ != null || loggingConfig_ != null; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + * + * @return The loggingConfig. + */ + public com.google.container.v1beta1.NodePoolLoggingConfig getLoggingConfig() { + if (loggingConfigBuilder_ == null) { + return loggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } else { + return loggingConfigBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + */ + public Builder setLoggingConfig(com.google.container.v1beta1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + loggingConfig_ = value; + onChanged(); + } else { + loggingConfigBuilder_.setMessage(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + */ + public Builder setLoggingConfig( + com.google.container.v1beta1.NodePoolLoggingConfig.Builder builderForValue) { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = builderForValue.build(); + onChanged(); + } else { + loggingConfigBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + */ + public Builder mergeLoggingConfig(com.google.container.v1beta1.NodePoolLoggingConfig value) { + if (loggingConfigBuilder_ == null) { + if (loggingConfig_ != null) { + loggingConfig_ = + com.google.container.v1beta1.NodePoolLoggingConfig.newBuilder(loggingConfig_) + .mergeFrom(value) + .buildPartial(); + } else { + loggingConfig_ = value; + } + onChanged(); + } else { + loggingConfigBuilder_.mergeFrom(value); + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + */ + public Builder clearLoggingConfig() { + if (loggingConfigBuilder_ == null) { + loggingConfig_ = null; + onChanged(); + } else { + loggingConfig_ = null; + loggingConfigBuilder_ = null; + } + + return this; + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + */ + public com.google.container.v1beta1.NodePoolLoggingConfig.Builder getLoggingConfigBuilder() { + + onChanged(); + return getLoggingConfigFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + */ + public com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder() { + if (loggingConfigBuilder_ != null) { + return loggingConfigBuilder_.getMessageOrBuilder(); + } else { + return loggingConfig_ == null + ? com.google.container.v1beta1.NodePoolLoggingConfig.getDefaultInstance() + : loggingConfig_; + } + } + /** + * + * + *
+     * Logging configuration.
+     * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder> + getLoggingConfigFieldBuilder() { + if (loggingConfigBuilder_ == null) { + loggingConfigBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.container.v1beta1.NodePoolLoggingConfig, + com.google.container.v1beta1.NodePoolLoggingConfig.Builder, + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder>( + getLoggingConfig(), getParentForChildren(), isClean()); + loggingConfig_ = null; + } + return loggingConfigBuilder_; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateNodePoolRequestOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateNodePoolRequestOrBuilder.java index 2516e4e7..81f4f8f7 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateNodePoolRequestOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/UpdateNodePoolRequestOrBuilder.java @@ -36,7 +36,7 @@ public interface UpdateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2400 + * google/container/v1beta1/cluster_service.proto;l=2410 * @return The projectId. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface UpdateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.project_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2400 + * google/container/v1beta1/cluster_service.proto;l=2410 * @return The bytes for projectId. */ @java.lang.Deprecated @@ -73,7 +73,7 @@ public interface UpdateNodePoolRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2409 + * google/container/v1beta1/cluster_service.proto;l=2419 * @return The zone. */ @java.lang.Deprecated @@ -91,7 +91,7 @@ public interface UpdateNodePoolRequestOrBuilder * string zone = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED]; * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.zone is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2409 + * google/container/v1beta1/cluster_service.proto;l=2419 * @return The bytes for zone. */ @java.lang.Deprecated @@ -109,7 +109,7 @@ public interface UpdateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2416 + * google/container/v1beta1/cluster_service.proto;l=2426 * @return The clusterId. */ @java.lang.Deprecated @@ -126,7 +126,7 @@ public interface UpdateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.cluster_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2416 + * google/container/v1beta1/cluster_service.proto;l=2426 * @return The bytes for clusterId. */ @java.lang.Deprecated @@ -144,7 +144,7 @@ public interface UpdateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2423 + * google/container/v1beta1/cluster_service.proto;l=2433 * @return The nodePoolId. */ @java.lang.Deprecated @@ -161,7 +161,7 @@ public interface UpdateNodePoolRequestOrBuilder * * * @deprecated google.container.v1beta1.UpdateNodePoolRequest.node_pool_id is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=2423 + * google/container/v1beta1/cluster_service.proto;l=2433 * @return The bytes for nodePoolId. */ @java.lang.Deprecated @@ -734,4 +734,39 @@ public interface UpdateNodePoolRequestOrBuilder * .google.container.v1beta1.VirtualNIC gvnic = 29; */ com.google.container.v1beta1.VirtualNICOrBuilder getGvnicOrBuilder(); + + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + * + * @return Whether the loggingConfig field is set. + */ + boolean hasLoggingConfig(); + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + * + * @return The loggingConfig. + */ + com.google.container.v1beta1.NodePoolLoggingConfig getLoggingConfig(); + /** + * + * + *
+   * Logging configuration.
+   * 
+ * + * .google.container.v1beta1.NodePoolLoggingConfig logging_config = 32; + */ + com.google.container.v1beta1.NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder(); } diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadIdentityConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadIdentityConfig.java index 867c5d68..6e656191 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadIdentityConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadIdentityConfig.java @@ -142,7 +142,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * string identity_namespace = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=4564 + * See google/container/v1beta1/cluster_service.proto;l=4577 * @return The identityNamespace. */ @java.lang.Override @@ -168,7 +168,7 @@ public java.lang.String getIdentityNamespace() { * string identity_namespace = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=4564 + * See google/container/v1beta1/cluster_service.proto;l=4577 * @return The bytes for identityNamespace. */ @java.lang.Override @@ -645,7 +645,7 @@ public Builder mergeFrom( * string identity_namespace = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=4564 + * See google/container/v1beta1/cluster_service.proto;l=4577 * @return The identityNamespace. */ @java.lang.Deprecated @@ -670,7 +670,7 @@ public java.lang.String getIdentityNamespace() { * string identity_namespace = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=4564 + * See google/container/v1beta1/cluster_service.proto;l=4577 * @return The bytes for identityNamespace. */ @java.lang.Deprecated @@ -695,7 +695,7 @@ public com.google.protobuf.ByteString getIdentityNamespaceBytes() { * string identity_namespace = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=4564 + * See google/container/v1beta1/cluster_service.proto;l=4577 * @param value The identityNamespace to set. * @return This builder for chaining. */ @@ -719,7 +719,7 @@ public Builder setIdentityNamespace(java.lang.String value) { * string identity_namespace = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=4564 + * See google/container/v1beta1/cluster_service.proto;l=4577 * @return This builder for chaining. */ @java.lang.Deprecated @@ -739,7 +739,7 @@ public Builder clearIdentityNamespace() { * string identity_namespace = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=4564 + * See google/container/v1beta1/cluster_service.proto;l=4577 * @param value The bytes for identityNamespace to set. * @return This builder for chaining. */ diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadIdentityConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadIdentityConfigOrBuilder.java index be628ff0..5cc970a8 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadIdentityConfigOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadIdentityConfigOrBuilder.java @@ -33,7 +33,7 @@ public interface WorkloadIdentityConfigOrBuilder * string identity_namespace = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=4564 + * See google/container/v1beta1/cluster_service.proto;l=4577 * @return The identityNamespace. */ @java.lang.Deprecated @@ -48,7 +48,7 @@ public interface WorkloadIdentityConfigOrBuilder * string identity_namespace = 1 [deprecated = true]; * * @deprecated google.container.v1beta1.WorkloadIdentityConfig.identity_namespace is deprecated. - * See google/container/v1beta1/cluster_service.proto;l=4564 + * See google/container/v1beta1/cluster_service.proto;l=4577 * @return The bytes for identityNamespace. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadMetadataConfig.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadMetadataConfig.java index 591bdc9d..9e3b4950 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadMetadataConfig.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadMetadataConfig.java @@ -507,7 +507,7 @@ private Mode(int value) { * * * @deprecated google.container.v1beta1.WorkloadMetadataConfig.node_metadata is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4187 + * google/container/v1beta1/cluster_service.proto;l=4200 * @return The enum numeric value on the wire for nodeMetadata. */ @java.lang.Override @@ -528,7 +528,7 @@ public int getNodeMetadataValue() { * * * @deprecated google.container.v1beta1.WorkloadMetadataConfig.node_metadata is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4187 + * google/container/v1beta1/cluster_service.proto;l=4200 * @return The nodeMetadata. */ @java.lang.Override @@ -935,7 +935,7 @@ public Builder mergeFrom( * * * @deprecated google.container.v1beta1.WorkloadMetadataConfig.node_metadata is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4187 + * google/container/v1beta1/cluster_service.proto;l=4200 * @return The enum numeric value on the wire for nodeMetadata. */ @java.lang.Override @@ -956,7 +956,7 @@ public int getNodeMetadataValue() { * * * @deprecated google.container.v1beta1.WorkloadMetadataConfig.node_metadata is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4187 + * google/container/v1beta1/cluster_service.proto;l=4200 * @param value The enum numeric value on the wire for nodeMetadata to set. * @return This builder for chaining. */ @@ -980,7 +980,7 @@ public Builder setNodeMetadataValue(int value) { * * * @deprecated google.container.v1beta1.WorkloadMetadataConfig.node_metadata is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4187 + * google/container/v1beta1/cluster_service.proto;l=4200 * @return The nodeMetadata. */ @java.lang.Override @@ -1006,7 +1006,7 @@ public com.google.container.v1beta1.WorkloadMetadataConfig.NodeMetadata getNodeM * * * @deprecated google.container.v1beta1.WorkloadMetadataConfig.node_metadata is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4187 + * google/container/v1beta1/cluster_service.proto;l=4200 * @param value The nodeMetadata to set. * @return This builder for chaining. */ @@ -1034,7 +1034,7 @@ public Builder setNodeMetadata( * * * @deprecated google.container.v1beta1.WorkloadMetadataConfig.node_metadata is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4187 + * google/container/v1beta1/cluster_service.proto;l=4200 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadMetadataConfigOrBuilder.java b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadMetadataConfigOrBuilder.java index 5cfebcc0..8d637d2c 100644 --- a/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadMetadataConfigOrBuilder.java +++ b/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/WorkloadMetadataConfigOrBuilder.java @@ -36,7 +36,7 @@ public interface WorkloadMetadataConfigOrBuilder * * * @deprecated google.container.v1beta1.WorkloadMetadataConfig.node_metadata is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4187 + * google/container/v1beta1/cluster_service.proto;l=4200 * @return The enum numeric value on the wire for nodeMetadata. */ @java.lang.Deprecated @@ -54,7 +54,7 @@ public interface WorkloadMetadataConfigOrBuilder * * * @deprecated google.container.v1beta1.WorkloadMetadataConfig.node_metadata is deprecated. See - * google/container/v1beta1/cluster_service.proto;l=4187 + * google/container/v1beta1/cluster_service.proto;l=4200 * @return The nodeMetadata. */ @java.lang.Deprecated diff --git a/proto-google-cloud-container-v1beta1/src/main/proto/google/container/v1beta1/cluster_service.proto b/proto-google-cloud-container-v1beta1/src/main/proto/google/container/v1beta1/cluster_service.proto index 78854c0c..0c53fdee 100644 --- a/proto-google-cloud-container-v1beta1/src/main/proto/google/container/v1beta1/cluster_service.proto +++ b/proto-google-cloud-container-v1beta1/src/main/proto/google/container/v1beta1/cluster_service.proto @@ -702,7 +702,7 @@ message NodeConfig { // `minCpuPlatform: "Intel Haswell"` or // `minCpuPlatform: "Intel Sandy Bridge"`. For more // information, read [how to specify min CPU - // platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + // platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). string min_cpu_platform = 13; // The workload metadata configuration for this node. @@ -752,6 +752,9 @@ message NodeConfig { // Confidential nodes config. // All the nodes in the node pool will be Confidential VM once enabled. ConfidentialNodes confidential_nodes = 35; + + // Logging configuration. + NodePoolLoggingConfig logging_config = 38; } // Specifies options for controlling advanced machine features. @@ -903,8 +906,9 @@ message ReservationAffinity { Type consume_reservation_type = 1; // Corresponds to the label key of a reservation resource. To target a - // SPECIFIC_RESERVATION by name, specify "googleapis.com/reservation-name" as - // the key and specify the name of your reservation as its value. + // SPECIFIC_RESERVATION by name, specify + // "compute.googleapis.com/reservation-name" as the key and specify the name + // of your reservation as its value. string key = 2; // Corresponds to the label value(s) of reservation resource(s). @@ -1923,6 +1927,9 @@ message NodePoolDefaults { message NodeConfigDefaults { // GCFS (Google Container File System, also known as Riptide) options. GcfsConfig gcfs_config = 1; + + // Logging configuration for node pools. + NodePoolLoggingConfig logging_config = 3; } // node pool configs that apply to all auto-provisioned node pools @@ -2123,6 +2130,9 @@ message ClusterUpdate { // Enable/Disable Protect API features for the cluster. optional ProtectConfig desired_protect_config = 112; + + // The desired node pool logging configuration defaults for the cluster. + NodePoolLoggingConfig desired_node_pool_logging_config = 116; } // This operation resource represents operations that may have happened or are @@ -2493,6 +2503,9 @@ message UpdateNodePoolRequest { // Enable or disable gvnic on the node pool. VirtualNIC gvnic = 29; + + // Logging configuration. + NodePoolLoggingConfig logging_config = 32; } // SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool. @@ -3848,7 +3861,7 @@ message AutoprovisioningNodePoolDefaults { // minCpuPlatform: Intel Haswell or // minCpuPlatform: Intel Sandy Bridge. For more // information, read [how to specify min CPU - // platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) + // platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). // This field is deprecated, min_cpu_platform should be specified using // https://cloud.google.com/requested-min-cpu-platform label selector on the // pod. @@ -5039,6 +5052,30 @@ message MonitoringConfig { ManagedPrometheusConfig managed_prometheus_config = 2; } +// NodePoolLoggingConfig specifies logging configuration for nodepools. +message NodePoolLoggingConfig { + // Logging variant configuration. + LoggingVariantConfig variant_config = 1; +} + +// LoggingVariantConfig specifies the behaviour of the logging component. +message LoggingVariantConfig { + // Logging component variants. + enum Variant { + // Default value. This shouldn't be used. + VARIANT_UNSPECIFIED = 0; + + // default logging variant. + DEFAULT = 1; + + // maximum logging throughput variant. + MAX_THROUGHPUT = 2; + } + + // Logging variant deployed on nodes. + Variant variant = 1; +} + // MonitoringComponentConfig is cluster monitoring component configuration. message MonitoringComponentConfig { // GKE components exposing metrics