Class Batch.StateHistory.Builder (3.0.3) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.0.3keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Batch . StateHistory . Builder   extends   GeneratedMessageV3 . Builder<Batch . StateHistory . Builder >  implements   Batch . StateHistoryOrBuilder  
   Historical state information.
 Protobuf type google.cloud.dataproc.v1.Batch.StateHistory
Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Batch . StateHistory . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  build() 
  
    
public   Batch . StateHistory   build ()  
  Returns 
  
  buildPartial() 
  
    
public   Batch . StateHistory   buildPartial ()  
  Returns 
  
  clear() 
  
    
public   Batch . StateHistory . Builder   clear ()  
  Returns 
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   Batch . StateHistory . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Batch . StateHistory . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearState() 
  
    
public   Batch . StateHistory . Builder   clearState ()  
   Output only. The state of the batch at this point in history.
 
 .google.cloud.dataproc.v1.Batch.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Returns 
  
  clearStateMessage() 
  
    
public   Batch . StateHistory . Builder   clearStateMessage ()  
   Output only. Details about the state at this point in history.
 string state_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns 
  
  clearStateStartTime() 
  
    
public   Batch . StateHistory . Builder   clearStateStartTime ()  
   Output only. The time when the batch entered the historical state.
 
 .google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Returns 
  
  clone() 
  
    
public   Batch . StateHistory . Builder   clone ()  
  Returns 
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   Batch . StateHistory   getDefaultInstanceForType ()  
  Returns 
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  getState() 
  
    
public   Batch . State   getState ()  
   Output only. The state of the batch at this point in history.
 
 .google.cloud.dataproc.v1.Batch.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Returns 
  
  getStateMessage() 
  
    
public   String   getStateMessage ()  
   Output only. Details about the state at this point in history.
 string state_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns 
  
    
      
        Type Description  
      
        String The stateMessage.
 
     
  
  getStateMessageBytes() 
  
    
public   ByteString   getStateMessageBytes ()  
   Output only. Details about the state at this point in history.
 string state_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for stateMessage.
 
     
  
  getStateStartTime() 
  
    
public   Timestamp   getStateStartTime ()  
   Output only. The time when the batch entered the historical state.
 
 .google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Returns 
  
    
      
        Type Description  
      
        Timestamp The stateStartTime.
 
     
  
  getStateStartTimeBuilder() 
  
    
public   Timestamp . Builder   getStateStartTimeBuilder ()  
   Output only. The time when the batch entered the historical state.
 
 .google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Returns 
  
  getStateStartTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getStateStartTimeOrBuilder ()  
   Output only. The time when the batch entered the historical state.
 
 .google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Returns 
  
  getStateValue() 
  
    
public   int   getStateValue ()  
   Output only. The state of the batch at this point in history.
 
 .google.cloud.dataproc.v1.Batch.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Returns 
  
    
      
        Type Description  
      
        int The enum numeric value on the wire for state.
 
     
  
  hasStateStartTime() 
  
    
public   boolean   hasStateStartTime ()  
   Output only. The time when the batch entered the historical state.
 
 .google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Returns 
  
    
      
        Type Description  
      
        boolean Whether the stateStartTime field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  mergeFrom(Batch.StateHistory other) 
  
    
public   Batch . StateHistory . Builder   mergeFrom ( Batch . StateHistory   other )  
  Parameter 
  
  Returns 
  
  mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   Batch . StateHistory . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  mergeFrom(Message other) 
  
    
public   Batch . StateHistory . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeStateStartTime(Timestamp value) 
  
    
public   Batch . StateHistory . Builder   mergeStateStartTime ( Timestamp   value )  
   Output only. The time when the batch entered the historical state.
 
 .google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Parameter 
  
  Returns 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Batch . StateHistory . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Batch . StateHistory . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Batch . StateHistory . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setState(Batch.State value) 
  
    
public   Batch . StateHistory . Builder   setState ( Batch . State   value )  
   Output only. The state of the batch at this point in history.
 
 .google.cloud.dataproc.v1.Batch.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Parameter 
  
  Returns 
  
  setStateMessage(String value) 
  
    
public   Batch . StateHistory . Builder   setStateMessage ( String   value )  
   Output only. Details about the state at this point in history.
 string state_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter 
  
    
      
        Name Description  
      
        value String The stateMessage to set.
 
     
  
  Returns 
  
  setStateMessageBytes(ByteString value) 
  
    
public   Batch . StateHistory . Builder   setStateMessageBytes ( ByteString   value )  
   Output only. Details about the state at this point in history.
 string state_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter 
  
    
      
        Name Description  
      
        value ByteString The bytes for stateMessage to set.
 
     
  
  Returns 
  
  setStateStartTime(Timestamp value) 
  
    
public   Batch . StateHistory . Builder   setStateStartTime ( Timestamp   value )  
   Output only. The time when the batch entered the historical state.
 
 .google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Parameter 
  
  Returns 
  
  setStateStartTime(Timestamp.Builder builderForValue) 
  
    
public   Batch . StateHistory . Builder   setStateStartTime ( Timestamp . Builder   builderForValue )  
   Output only. The time when the batch entered the historical state.
 
 .google.protobuf.Timestamp state_start_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Parameter 
  
    
      
        Name Description  
      
        builderForValue Builder  
     
  
  Returns 
  
  setStateValue(int value) 
  
    
public   Batch . StateHistory . Builder   setStateValue ( int   value )  
   Output only. The state of the batch at this point in history.
 
 .google.cloud.dataproc.v1.Batch.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
Parameter 
  
    
      
        Name Description  
      
        value int The enum numeric value on the wire for state to set.
 
     
  
  Returns 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Batch . StateHistory . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  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."],[],[]]