Class StoreTypes.JobData.Builder

Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
org.apache.spark.status.protobuf.StoreTypes.JobData.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, StoreTypes.JobDataOrBuilder
Enclosing class:
StoreTypes.JobData

public static final class StoreTypes.JobData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder> implements StoreTypes.JobDataOrBuilder
Protobuf type org.apache.spark.status.protobuf.JobData
  • Method Details

    • getDescriptor

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

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.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<StoreTypes.JobData.Builder>
    • getDefaultInstanceForType

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

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

      public StoreTypes.JobData buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
    • setField

      public StoreTypes.JobData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
    • clearField

      public StoreTypes.JobData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
    • clearOneof

      public StoreTypes.JobData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StoreTypes.JobData.Builder>
    • setRepeatedField

      public StoreTypes.JobData.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<StoreTypes.JobData.Builder>
    • addRepeatedField

      public StoreTypes.JobData.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<StoreTypes.JobData.Builder>
    • mergeFrom

      public StoreTypes.JobData.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StoreTypes.JobData.Builder>
    • mergeFrom

    • isInitialized

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

      public StoreTypes.JobData.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<StoreTypes.JobData.Builder>
      Throws:
      IOException
    • getJobId

      public long getJobId()
       All IDs are int64 for extendability, even when they are currently int32 in Spark.
       
      int64 job_id = 1;
      Specified by:
      getJobId in interface StoreTypes.JobDataOrBuilder
      Returns:
      The jobId.
    • setJobId

      public StoreTypes.JobData.Builder setJobId(long value)
       All IDs are int64 for extendability, even when they are currently int32 in Spark.
       
      int64 job_id = 1;
      Parameters:
      value - The jobId to set.
      Returns:
      This builder for chaining.
    • clearJobId

      public StoreTypes.JobData.Builder clearJobId()
       All IDs are int64 for extendability, even when they are currently int32 in Spark.
       
      int64 job_id = 1;
      Returns:
      This builder for chaining.
    • hasName

      public boolean hasName()
      optional string name = 2;
      Specified by:
      hasName in interface StoreTypes.JobDataOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
      optional string name = 2;
      Specified by:
      getName in interface StoreTypes.JobDataOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Specified by:
      getNameBytes in interface StoreTypes.JobDataOrBuilder
      Returns:
      The bytes for name.
    • setName

      public StoreTypes.JobData.Builder setName(String value)
      optional string name = 2;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public StoreTypes.JobData.Builder clearName()
      optional string name = 2;
      Returns:
      This builder for chaining.
    • setNameBytes

      public StoreTypes.JobData.Builder setNameBytes(com.google.protobuf.ByteString value)
      optional string name = 2;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasDescription

      public boolean hasDescription()
      optional string description = 3;
      Specified by:
      hasDescription in interface StoreTypes.JobDataOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public String getDescription()
      optional string description = 3;
      Specified by:
      getDescription in interface StoreTypes.JobDataOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 3;
      Specified by:
      getDescriptionBytes in interface StoreTypes.JobDataOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public StoreTypes.JobData.Builder setDescription(String value)
      optional string description = 3;
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public StoreTypes.JobData.Builder clearDescription()
      optional string description = 3;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public StoreTypes.JobData.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
      optional string description = 3;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • hasSubmissionTime

      public boolean hasSubmissionTime()
      optional int64 submission_time = 4;
      Specified by:
      hasSubmissionTime in interface StoreTypes.JobDataOrBuilder
      Returns:
      Whether the submissionTime field is set.
    • getSubmissionTime

      public long getSubmissionTime()
      optional int64 submission_time = 4;
      Specified by:
      getSubmissionTime in interface StoreTypes.JobDataOrBuilder
      Returns:
      The submissionTime.
    • setSubmissionTime

      public StoreTypes.JobData.Builder setSubmissionTime(long value)
      optional int64 submission_time = 4;
      Parameters:
      value - The submissionTime to set.
      Returns:
      This builder for chaining.
    • clearSubmissionTime

      public StoreTypes.JobData.Builder clearSubmissionTime()
      optional int64 submission_time = 4;
      Returns:
      This builder for chaining.
    • hasCompletionTime

      public boolean hasCompletionTime()
      optional int64 completion_time = 5;
      Specified by:
      hasCompletionTime in interface StoreTypes.JobDataOrBuilder
      Returns:
      Whether the completionTime field is set.
    • getCompletionTime

      public long getCompletionTime()
      optional int64 completion_time = 5;
      Specified by:
      getCompletionTime in interface StoreTypes.JobDataOrBuilder
      Returns:
      The completionTime.
    • setCompletionTime

      public StoreTypes.JobData.Builder setCompletionTime(long value)
      optional int64 completion_time = 5;
      Parameters:
      value - The completionTime to set.
      Returns:
      This builder for chaining.
    • clearCompletionTime

      public StoreTypes.JobData.Builder clearCompletionTime()
      optional int64 completion_time = 5;
      Returns:
      This builder for chaining.
    • getStageIdsList

      public List<Long> getStageIdsList()
      repeated int64 stage_ids = 6;
      Specified by:
      getStageIdsList in interface StoreTypes.JobDataOrBuilder
      Returns:
      A list containing the stageIds.
    • getStageIdsCount

      public int getStageIdsCount()
      repeated int64 stage_ids = 6;
      Specified by:
      getStageIdsCount in interface StoreTypes.JobDataOrBuilder
      Returns:
      The count of stageIds.
    • getStageIds

      public long getStageIds(int index)
      repeated int64 stage_ids = 6;
      Specified by:
      getStageIds in interface StoreTypes.JobDataOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The stageIds at the given index.
    • setStageIds

      public StoreTypes.JobData.Builder setStageIds(int index, long value)
      repeated int64 stage_ids = 6;
      Parameters:
      index - The index to set the value at.
      value - The stageIds to set.
      Returns:
      This builder for chaining.
    • addStageIds

      public StoreTypes.JobData.Builder addStageIds(long value)
      repeated int64 stage_ids = 6;
      Parameters:
      value - The stageIds to add.
      Returns:
      This builder for chaining.
    • addAllStageIds

      public StoreTypes.JobData.Builder addAllStageIds(Iterable<? extends Long> values)
      repeated int64 stage_ids = 6;
      Parameters:
      values - The stageIds to add.
      Returns:
      This builder for chaining.
    • clearStageIds

      public StoreTypes.JobData.Builder clearStageIds()
      repeated int64 stage_ids = 6;
      Returns:
      This builder for chaining.
    • hasJobGroup

      public boolean hasJobGroup()
      optional string job_group = 7;
      Specified by:
      hasJobGroup in interface StoreTypes.JobDataOrBuilder
      Returns:
      Whether the jobGroup field is set.
    • getJobGroup

      public String getJobGroup()
      optional string job_group = 7;
      Specified by:
      getJobGroup in interface StoreTypes.JobDataOrBuilder
      Returns:
      The jobGroup.
    • getJobGroupBytes

      public com.google.protobuf.ByteString getJobGroupBytes()
      optional string job_group = 7;
      Specified by:
      getJobGroupBytes in interface StoreTypes.JobDataOrBuilder
      Returns:
      The bytes for jobGroup.
    • setJobGroup

      public StoreTypes.JobData.Builder setJobGroup(String value)
      optional string job_group = 7;
      Parameters:
      value - The jobGroup to set.
      Returns:
      This builder for chaining.
    • clearJobGroup

      public StoreTypes.JobData.Builder clearJobGroup()
      optional string job_group = 7;
      Returns:
      This builder for chaining.
    • setJobGroupBytes

      public StoreTypes.JobData.Builder setJobGroupBytes(com.google.protobuf.ByteString value)
      optional string job_group = 7;
      Parameters:
      value - The bytes for jobGroup to set.
      Returns:
      This builder for chaining.
    • getJobTagsList

      public com.google.protobuf.ProtocolStringList getJobTagsList()
      repeated string job_tags = 21;
      Specified by:
      getJobTagsList in interface StoreTypes.JobDataOrBuilder
      Returns:
      A list containing the jobTags.
    • getJobTagsCount

      public int getJobTagsCount()
      repeated string job_tags = 21;
      Specified by:
      getJobTagsCount in interface StoreTypes.JobDataOrBuilder
      Returns:
      The count of jobTags.
    • getJobTags

      public String getJobTags(int index)
      repeated string job_tags = 21;
      Specified by:
      getJobTags in interface StoreTypes.JobDataOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The jobTags at the given index.
    • getJobTagsBytes

      public com.google.protobuf.ByteString getJobTagsBytes(int index)
      repeated string job_tags = 21;
      Specified by:
      getJobTagsBytes in interface StoreTypes.JobDataOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the jobTags at the given index.
    • setJobTags

      public StoreTypes.JobData.Builder setJobTags(int index, String value)
      repeated string job_tags = 21;
      Parameters:
      index - The index to set the value at.
      value - The jobTags to set.
      Returns:
      This builder for chaining.
    • addJobTags

      public StoreTypes.JobData.Builder addJobTags(String value)
      repeated string job_tags = 21;
      Parameters:
      value - The jobTags to add.
      Returns:
      This builder for chaining.
    • addAllJobTags

      public StoreTypes.JobData.Builder addAllJobTags(Iterable<String> values)
      repeated string job_tags = 21;
      Parameters:
      values - The jobTags to add.
      Returns:
      This builder for chaining.
    • clearJobTags

      public StoreTypes.JobData.Builder clearJobTags()
      repeated string job_tags = 21;
      Returns:
      This builder for chaining.
    • addJobTagsBytes

      public StoreTypes.JobData.Builder addJobTagsBytes(com.google.protobuf.ByteString value)
      repeated string job_tags = 21;
      Parameters:
      value - The bytes of the jobTags to add.
      Returns:
      This builder for chaining.
    • getStatusValue

      public int getStatusValue()
      .org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
      Specified by:
      getStatusValue in interface StoreTypes.JobDataOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public StoreTypes.JobData.Builder setStatusValue(int value)
      .org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • getStatus

      public StoreTypes.JobExecutionStatus getStatus()
      .org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
      Specified by:
      getStatus in interface StoreTypes.JobDataOrBuilder
      Returns:
      The status.
    • setStatus

      .org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

      public StoreTypes.JobData.Builder clearStatus()
      .org.apache.spark.status.protobuf.JobExecutionStatus status = 8;
      Returns:
      This builder for chaining.
    • getNumTasks

      public int getNumTasks()
      int32 num_tasks = 9;
      Specified by:
      getNumTasks in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numTasks.
    • setNumTasks

      public StoreTypes.JobData.Builder setNumTasks(int value)
      int32 num_tasks = 9;
      Parameters:
      value - The numTasks to set.
      Returns:
      This builder for chaining.
    • clearNumTasks

      public StoreTypes.JobData.Builder clearNumTasks()
      int32 num_tasks = 9;
      Returns:
      This builder for chaining.
    • getNumActiveTasks

      public int getNumActiveTasks()
      int32 num_active_tasks = 10;
      Specified by:
      getNumActiveTasks in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numActiveTasks.
    • setNumActiveTasks

      public StoreTypes.JobData.Builder setNumActiveTasks(int value)
      int32 num_active_tasks = 10;
      Parameters:
      value - The numActiveTasks to set.
      Returns:
      This builder for chaining.
    • clearNumActiveTasks

      public StoreTypes.JobData.Builder clearNumActiveTasks()
      int32 num_active_tasks = 10;
      Returns:
      This builder for chaining.
    • getNumCompletedTasks

      public int getNumCompletedTasks()
      int32 num_completed_tasks = 11;
      Specified by:
      getNumCompletedTasks in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numCompletedTasks.
    • setNumCompletedTasks

      public StoreTypes.JobData.Builder setNumCompletedTasks(int value)
      int32 num_completed_tasks = 11;
      Parameters:
      value - The numCompletedTasks to set.
      Returns:
      This builder for chaining.
    • clearNumCompletedTasks

      public StoreTypes.JobData.Builder clearNumCompletedTasks()
      int32 num_completed_tasks = 11;
      Returns:
      This builder for chaining.
    • getNumSkippedTasks

      public int getNumSkippedTasks()
      int32 num_skipped_tasks = 12;
      Specified by:
      getNumSkippedTasks in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numSkippedTasks.
    • setNumSkippedTasks

      public StoreTypes.JobData.Builder setNumSkippedTasks(int value)
      int32 num_skipped_tasks = 12;
      Parameters:
      value - The numSkippedTasks to set.
      Returns:
      This builder for chaining.
    • clearNumSkippedTasks

      public StoreTypes.JobData.Builder clearNumSkippedTasks()
      int32 num_skipped_tasks = 12;
      Returns:
      This builder for chaining.
    • getNumFailedTasks

      public int getNumFailedTasks()
      int32 num_failed_tasks = 13;
      Specified by:
      getNumFailedTasks in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numFailedTasks.
    • setNumFailedTasks

      public StoreTypes.JobData.Builder setNumFailedTasks(int value)
      int32 num_failed_tasks = 13;
      Parameters:
      value - The numFailedTasks to set.
      Returns:
      This builder for chaining.
    • clearNumFailedTasks

      public StoreTypes.JobData.Builder clearNumFailedTasks()
      int32 num_failed_tasks = 13;
      Returns:
      This builder for chaining.
    • getNumKilledTasks

      public int getNumKilledTasks()
      int32 num_killed_tasks = 14;
      Specified by:
      getNumKilledTasks in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numKilledTasks.
    • setNumKilledTasks

      public StoreTypes.JobData.Builder setNumKilledTasks(int value)
      int32 num_killed_tasks = 14;
      Parameters:
      value - The numKilledTasks to set.
      Returns:
      This builder for chaining.
    • clearNumKilledTasks

      public StoreTypes.JobData.Builder clearNumKilledTasks()
      int32 num_killed_tasks = 14;
      Returns:
      This builder for chaining.
    • getNumCompletedIndices

      public int getNumCompletedIndices()
      int32 num_completed_indices = 15;
      Specified by:
      getNumCompletedIndices in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numCompletedIndices.
    • setNumCompletedIndices

      public StoreTypes.JobData.Builder setNumCompletedIndices(int value)
      int32 num_completed_indices = 15;
      Parameters:
      value - The numCompletedIndices to set.
      Returns:
      This builder for chaining.
    • clearNumCompletedIndices

      public StoreTypes.JobData.Builder clearNumCompletedIndices()
      int32 num_completed_indices = 15;
      Returns:
      This builder for chaining.
    • getNumActiveStages

      public int getNumActiveStages()
      int32 num_active_stages = 16;
      Specified by:
      getNumActiveStages in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numActiveStages.
    • setNumActiveStages

      public StoreTypes.JobData.Builder setNumActiveStages(int value)
      int32 num_active_stages = 16;
      Parameters:
      value - The numActiveStages to set.
      Returns:
      This builder for chaining.
    • clearNumActiveStages

      public StoreTypes.JobData.Builder clearNumActiveStages()
      int32 num_active_stages = 16;
      Returns:
      This builder for chaining.
    • getNumCompletedStages

      public int getNumCompletedStages()
      int32 num_completed_stages = 17;
      Specified by:
      getNumCompletedStages in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numCompletedStages.
    • setNumCompletedStages

      public StoreTypes.JobData.Builder setNumCompletedStages(int value)
      int32 num_completed_stages = 17;
      Parameters:
      value - The numCompletedStages to set.
      Returns:
      This builder for chaining.
    • clearNumCompletedStages

      public StoreTypes.JobData.Builder clearNumCompletedStages()
      int32 num_completed_stages = 17;
      Returns:
      This builder for chaining.
    • getNumSkippedStages

      public int getNumSkippedStages()
      int32 num_skipped_stages = 18;
      Specified by:
      getNumSkippedStages in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numSkippedStages.
    • setNumSkippedStages

      public StoreTypes.JobData.Builder setNumSkippedStages(int value)
      int32 num_skipped_stages = 18;
      Parameters:
      value - The numSkippedStages to set.
      Returns:
      This builder for chaining.
    • clearNumSkippedStages

      public StoreTypes.JobData.Builder clearNumSkippedStages()
      int32 num_skipped_stages = 18;
      Returns:
      This builder for chaining.
    • getNumFailedStages

      public int getNumFailedStages()
      int32 num_failed_stages = 19;
      Specified by:
      getNumFailedStages in interface StoreTypes.JobDataOrBuilder
      Returns:
      The numFailedStages.
    • setNumFailedStages

      public StoreTypes.JobData.Builder setNumFailedStages(int value)
      int32 num_failed_stages = 19;
      Parameters:
      value - The numFailedStages to set.
      Returns:
      This builder for chaining.
    • clearNumFailedStages

      public StoreTypes.JobData.Builder clearNumFailedStages()
      int32 num_failed_stages = 19;
      Returns:
      This builder for chaining.
    • getKillTasksSummaryCount

      public int getKillTasksSummaryCount()
      Description copied from interface: StoreTypes.JobDataOrBuilder
      map<string, int32> kill_tasks_summary = 20;
      Specified by:
      getKillTasksSummaryCount in interface StoreTypes.JobDataOrBuilder
    • containsKillTasksSummary

      public boolean containsKillTasksSummary(String key)
      map<string, int32> kill_tasks_summary = 20;
      Specified by:
      containsKillTasksSummary in interface StoreTypes.JobDataOrBuilder
    • getKillTasksSummary

      @Deprecated public Map<String,Integer> getKillTasksSummary()
      Deprecated.
      Specified by:
      getKillTasksSummary in interface StoreTypes.JobDataOrBuilder
    • getKillTasksSummaryMap

      public Map<String,Integer> getKillTasksSummaryMap()
      map<string, int32> kill_tasks_summary = 20;
      Specified by:
      getKillTasksSummaryMap in interface StoreTypes.JobDataOrBuilder
    • getKillTasksSummaryOrDefault

      public int getKillTasksSummaryOrDefault(String key, int defaultValue)
      map<string, int32> kill_tasks_summary = 20;
      Specified by:
      getKillTasksSummaryOrDefault in interface StoreTypes.JobDataOrBuilder
    • getKillTasksSummaryOrThrow

      public int getKillTasksSummaryOrThrow(String key)
      map<string, int32> kill_tasks_summary = 20;
      Specified by:
      getKillTasksSummaryOrThrow in interface StoreTypes.JobDataOrBuilder
    • clearKillTasksSummary

      public StoreTypes.JobData.Builder clearKillTasksSummary()
    • removeKillTasksSummary

      public StoreTypes.JobData.Builder removeKillTasksSummary(String key)
      map<string, int32> kill_tasks_summary = 20;
    • getMutableKillTasksSummary

      @Deprecated public Map<String,Integer> getMutableKillTasksSummary()
      Deprecated.
      Use alternate mutation accessors instead.
    • putKillTasksSummary

      public StoreTypes.JobData.Builder putKillTasksSummary(String key, int value)
      map<string, int32> kill_tasks_summary = 20;
    • putAllKillTasksSummary

      public StoreTypes.JobData.Builder putAllKillTasksSummary(Map<String,Integer> values)
      map<string, int32> kill_tasks_summary = 20;
    • setUnknownFields

      public final StoreTypes.JobData.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<StoreTypes.JobData.Builder>
    • mergeUnknownFields

      public final StoreTypes.JobData.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<StoreTypes.JobData.Builder>