Class Robot.JobStatus.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Robot.JobStatus,Robot.JobStatus.Builder>
com.viam.robot.v1.Robot.JobStatus.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Robot.JobStatusOrBuilder, Cloneable
Enclosing class:
Robot.JobStatus

public static final class Robot.JobStatus.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Robot.JobStatus,Robot.JobStatus.Builder> implements Robot.JobStatusOrBuilder
Protobuf type viam.robot.v1.JobStatus
  • Method Details

    • getJobName

      public String getJobName()
      string job_name = 1 [json_name = "jobName"];
      Specified by:
      getJobName in interface Robot.JobStatusOrBuilder
      Returns:
      The jobName.
    • getJobNameBytes

      public com.google.protobuf.ByteString getJobNameBytes()
      string job_name = 1 [json_name = "jobName"];
      Specified by:
      getJobNameBytes in interface Robot.JobStatusOrBuilder
      Returns:
      The bytes for jobName.
    • setJobName

      public Robot.JobStatus.Builder setJobName(String value)
      string job_name = 1 [json_name = "jobName"];
      Parameters:
      value - The jobName to set.
      Returns:
      This builder for chaining.
    • clearJobName

      public Robot.JobStatus.Builder clearJobName()
      string job_name = 1 [json_name = "jobName"];
      Returns:
      This builder for chaining.
    • setJobNameBytes

      public Robot.JobStatus.Builder setJobNameBytes(com.google.protobuf.ByteString value)
      string job_name = 1 [json_name = "jobName"];
      Parameters:
      value - The bytes for jobName to set.
      Returns:
      This builder for chaining.
    • getRecentSuccessfulRunsList

      public List<com.google.protobuf.Timestamp> getRecentSuccessfulRunsList()
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
      Specified by:
      getRecentSuccessfulRunsList in interface Robot.JobStatusOrBuilder
    • getRecentSuccessfulRunsCount

      public int getRecentSuccessfulRunsCount()
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
      Specified by:
      getRecentSuccessfulRunsCount in interface Robot.JobStatusOrBuilder
    • getRecentSuccessfulRuns

      public com.google.protobuf.Timestamp getRecentSuccessfulRuns(int index)
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
      Specified by:
      getRecentSuccessfulRuns in interface Robot.JobStatusOrBuilder
    • setRecentSuccessfulRuns

      public Robot.JobStatus.Builder setRecentSuccessfulRuns(int index, com.google.protobuf.Timestamp value)
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
    • setRecentSuccessfulRuns

      public Robot.JobStatus.Builder setRecentSuccessfulRuns(int index, com.google.protobuf.Timestamp.Builder builderForValue)
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
    • addRecentSuccessfulRuns

      public Robot.JobStatus.Builder addRecentSuccessfulRuns(com.google.protobuf.Timestamp value)
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
    • addRecentSuccessfulRuns

      public Robot.JobStatus.Builder addRecentSuccessfulRuns(int index, com.google.protobuf.Timestamp value)
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
    • addRecentSuccessfulRuns

      public Robot.JobStatus.Builder addRecentSuccessfulRuns(com.google.protobuf.Timestamp.Builder builderForValue)
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
    • addRecentSuccessfulRuns

      public Robot.JobStatus.Builder addRecentSuccessfulRuns(int index, com.google.protobuf.Timestamp.Builder builderForValue)
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
    • addAllRecentSuccessfulRuns

      public Robot.JobStatus.Builder addAllRecentSuccessfulRuns(Iterable<? extends com.google.protobuf.Timestamp> values)
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
    • clearRecentSuccessfulRuns

      public Robot.JobStatus.Builder clearRecentSuccessfulRuns()
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
    • removeRecentSuccessfulRuns

      public Robot.JobStatus.Builder removeRecentSuccessfulRuns(int index)
      repeated .google.protobuf.Timestamp recent_successful_runs = 2 [json_name = "recentSuccessfulRuns"];
    • getRecentFailedRunsList

      public List<com.google.protobuf.Timestamp> getRecentFailedRunsList()
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
      Specified by:
      getRecentFailedRunsList in interface Robot.JobStatusOrBuilder
    • getRecentFailedRunsCount

      public int getRecentFailedRunsCount()
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
      Specified by:
      getRecentFailedRunsCount in interface Robot.JobStatusOrBuilder
    • getRecentFailedRuns

      public com.google.protobuf.Timestamp getRecentFailedRuns(int index)
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
      Specified by:
      getRecentFailedRuns in interface Robot.JobStatusOrBuilder
    • setRecentFailedRuns

      public Robot.JobStatus.Builder setRecentFailedRuns(int index, com.google.protobuf.Timestamp value)
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
    • setRecentFailedRuns

      public Robot.JobStatus.Builder setRecentFailedRuns(int index, com.google.protobuf.Timestamp.Builder builderForValue)
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
    • addRecentFailedRuns

      public Robot.JobStatus.Builder addRecentFailedRuns(com.google.protobuf.Timestamp value)
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
    • addRecentFailedRuns

      public Robot.JobStatus.Builder addRecentFailedRuns(int index, com.google.protobuf.Timestamp value)
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
    • addRecentFailedRuns

      public Robot.JobStatus.Builder addRecentFailedRuns(com.google.protobuf.Timestamp.Builder builderForValue)
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
    • addRecentFailedRuns

      public Robot.JobStatus.Builder addRecentFailedRuns(int index, com.google.protobuf.Timestamp.Builder builderForValue)
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
    • addAllRecentFailedRuns

      public Robot.JobStatus.Builder addAllRecentFailedRuns(Iterable<? extends com.google.protobuf.Timestamp> values)
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
    • clearRecentFailedRuns

      public Robot.JobStatus.Builder clearRecentFailedRuns()
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];
    • removeRecentFailedRuns

      public Robot.JobStatus.Builder removeRecentFailedRuns(int index)
      repeated .google.protobuf.Timestamp recent_failed_runs = 3 [json_name = "recentFailedRuns"];