All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.proto.JobSummaryLocation Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: job_meta.proto

package cz.proto;

/**
 * Protobuf type {@code cz.proto.JobSummaryLocation}
 */
public final class JobSummaryLocation extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:cz.proto.JobSummaryLocation)
    JobSummaryLocationOrBuilder {
private static final long serialVersionUID = 0L;
  // Use JobSummaryLocation.newBuilder() to construct.
  private JobSummaryLocation(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private JobSummaryLocation() {
    summaryLocation_ = "";
    planLocation_ = "";
    statsLocation_ = "";
    progressLocation_ = "";
    resultLocation_ = "";
    baseLocation_ = "";
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new JobSummaryLocation();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private JobSummaryLocation(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            java.lang.String s = input.readStringRequireUtf8();

            summaryLocation_ = s;
            break;
          }
          case 18: {
            java.lang.String s = input.readStringRequireUtf8();

            planLocation_ = s;
            break;
          }
          case 26: {
            java.lang.String s = input.readStringRequireUtf8();

            statsLocation_ = s;
            break;
          }
          case 34: {
            java.lang.String s = input.readStringRequireUtf8();

            progressLocation_ = s;
            break;
          }
          case 42: {
            java.lang.String s = input.readStringRequireUtf8();

            resultLocation_ = s;
            break;
          }
          case 82: {
            java.lang.String s = input.readStringRequireUtf8();

            baseLocation_ = s;
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return cz.proto.JobMetaOuterClass.internal_static_cz_proto_JobSummaryLocation_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return cz.proto.JobMetaOuterClass.internal_static_cz_proto_JobSummaryLocation_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            cz.proto.JobSummaryLocation.class, cz.proto.JobSummaryLocation.Builder.class);
  }

  public static final int SUMMARY_LOCATION_FIELD_NUMBER = 1;
  private volatile java.lang.Object summaryLocation_;
  /**
   * string summary_location = 1;
   * @return The summaryLocation.
   */
  @java.lang.Override
  public java.lang.String getSummaryLocation() {
    java.lang.Object ref = summaryLocation_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      summaryLocation_ = s;
      return s;
    }
  }
  /**
   * string summary_location = 1;
   * @return The bytes for summaryLocation.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getSummaryLocationBytes() {
    java.lang.Object ref = summaryLocation_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      summaryLocation_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int PLAN_LOCATION_FIELD_NUMBER = 2;
  private volatile java.lang.Object planLocation_;
  /**
   * string plan_location = 2;
   * @return The planLocation.
   */
  @java.lang.Override
  public java.lang.String getPlanLocation() {
    java.lang.Object ref = planLocation_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      planLocation_ = s;
      return s;
    }
  }
  /**
   * string plan_location = 2;
   * @return The bytes for planLocation.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getPlanLocationBytes() {
    java.lang.Object ref = planLocation_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      planLocation_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int STATS_LOCATION_FIELD_NUMBER = 3;
  private volatile java.lang.Object statsLocation_;
  /**
   * string stats_location = 3;
   * @return The statsLocation.
   */
  @java.lang.Override
  public java.lang.String getStatsLocation() {
    java.lang.Object ref = statsLocation_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      statsLocation_ = s;
      return s;
    }
  }
  /**
   * string stats_location = 3;
   * @return The bytes for statsLocation.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getStatsLocationBytes() {
    java.lang.Object ref = statsLocation_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      statsLocation_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int PROGRESS_LOCATION_FIELD_NUMBER = 4;
  private volatile java.lang.Object progressLocation_;
  /**
   * string progress_location = 4;
   * @return The progressLocation.
   */
  @java.lang.Override
  public java.lang.String getProgressLocation() {
    java.lang.Object ref = progressLocation_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      progressLocation_ = s;
      return s;
    }
  }
  /**
   * string progress_location = 4;
   * @return The bytes for progressLocation.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getProgressLocationBytes() {
    java.lang.Object ref = progressLocation_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      progressLocation_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int RESULT_LOCATION_FIELD_NUMBER = 5;
  private volatile java.lang.Object resultLocation_;
  /**
   * string result_location = 5;
   * @return The resultLocation.
   */
  @java.lang.Override
  public java.lang.String getResultLocation() {
    java.lang.Object ref = resultLocation_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      resultLocation_ = s;
      return s;
    }
  }
  /**
   * string result_location = 5;
   * @return The bytes for resultLocation.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getResultLocationBytes() {
    java.lang.Object ref = resultLocation_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      resultLocation_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int BASE_LOCATION_FIELD_NUMBER = 10;
  private volatile java.lang.Object baseLocation_;
  /**
   * string base_location = 10;
   * @return The baseLocation.
   */
  @java.lang.Override
  public java.lang.String getBaseLocation() {
    java.lang.Object ref = baseLocation_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      baseLocation_ = s;
      return s;
    }
  }
  /**
   * string base_location = 10;
   * @return The bytes for baseLocation.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getBaseLocationBytes() {
    java.lang.Object ref = baseLocation_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      baseLocation_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  private byte memoizedIsInitialized = -1;
  @java.lang.Override
  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1) return true;
    if (isInitialized == 0) return false;

    memoizedIsInitialized = 1;
    return true;
  }

  @java.lang.Override
  public void writeTo(com.google.protobuf.CodedOutputStream output)
                      throws java.io.IOException {
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(summaryLocation_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 1, summaryLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(planLocation_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 2, planLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statsLocation_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 3, statsLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(progressLocation_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 4, progressLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resultLocation_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 5, resultLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(baseLocation_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 10, baseLocation_);
    }
    unknownFields.writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(summaryLocation_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, summaryLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(planLocation_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, planLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statsLocation_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, statsLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(progressLocation_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, progressLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resultLocation_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, resultLocation_);
    }
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(baseLocation_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, baseLocation_);
    }
    size += unknownFields.getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
     return true;
    }
    if (!(obj instanceof cz.proto.JobSummaryLocation)) {
      return super.equals(obj);
    }
    cz.proto.JobSummaryLocation other = (cz.proto.JobSummaryLocation) obj;

    if (!getSummaryLocation()
        .equals(other.getSummaryLocation())) return false;
    if (!getPlanLocation()
        .equals(other.getPlanLocation())) return false;
    if (!getStatsLocation()
        .equals(other.getStatsLocation())) return false;
    if (!getProgressLocation()
        .equals(other.getProgressLocation())) return false;
    if (!getResultLocation()
        .equals(other.getResultLocation())) return false;
    if (!getBaseLocation()
        .equals(other.getBaseLocation())) return false;
    if (!unknownFields.equals(other.unknownFields)) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    hash = (37 * hash) + SUMMARY_LOCATION_FIELD_NUMBER;
    hash = (53 * hash) + getSummaryLocation().hashCode();
    hash = (37 * hash) + PLAN_LOCATION_FIELD_NUMBER;
    hash = (53 * hash) + getPlanLocation().hashCode();
    hash = (37 * hash) + STATS_LOCATION_FIELD_NUMBER;
    hash = (53 * hash) + getStatsLocation().hashCode();
    hash = (37 * hash) + PROGRESS_LOCATION_FIELD_NUMBER;
    hash = (53 * hash) + getProgressLocation().hashCode();
    hash = (37 * hash) + RESULT_LOCATION_FIELD_NUMBER;
    hash = (53 * hash) + getResultLocation().hashCode();
    hash = (37 * hash) + BASE_LOCATION_FIELD_NUMBER;
    hash = (53 * hash) + getBaseLocation().hashCode();
    hash = (29 * hash) + unknownFields.hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static cz.proto.JobSummaryLocation parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static cz.proto.JobSummaryLocation parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static cz.proto.JobSummaryLocation parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static cz.proto.JobSummaryLocation parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static cz.proto.JobSummaryLocation parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static cz.proto.JobSummaryLocation parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static cz.proto.JobSummaryLocation parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static cz.proto.JobSummaryLocation parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }
  public static cz.proto.JobSummaryLocation parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static cz.proto.JobSummaryLocation parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  }
  public static cz.proto.JobSummaryLocation parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static cz.proto.JobSummaryLocation parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }

  @java.lang.Override
  public Builder newBuilderForType() { return newBuilder(); }
  public static Builder newBuilder() {
    return DEFAULT_INSTANCE.toBuilder();
  }
  public static Builder newBuilder(cz.proto.JobSummaryLocation prototype) {
    return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  }
  @java.lang.Override
  public Builder toBuilder() {
    return this == DEFAULT_INSTANCE
        ? new Builder() : new Builder().mergeFrom(this);
  }

  @java.lang.Override
  protected Builder newBuilderForType(
      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code cz.proto.JobSummaryLocation}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:cz.proto.JobSummaryLocation)
      cz.proto.JobSummaryLocationOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return cz.proto.JobMetaOuterClass.internal_static_cz_proto_JobSummaryLocation_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return cz.proto.JobMetaOuterClass.internal_static_cz_proto_JobSummaryLocation_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              cz.proto.JobSummaryLocation.class, cz.proto.JobSummaryLocation.Builder.class);
    }

    // Construct using cz.proto.JobSummaryLocation.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      summaryLocation_ = "";

      planLocation_ = "";

      statsLocation_ = "";

      progressLocation_ = "";

      resultLocation_ = "";

      baseLocation_ = "";

      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return cz.proto.JobMetaOuterClass.internal_static_cz_proto_JobSummaryLocation_descriptor;
    }

    @java.lang.Override
    public cz.proto.JobSummaryLocation getDefaultInstanceForType() {
      return cz.proto.JobSummaryLocation.getDefaultInstance();
    }

    @java.lang.Override
    public cz.proto.JobSummaryLocation build() {
      cz.proto.JobSummaryLocation result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public cz.proto.JobSummaryLocation buildPartial() {
      cz.proto.JobSummaryLocation result = new cz.proto.JobSummaryLocation(this);
      result.summaryLocation_ = summaryLocation_;
      result.planLocation_ = planLocation_;
      result.statsLocation_ = statsLocation_;
      result.progressLocation_ = progressLocation_;
      result.resultLocation_ = resultLocation_;
      result.baseLocation_ = baseLocation_;
      onBuilt();
      return result;
    }

    @java.lang.Override
    public Builder clone() {
      return super.clone();
    }
    @java.lang.Override
    public Builder setField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.setField(field, value);
    }
    @java.lang.Override
    public Builder clearField(
        com.google.protobuf.Descriptors.FieldDescriptor field) {
      return super.clearField(field);
    }
    @java.lang.Override
    public Builder clearOneof(
        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
      return super.clearOneof(oneof);
    }
    @java.lang.Override
    public Builder setRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        int index, java.lang.Object value) {
      return super.setRepeatedField(field, index, value);
    }
    @java.lang.Override
    public Builder addRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.addRepeatedField(field, value);
    }
    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof cz.proto.JobSummaryLocation) {
        return mergeFrom((cz.proto.JobSummaryLocation)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(cz.proto.JobSummaryLocation other) {
      if (other == cz.proto.JobSummaryLocation.getDefaultInstance()) return this;
      if (!other.getSummaryLocation().isEmpty()) {
        summaryLocation_ = other.summaryLocation_;
        onChanged();
      }
      if (!other.getPlanLocation().isEmpty()) {
        planLocation_ = other.planLocation_;
        onChanged();
      }
      if (!other.getStatsLocation().isEmpty()) {
        statsLocation_ = other.statsLocation_;
        onChanged();
      }
      if (!other.getProgressLocation().isEmpty()) {
        progressLocation_ = other.progressLocation_;
        onChanged();
      }
      if (!other.getResultLocation().isEmpty()) {
        resultLocation_ = other.resultLocation_;
        onChanged();
      }
      if (!other.getBaseLocation().isEmpty()) {
        baseLocation_ = other.baseLocation_;
        onChanged();
      }
      this.mergeUnknownFields(other.unknownFields);
      onChanged();
      return this;
    }

    @java.lang.Override
    public final boolean isInitialized() {
      return true;
    }

    @java.lang.Override
    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      cz.proto.JobSummaryLocation parsedMessage = null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        parsedMessage = (cz.proto.JobSummaryLocation) e.getUnfinishedMessage();
        throw e.unwrapIOException();
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }

    private java.lang.Object summaryLocation_ = "";
    /**
     * string summary_location = 1;
     * @return The summaryLocation.
     */
    public java.lang.String getSummaryLocation() {
      java.lang.Object ref = summaryLocation_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        summaryLocation_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string summary_location = 1;
     * @return The bytes for summaryLocation.
     */
    public com.google.protobuf.ByteString
        getSummaryLocationBytes() {
      java.lang.Object ref = summaryLocation_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        summaryLocation_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string summary_location = 1;
     * @param value The summaryLocation to set.
     * @return This builder for chaining.
     */
    public Builder setSummaryLocation(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      summaryLocation_ = value;
      onChanged();
      return this;
    }
    /**
     * string summary_location = 1;
     * @return This builder for chaining.
     */
    public Builder clearSummaryLocation() {
      
      summaryLocation_ = getDefaultInstance().getSummaryLocation();
      onChanged();
      return this;
    }
    /**
     * string summary_location = 1;
     * @param value The bytes for summaryLocation to set.
     * @return This builder for chaining.
     */
    public Builder setSummaryLocationBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      summaryLocation_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object planLocation_ = "";
    /**
     * string plan_location = 2;
     * @return The planLocation.
     */
    public java.lang.String getPlanLocation() {
      java.lang.Object ref = planLocation_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        planLocation_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string plan_location = 2;
     * @return The bytes for planLocation.
     */
    public com.google.protobuf.ByteString
        getPlanLocationBytes() {
      java.lang.Object ref = planLocation_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        planLocation_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string plan_location = 2;
     * @param value The planLocation to set.
     * @return This builder for chaining.
     */
    public Builder setPlanLocation(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      planLocation_ = value;
      onChanged();
      return this;
    }
    /**
     * string plan_location = 2;
     * @return This builder for chaining.
     */
    public Builder clearPlanLocation() {
      
      planLocation_ = getDefaultInstance().getPlanLocation();
      onChanged();
      return this;
    }
    /**
     * string plan_location = 2;
     * @param value The bytes for planLocation to set.
     * @return This builder for chaining.
     */
    public Builder setPlanLocationBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      planLocation_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object statsLocation_ = "";
    /**
     * string stats_location = 3;
     * @return The statsLocation.
     */
    public java.lang.String getStatsLocation() {
      java.lang.Object ref = statsLocation_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        statsLocation_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string stats_location = 3;
     * @return The bytes for statsLocation.
     */
    public com.google.protobuf.ByteString
        getStatsLocationBytes() {
      java.lang.Object ref = statsLocation_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        statsLocation_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string stats_location = 3;
     * @param value The statsLocation to set.
     * @return This builder for chaining.
     */
    public Builder setStatsLocation(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      statsLocation_ = value;
      onChanged();
      return this;
    }
    /**
     * string stats_location = 3;
     * @return This builder for chaining.
     */
    public Builder clearStatsLocation() {
      
      statsLocation_ = getDefaultInstance().getStatsLocation();
      onChanged();
      return this;
    }
    /**
     * string stats_location = 3;
     * @param value The bytes for statsLocation to set.
     * @return This builder for chaining.
     */
    public Builder setStatsLocationBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      statsLocation_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object progressLocation_ = "";
    /**
     * string progress_location = 4;
     * @return The progressLocation.
     */
    public java.lang.String getProgressLocation() {
      java.lang.Object ref = progressLocation_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        progressLocation_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string progress_location = 4;
     * @return The bytes for progressLocation.
     */
    public com.google.protobuf.ByteString
        getProgressLocationBytes() {
      java.lang.Object ref = progressLocation_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        progressLocation_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string progress_location = 4;
     * @param value The progressLocation to set.
     * @return This builder for chaining.
     */
    public Builder setProgressLocation(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      progressLocation_ = value;
      onChanged();
      return this;
    }
    /**
     * string progress_location = 4;
     * @return This builder for chaining.
     */
    public Builder clearProgressLocation() {
      
      progressLocation_ = getDefaultInstance().getProgressLocation();
      onChanged();
      return this;
    }
    /**
     * string progress_location = 4;
     * @param value The bytes for progressLocation to set.
     * @return This builder for chaining.
     */
    public Builder setProgressLocationBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      progressLocation_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object resultLocation_ = "";
    /**
     * string result_location = 5;
     * @return The resultLocation.
     */
    public java.lang.String getResultLocation() {
      java.lang.Object ref = resultLocation_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        resultLocation_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string result_location = 5;
     * @return The bytes for resultLocation.
     */
    public com.google.protobuf.ByteString
        getResultLocationBytes() {
      java.lang.Object ref = resultLocation_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        resultLocation_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string result_location = 5;
     * @param value The resultLocation to set.
     * @return This builder for chaining.
     */
    public Builder setResultLocation(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      resultLocation_ = value;
      onChanged();
      return this;
    }
    /**
     * string result_location = 5;
     * @return This builder for chaining.
     */
    public Builder clearResultLocation() {
      
      resultLocation_ = getDefaultInstance().getResultLocation();
      onChanged();
      return this;
    }
    /**
     * string result_location = 5;
     * @param value The bytes for resultLocation to set.
     * @return This builder for chaining.
     */
    public Builder setResultLocationBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      resultLocation_ = value;
      onChanged();
      return this;
    }

    private java.lang.Object baseLocation_ = "";
    /**
     * string base_location = 10;
     * @return The baseLocation.
     */
    public java.lang.String getBaseLocation() {
      java.lang.Object ref = baseLocation_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        baseLocation_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string base_location = 10;
     * @return The bytes for baseLocation.
     */
    public com.google.protobuf.ByteString
        getBaseLocationBytes() {
      java.lang.Object ref = baseLocation_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        baseLocation_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string base_location = 10;
     * @param value The baseLocation to set.
     * @return This builder for chaining.
     */
    public Builder setBaseLocation(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      baseLocation_ = value;
      onChanged();
      return this;
    }
    /**
     * string base_location = 10;
     * @return This builder for chaining.
     */
    public Builder clearBaseLocation() {
      
      baseLocation_ = getDefaultInstance().getBaseLocation();
      onChanged();
      return this;
    }
    /**
     * string base_location = 10;
     * @param value The bytes for baseLocation to set.
     * @return This builder for chaining.
     */
    public Builder setBaseLocationBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      baseLocation_ = value;
      onChanged();
      return this;
    }
    @java.lang.Override
    public final Builder setUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

    @java.lang.Override
    public final Builder mergeUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.mergeUnknownFields(unknownFields);
    }


    // @@protoc_insertion_point(builder_scope:cz.proto.JobSummaryLocation)
  }

  // @@protoc_insertion_point(class_scope:cz.proto.JobSummaryLocation)
  private static final cz.proto.JobSummaryLocation DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new cz.proto.JobSummaryLocation();
  }

  public static cz.proto.JobSummaryLocation getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public JobSummaryLocation parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return new JobSummaryLocation(input, extensionRegistry);
    }
  };

  public static com.google.protobuf.Parser parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public cz.proto.JobSummaryLocation getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy