Class NodePool.PlacementPolicy.Builder (2.26.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.26.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  NodePool . PlacementPolicy . Builder   extends   GeneratedMessageV3 . Builder<NodePool . PlacementPolicy . Builder >  implements   NodePool . PlacementPolicyOrBuilder  
   PlacementPolicy defines the placement policy used by the node pool.
 Protobuf type google.container.v1.NodePool.PlacementPolicy
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   NodePool . PlacementPolicy . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   NodePool . PlacementPolicy   build ()  
  
  buildPartial() 
  
    
public   NodePool . PlacementPolicy   buildPartial ()  
  
  clear() 
  
    
public   NodePool . PlacementPolicy . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   NodePool . PlacementPolicy . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   NodePool . PlacementPolicy . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clearPolicyName() 
  
    
public   NodePool . PlacementPolicy . Builder   clearPolicyName ()  
   If set, refers to the name of a custom resource policy supplied by the
 user. The resource policy must be in the same project and region as the
 node pool. If not found, InvalidArgument error is returned.
 string policy_name = 3;
clearType() 
  
    
public   NodePool . PlacementPolicy . Builder   clearType ()  
   The type of placement.
 .google.container.v1.NodePool.PlacementPolicy.Type type = 1;
clone() 
  
    
public   NodePool . PlacementPolicy . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   NodePool . PlacementPolicy   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getPolicyName() 
  
    
public   String   getPolicyName ()  
   If set, refers to the name of a custom resource policy supplied by the
 user. The resource policy must be in the same project and region as the
 node pool. If not found, InvalidArgument error is returned.
 string policy_name = 3;
    
      
        Returns  
      
        Type Description  
      
        String The policyName.
 
     
  
  getPolicyNameBytes() 
  
    
public   ByteString   getPolicyNameBytes ()  
   If set, refers to the name of a custom resource policy supplied by the
 user. The resource policy must be in the same project and region as the
 node pool. If not found, InvalidArgument error is returned.
 string policy_name = 3;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for policyName.
 
     
  
  getType() 
  
    
public   NodePool . PlacementPolicy . Type   getType ()  
   The type of placement.
 .google.container.v1.NodePool.PlacementPolicy.Type type = 1;
getTypeValue() 
  
    
public   int   getTypeValue ()  
   The type of placement.
 .google.container.v1.NodePool.PlacementPolicy.Type type = 1;
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for type.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(NodePool.PlacementPolicy other) 
  
    
public   NodePool . PlacementPolicy . Builder   mergeFrom ( NodePool . PlacementPolicy   other )  
  
  
  
    
public   NodePool . PlacementPolicy . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   NodePool . PlacementPolicy . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   NodePool . PlacementPolicy . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   NodePool . PlacementPolicy . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setPolicyName(String value) 
  
    
public   NodePool . PlacementPolicy . Builder   setPolicyName ( String   value )  
   If set, refers to the name of a custom resource policy supplied by the
 user. The resource policy must be in the same project and region as the
 node pool. If not found, InvalidArgument error is returned.
 string policy_name = 3;
    
      
        Parameter  
      
        Name Description  
      
        valueString The policyName to set.
 
     
  
  
  setPolicyNameBytes(ByteString value) 
  
    
public   NodePool . PlacementPolicy . Builder   setPolicyNameBytes ( ByteString   value )  
   If set, refers to the name of a custom resource policy supplied by the
 user. The resource policy must be in the same project and region as the
 node pool. If not found, InvalidArgument error is returned.
 string policy_name = 3;
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for policyName to set.
 
     
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   NodePool . PlacementPolicy . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setType(NodePool.PlacementPolicy.Type value) 
  
    
public   NodePool . PlacementPolicy . Builder   setType ( NodePool . PlacementPolicy . Type   value )  
   The type of placement.
 .google.container.v1.NodePool.PlacementPolicy.Type type = 1;
setTypeValue(int value) 
  
    
public   NodePool . PlacementPolicy . Builder   setTypeValue ( int   value )  
   The type of placement.
 .google.container.v1.NodePool.PlacementPolicy.Type type = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueint The enum numeric value on the wire for type to set.
 
     
  
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   NodePool . PlacementPolicy . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]