Interface UpdateAzureNodePoolRequestOrBuilder

    • Method Detail

      • hasAzureNodePool

        boolean hasAzureNodePool()
         Required. The [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the azureNodePool field is set.
      • getAzureNodePool

        AzureNodePool getAzureNodePool()
         Required. The [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The azureNodePool.
      • getAzureNodePoolOrBuilder

        AzureNodePoolOrBuilder getAzureNodePoolOrBuilder()
         Required. The [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
      • getValidateOnly

        boolean getValidateOnly()
         If set, only validate the request, but don't actually update the node pool.
         
        bool validate_only = 2;
        Returns:
        The validateOnly.
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field can only include these
         fields from [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool]:
        
          *.  `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.ssh_config.authorized_key`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field can only include these
         fields from [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool]:
        
          *.  `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.ssh_config.authorized_key`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Mask of fields to update. At least one path must be supplied in
         this field. The elements of the repeated paths field can only include these
         fields from [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool]:
        
          *.  `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.ssh_config.authorized_key`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];