Class UpdateAwsNodePoolRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAwsNodePoolRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAwsNodePoolRequest.Builder>
      • getDefaultInstanceForType

        public UpdateAwsNodePoolRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public UpdateAwsNodePoolRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public UpdateAwsNodePoolRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public UpdateAwsNodePoolRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAwsNodePoolRequest.Builder>
      • addRepeatedField

        public UpdateAwsNodePoolRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAwsNodePoolRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAwsNodePoolRequest.Builder>
      • mergeFrom

        public UpdateAwsNodePoolRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateAwsNodePoolRequest.Builder>
        Throws:
        IOException
      • hasAwsNodePool

        public boolean hasAwsNodePool()
         Required. The [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasAwsNodePool in interface UpdateAwsNodePoolRequestOrBuilder
        Returns:
        Whether the awsNodePool field is set.
      • getAwsNodePool

        public AwsNodePool getAwsNodePool()
         Required. The [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAwsNodePool in interface UpdateAwsNodePoolRequestOrBuilder
        Returns:
        The awsNodePool.
      • setAwsNodePool

        public UpdateAwsNodePoolRequest.Builder setAwsNodePool​(AwsNodePool value)
         Required. The [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
      • setAwsNodePool

        public UpdateAwsNodePoolRequest.Builder setAwsNodePool​(AwsNodePool.Builder builderForValue)
         Required. The [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeAwsNodePool

        public UpdateAwsNodePoolRequest.Builder mergeAwsNodePool​(AwsNodePool value)
         Required. The [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearAwsNodePool

        public UpdateAwsNodePoolRequest.Builder clearAwsNodePool()
         Required. The [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
      • getAwsNodePoolBuilder

        public AwsNodePool.Builder getAwsNodePoolBuilder()
         Required. The [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]
         resource to update.
         
        .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pool = 1 [(.google.api.field_behavior) = REQUIRED];
      • getValidateOnly

        public boolean getValidateOnly()
         If set, only validate the request, but don't actually update the node pool.
         
        bool validate_only = 2;
        Specified by:
        getValidateOnly in interface UpdateAwsNodePoolRequestOrBuilder
        Returns:
        The validateOnly.
      • setValidateOnly

        public UpdateAwsNodePoolRequest.Builder setValidateOnly​(boolean value)
         If set, only validate the request, but don't actually update the node pool.
         
        bool validate_only = 2;
        Parameters:
        value - The validateOnly to set.
        Returns:
        This builder for chaining.
      • clearValidateOnly

        public UpdateAwsNodePoolRequest.Builder clearValidateOnly()
         If set, only validate the request, but don't actually update the node pool.
         
        bool validate_only = 2;
        Returns:
        This builder for chaining.
      • hasUpdateMask

        public 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 [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]:
        
          *   `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.config_encryption.kms_key_arn`.
          *   `config.security_group_ids`.
          *   `config.root_volume.iops`.
          *   `config.root_volume.kms_key_arn`.
          *   `config.root_volume.volume_type`.
          *   `config.root_volume.size_gib`.
          *   `config.proxy_config`.
          *   `config.proxy_config.secret_arn`.
          *   `config.proxy_config.secret_version`.
          *   `config.ssh_config`.
          *   `config.ssh_config.ec2_key_pair`.
          *   `config.instance_placement.tenancy`.
          *   `config.iam_instance_profile`.
          *   `config.labels`.
          *   `config.tags`.
          *   `config.autoscaling_metrics_collection`.
          *   `config.autoscaling_metrics_collection.granularity`.
          *   `config.autoscaling_metrics_collection.metrics`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasUpdateMask in interface UpdateAwsNodePoolRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public 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 [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]:
        
          *   `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.config_encryption.kms_key_arn`.
          *   `config.security_group_ids`.
          *   `config.root_volume.iops`.
          *   `config.root_volume.kms_key_arn`.
          *   `config.root_volume.volume_type`.
          *   `config.root_volume.size_gib`.
          *   `config.proxy_config`.
          *   `config.proxy_config.secret_arn`.
          *   `config.proxy_config.secret_version`.
          *   `config.ssh_config`.
          *   `config.ssh_config.ec2_key_pair`.
          *   `config.instance_placement.tenancy`.
          *   `config.iam_instance_profile`.
          *   `config.labels`.
          *   `config.tags`.
          *   `config.autoscaling_metrics_collection`.
          *   `config.autoscaling_metrics_collection.granularity`.
          *   `config.autoscaling_metrics_collection.metrics`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMask in interface UpdateAwsNodePoolRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateAwsNodePoolRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         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 [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]:
        
          *   `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.config_encryption.kms_key_arn`.
          *   `config.security_group_ids`.
          *   `config.root_volume.iops`.
          *   `config.root_volume.kms_key_arn`.
          *   `config.root_volume.volume_type`.
          *   `config.root_volume.size_gib`.
          *   `config.proxy_config`.
          *   `config.proxy_config.secret_arn`.
          *   `config.proxy_config.secret_version`.
          *   `config.ssh_config`.
          *   `config.ssh_config.ec2_key_pair`.
          *   `config.instance_placement.tenancy`.
          *   `config.iam_instance_profile`.
          *   `config.labels`.
          *   `config.tags`.
          *   `config.autoscaling_metrics_collection`.
          *   `config.autoscaling_metrics_collection.granularity`.
          *   `config.autoscaling_metrics_collection.metrics`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
      • setUpdateMask

        public UpdateAwsNodePoolRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         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 [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]:
        
          *   `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.config_encryption.kms_key_arn`.
          *   `config.security_group_ids`.
          *   `config.root_volume.iops`.
          *   `config.root_volume.kms_key_arn`.
          *   `config.root_volume.volume_type`.
          *   `config.root_volume.size_gib`.
          *   `config.proxy_config`.
          *   `config.proxy_config.secret_arn`.
          *   `config.proxy_config.secret_version`.
          *   `config.ssh_config`.
          *   `config.ssh_config.ec2_key_pair`.
          *   `config.instance_placement.tenancy`.
          *   `config.iam_instance_profile`.
          *   `config.labels`.
          *   `config.tags`.
          *   `config.autoscaling_metrics_collection`.
          *   `config.autoscaling_metrics_collection.granularity`.
          *   `config.autoscaling_metrics_collection.metrics`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
      • mergeUpdateMask

        public UpdateAwsNodePoolRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         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 [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]:
        
          *   `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.config_encryption.kms_key_arn`.
          *   `config.security_group_ids`.
          *   `config.root_volume.iops`.
          *   `config.root_volume.kms_key_arn`.
          *   `config.root_volume.volume_type`.
          *   `config.root_volume.size_gib`.
          *   `config.proxy_config`.
          *   `config.proxy_config.secret_arn`.
          *   `config.proxy_config.secret_version`.
          *   `config.ssh_config`.
          *   `config.ssh_config.ec2_key_pair`.
          *   `config.instance_placement.tenancy`.
          *   `config.iam_instance_profile`.
          *   `config.labels`.
          *   `config.tags`.
          *   `config.autoscaling_metrics_collection`.
          *   `config.autoscaling_metrics_collection.granularity`.
          *   `config.autoscaling_metrics_collection.metrics`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
      • clearUpdateMask

        public UpdateAwsNodePoolRequest.Builder clearUpdateMask()
         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 [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]:
        
          *   `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.config_encryption.kms_key_arn`.
          *   `config.security_group_ids`.
          *   `config.root_volume.iops`.
          *   `config.root_volume.kms_key_arn`.
          *   `config.root_volume.volume_type`.
          *   `config.root_volume.size_gib`.
          *   `config.proxy_config`.
          *   `config.proxy_config.secret_arn`.
          *   `config.proxy_config.secret_version`.
          *   `config.ssh_config`.
          *   `config.ssh_config.ec2_key_pair`.
          *   `config.instance_placement.tenancy`.
          *   `config.iam_instance_profile`.
          *   `config.labels`.
          *   `config.tags`.
          *   `config.autoscaling_metrics_collection`.
          *   `config.autoscaling_metrics_collection.granularity`.
          *   `config.autoscaling_metrics_collection.metrics`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         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 [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]:
        
          *   `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.config_encryption.kms_key_arn`.
          *   `config.security_group_ids`.
          *   `config.root_volume.iops`.
          *   `config.root_volume.kms_key_arn`.
          *   `config.root_volume.volume_type`.
          *   `config.root_volume.size_gib`.
          *   `config.proxy_config`.
          *   `config.proxy_config.secret_arn`.
          *   `config.proxy_config.secret_version`.
          *   `config.ssh_config`.
          *   `config.ssh_config.ec2_key_pair`.
          *   `config.instance_placement.tenancy`.
          *   `config.iam_instance_profile`.
          *   `config.labels`.
          *   `config.tags`.
          *   `config.autoscaling_metrics_collection`.
          *   `config.autoscaling_metrics_collection.granularity`.
          *   `config.autoscaling_metrics_collection.metrics`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskOrBuilder

        public 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 [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool]:
        
          *   `annotations`.
          *   `version`.
          *   `autoscaling.min_node_count`.
          *   `autoscaling.max_node_count`.
          *   `config.config_encryption.kms_key_arn`.
          *   `config.security_group_ids`.
          *   `config.root_volume.iops`.
          *   `config.root_volume.kms_key_arn`.
          *   `config.root_volume.volume_type`.
          *   `config.root_volume.size_gib`.
          *   `config.proxy_config`.
          *   `config.proxy_config.secret_arn`.
          *   `config.proxy_config.secret_version`.
          *   `config.ssh_config`.
          *   `config.ssh_config.ec2_key_pair`.
          *   `config.instance_placement.tenancy`.
          *   `config.iam_instance_profile`.
          *   `config.labels`.
          *   `config.tags`.
          *   `config.autoscaling_metrics_collection`.
          *   `config.autoscaling_metrics_collection.granularity`.
          *   `config.autoscaling_metrics_collection.metrics`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateAwsNodePoolRequestOrBuilder
      • setUnknownFields

        public final UpdateAwsNodePoolRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAwsNodePoolRequest.Builder>
      • mergeUnknownFields

        public final UpdateAwsNodePoolRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAwsNodePoolRequest.Builder>