Class NodeGroup (4.39.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 4.39.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  NodeGroup   extends   GeneratedMessageV3   implements   NodeGroupOrBuilder  
   
   Dataproc Node Group.
 The Dataproc NodeGroup resource is not related to the
 Dataproc NodeGroupAffinity 
 resource. 
 Protobuf type google.cloud.dataproc.v1.NodeGroup
 
  
  
  
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  LABELS_FIELD_NUMBER 
  
    
public   static   final   int   LABELS_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  NAME_FIELD_NUMBER 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  NODE_GROUP_CONFIG_FIELD_NUMBER 
  
    
public   static   final   int   NODE_GROUP_CONFIG_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  ROLES_FIELD_NUMBER 
  
    
public   static   final   int   ROLES_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   NodeGroup   getDefaultInstance ()  
   
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  newBuilder() 
  
    
public   static   NodeGroup . Builder   newBuilder ()  
   
  
   
  newBuilder(NodeGroup prototype) 
  
    
public   static   NodeGroup . Builder   newBuilder ( NodeGroup   prototype )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        prototype 
        NodeGroup  
       
     
  
  
   
  
  
    
public   static   NodeGroup   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   NodeGroup   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(byte[] data) 
  
    
public   static   NodeGroup   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   NodeGroup   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteString data) 
  
    
public   static   NodeGroup   parseFrom ( ByteString   data )  
   
  
  
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   NodeGroup   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   NodeGroup   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   NodeGroup   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   NodeGroup   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   NodeGroup   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   NodeGroup   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   NodeGroup   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parser() 
  
    
public   static   Parser<NodeGroup>   parser ()  
   
  
  Methods
   
   
  containsLabels(String key) 
  
    
public   boolean   containsLabels ( String   key )  
   
   Optional. Node group labels.
Label keys  must consist of from 1 to 63 characters and conform to
RFC 1035 . 
Label values  can be empty. If specified, they must consist of from
1 to 63 characters and conform to RFC 1035 . 
The node group must have no more than 32 labels. 
 
 map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
     
  
  
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   NodeGroup   getDefaultInstanceForType ()  
   
  
   
  getLabels() (deprecated) 
  
    
public   Map<String , String >  getLabels ()  
   
  
  
   
  getLabelsCount() 
  
    
public   int   getLabelsCount ()  
   
   Optional. Node group labels.
Label keys  must consist of from 1 to 63 characters and conform to
RFC 1035 . 
Label values  can be empty. If specified, they must consist of from
1 to 63 characters and conform to RFC 1035 . 
The node group must have no more than 32 labels. 
 
 map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
   
  getLabelsMap() 
  
    
public   Map<String , String >  getLabelsMap ()  
   
   Optional. Node group labels.
Label keys  must consist of from 1 to 63 characters and conform to
RFC 1035 . 
Label values  can be empty. If specified, they must consist of from
1 to 63 characters and conform to RFC 1035 . 
The node group must have no more than 32 labels. 
 
 map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
 
  
   
  getLabelsOrDefault(String key, String defaultValue) 
  
    
public   String   getLabelsOrDefault ( String   key ,   String   defaultValue )  
   
   Optional. Node group labels.
Label keys  must consist of from 1 to 63 characters and conform to
RFC 1035 . 
Label values  can be empty. If specified, they must consist of from
1 to 63 characters and conform to RFC 1035 . 
The node group must have no more than 32 labels. 
 
 map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
         
       
     
  
   
  getLabelsOrThrow(String key) 
  
    
public   String   getLabelsOrThrow ( String   key )  
   
   Optional. Node group labels.
Label keys  must consist of from 1 to 63 characters and conform to
RFC 1035 . 
Label values  can be empty. If specified, they must consist of from
1 to 63 characters and conform to RFC 1035 . 
The node group must have no more than 32 labels. 
 
 map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
         
       
     
  
   
  getName() 
  
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The name.
 
       
     
  
   
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for name.
 
       
     
  
   
  getNodeGroupConfig() 
  
    
public   InstanceGroupConfig   getNodeGroupConfig ()  
   
   Optional. The node group instance group configuration.
 
 .google.cloud.dataproc.v1.InstanceGroupConfig node_group_config = 3 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
   
  getNodeGroupConfigOrBuilder() 
  
    
public   InstanceGroupConfigOrBuilder   getNodeGroupConfigOrBuilder ()  
   
   Optional. The node group instance group configuration.
 
 .google.cloud.dataproc.v1.InstanceGroupConfig node_group_config = 3 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
   
  getParserForType() 
  
    
public   Parser<NodeGroup>   getParserForType ()  
   
  
  Overrides 
  
   
  getRoles(int index) 
  
    
public   NodeGroup . Role   getRoles ( int   index )  
   
   Required. Node group roles.
 
 repeated .google.cloud.dataproc.v1.NodeGroup.Role roles = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int The index of the element to return.
 
       
     
  
  
   
  getRolesCount() 
  
    
public   int   getRolesCount ()  
   
   Required. Node group roles.
 
 repeated .google.cloud.dataproc.v1.NodeGroup.Role roles = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The count of roles.
 
       
     
  
   
  getRolesList() 
  
    
public   List<NodeGroup . Role >  getRolesList ()  
   
   Required. Node group roles.
 
 repeated .google.cloud.dataproc.v1.NodeGroup.Role roles = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        List <Role > 
        A list containing the roles.
 
       
     
  
   
  getRolesValue(int index) 
  
    
public   int   getRolesValue ( int   index )  
   
   Required. Node group roles.
 
 repeated .google.cloud.dataproc.v1.NodeGroup.Role roles = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        index 
        int The index of the value to return.
 
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
        The enum numeric value on the wire of roles at the given index.
 
       
     
  
   
  getRolesValueList() 
  
    
public   List<Integer>   getRolesValueList ()  
   
   Required. Node group roles.
 
 repeated .google.cloud.dataproc.v1.NodeGroup.Role roles = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        List <Integer > 
        A list containing the enum numeric values on the wire for roles.
 
       
     
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  hasNodeGroupConfig() 
  
    
public   boolean   hasNodeGroupConfig ()  
   
   Optional. The node group instance group configuration.
 
 .google.cloud.dataproc.v1.InstanceGroupConfig node_group_config = 3 [(.google.api.field_behavior) = OPTIONAL];
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the nodeGroupConfig field is set.
 
       
     
  
   
  hashCode() 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  internalGetMapFieldReflection(int number) 
  
    
protected   MapFieldReflectionAccessor   internalGetMapFieldReflection ( int   number )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        number 
        int  
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        com.google.protobuf.MapFieldReflectionAccessor  
         
       
     
  
  Overrides 
  com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   NodeGroup . Builder   newBuilderForType ()  
   
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   NodeGroup . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  toBuilder() 
  
    
public   NodeGroup . Builder   toBuilder ()  
   
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  
  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-30 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-30 UTC."],[],[]]