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

org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yarn_server_nodemanager_recovery.proto

package org.apache.hadoop.yarn.proto;

public final class YarnServerNodemanagerRecoveryProtos {
  private YarnServerNodemanagerRecoveryProtos() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
  }
  public interface ContainerManagerApplicationProtoOrBuilder
      extends com.google.protobuf.MessageOrBuilder {

    // optional .hadoop.yarn.ApplicationIdProto id = 1;
    /**
     * optional .hadoop.yarn.ApplicationIdProto id = 1;
     */
    boolean hasId();
    /**
     * optional .hadoop.yarn.ApplicationIdProto id = 1;
     */
    org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getId();
    /**
     * optional .hadoop.yarn.ApplicationIdProto id = 1;
     */
    org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getIdOrBuilder();

    // optional string user = 2;
    /**
     * optional string user = 2;
     */
    boolean hasUser();
    /**
     * optional string user = 2;
     */
    java.lang.String getUser();
    /**
     * optional string user = 2;
     */
    com.google.protobuf.ByteString
        getUserBytes();

    // optional bytes credentials = 3;
    /**
     * optional bytes credentials = 3;
     */
    boolean hasCredentials();
    /**
     * optional bytes credentials = 3;
     */
    com.google.protobuf.ByteString getCredentials();

    // repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    java.util.List 
        getAclsList();
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto getAcls(int index);
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    int getAclsCount();
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    java.util.List 
        getAclsOrBuilderList();
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProtoOrBuilder getAclsOrBuilder(
        int index);

    // optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
    /**
     * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
     */
    boolean hasLogAggregationContext();
    /**
     * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
     */
    org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto getLogAggregationContext();
    /**
     * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
     */
    org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtoOrBuilder getLogAggregationContextOrBuilder();

    // optional int64 appLogAggregationInitedTime = 6 [default = -1];
    /**
     * optional int64 appLogAggregationInitedTime = 6 [default = -1];
     */
    boolean hasAppLogAggregationInitedTime();
    /**
     * optional int64 appLogAggregationInitedTime = 6 [default = -1];
     */
    long getAppLogAggregationInitedTime();

    // optional .hadoop.yarn.FlowContextProto flowContext = 7;
    /**
     * optional .hadoop.yarn.FlowContextProto flowContext = 7;
     */
    boolean hasFlowContext();
    /**
     * optional .hadoop.yarn.FlowContextProto flowContext = 7;
     */
    org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto getFlowContext();
    /**
     * optional .hadoop.yarn.FlowContextProto flowContext = 7;
     */
    org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProtoOrBuilder getFlowContextOrBuilder();
  }
  /**
   * Protobuf type {@code hadoop.yarn.ContainerManagerApplicationProto}
   */
  public static final class ContainerManagerApplicationProto extends
      com.google.protobuf.GeneratedMessage
      implements ContainerManagerApplicationProtoOrBuilder {
    // Use ContainerManagerApplicationProto.newBuilder() to construct.
    private ContainerManagerApplicationProto(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private ContainerManagerApplicationProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final ContainerManagerApplicationProto defaultInstance;
    public static ContainerManagerApplicationProto getDefaultInstance() {
      return defaultInstance;
    }

    public ContainerManagerApplicationProto getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private ContainerManagerApplicationProto(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      int mutable_bitField0_ = 0;
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder subBuilder = null;
              if (((bitField0_ & 0x00000001) == 0x00000001)) {
                subBuilder = id_.toBuilder();
              }
              id_ = input.readMessage(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.PARSER, extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(id_);
                id_ = subBuilder.buildPartial();
              }
              bitField0_ |= 0x00000001;
              break;
            }
            case 18: {
              bitField0_ |= 0x00000002;
              user_ = input.readBytes();
              break;
            }
            case 26: {
              bitField0_ |= 0x00000004;
              credentials_ = input.readBytes();
              break;
            }
            case 34: {
              if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
                acls_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000008;
              }
              acls_.add(input.readMessage(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.PARSER, extensionRegistry));
              break;
            }
            case 42: {
              org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder subBuilder = null;
              if (((bitField0_ & 0x00000008) == 0x00000008)) {
                subBuilder = logAggregationContext_.toBuilder();
              }
              logAggregationContext_ = input.readMessage(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.PARSER, extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(logAggregationContext_);
                logAggregationContext_ = subBuilder.buildPartial();
              }
              bitField0_ |= 0x00000008;
              break;
            }
            case 48: {
              bitField0_ |= 0x00000010;
              appLogAggregationInitedTime_ = input.readInt64();
              break;
            }
            case 58: {
              org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.Builder subBuilder = null;
              if (((bitField0_ & 0x00000020) == 0x00000020)) {
                subBuilder = flowContext_.toBuilder();
              }
              flowContext_ = input.readMessage(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.PARSER, extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(flowContext_);
                flowContext_ = subBuilder.buildPartial();
              }
              bitField0_ |= 0x00000020;
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
          acls_ = java.util.Collections.unmodifiableList(acls_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_ContainerManagerApplicationProto_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_ContainerManagerApplicationProto_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public ContainerManagerApplicationProto parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new ContainerManagerApplicationProto(input, extensionRegistry);
      }
    };

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

    private int bitField0_;
    // optional .hadoop.yarn.ApplicationIdProto id = 1;
    public static final int ID_FIELD_NUMBER = 1;
    private org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto id_;
    /**
     * optional .hadoop.yarn.ApplicationIdProto id = 1;
     */
    public boolean hasId() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional .hadoop.yarn.ApplicationIdProto id = 1;
     */
    public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getId() {
      return id_;
    }
    /**
     * optional .hadoop.yarn.ApplicationIdProto id = 1;
     */
    public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getIdOrBuilder() {
      return id_;
    }

    // optional string user = 2;
    public static final int USER_FIELD_NUMBER = 2;
    private java.lang.Object user_;
    /**
     * optional string user = 2;
     */
    public boolean hasUser() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional string user = 2;
     */
    public java.lang.String getUser() {
      java.lang.Object ref = user_;
      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();
        if (bs.isValidUtf8()) {
          user_ = s;
        }
        return s;
      }
    }
    /**
     * optional string user = 2;
     */
    public com.google.protobuf.ByteString
        getUserBytes() {
      java.lang.Object ref = user_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        user_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional bytes credentials = 3;
    public static final int CREDENTIALS_FIELD_NUMBER = 3;
    private com.google.protobuf.ByteString credentials_;
    /**
     * optional bytes credentials = 3;
     */
    public boolean hasCredentials() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional bytes credentials = 3;
     */
    public com.google.protobuf.ByteString getCredentials() {
      return credentials_;
    }

    // repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
    public static final int ACLS_FIELD_NUMBER = 4;
    private java.util.List acls_;
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    public java.util.List getAclsList() {
      return acls_;
    }
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    public java.util.List 
        getAclsOrBuilderList() {
      return acls_;
    }
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    public int getAclsCount() {
      return acls_.size();
    }
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto getAcls(int index) {
      return acls_.get(index);
    }
    /**
     * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
     */
    public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProtoOrBuilder getAclsOrBuilder(
        int index) {
      return acls_.get(index);
    }

    // optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
    public static final int LOG_AGGREGATION_CONTEXT_FIELD_NUMBER = 5;
    private org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto logAggregationContext_;
    /**
     * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
     */
    public boolean hasLogAggregationContext() {
      return ((bitField0_ & 0x00000008) == 0x00000008);
    }
    /**
     * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
     */
    public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto getLogAggregationContext() {
      return logAggregationContext_;
    }
    /**
     * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
     */
    public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtoOrBuilder getLogAggregationContextOrBuilder() {
      return logAggregationContext_;
    }

    // optional int64 appLogAggregationInitedTime = 6 [default = -1];
    public static final int APPLOGAGGREGATIONINITEDTIME_FIELD_NUMBER = 6;
    private long appLogAggregationInitedTime_;
    /**
     * optional int64 appLogAggregationInitedTime = 6 [default = -1];
     */
    public boolean hasAppLogAggregationInitedTime() {
      return ((bitField0_ & 0x00000010) == 0x00000010);
    }
    /**
     * optional int64 appLogAggregationInitedTime = 6 [default = -1];
     */
    public long getAppLogAggregationInitedTime() {
      return appLogAggregationInitedTime_;
    }

    // optional .hadoop.yarn.FlowContextProto flowContext = 7;
    public static final int FLOWCONTEXT_FIELD_NUMBER = 7;
    private org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto flowContext_;
    /**
     * optional .hadoop.yarn.FlowContextProto flowContext = 7;
     */
    public boolean hasFlowContext() {
      return ((bitField0_ & 0x00000020) == 0x00000020);
    }
    /**
     * optional .hadoop.yarn.FlowContextProto flowContext = 7;
     */
    public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto getFlowContext() {
      return flowContext_;
    }
    /**
     * optional .hadoop.yarn.FlowContextProto flowContext = 7;
     */
    public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProtoOrBuilder getFlowContextOrBuilder() {
      return flowContext_;
    }

    private void initFields() {
      id_ = org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.getDefaultInstance();
      user_ = "";
      credentials_ = com.google.protobuf.ByteString.EMPTY;
      acls_ = java.util.Collections.emptyList();
      logAggregationContext_ = org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.getDefaultInstance();
      appLogAggregationInitedTime_ = -1L;
      flowContext_ = org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.getDefaultInstance();
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized != -1) return isInitialized == 1;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeMessage(1, id_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeBytes(2, getUserBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeBytes(3, credentials_);
      }
      for (int i = 0; i < acls_.size(); i++) {
        output.writeMessage(4, acls_.get(i));
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        output.writeMessage(5, logAggregationContext_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        output.writeInt64(6, appLogAggregationInitedTime_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        output.writeMessage(7, flowContext_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, id_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(2, getUserBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(3, credentials_);
      }
      for (int i = 0; i < acls_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(4, acls_.get(i));
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(5, logAggregationContext_);
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(6, appLogAggregationInitedTime_);
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(7, flowContext_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto)) {
        return super.equals(obj);
      }
      org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto other = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto) obj;

      boolean result = true;
      result = result && (hasId() == other.hasId());
      if (hasId()) {
        result = result && getId()
            .equals(other.getId());
      }
      result = result && (hasUser() == other.hasUser());
      if (hasUser()) {
        result = result && getUser()
            .equals(other.getUser());
      }
      result = result && (hasCredentials() == other.hasCredentials());
      if (hasCredentials()) {
        result = result && getCredentials()
            .equals(other.getCredentials());
      }
      result = result && getAclsList()
          .equals(other.getAclsList());
      result = result && (hasLogAggregationContext() == other.hasLogAggregationContext());
      if (hasLogAggregationContext()) {
        result = result && getLogAggregationContext()
            .equals(other.getLogAggregationContext());
      }
      result = result && (hasAppLogAggregationInitedTime() == other.hasAppLogAggregationInitedTime());
      if (hasAppLogAggregationInitedTime()) {
        result = result && (getAppLogAggregationInitedTime()
            == other.getAppLogAggregationInitedTime());
      }
      result = result && (hasFlowContext() == other.hasFlowContext());
      if (hasFlowContext()) {
        result = result && getFlowContext()
            .equals(other.getFlowContext());
      }
      result = result &&
          getUnknownFields().equals(other.getUnknownFields());
      return result;
    }

    private int memoizedHashCode = 0;
    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptorForType().hashCode();
      if (hasId()) {
        hash = (37 * hash) + ID_FIELD_NUMBER;
        hash = (53 * hash) + getId().hashCode();
      }
      if (hasUser()) {
        hash = (37 * hash) + USER_FIELD_NUMBER;
        hash = (53 * hash) + getUser().hashCode();
      }
      if (hasCredentials()) {
        hash = (37 * hash) + CREDENTIALS_FIELD_NUMBER;
        hash = (53 * hash) + getCredentials().hashCode();
      }
      if (getAclsCount() > 0) {
        hash = (37 * hash) + ACLS_FIELD_NUMBER;
        hash = (53 * hash) + getAclsList().hashCode();
      }
      if (hasLogAggregationContext()) {
        hash = (37 * hash) + LOG_AGGREGATION_CONTEXT_FIELD_NUMBER;
        hash = (53 * hash) + getLogAggregationContext().hashCode();
      }
      if (hasAppLogAggregationInitedTime()) {
        hash = (37 * hash) + APPLOGAGGREGATIONINITEDTIME_FIELD_NUMBER;
        hash = (53 * hash) + hashLong(getAppLogAggregationInitedTime());
      }
      if (hasFlowContext()) {
        hash = (37 * hash) + FLOWCONTEXT_FIELD_NUMBER;
        hash = (53 * hash) + getFlowContext().hashCode();
      }
      hash = (29 * hash) + getUnknownFields().hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code hadoop.yarn.ContainerManagerApplicationProto}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder
       implements org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProtoOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_ContainerManagerApplicationProto_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_ContainerManagerApplicationProto_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto.Builder.class);
      }

      // Construct using org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
          getIdFieldBuilder();
          getAclsFieldBuilder();
          getLogAggregationContextFieldBuilder();
          getFlowContextFieldBuilder();
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        if (idBuilder_ == null) {
          id_ = org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.getDefaultInstance();
        } else {
          idBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000001);
        user_ = "";
        bitField0_ = (bitField0_ & ~0x00000002);
        credentials_ = com.google.protobuf.ByteString.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000004);
        if (aclsBuilder_ == null) {
          acls_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000008);
        } else {
          aclsBuilder_.clear();
        }
        if (logAggregationContextBuilder_ == null) {
          logAggregationContext_ = org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.getDefaultInstance();
        } else {
          logAggregationContextBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000010);
        appLogAggregationInitedTime_ = -1L;
        bitField0_ = (bitField0_ & ~0x00000020);
        if (flowContextBuilder_ == null) {
          flowContext_ = org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.getDefaultInstance();
        } else {
          flowContextBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000040);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_ContainerManagerApplicationProto_descriptor;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto getDefaultInstanceForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto.getDefaultInstance();
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto build() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto buildPartial() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto result = new org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        if (idBuilder_ == null) {
          result.id_ = id_;
        } else {
          result.id_ = idBuilder_.build();
        }
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.user_ = user_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.credentials_ = credentials_;
        if (aclsBuilder_ == null) {
          if (((bitField0_ & 0x00000008) == 0x00000008)) {
            acls_ = java.util.Collections.unmodifiableList(acls_);
            bitField0_ = (bitField0_ & ~0x00000008);
          }
          result.acls_ = acls_;
        } else {
          result.acls_ = aclsBuilder_.build();
        }
        if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
          to_bitField0_ |= 0x00000008;
        }
        if (logAggregationContextBuilder_ == null) {
          result.logAggregationContext_ = logAggregationContext_;
        } else {
          result.logAggregationContext_ = logAggregationContextBuilder_.build();
        }
        if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
          to_bitField0_ |= 0x00000010;
        }
        result.appLogAggregationInitedTime_ = appLogAggregationInitedTime_;
        if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
          to_bitField0_ |= 0x00000020;
        }
        if (flowContextBuilder_ == null) {
          result.flowContext_ = flowContext_;
        } else {
          result.flowContext_ = flowContextBuilder_.build();
        }
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto) {
          return mergeFrom((org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto other) {
        if (other == org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto.getDefaultInstance()) return this;
        if (other.hasId()) {
          mergeId(other.getId());
        }
        if (other.hasUser()) {
          bitField0_ |= 0x00000002;
          user_ = other.user_;
          onChanged();
        }
        if (other.hasCredentials()) {
          setCredentials(other.getCredentials());
        }
        if (aclsBuilder_ == null) {
          if (!other.acls_.isEmpty()) {
            if (acls_.isEmpty()) {
              acls_ = other.acls_;
              bitField0_ = (bitField0_ & ~0x00000008);
            } else {
              ensureAclsIsMutable();
              acls_.addAll(other.acls_);
            }
            onChanged();
          }
        } else {
          if (!other.acls_.isEmpty()) {
            if (aclsBuilder_.isEmpty()) {
              aclsBuilder_.dispose();
              aclsBuilder_ = null;
              acls_ = other.acls_;
              bitField0_ = (bitField0_ & ~0x00000008);
              aclsBuilder_ = 
                com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
                   getAclsFieldBuilder() : null;
            } else {
              aclsBuilder_.addAllMessages(other.acls_);
            }
          }
        }
        if (other.hasLogAggregationContext()) {
          mergeLogAggregationContext(other.getLogAggregationContext());
        }
        if (other.hasAppLogAggregationInitedTime()) {
          setAppLogAggregationInitedTime(other.getAppLogAggregationInitedTime());
        }
        if (other.hasFlowContext()) {
          mergeFlowContext(other.getFlowContext());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.ContainerManagerApplicationProto) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      // optional .hadoop.yarn.ApplicationIdProto id = 1;
      private org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto id_ = org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.getDefaultInstance();
      private com.google.protobuf.SingleFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> idBuilder_;
      /**
       * optional .hadoop.yarn.ApplicationIdProto id = 1;
       */
      public boolean hasId() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional .hadoop.yarn.ApplicationIdProto id = 1;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getId() {
        if (idBuilder_ == null) {
          return id_;
        } else {
          return idBuilder_.getMessage();
        }
      }
      /**
       * optional .hadoop.yarn.ApplicationIdProto id = 1;
       */
      public Builder setId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value) {
        if (idBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          id_ = value;
          onChanged();
        } else {
          idBuilder_.setMessage(value);
        }
        bitField0_ |= 0x00000001;
        return this;
      }
      /**
       * optional .hadoop.yarn.ApplicationIdProto id = 1;
       */
      public Builder setId(
          org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue) {
        if (idBuilder_ == null) {
          id_ = builderForValue.build();
          onChanged();
        } else {
          idBuilder_.setMessage(builderForValue.build());
        }
        bitField0_ |= 0x00000001;
        return this;
      }
      /**
       * optional .hadoop.yarn.ApplicationIdProto id = 1;
       */
      public Builder mergeId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value) {
        if (idBuilder_ == null) {
          if (((bitField0_ & 0x00000001) == 0x00000001) &&
              id_ != org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.getDefaultInstance()) {
            id_ =
              org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.newBuilder(id_).mergeFrom(value).buildPartial();
          } else {
            id_ = value;
          }
          onChanged();
        } else {
          idBuilder_.mergeFrom(value);
        }
        bitField0_ |= 0x00000001;
        return this;
      }
      /**
       * optional .hadoop.yarn.ApplicationIdProto id = 1;
       */
      public Builder clearId() {
        if (idBuilder_ == null) {
          id_ = org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.getDefaultInstance();
          onChanged();
        } else {
          idBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000001);
        return this;
      }
      /**
       * optional .hadoop.yarn.ApplicationIdProto id = 1;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder getIdBuilder() {
        bitField0_ |= 0x00000001;
        onChanged();
        return getIdFieldBuilder().getBuilder();
      }
      /**
       * optional .hadoop.yarn.ApplicationIdProto id = 1;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getIdOrBuilder() {
        if (idBuilder_ != null) {
          return idBuilder_.getMessageOrBuilder();
        } else {
          return id_;
        }
      }
      /**
       * optional .hadoop.yarn.ApplicationIdProto id = 1;
       */
      private com.google.protobuf.SingleFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> 
          getIdFieldBuilder() {
        if (idBuilder_ == null) {
          idBuilder_ = new com.google.protobuf.SingleFieldBuilder<
              org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder>(
                  id_,
                  getParentForChildren(),
                  isClean());
          id_ = null;
        }
        return idBuilder_;
      }

      // optional string user = 2;
      private java.lang.Object user_ = "";
      /**
       * optional string user = 2;
       */
      public boolean hasUser() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional string user = 2;
       */
      public java.lang.String getUser() {
        java.lang.Object ref = user_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          user_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string user = 2;
       */
      public com.google.protobuf.ByteString
          getUserBytes() {
        java.lang.Object ref = user_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          user_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string user = 2;
       */
      public Builder setUser(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        user_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string user = 2;
       */
      public Builder clearUser() {
        bitField0_ = (bitField0_ & ~0x00000002);
        user_ = getDefaultInstance().getUser();
        onChanged();
        return this;
      }
      /**
       * optional string user = 2;
       */
      public Builder setUserBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        user_ = value;
        onChanged();
        return this;
      }

      // optional bytes credentials = 3;
      private com.google.protobuf.ByteString credentials_ = com.google.protobuf.ByteString.EMPTY;
      /**
       * optional bytes credentials = 3;
       */
      public boolean hasCredentials() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional bytes credentials = 3;
       */
      public com.google.protobuf.ByteString getCredentials() {
        return credentials_;
      }
      /**
       * optional bytes credentials = 3;
       */
      public Builder setCredentials(com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000004;
        credentials_ = value;
        onChanged();
        return this;
      }
      /**
       * optional bytes credentials = 3;
       */
      public Builder clearCredentials() {
        bitField0_ = (bitField0_ & ~0x00000004);
        credentials_ = getDefaultInstance().getCredentials();
        onChanged();
        return this;
      }

      // repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
      private java.util.List acls_ =
        java.util.Collections.emptyList();
      private void ensureAclsIsMutable() {
        if (!((bitField0_ & 0x00000008) == 0x00000008)) {
          acls_ = new java.util.ArrayList(acls_);
          bitField0_ |= 0x00000008;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProtoOrBuilder> aclsBuilder_;

      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public java.util.List getAclsList() {
        if (aclsBuilder_ == null) {
          return java.util.Collections.unmodifiableList(acls_);
        } else {
          return aclsBuilder_.getMessageList();
        }
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public int getAclsCount() {
        if (aclsBuilder_ == null) {
          return acls_.size();
        } else {
          return aclsBuilder_.getCount();
        }
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto getAcls(int index) {
        if (aclsBuilder_ == null) {
          return acls_.get(index);
        } else {
          return aclsBuilder_.getMessage(index);
        }
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public Builder setAcls(
          int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto value) {
        if (aclsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureAclsIsMutable();
          acls_.set(index, value);
          onChanged();
        } else {
          aclsBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public Builder setAcls(
          int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.Builder builderForValue) {
        if (aclsBuilder_ == null) {
          ensureAclsIsMutable();
          acls_.set(index, builderForValue.build());
          onChanged();
        } else {
          aclsBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public Builder addAcls(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto value) {
        if (aclsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureAclsIsMutable();
          acls_.add(value);
          onChanged();
        } else {
          aclsBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public Builder addAcls(
          int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto value) {
        if (aclsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureAclsIsMutable();
          acls_.add(index, value);
          onChanged();
        } else {
          aclsBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public Builder addAcls(
          org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.Builder builderForValue) {
        if (aclsBuilder_ == null) {
          ensureAclsIsMutable();
          acls_.add(builderForValue.build());
          onChanged();
        } else {
          aclsBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public Builder addAcls(
          int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.Builder builderForValue) {
        if (aclsBuilder_ == null) {
          ensureAclsIsMutable();
          acls_.add(index, builderForValue.build());
          onChanged();
        } else {
          aclsBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public Builder addAllAcls(
          java.lang.Iterable values) {
        if (aclsBuilder_ == null) {
          ensureAclsIsMutable();
          super.addAll(values, acls_);
          onChanged();
        } else {
          aclsBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public Builder clearAcls() {
        if (aclsBuilder_ == null) {
          acls_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000008);
          onChanged();
        } else {
          aclsBuilder_.clear();
        }
        return this;
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public Builder removeAcls(int index) {
        if (aclsBuilder_ == null) {
          ensureAclsIsMutable();
          acls_.remove(index);
          onChanged();
        } else {
          aclsBuilder_.remove(index);
        }
        return this;
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.Builder getAclsBuilder(
          int index) {
        return getAclsFieldBuilder().getBuilder(index);
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProtoOrBuilder getAclsOrBuilder(
          int index) {
        if (aclsBuilder_ == null) {
          return acls_.get(index);  } else {
          return aclsBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public java.util.List 
           getAclsOrBuilderList() {
        if (aclsBuilder_ != null) {
          return aclsBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(acls_);
        }
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.Builder addAclsBuilder() {
        return getAclsFieldBuilder().addBuilder(
            org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.getDefaultInstance());
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.Builder addAclsBuilder(
          int index) {
        return getAclsFieldBuilder().addBuilder(
            index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.getDefaultInstance());
      }
      /**
       * repeated .hadoop.yarn.ApplicationACLMapProto acls = 4;
       */
      public java.util.List 
           getAclsBuilderList() {
        return getAclsFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProtoOrBuilder> 
          getAclsFieldBuilder() {
        if (aclsBuilder_ == null) {
          aclsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
              org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationACLMapProtoOrBuilder>(
                  acls_,
                  ((bitField0_ & 0x00000008) == 0x00000008),
                  getParentForChildren(),
                  isClean());
          acls_ = null;
        }
        return aclsBuilder_;
      }

      // optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
      private org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto logAggregationContext_ = org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.getDefaultInstance();
      private com.google.protobuf.SingleFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto, org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtoOrBuilder> logAggregationContextBuilder_;
      /**
       * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
       */
      public boolean hasLogAggregationContext() {
        return ((bitField0_ & 0x00000010) == 0x00000010);
      }
      /**
       * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto getLogAggregationContext() {
        if (logAggregationContextBuilder_ == null) {
          return logAggregationContext_;
        } else {
          return logAggregationContextBuilder_.getMessage();
        }
      }
      /**
       * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
       */
      public Builder setLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto value) {
        if (logAggregationContextBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          logAggregationContext_ = value;
          onChanged();
        } else {
          logAggregationContextBuilder_.setMessage(value);
        }
        bitField0_ |= 0x00000010;
        return this;
      }
      /**
       * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
       */
      public Builder setLogAggregationContext(
          org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder builderForValue) {
        if (logAggregationContextBuilder_ == null) {
          logAggregationContext_ = builderForValue.build();
          onChanged();
        } else {
          logAggregationContextBuilder_.setMessage(builderForValue.build());
        }
        bitField0_ |= 0x00000010;
        return this;
      }
      /**
       * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
       */
      public Builder mergeLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto value) {
        if (logAggregationContextBuilder_ == null) {
          if (((bitField0_ & 0x00000010) == 0x00000010) &&
              logAggregationContext_ != org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.getDefaultInstance()) {
            logAggregationContext_ =
              org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.newBuilder(logAggregationContext_).mergeFrom(value).buildPartial();
          } else {
            logAggregationContext_ = value;
          }
          onChanged();
        } else {
          logAggregationContextBuilder_.mergeFrom(value);
        }
        bitField0_ |= 0x00000010;
        return this;
      }
      /**
       * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
       */
      public Builder clearLogAggregationContext() {
        if (logAggregationContextBuilder_ == null) {
          logAggregationContext_ = org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.getDefaultInstance();
          onChanged();
        } else {
          logAggregationContextBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000010);
        return this;
      }
      /**
       * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder getLogAggregationContextBuilder() {
        bitField0_ |= 0x00000010;
        onChanged();
        return getLogAggregationContextFieldBuilder().getBuilder();
      }
      /**
       * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtoOrBuilder getLogAggregationContextOrBuilder() {
        if (logAggregationContextBuilder_ != null) {
          return logAggregationContextBuilder_.getMessageOrBuilder();
        } else {
          return logAggregationContext_;
        }
      }
      /**
       * optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 5;
       */
      private com.google.protobuf.SingleFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto, org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtoOrBuilder> 
          getLogAggregationContextFieldBuilder() {
        if (logAggregationContextBuilder_ == null) {
          logAggregationContextBuilder_ = new com.google.protobuf.SingleFieldBuilder<
              org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto, org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtoOrBuilder>(
                  logAggregationContext_,
                  getParentForChildren(),
                  isClean());
          logAggregationContext_ = null;
        }
        return logAggregationContextBuilder_;
      }

      // optional int64 appLogAggregationInitedTime = 6 [default = -1];
      private long appLogAggregationInitedTime_ = -1L;
      /**
       * optional int64 appLogAggregationInitedTime = 6 [default = -1];
       */
      public boolean hasAppLogAggregationInitedTime() {
        return ((bitField0_ & 0x00000020) == 0x00000020);
      }
      /**
       * optional int64 appLogAggregationInitedTime = 6 [default = -1];
       */
      public long getAppLogAggregationInitedTime() {
        return appLogAggregationInitedTime_;
      }
      /**
       * optional int64 appLogAggregationInitedTime = 6 [default = -1];
       */
      public Builder setAppLogAggregationInitedTime(long value) {
        bitField0_ |= 0x00000020;
        appLogAggregationInitedTime_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int64 appLogAggregationInitedTime = 6 [default = -1];
       */
      public Builder clearAppLogAggregationInitedTime() {
        bitField0_ = (bitField0_ & ~0x00000020);
        appLogAggregationInitedTime_ = -1L;
        onChanged();
        return this;
      }

      // optional .hadoop.yarn.FlowContextProto flowContext = 7;
      private org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto flowContext_ = org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.getDefaultInstance();
      private com.google.protobuf.SingleFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.Builder, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProtoOrBuilder> flowContextBuilder_;
      /**
       * optional .hadoop.yarn.FlowContextProto flowContext = 7;
       */
      public boolean hasFlowContext() {
        return ((bitField0_ & 0x00000040) == 0x00000040);
      }
      /**
       * optional .hadoop.yarn.FlowContextProto flowContext = 7;
       */
      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto getFlowContext() {
        if (flowContextBuilder_ == null) {
          return flowContext_;
        } else {
          return flowContextBuilder_.getMessage();
        }
      }
      /**
       * optional .hadoop.yarn.FlowContextProto flowContext = 7;
       */
      public Builder setFlowContext(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto value) {
        if (flowContextBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          flowContext_ = value;
          onChanged();
        } else {
          flowContextBuilder_.setMessage(value);
        }
        bitField0_ |= 0x00000040;
        return this;
      }
      /**
       * optional .hadoop.yarn.FlowContextProto flowContext = 7;
       */
      public Builder setFlowContext(
          org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.Builder builderForValue) {
        if (flowContextBuilder_ == null) {
          flowContext_ = builderForValue.build();
          onChanged();
        } else {
          flowContextBuilder_.setMessage(builderForValue.build());
        }
        bitField0_ |= 0x00000040;
        return this;
      }
      /**
       * optional .hadoop.yarn.FlowContextProto flowContext = 7;
       */
      public Builder mergeFlowContext(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto value) {
        if (flowContextBuilder_ == null) {
          if (((bitField0_ & 0x00000040) == 0x00000040) &&
              flowContext_ != org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.getDefaultInstance()) {
            flowContext_ =
              org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.newBuilder(flowContext_).mergeFrom(value).buildPartial();
          } else {
            flowContext_ = value;
          }
          onChanged();
        } else {
          flowContextBuilder_.mergeFrom(value);
        }
        bitField0_ |= 0x00000040;
        return this;
      }
      /**
       * optional .hadoop.yarn.FlowContextProto flowContext = 7;
       */
      public Builder clearFlowContext() {
        if (flowContextBuilder_ == null) {
          flowContext_ = org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.getDefaultInstance();
          onChanged();
        } else {
          flowContextBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000040);
        return this;
      }
      /**
       * optional .hadoop.yarn.FlowContextProto flowContext = 7;
       */
      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.Builder getFlowContextBuilder() {
        bitField0_ |= 0x00000040;
        onChanged();
        return getFlowContextFieldBuilder().getBuilder();
      }
      /**
       * optional .hadoop.yarn.FlowContextProto flowContext = 7;
       */
      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProtoOrBuilder getFlowContextOrBuilder() {
        if (flowContextBuilder_ != null) {
          return flowContextBuilder_.getMessageOrBuilder();
        } else {
          return flowContext_;
        }
      }
      /**
       * optional .hadoop.yarn.FlowContextProto flowContext = 7;
       */
      private com.google.protobuf.SingleFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.Builder, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProtoOrBuilder> 
          getFlowContextFieldBuilder() {
        if (flowContextBuilder_ == null) {
          flowContextBuilder_ = new com.google.protobuf.SingleFieldBuilder<
              org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.Builder, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProtoOrBuilder>(
                  flowContext_,
                  getParentForChildren(),
                  isClean());
          flowContext_ = null;
        }
        return flowContextBuilder_;
      }

      // @@protoc_insertion_point(builder_scope:hadoop.yarn.ContainerManagerApplicationProto)
    }

    static {
      defaultInstance = new ContainerManagerApplicationProto(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:hadoop.yarn.ContainerManagerApplicationProto)
  }

  public interface DeletionServiceDeleteTaskProtoOrBuilder
      extends com.google.protobuf.MessageOrBuilder {

    // optional int32 id = 1;
    /**
     * optional int32 id = 1;
     */
    boolean hasId();
    /**
     * optional int32 id = 1;
     */
    int getId();

    // optional string user = 2;
    /**
     * optional string user = 2;
     */
    boolean hasUser();
    /**
     * optional string user = 2;
     */
    java.lang.String getUser();
    /**
     * optional string user = 2;
     */
    com.google.protobuf.ByteString
        getUserBytes();

    // optional string subdir = 3;
    /**
     * optional string subdir = 3;
     */
    boolean hasSubdir();
    /**
     * optional string subdir = 3;
     */
    java.lang.String getSubdir();
    /**
     * optional string subdir = 3;
     */
    com.google.protobuf.ByteString
        getSubdirBytes();

    // optional int64 deletionTime = 4;
    /**
     * optional int64 deletionTime = 4;
     */
    boolean hasDeletionTime();
    /**
     * optional int64 deletionTime = 4;
     */
    long getDeletionTime();

    // repeated string basedirs = 5;
    /**
     * repeated string basedirs = 5;
     */
    java.util.List
    getBasedirsList();
    /**
     * repeated string basedirs = 5;
     */
    int getBasedirsCount();
    /**
     * repeated string basedirs = 5;
     */
    java.lang.String getBasedirs(int index);
    /**
     * repeated string basedirs = 5;
     */
    com.google.protobuf.ByteString
        getBasedirsBytes(int index);

    // repeated int32 successorIds = 6;
    /**
     * repeated int32 successorIds = 6;
     */
    java.util.List getSuccessorIdsList();
    /**
     * repeated int32 successorIds = 6;
     */
    int getSuccessorIdsCount();
    /**
     * repeated int32 successorIds = 6;
     */
    int getSuccessorIds(int index);

    // optional string taskType = 7;
    /**
     * optional string taskType = 7;
     */
    boolean hasTaskType();
    /**
     * optional string taskType = 7;
     */
    java.lang.String getTaskType();
    /**
     * optional string taskType = 7;
     */
    com.google.protobuf.ByteString
        getTaskTypeBytes();

    // optional string dockerContainerId = 8;
    /**
     * optional string dockerContainerId = 8;
     */
    boolean hasDockerContainerId();
    /**
     * optional string dockerContainerId = 8;
     */
    java.lang.String getDockerContainerId();
    /**
     * optional string dockerContainerId = 8;
     */
    com.google.protobuf.ByteString
        getDockerContainerIdBytes();
  }
  /**
   * Protobuf type {@code hadoop.yarn.DeletionServiceDeleteTaskProto}
   */
  public static final class DeletionServiceDeleteTaskProto extends
      com.google.protobuf.GeneratedMessage
      implements DeletionServiceDeleteTaskProtoOrBuilder {
    // Use DeletionServiceDeleteTaskProto.newBuilder() to construct.
    private DeletionServiceDeleteTaskProto(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private DeletionServiceDeleteTaskProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final DeletionServiceDeleteTaskProto defaultInstance;
    public static DeletionServiceDeleteTaskProto getDefaultInstance() {
      return defaultInstance;
    }

    public DeletionServiceDeleteTaskProto getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private DeletionServiceDeleteTaskProto(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      int mutable_bitField0_ = 0;
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 8: {
              bitField0_ |= 0x00000001;
              id_ = input.readInt32();
              break;
            }
            case 18: {
              bitField0_ |= 0x00000002;
              user_ = input.readBytes();
              break;
            }
            case 26: {
              bitField0_ |= 0x00000004;
              subdir_ = input.readBytes();
              break;
            }
            case 32: {
              bitField0_ |= 0x00000008;
              deletionTime_ = input.readInt64();
              break;
            }
            case 42: {
              if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
                basedirs_ = new com.google.protobuf.LazyStringArrayList();
                mutable_bitField0_ |= 0x00000010;
              }
              basedirs_.add(input.readBytes());
              break;
            }
            case 48: {
              if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
                successorIds_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000020;
              }
              successorIds_.add(input.readInt32());
              break;
            }
            case 50: {
              int length = input.readRawVarint32();
              int limit = input.pushLimit(length);
              if (!((mutable_bitField0_ & 0x00000020) == 0x00000020) && input.getBytesUntilLimit() > 0) {
                successorIds_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000020;
              }
              while (input.getBytesUntilLimit() > 0) {
                successorIds_.add(input.readInt32());
              }
              input.popLimit(limit);
              break;
            }
            case 58: {
              bitField0_ |= 0x00000010;
              taskType_ = input.readBytes();
              break;
            }
            case 66: {
              bitField0_ |= 0x00000020;
              dockerContainerId_ = input.readBytes();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
          basedirs_ = new com.google.protobuf.UnmodifiableLazyStringList(basedirs_);
        }
        if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
          successorIds_ = java.util.Collections.unmodifiableList(successorIds_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public DeletionServiceDeleteTaskProto parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new DeletionServiceDeleteTaskProto(input, extensionRegistry);
      }
    };

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

    private int bitField0_;
    // optional int32 id = 1;
    public static final int ID_FIELD_NUMBER = 1;
    private int id_;
    /**
     * optional int32 id = 1;
     */
    public boolean hasId() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional int32 id = 1;
     */
    public int getId() {
      return id_;
    }

    // optional string user = 2;
    public static final int USER_FIELD_NUMBER = 2;
    private java.lang.Object user_;
    /**
     * optional string user = 2;
     */
    public boolean hasUser() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional string user = 2;
     */
    public java.lang.String getUser() {
      java.lang.Object ref = user_;
      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();
        if (bs.isValidUtf8()) {
          user_ = s;
        }
        return s;
      }
    }
    /**
     * optional string user = 2;
     */
    public com.google.protobuf.ByteString
        getUserBytes() {
      java.lang.Object ref = user_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        user_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional string subdir = 3;
    public static final int SUBDIR_FIELD_NUMBER = 3;
    private java.lang.Object subdir_;
    /**
     * optional string subdir = 3;
     */
    public boolean hasSubdir() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional string subdir = 3;
     */
    public java.lang.String getSubdir() {
      java.lang.Object ref = subdir_;
      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();
        if (bs.isValidUtf8()) {
          subdir_ = s;
        }
        return s;
      }
    }
    /**
     * optional string subdir = 3;
     */
    public com.google.protobuf.ByteString
        getSubdirBytes() {
      java.lang.Object ref = subdir_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        subdir_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional int64 deletionTime = 4;
    public static final int DELETIONTIME_FIELD_NUMBER = 4;
    private long deletionTime_;
    /**
     * optional int64 deletionTime = 4;
     */
    public boolean hasDeletionTime() {
      return ((bitField0_ & 0x00000008) == 0x00000008);
    }
    /**
     * optional int64 deletionTime = 4;
     */
    public long getDeletionTime() {
      return deletionTime_;
    }

    // repeated string basedirs = 5;
    public static final int BASEDIRS_FIELD_NUMBER = 5;
    private com.google.protobuf.LazyStringList basedirs_;
    /**
     * repeated string basedirs = 5;
     */
    public java.util.List
        getBasedirsList() {
      return basedirs_;
    }
    /**
     * repeated string basedirs = 5;
     */
    public int getBasedirsCount() {
      return basedirs_.size();
    }
    /**
     * repeated string basedirs = 5;
     */
    public java.lang.String getBasedirs(int index) {
      return basedirs_.get(index);
    }
    /**
     * repeated string basedirs = 5;
     */
    public com.google.protobuf.ByteString
        getBasedirsBytes(int index) {
      return basedirs_.getByteString(index);
    }

    // repeated int32 successorIds = 6;
    public static final int SUCCESSORIDS_FIELD_NUMBER = 6;
    private java.util.List successorIds_;
    /**
     * repeated int32 successorIds = 6;
     */
    public java.util.List
        getSuccessorIdsList() {
      return successorIds_;
    }
    /**
     * repeated int32 successorIds = 6;
     */
    public int getSuccessorIdsCount() {
      return successorIds_.size();
    }
    /**
     * repeated int32 successorIds = 6;
     */
    public int getSuccessorIds(int index) {
      return successorIds_.get(index);
    }

    // optional string taskType = 7;
    public static final int TASKTYPE_FIELD_NUMBER = 7;
    private java.lang.Object taskType_;
    /**
     * optional string taskType = 7;
     */
    public boolean hasTaskType() {
      return ((bitField0_ & 0x00000010) == 0x00000010);
    }
    /**
     * optional string taskType = 7;
     */
    public java.lang.String getTaskType() {
      java.lang.Object ref = taskType_;
      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();
        if (bs.isValidUtf8()) {
          taskType_ = s;
        }
        return s;
      }
    }
    /**
     * optional string taskType = 7;
     */
    public com.google.protobuf.ByteString
        getTaskTypeBytes() {
      java.lang.Object ref = taskType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        taskType_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional string dockerContainerId = 8;
    public static final int DOCKERCONTAINERID_FIELD_NUMBER = 8;
    private java.lang.Object dockerContainerId_;
    /**
     * optional string dockerContainerId = 8;
     */
    public boolean hasDockerContainerId() {
      return ((bitField0_ & 0x00000020) == 0x00000020);
    }
    /**
     * optional string dockerContainerId = 8;
     */
    public java.lang.String getDockerContainerId() {
      java.lang.Object ref = dockerContainerId_;
      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();
        if (bs.isValidUtf8()) {
          dockerContainerId_ = s;
        }
        return s;
      }
    }
    /**
     * optional string dockerContainerId = 8;
     */
    public com.google.protobuf.ByteString
        getDockerContainerIdBytes() {
      java.lang.Object ref = dockerContainerId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        dockerContainerId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    private void initFields() {
      id_ = 0;
      user_ = "";
      subdir_ = "";
      deletionTime_ = 0L;
      basedirs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      successorIds_ = java.util.Collections.emptyList();
      taskType_ = "";
      dockerContainerId_ = "";
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized != -1) return isInitialized == 1;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeInt32(1, id_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeBytes(2, getUserBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeBytes(3, getSubdirBytes());
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        output.writeInt64(4, deletionTime_);
      }
      for (int i = 0; i < basedirs_.size(); i++) {
        output.writeBytes(5, basedirs_.getByteString(i));
      }
      for (int i = 0; i < successorIds_.size(); i++) {
        output.writeInt32(6, successorIds_.get(i));
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        output.writeBytes(7, getTaskTypeBytes());
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        output.writeBytes(8, getDockerContainerIdBytes());
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt32Size(1, id_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(2, getUserBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(3, getSubdirBytes());
      }
      if (((bitField0_ & 0x00000008) == 0x00000008)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(4, deletionTime_);
      }
      {
        int dataSize = 0;
        for (int i = 0; i < basedirs_.size(); i++) {
          dataSize += com.google.protobuf.CodedOutputStream
            .computeBytesSizeNoTag(basedirs_.getByteString(i));
        }
        size += dataSize;
        size += 1 * getBasedirsList().size();
      }
      {
        int dataSize = 0;
        for (int i = 0; i < successorIds_.size(); i++) {
          dataSize += com.google.protobuf.CodedOutputStream
            .computeInt32SizeNoTag(successorIds_.get(i));
        }
        size += dataSize;
        size += 1 * getSuccessorIdsList().size();
      }
      if (((bitField0_ & 0x00000010) == 0x00000010)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(7, getTaskTypeBytes());
      }
      if (((bitField0_ & 0x00000020) == 0x00000020)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(8, getDockerContainerIdBytes());
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto)) {
        return super.equals(obj);
      }
      org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto other = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto) obj;

      boolean result = true;
      result = result && (hasId() == other.hasId());
      if (hasId()) {
        result = result && (getId()
            == other.getId());
      }
      result = result && (hasUser() == other.hasUser());
      if (hasUser()) {
        result = result && getUser()
            .equals(other.getUser());
      }
      result = result && (hasSubdir() == other.hasSubdir());
      if (hasSubdir()) {
        result = result && getSubdir()
            .equals(other.getSubdir());
      }
      result = result && (hasDeletionTime() == other.hasDeletionTime());
      if (hasDeletionTime()) {
        result = result && (getDeletionTime()
            == other.getDeletionTime());
      }
      result = result && getBasedirsList()
          .equals(other.getBasedirsList());
      result = result && getSuccessorIdsList()
          .equals(other.getSuccessorIdsList());
      result = result && (hasTaskType() == other.hasTaskType());
      if (hasTaskType()) {
        result = result && getTaskType()
            .equals(other.getTaskType());
      }
      result = result && (hasDockerContainerId() == other.hasDockerContainerId());
      if (hasDockerContainerId()) {
        result = result && getDockerContainerId()
            .equals(other.getDockerContainerId());
      }
      result = result &&
          getUnknownFields().equals(other.getUnknownFields());
      return result;
    }

    private int memoizedHashCode = 0;
    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptorForType().hashCode();
      if (hasId()) {
        hash = (37 * hash) + ID_FIELD_NUMBER;
        hash = (53 * hash) + getId();
      }
      if (hasUser()) {
        hash = (37 * hash) + USER_FIELD_NUMBER;
        hash = (53 * hash) + getUser().hashCode();
      }
      if (hasSubdir()) {
        hash = (37 * hash) + SUBDIR_FIELD_NUMBER;
        hash = (53 * hash) + getSubdir().hashCode();
      }
      if (hasDeletionTime()) {
        hash = (37 * hash) + DELETIONTIME_FIELD_NUMBER;
        hash = (53 * hash) + hashLong(getDeletionTime());
      }
      if (getBasedirsCount() > 0) {
        hash = (37 * hash) + BASEDIRS_FIELD_NUMBER;
        hash = (53 * hash) + getBasedirsList().hashCode();
      }
      if (getSuccessorIdsCount() > 0) {
        hash = (37 * hash) + SUCCESSORIDS_FIELD_NUMBER;
        hash = (53 * hash) + getSuccessorIdsList().hashCode();
      }
      if (hasTaskType()) {
        hash = (37 * hash) + TASKTYPE_FIELD_NUMBER;
        hash = (53 * hash) + getTaskType().hashCode();
      }
      if (hasDockerContainerId()) {
        hash = (37 * hash) + DOCKERCONTAINERID_FIELD_NUMBER;
        hash = (53 * hash) + getDockerContainerId().hashCode();
      }
      hash = (29 * hash) + getUnknownFields().hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code hadoop.yarn.DeletionServiceDeleteTaskProto}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder
       implements org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProtoOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto.Builder.class);
      }

      // Construct using org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        id_ = 0;
        bitField0_ = (bitField0_ & ~0x00000001);
        user_ = "";
        bitField0_ = (bitField0_ & ~0x00000002);
        subdir_ = "";
        bitField0_ = (bitField0_ & ~0x00000004);
        deletionTime_ = 0L;
        bitField0_ = (bitField0_ & ~0x00000008);
        basedirs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000010);
        successorIds_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000020);
        taskType_ = "";
        bitField0_ = (bitField0_ & ~0x00000040);
        dockerContainerId_ = "";
        bitField0_ = (bitField0_ & ~0x00000080);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_descriptor;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto getDefaultInstanceForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto.getDefaultInstance();
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto build() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto buildPartial() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto result = new org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.id_ = id_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.user_ = user_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.subdir_ = subdir_;
        if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
          to_bitField0_ |= 0x00000008;
        }
        result.deletionTime_ = deletionTime_;
        if (((bitField0_ & 0x00000010) == 0x00000010)) {
          basedirs_ = new com.google.protobuf.UnmodifiableLazyStringList(
              basedirs_);
          bitField0_ = (bitField0_ & ~0x00000010);
        }
        result.basedirs_ = basedirs_;
        if (((bitField0_ & 0x00000020) == 0x00000020)) {
          successorIds_ = java.util.Collections.unmodifiableList(successorIds_);
          bitField0_ = (bitField0_ & ~0x00000020);
        }
        result.successorIds_ = successorIds_;
        if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
          to_bitField0_ |= 0x00000010;
        }
        result.taskType_ = taskType_;
        if (((from_bitField0_ & 0x00000080) == 0x00000080)) {
          to_bitField0_ |= 0x00000020;
        }
        result.dockerContainerId_ = dockerContainerId_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto) {
          return mergeFrom((org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto other) {
        if (other == org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto.getDefaultInstance()) return this;
        if (other.hasId()) {
          setId(other.getId());
        }
        if (other.hasUser()) {
          bitField0_ |= 0x00000002;
          user_ = other.user_;
          onChanged();
        }
        if (other.hasSubdir()) {
          bitField0_ |= 0x00000004;
          subdir_ = other.subdir_;
          onChanged();
        }
        if (other.hasDeletionTime()) {
          setDeletionTime(other.getDeletionTime());
        }
        if (!other.basedirs_.isEmpty()) {
          if (basedirs_.isEmpty()) {
            basedirs_ = other.basedirs_;
            bitField0_ = (bitField0_ & ~0x00000010);
          } else {
            ensureBasedirsIsMutable();
            basedirs_.addAll(other.basedirs_);
          }
          onChanged();
        }
        if (!other.successorIds_.isEmpty()) {
          if (successorIds_.isEmpty()) {
            successorIds_ = other.successorIds_;
            bitField0_ = (bitField0_ & ~0x00000020);
          } else {
            ensureSuccessorIdsIsMutable();
            successorIds_.addAll(other.successorIds_);
          }
          onChanged();
        }
        if (other.hasTaskType()) {
          bitField0_ |= 0x00000040;
          taskType_ = other.taskType_;
          onChanged();
        }
        if (other.hasDockerContainerId()) {
          bitField0_ |= 0x00000080;
          dockerContainerId_ = other.dockerContainerId_;
          onChanged();
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProto) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      // optional int32 id = 1;
      private int id_ ;
      /**
       * optional int32 id = 1;
       */
      public boolean hasId() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional int32 id = 1;
       */
      public int getId() {
        return id_;
      }
      /**
       * optional int32 id = 1;
       */
      public Builder setId(int value) {
        bitField0_ |= 0x00000001;
        id_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int32 id = 1;
       */
      public Builder clearId() {
        bitField0_ = (bitField0_ & ~0x00000001);
        id_ = 0;
        onChanged();
        return this;
      }

      // optional string user = 2;
      private java.lang.Object user_ = "";
      /**
       * optional string user = 2;
       */
      public boolean hasUser() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional string user = 2;
       */
      public java.lang.String getUser() {
        java.lang.Object ref = user_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          user_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string user = 2;
       */
      public com.google.protobuf.ByteString
          getUserBytes() {
        java.lang.Object ref = user_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          user_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string user = 2;
       */
      public Builder setUser(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        user_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string user = 2;
       */
      public Builder clearUser() {
        bitField0_ = (bitField0_ & ~0x00000002);
        user_ = getDefaultInstance().getUser();
        onChanged();
        return this;
      }
      /**
       * optional string user = 2;
       */
      public Builder setUserBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        user_ = value;
        onChanged();
        return this;
      }

      // optional string subdir = 3;
      private java.lang.Object subdir_ = "";
      /**
       * optional string subdir = 3;
       */
      public boolean hasSubdir() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional string subdir = 3;
       */
      public java.lang.String getSubdir() {
        java.lang.Object ref = subdir_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          subdir_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string subdir = 3;
       */
      public com.google.protobuf.ByteString
          getSubdirBytes() {
        java.lang.Object ref = subdir_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          subdir_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string subdir = 3;
       */
      public Builder setSubdir(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000004;
        subdir_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string subdir = 3;
       */
      public Builder clearSubdir() {
        bitField0_ = (bitField0_ & ~0x00000004);
        subdir_ = getDefaultInstance().getSubdir();
        onChanged();
        return this;
      }
      /**
       * optional string subdir = 3;
       */
      public Builder setSubdirBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000004;
        subdir_ = value;
        onChanged();
        return this;
      }

      // optional int64 deletionTime = 4;
      private long deletionTime_ ;
      /**
       * optional int64 deletionTime = 4;
       */
      public boolean hasDeletionTime() {
        return ((bitField0_ & 0x00000008) == 0x00000008);
      }
      /**
       * optional int64 deletionTime = 4;
       */
      public long getDeletionTime() {
        return deletionTime_;
      }
      /**
       * optional int64 deletionTime = 4;
       */
      public Builder setDeletionTime(long value) {
        bitField0_ |= 0x00000008;
        deletionTime_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int64 deletionTime = 4;
       */
      public Builder clearDeletionTime() {
        bitField0_ = (bitField0_ & ~0x00000008);
        deletionTime_ = 0L;
        onChanged();
        return this;
      }

      // repeated string basedirs = 5;
      private com.google.protobuf.LazyStringList basedirs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
      private void ensureBasedirsIsMutable() {
        if (!((bitField0_ & 0x00000010) == 0x00000010)) {
          basedirs_ = new com.google.protobuf.LazyStringArrayList(basedirs_);
          bitField0_ |= 0x00000010;
         }
      }
      /**
       * repeated string basedirs = 5;
       */
      public java.util.List
          getBasedirsList() {
        return java.util.Collections.unmodifiableList(basedirs_);
      }
      /**
       * repeated string basedirs = 5;
       */
      public int getBasedirsCount() {
        return basedirs_.size();
      }
      /**
       * repeated string basedirs = 5;
       */
      public java.lang.String getBasedirs(int index) {
        return basedirs_.get(index);
      }
      /**
       * repeated string basedirs = 5;
       */
      public com.google.protobuf.ByteString
          getBasedirsBytes(int index) {
        return basedirs_.getByteString(index);
      }
      /**
       * repeated string basedirs = 5;
       */
      public Builder setBasedirs(
          int index, java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureBasedirsIsMutable();
        basedirs_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * repeated string basedirs = 5;
       */
      public Builder addBasedirs(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureBasedirsIsMutable();
        basedirs_.add(value);
        onChanged();
        return this;
      }
      /**
       * repeated string basedirs = 5;
       */
      public Builder addAllBasedirs(
          java.lang.Iterable values) {
        ensureBasedirsIsMutable();
        super.addAll(values, basedirs_);
        onChanged();
        return this;
      }
      /**
       * repeated string basedirs = 5;
       */
      public Builder clearBasedirs() {
        basedirs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
        bitField0_ = (bitField0_ & ~0x00000010);
        onChanged();
        return this;
      }
      /**
       * repeated string basedirs = 5;
       */
      public Builder addBasedirsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  ensureBasedirsIsMutable();
        basedirs_.add(value);
        onChanged();
        return this;
      }

      // repeated int32 successorIds = 6;
      private java.util.List successorIds_ = java.util.Collections.emptyList();
      private void ensureSuccessorIdsIsMutable() {
        if (!((bitField0_ & 0x00000020) == 0x00000020)) {
          successorIds_ = new java.util.ArrayList(successorIds_);
          bitField0_ |= 0x00000020;
         }
      }
      /**
       * repeated int32 successorIds = 6;
       */
      public java.util.List
          getSuccessorIdsList() {
        return java.util.Collections.unmodifiableList(successorIds_);
      }
      /**
       * repeated int32 successorIds = 6;
       */
      public int getSuccessorIdsCount() {
        return successorIds_.size();
      }
      /**
       * repeated int32 successorIds = 6;
       */
      public int getSuccessorIds(int index) {
        return successorIds_.get(index);
      }
      /**
       * repeated int32 successorIds = 6;
       */
      public Builder setSuccessorIds(
          int index, int value) {
        ensureSuccessorIdsIsMutable();
        successorIds_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * repeated int32 successorIds = 6;
       */
      public Builder addSuccessorIds(int value) {
        ensureSuccessorIdsIsMutable();
        successorIds_.add(value);
        onChanged();
        return this;
      }
      /**
       * repeated int32 successorIds = 6;
       */
      public Builder addAllSuccessorIds(
          java.lang.Iterable values) {
        ensureSuccessorIdsIsMutable();
        super.addAll(values, successorIds_);
        onChanged();
        return this;
      }
      /**
       * repeated int32 successorIds = 6;
       */
      public Builder clearSuccessorIds() {
        successorIds_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000020);
        onChanged();
        return this;
      }

      // optional string taskType = 7;
      private java.lang.Object taskType_ = "";
      /**
       * optional string taskType = 7;
       */
      public boolean hasTaskType() {
        return ((bitField0_ & 0x00000040) == 0x00000040);
      }
      /**
       * optional string taskType = 7;
       */
      public java.lang.String getTaskType() {
        java.lang.Object ref = taskType_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          taskType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string taskType = 7;
       */
      public com.google.protobuf.ByteString
          getTaskTypeBytes() {
        java.lang.Object ref = taskType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          taskType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string taskType = 7;
       */
      public Builder setTaskType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000040;
        taskType_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string taskType = 7;
       */
      public Builder clearTaskType() {
        bitField0_ = (bitField0_ & ~0x00000040);
        taskType_ = getDefaultInstance().getTaskType();
        onChanged();
        return this;
      }
      /**
       * optional string taskType = 7;
       */
      public Builder setTaskTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000040;
        taskType_ = value;
        onChanged();
        return this;
      }

      // optional string dockerContainerId = 8;
      private java.lang.Object dockerContainerId_ = "";
      /**
       * optional string dockerContainerId = 8;
       */
      public boolean hasDockerContainerId() {
        return ((bitField0_ & 0x00000080) == 0x00000080);
      }
      /**
       * optional string dockerContainerId = 8;
       */
      public java.lang.String getDockerContainerId() {
        java.lang.Object ref = dockerContainerId_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          dockerContainerId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string dockerContainerId = 8;
       */
      public com.google.protobuf.ByteString
          getDockerContainerIdBytes() {
        java.lang.Object ref = dockerContainerId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          dockerContainerId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string dockerContainerId = 8;
       */
      public Builder setDockerContainerId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000080;
        dockerContainerId_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string dockerContainerId = 8;
       */
      public Builder clearDockerContainerId() {
        bitField0_ = (bitField0_ & ~0x00000080);
        dockerContainerId_ = getDefaultInstance().getDockerContainerId();
        onChanged();
        return this;
      }
      /**
       * optional string dockerContainerId = 8;
       */
      public Builder setDockerContainerIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000080;
        dockerContainerId_ = value;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:hadoop.yarn.DeletionServiceDeleteTaskProto)
    }

    static {
      defaultInstance = new DeletionServiceDeleteTaskProto(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:hadoop.yarn.DeletionServiceDeleteTaskProto)
  }

  public interface LocalizedResourceProtoOrBuilder
      extends com.google.protobuf.MessageOrBuilder {

    // optional .hadoop.yarn.LocalResourceProto resource = 1;
    /**
     * optional .hadoop.yarn.LocalResourceProto resource = 1;
     */
    boolean hasResource();
    /**
     * optional .hadoop.yarn.LocalResourceProto resource = 1;
     */
    org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto getResource();
    /**
     * optional .hadoop.yarn.LocalResourceProto resource = 1;
     */
    org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProtoOrBuilder getResourceOrBuilder();

    // optional string localPath = 2;
    /**
     * optional string localPath = 2;
     */
    boolean hasLocalPath();
    /**
     * optional string localPath = 2;
     */
    java.lang.String getLocalPath();
    /**
     * optional string localPath = 2;
     */
    com.google.protobuf.ByteString
        getLocalPathBytes();

    // optional int64 size = 3;
    /**
     * optional int64 size = 3;
     */
    boolean hasSize();
    /**
     * optional int64 size = 3;
     */
    long getSize();
  }
  /**
   * Protobuf type {@code hadoop.yarn.LocalizedResourceProto}
   */
  public static final class LocalizedResourceProto extends
      com.google.protobuf.GeneratedMessage
      implements LocalizedResourceProtoOrBuilder {
    // Use LocalizedResourceProto.newBuilder() to construct.
    private LocalizedResourceProto(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private LocalizedResourceProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final LocalizedResourceProto defaultInstance;
    public static LocalizedResourceProto getDefaultInstance() {
      return defaultInstance;
    }

    public LocalizedResourceProto getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private LocalizedResourceProto(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      int mutable_bitField0_ = 0;
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.Builder subBuilder = null;
              if (((bitField0_ & 0x00000001) == 0x00000001)) {
                subBuilder = resource_.toBuilder();
              }
              resource_ = input.readMessage(org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.PARSER, extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(resource_);
                resource_ = subBuilder.buildPartial();
              }
              bitField0_ |= 0x00000001;
              break;
            }
            case 18: {
              bitField0_ |= 0x00000002;
              localPath_ = input.readBytes();
              break;
            }
            case 24: {
              bitField0_ |= 0x00000004;
              size_ = input.readInt64();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LocalizedResourceProto_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LocalizedResourceProto_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public LocalizedResourceProto parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new LocalizedResourceProto(input, extensionRegistry);
      }
    };

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

    private int bitField0_;
    // optional .hadoop.yarn.LocalResourceProto resource = 1;
    public static final int RESOURCE_FIELD_NUMBER = 1;
    private org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto resource_;
    /**
     * optional .hadoop.yarn.LocalResourceProto resource = 1;
     */
    public boolean hasResource() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional .hadoop.yarn.LocalResourceProto resource = 1;
     */
    public org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto getResource() {
      return resource_;
    }
    /**
     * optional .hadoop.yarn.LocalResourceProto resource = 1;
     */
    public org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProtoOrBuilder getResourceOrBuilder() {
      return resource_;
    }

    // optional string localPath = 2;
    public static final int LOCALPATH_FIELD_NUMBER = 2;
    private java.lang.Object localPath_;
    /**
     * optional string localPath = 2;
     */
    public boolean hasLocalPath() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional string localPath = 2;
     */
    public java.lang.String getLocalPath() {
      java.lang.Object ref = localPath_;
      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();
        if (bs.isValidUtf8()) {
          localPath_ = s;
        }
        return s;
      }
    }
    /**
     * optional string localPath = 2;
     */
    public com.google.protobuf.ByteString
        getLocalPathBytes() {
      java.lang.Object ref = localPath_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        localPath_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional int64 size = 3;
    public static final int SIZE_FIELD_NUMBER = 3;
    private long size_;
    /**
     * optional int64 size = 3;
     */
    public boolean hasSize() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional int64 size = 3;
     */
    public long getSize() {
      return size_;
    }

    private void initFields() {
      resource_ = org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.getDefaultInstance();
      localPath_ = "";
      size_ = 0L;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized != -1) return isInitialized == 1;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeMessage(1, resource_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeBytes(2, getLocalPathBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeInt64(3, size_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, resource_);
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(2, getLocalPathBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(3, size_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto)) {
        return super.equals(obj);
      }
      org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto other = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto) obj;

      boolean result = true;
      result = result && (hasResource() == other.hasResource());
      if (hasResource()) {
        result = result && getResource()
            .equals(other.getResource());
      }
      result = result && (hasLocalPath() == other.hasLocalPath());
      if (hasLocalPath()) {
        result = result && getLocalPath()
            .equals(other.getLocalPath());
      }
      result = result && (hasSize() == other.hasSize());
      if (hasSize()) {
        result = result && (getSize()
            == other.getSize());
      }
      result = result &&
          getUnknownFields().equals(other.getUnknownFields());
      return result;
    }

    private int memoizedHashCode = 0;
    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptorForType().hashCode();
      if (hasResource()) {
        hash = (37 * hash) + RESOURCE_FIELD_NUMBER;
        hash = (53 * hash) + getResource().hashCode();
      }
      if (hasLocalPath()) {
        hash = (37 * hash) + LOCALPATH_FIELD_NUMBER;
        hash = (53 * hash) + getLocalPath().hashCode();
      }
      if (hasSize()) {
        hash = (37 * hash) + SIZE_FIELD_NUMBER;
        hash = (53 * hash) + hashLong(getSize());
      }
      hash = (29 * hash) + getUnknownFields().hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code hadoop.yarn.LocalizedResourceProto}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder
       implements org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProtoOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LocalizedResourceProto_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LocalizedResourceProto_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto.Builder.class);
      }

      // Construct using org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
          getResourceFieldBuilder();
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        if (resourceBuilder_ == null) {
          resource_ = org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.getDefaultInstance();
        } else {
          resourceBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000001);
        localPath_ = "";
        bitField0_ = (bitField0_ & ~0x00000002);
        size_ = 0L;
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LocalizedResourceProto_descriptor;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto getDefaultInstanceForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto.getDefaultInstance();
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto build() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto buildPartial() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto result = new org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        if (resourceBuilder_ == null) {
          result.resource_ = resource_;
        } else {
          result.resource_ = resourceBuilder_.build();
        }
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.localPath_ = localPath_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.size_ = size_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto) {
          return mergeFrom((org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto other) {
        if (other == org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto.getDefaultInstance()) return this;
        if (other.hasResource()) {
          mergeResource(other.getResource());
        }
        if (other.hasLocalPath()) {
          bitField0_ |= 0x00000002;
          localPath_ = other.localPath_;
          onChanged();
        }
        if (other.hasSize()) {
          setSize(other.getSize());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LocalizedResourceProto) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      // optional .hadoop.yarn.LocalResourceProto resource = 1;
      private org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto resource_ = org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.getDefaultInstance();
      private com.google.protobuf.SingleFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto, org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProtoOrBuilder> resourceBuilder_;
      /**
       * optional .hadoop.yarn.LocalResourceProto resource = 1;
       */
      public boolean hasResource() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional .hadoop.yarn.LocalResourceProto resource = 1;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto getResource() {
        if (resourceBuilder_ == null) {
          return resource_;
        } else {
          return resourceBuilder_.getMessage();
        }
      }
      /**
       * optional .hadoop.yarn.LocalResourceProto resource = 1;
       */
      public Builder setResource(org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto value) {
        if (resourceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          resource_ = value;
          onChanged();
        } else {
          resourceBuilder_.setMessage(value);
        }
        bitField0_ |= 0x00000001;
        return this;
      }
      /**
       * optional .hadoop.yarn.LocalResourceProto resource = 1;
       */
      public Builder setResource(
          org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.Builder builderForValue) {
        if (resourceBuilder_ == null) {
          resource_ = builderForValue.build();
          onChanged();
        } else {
          resourceBuilder_.setMessage(builderForValue.build());
        }
        bitField0_ |= 0x00000001;
        return this;
      }
      /**
       * optional .hadoop.yarn.LocalResourceProto resource = 1;
       */
      public Builder mergeResource(org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto value) {
        if (resourceBuilder_ == null) {
          if (((bitField0_ & 0x00000001) == 0x00000001) &&
              resource_ != org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.getDefaultInstance()) {
            resource_ =
              org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.newBuilder(resource_).mergeFrom(value).buildPartial();
          } else {
            resource_ = value;
          }
          onChanged();
        } else {
          resourceBuilder_.mergeFrom(value);
        }
        bitField0_ |= 0x00000001;
        return this;
      }
      /**
       * optional .hadoop.yarn.LocalResourceProto resource = 1;
       */
      public Builder clearResource() {
        if (resourceBuilder_ == null) {
          resource_ = org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.getDefaultInstance();
          onChanged();
        } else {
          resourceBuilder_.clear();
        }
        bitField0_ = (bitField0_ & ~0x00000001);
        return this;
      }
      /**
       * optional .hadoop.yarn.LocalResourceProto resource = 1;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.Builder getResourceBuilder() {
        bitField0_ |= 0x00000001;
        onChanged();
        return getResourceFieldBuilder().getBuilder();
      }
      /**
       * optional .hadoop.yarn.LocalResourceProto resource = 1;
       */
      public org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProtoOrBuilder getResourceOrBuilder() {
        if (resourceBuilder_ != null) {
          return resourceBuilder_.getMessageOrBuilder();
        } else {
          return resource_;
        }
      }
      /**
       * optional .hadoop.yarn.LocalResourceProto resource = 1;
       */
      private com.google.protobuf.SingleFieldBuilder<
          org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto, org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProtoOrBuilder> 
          getResourceFieldBuilder() {
        if (resourceBuilder_ == null) {
          resourceBuilder_ = new com.google.protobuf.SingleFieldBuilder<
              org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto, org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProto.Builder, org.apache.hadoop.yarn.proto.YarnProtos.LocalResourceProtoOrBuilder>(
                  resource_,
                  getParentForChildren(),
                  isClean());
          resource_ = null;
        }
        return resourceBuilder_;
      }

      // optional string localPath = 2;
      private java.lang.Object localPath_ = "";
      /**
       * optional string localPath = 2;
       */
      public boolean hasLocalPath() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional string localPath = 2;
       */
      public java.lang.String getLocalPath() {
        java.lang.Object ref = localPath_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          localPath_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string localPath = 2;
       */
      public com.google.protobuf.ByteString
          getLocalPathBytes() {
        java.lang.Object ref = localPath_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          localPath_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string localPath = 2;
       */
      public Builder setLocalPath(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        localPath_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string localPath = 2;
       */
      public Builder clearLocalPath() {
        bitField0_ = (bitField0_ & ~0x00000002);
        localPath_ = getDefaultInstance().getLocalPath();
        onChanged();
        return this;
      }
      /**
       * optional string localPath = 2;
       */
      public Builder setLocalPathBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        localPath_ = value;
        onChanged();
        return this;
      }

      // optional int64 size = 3;
      private long size_ ;
      /**
       * optional int64 size = 3;
       */
      public boolean hasSize() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional int64 size = 3;
       */
      public long getSize() {
        return size_;
      }
      /**
       * optional int64 size = 3;
       */
      public Builder setSize(long value) {
        bitField0_ |= 0x00000004;
        size_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int64 size = 3;
       */
      public Builder clearSize() {
        bitField0_ = (bitField0_ & ~0x00000004);
        size_ = 0L;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:hadoop.yarn.LocalizedResourceProto)
    }

    static {
      defaultInstance = new LocalizedResourceProto(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:hadoop.yarn.LocalizedResourceProto)
  }

  public interface LogDeleterProtoOrBuilder
      extends com.google.protobuf.MessageOrBuilder {

    // optional string user = 1;
    /**
     * optional string user = 1;
     */
    boolean hasUser();
    /**
     * optional string user = 1;
     */
    java.lang.String getUser();
    /**
     * optional string user = 1;
     */
    com.google.protobuf.ByteString
        getUserBytes();

    // optional int64 deletionTime = 2;
    /**
     * optional int64 deletionTime = 2;
     */
    boolean hasDeletionTime();
    /**
     * optional int64 deletionTime = 2;
     */
    long getDeletionTime();
  }
  /**
   * Protobuf type {@code hadoop.yarn.LogDeleterProto}
   */
  public static final class LogDeleterProto extends
      com.google.protobuf.GeneratedMessage
      implements LogDeleterProtoOrBuilder {
    // Use LogDeleterProto.newBuilder() to construct.
    private LogDeleterProto(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private LogDeleterProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final LogDeleterProto defaultInstance;
    public static LogDeleterProto getDefaultInstance() {
      return defaultInstance;
    }

    public LogDeleterProto getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private LogDeleterProto(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      int mutable_bitField0_ = 0;
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              bitField0_ |= 0x00000001;
              user_ = input.readBytes();
              break;
            }
            case 16: {
              bitField0_ |= 0x00000002;
              deletionTime_ = input.readInt64();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LogDeleterProto_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LogDeleterProto_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public LogDeleterProto parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new LogDeleterProto(input, extensionRegistry);
      }
    };

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

    private int bitField0_;
    // optional string user = 1;
    public static final int USER_FIELD_NUMBER = 1;
    private java.lang.Object user_;
    /**
     * optional string user = 1;
     */
    public boolean hasUser() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional string user = 1;
     */
    public java.lang.String getUser() {
      java.lang.Object ref = user_;
      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();
        if (bs.isValidUtf8()) {
          user_ = s;
        }
        return s;
      }
    }
    /**
     * optional string user = 1;
     */
    public com.google.protobuf.ByteString
        getUserBytes() {
      java.lang.Object ref = user_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        user_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional int64 deletionTime = 2;
    public static final int DELETIONTIME_FIELD_NUMBER = 2;
    private long deletionTime_;
    /**
     * optional int64 deletionTime = 2;
     */
    public boolean hasDeletionTime() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional int64 deletionTime = 2;
     */
    public long getDeletionTime() {
      return deletionTime_;
    }

    private void initFields() {
      user_ = "";
      deletionTime_ = 0L;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized != -1) return isInitialized == 1;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeBytes(1, getUserBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeInt64(2, deletionTime_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(1, getUserBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(2, deletionTime_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto)) {
        return super.equals(obj);
      }
      org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto other = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto) obj;

      boolean result = true;
      result = result && (hasUser() == other.hasUser());
      if (hasUser()) {
        result = result && getUser()
            .equals(other.getUser());
      }
      result = result && (hasDeletionTime() == other.hasDeletionTime());
      if (hasDeletionTime()) {
        result = result && (getDeletionTime()
            == other.getDeletionTime());
      }
      result = result &&
          getUnknownFields().equals(other.getUnknownFields());
      return result;
    }

    private int memoizedHashCode = 0;
    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptorForType().hashCode();
      if (hasUser()) {
        hash = (37 * hash) + USER_FIELD_NUMBER;
        hash = (53 * hash) + getUser().hashCode();
      }
      if (hasDeletionTime()) {
        hash = (37 * hash) + DELETIONTIME_FIELD_NUMBER;
        hash = (53 * hash) + hashLong(getDeletionTime());
      }
      hash = (29 * hash) + getUnknownFields().hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code hadoop.yarn.LogDeleterProto}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder
       implements org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProtoOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LogDeleterProto_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LogDeleterProto_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto.Builder.class);
      }

      // Construct using org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        user_ = "";
        bitField0_ = (bitField0_ & ~0x00000001);
        deletionTime_ = 0L;
        bitField0_ = (bitField0_ & ~0x00000002);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_LogDeleterProto_descriptor;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto getDefaultInstanceForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto.getDefaultInstance();
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto build() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto buildPartial() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto result = new org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.user_ = user_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.deletionTime_ = deletionTime_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto) {
          return mergeFrom((org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto other) {
        if (other == org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto.getDefaultInstance()) return this;
        if (other.hasUser()) {
          bitField0_ |= 0x00000001;
          user_ = other.user_;
          onChanged();
        }
        if (other.hasDeletionTime()) {
          setDeletionTime(other.getDeletionTime());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.LogDeleterProto) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      // optional string user = 1;
      private java.lang.Object user_ = "";
      /**
       * optional string user = 1;
       */
      public boolean hasUser() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional string user = 1;
       */
      public java.lang.String getUser() {
        java.lang.Object ref = user_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          user_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string user = 1;
       */
      public com.google.protobuf.ByteString
          getUserBytes() {
        java.lang.Object ref = user_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          user_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string user = 1;
       */
      public Builder setUser(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        user_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string user = 1;
       */
      public Builder clearUser() {
        bitField0_ = (bitField0_ & ~0x00000001);
        user_ = getDefaultInstance().getUser();
        onChanged();
        return this;
      }
      /**
       * optional string user = 1;
       */
      public Builder setUserBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        user_ = value;
        onChanged();
        return this;
      }

      // optional int64 deletionTime = 2;
      private long deletionTime_ ;
      /**
       * optional int64 deletionTime = 2;
       */
      public boolean hasDeletionTime() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional int64 deletionTime = 2;
       */
      public long getDeletionTime() {
        return deletionTime_;
      }
      /**
       * optional int64 deletionTime = 2;
       */
      public Builder setDeletionTime(long value) {
        bitField0_ |= 0x00000002;
        deletionTime_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int64 deletionTime = 2;
       */
      public Builder clearDeletionTime() {
        bitField0_ = (bitField0_ & ~0x00000002);
        deletionTime_ = 0L;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:hadoop.yarn.LogDeleterProto)
    }

    static {
      defaultInstance = new LogDeleterProto(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:hadoop.yarn.LogDeleterProto)
  }

  public interface FlowContextProtoOrBuilder
      extends com.google.protobuf.MessageOrBuilder {

    // optional string flowName = 1;
    /**
     * optional string flowName = 1;
     */
    boolean hasFlowName();
    /**
     * optional string flowName = 1;
     */
    java.lang.String getFlowName();
    /**
     * optional string flowName = 1;
     */
    com.google.protobuf.ByteString
        getFlowNameBytes();

    // optional string flowVersion = 2;
    /**
     * optional string flowVersion = 2;
     */
    boolean hasFlowVersion();
    /**
     * optional string flowVersion = 2;
     */
    java.lang.String getFlowVersion();
    /**
     * optional string flowVersion = 2;
     */
    com.google.protobuf.ByteString
        getFlowVersionBytes();

    // optional int64 flowRunId = 3;
    /**
     * optional int64 flowRunId = 3;
     */
    boolean hasFlowRunId();
    /**
     * optional int64 flowRunId = 3;
     */
    long getFlowRunId();
  }
  /**
   * Protobuf type {@code hadoop.yarn.FlowContextProto}
   */
  public static final class FlowContextProto extends
      com.google.protobuf.GeneratedMessage
      implements FlowContextProtoOrBuilder {
    // Use FlowContextProto.newBuilder() to construct.
    private FlowContextProto(com.google.protobuf.GeneratedMessage.Builder builder) {
      super(builder);
      this.unknownFields = builder.getUnknownFields();
    }
    private FlowContextProto(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

    private static final FlowContextProto defaultInstance;
    public static FlowContextProto getDefaultInstance() {
      return defaultInstance;
    }

    public FlowContextProto getDefaultInstanceForType() {
      return defaultInstance;
    }

    private final com.google.protobuf.UnknownFieldSet unknownFields;
    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
        getUnknownFields() {
      return this.unknownFields;
    }
    private FlowContextProto(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      initFields();
      int mutable_bitField0_ = 0;
      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;
            default: {
              if (!parseUnknownField(input, unknownFields,
                                     extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
            case 10: {
              bitField0_ |= 0x00000001;
              flowName_ = input.readBytes();
              break;
            }
            case 18: {
              bitField0_ |= 0x00000002;
              flowVersion_ = input.readBytes();
              break;
            }
            case 24: {
              bitField0_ |= 0x00000004;
              flowRunId_ = input.readInt64();
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e.getMessage()).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_FlowContextProto_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_FlowContextProto_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.Builder.class);
    }

    public static com.google.protobuf.Parser PARSER =
        new com.google.protobuf.AbstractParser() {
      public FlowContextProto parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new FlowContextProto(input, extensionRegistry);
      }
    };

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

    private int bitField0_;
    // optional string flowName = 1;
    public static final int FLOWNAME_FIELD_NUMBER = 1;
    private java.lang.Object flowName_;
    /**
     * optional string flowName = 1;
     */
    public boolean hasFlowName() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional string flowName = 1;
     */
    public java.lang.String getFlowName() {
      java.lang.Object ref = flowName_;
      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();
        if (bs.isValidUtf8()) {
          flowName_ = s;
        }
        return s;
      }
    }
    /**
     * optional string flowName = 1;
     */
    public com.google.protobuf.ByteString
        getFlowNameBytes() {
      java.lang.Object ref = flowName_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        flowName_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional string flowVersion = 2;
    public static final int FLOWVERSION_FIELD_NUMBER = 2;
    private java.lang.Object flowVersion_;
    /**
     * optional string flowVersion = 2;
     */
    public boolean hasFlowVersion() {
      return ((bitField0_ & 0x00000002) == 0x00000002);
    }
    /**
     * optional string flowVersion = 2;
     */
    public java.lang.String getFlowVersion() {
      java.lang.Object ref = flowVersion_;
      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();
        if (bs.isValidUtf8()) {
          flowVersion_ = s;
        }
        return s;
      }
    }
    /**
     * optional string flowVersion = 2;
     */
    public com.google.protobuf.ByteString
        getFlowVersionBytes() {
      java.lang.Object ref = flowVersion_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        flowVersion_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    // optional int64 flowRunId = 3;
    public static final int FLOWRUNID_FIELD_NUMBER = 3;
    private long flowRunId_;
    /**
     * optional int64 flowRunId = 3;
     */
    public boolean hasFlowRunId() {
      return ((bitField0_ & 0x00000004) == 0x00000004);
    }
    /**
     * optional int64 flowRunId = 3;
     */
    public long getFlowRunId() {
      return flowRunId_;
    }

    private void initFields() {
      flowName_ = "";
      flowVersion_ = "";
      flowRunId_ = 0L;
    }
    private byte memoizedIsInitialized = -1;
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized != -1) return isInitialized == 1;

      memoizedIsInitialized = 1;
      return true;
    }

    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        output.writeBytes(1, getFlowNameBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        output.writeBytes(2, getFlowVersionBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        output.writeInt64(3, flowRunId_);
      }
      getUnknownFields().writeTo(output);
    }

    private int memoizedSerializedSize = -1;
    public int getSerializedSize() {
      int size = memoizedSerializedSize;
      if (size != -1) return size;

      size = 0;
      if (((bitField0_ & 0x00000001) == 0x00000001)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(1, getFlowNameBytes());
      }
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        size += com.google.protobuf.CodedOutputStream
          .computeBytesSize(2, getFlowVersionBytes());
      }
      if (((bitField0_ & 0x00000004) == 0x00000004)) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(3, flowRunId_);
      }
      size += getUnknownFields().getSerializedSize();
      memoizedSerializedSize = size;
      return size;
    }

    private static final long serialVersionUID = 0L;
    @java.lang.Override
    protected java.lang.Object writeReplace()
        throws java.io.ObjectStreamException {
      return super.writeReplace();
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto)) {
        return super.equals(obj);
      }
      org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto other = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto) obj;

      boolean result = true;
      result = result && (hasFlowName() == other.hasFlowName());
      if (hasFlowName()) {
        result = result && getFlowName()
            .equals(other.getFlowName());
      }
      result = result && (hasFlowVersion() == other.hasFlowVersion());
      if (hasFlowVersion()) {
        result = result && getFlowVersion()
            .equals(other.getFlowVersion());
      }
      result = result && (hasFlowRunId() == other.hasFlowRunId());
      if (hasFlowRunId()) {
        result = result && (getFlowRunId()
            == other.getFlowRunId());
      }
      result = result &&
          getUnknownFields().equals(other.getUnknownFields());
      return result;
    }

    private int memoizedHashCode = 0;
    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptorForType().hashCode();
      if (hasFlowName()) {
        hash = (37 * hash) + FLOWNAME_FIELD_NUMBER;
        hash = (53 * hash) + getFlowName().hashCode();
      }
      if (hasFlowVersion()) {
        hash = (37 * hash) + FLOWVERSION_FIELD_NUMBER;
        hash = (53 * hash) + getFlowVersion().hashCode();
      }
      if (hasFlowRunId()) {
        hash = (37 * hash) + FLOWRUNID_FIELD_NUMBER;
        hash = (53 * hash) + hashLong(getFlowRunId());
      }
      hash = (29 * hash) + getUnknownFields().hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseDelimitedFrom(input, extensionRegistry);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return PARSER.parseFrom(input);
    }
    public static org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return PARSER.parseFrom(input, extensionRegistry);
    }

    public static Builder newBuilder() { return Builder.create(); }
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto prototype) {
      return newBuilder().mergeFrom(prototype);
    }
    public Builder toBuilder() { return newBuilder(this); }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code hadoop.yarn.FlowContextProto}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessage.Builder
       implements org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProtoOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_FlowContextProto_descriptor;
      }

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_FlowContextProto_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.class, org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.Builder.class);
      }

      // Construct using org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
        }
      }
      private static Builder create() {
        return new Builder();
      }

      public Builder clear() {
        super.clear();
        flowName_ = "";
        bitField0_ = (bitField0_ & ~0x00000001);
        flowVersion_ = "";
        bitField0_ = (bitField0_ & ~0x00000002);
        flowRunId_ = 0L;
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }

      public Builder clone() {
        return create().mergeFrom(buildPartial());
      }

      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.internal_static_hadoop_yarn_FlowContextProto_descriptor;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto getDefaultInstanceForType() {
        return org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.getDefaultInstance();
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto build() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      public org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto buildPartial() {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto result = new org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
          to_bitField0_ |= 0x00000001;
        }
        result.flowName_ = flowName_;
        if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
          to_bitField0_ |= 0x00000002;
        }
        result.flowVersion_ = flowVersion_;
        if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
          to_bitField0_ |= 0x00000004;
        }
        result.flowRunId_ = flowRunId_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto) {
          return mergeFrom((org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto other) {
        if (other == org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto.getDefaultInstance()) return this;
        if (other.hasFlowName()) {
          bitField0_ |= 0x00000001;
          flowName_ = other.flowName_;
          onChanged();
        }
        if (other.hasFlowVersion()) {
          bitField0_ |= 0x00000002;
          flowVersion_ = other.flowVersion_;
          onChanged();
        }
        if (other.hasFlowRunId()) {
          setFlowRunId(other.getFlowRunId());
        }
        this.mergeUnknownFields(other.getUnknownFields());
        return this;
      }

      public final boolean isInitialized() {
        return true;
      }

      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (org.apache.hadoop.yarn.proto.YarnServerNodemanagerRecoveryProtos.FlowContextProto) e.getUnfinishedMessage();
          throw e;
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      // optional string flowName = 1;
      private java.lang.Object flowName_ = "";
      /**
       * optional string flowName = 1;
       */
      public boolean hasFlowName() {
        return ((bitField0_ & 0x00000001) == 0x00000001);
      }
      /**
       * optional string flowName = 1;
       */
      public java.lang.String getFlowName() {
        java.lang.Object ref = flowName_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          flowName_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string flowName = 1;
       */
      public com.google.protobuf.ByteString
          getFlowNameBytes() {
        java.lang.Object ref = flowName_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          flowName_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string flowName = 1;
       */
      public Builder setFlowName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        flowName_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string flowName = 1;
       */
      public Builder clearFlowName() {
        bitField0_ = (bitField0_ & ~0x00000001);
        flowName_ = getDefaultInstance().getFlowName();
        onChanged();
        return this;
      }
      /**
       * optional string flowName = 1;
       */
      public Builder setFlowNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
        flowName_ = value;
        onChanged();
        return this;
      }

      // optional string flowVersion = 2;
      private java.lang.Object flowVersion_ = "";
      /**
       * optional string flowVersion = 2;
       */
      public boolean hasFlowVersion() {
        return ((bitField0_ & 0x00000002) == 0x00000002);
      }
      /**
       * optional string flowVersion = 2;
       */
      public java.lang.String getFlowVersion() {
        java.lang.Object ref = flowVersion_;
        if (!(ref instanceof java.lang.String)) {
          java.lang.String s = ((com.google.protobuf.ByteString) ref)
              .toStringUtf8();
          flowVersion_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * optional string flowVersion = 2;
       */
      public com.google.protobuf.ByteString
          getFlowVersionBytes() {
        java.lang.Object ref = flowVersion_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          flowVersion_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * optional string flowVersion = 2;
       */
      public Builder setFlowVersion(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        flowVersion_ = value;
        onChanged();
        return this;
      }
      /**
       * optional string flowVersion = 2;
       */
      public Builder clearFlowVersion() {
        bitField0_ = (bitField0_ & ~0x00000002);
        flowVersion_ = getDefaultInstance().getFlowVersion();
        onChanged();
        return this;
      }
      /**
       * optional string flowVersion = 2;
       */
      public Builder setFlowVersionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000002;
        flowVersion_ = value;
        onChanged();
        return this;
      }

      // optional int64 flowRunId = 3;
      private long flowRunId_ ;
      /**
       * optional int64 flowRunId = 3;
       */
      public boolean hasFlowRunId() {
        return ((bitField0_ & 0x00000004) == 0x00000004);
      }
      /**
       * optional int64 flowRunId = 3;
       */
      public long getFlowRunId() {
        return flowRunId_;
      }
      /**
       * optional int64 flowRunId = 3;
       */
      public Builder setFlowRunId(long value) {
        bitField0_ |= 0x00000004;
        flowRunId_ = value;
        onChanged();
        return this;
      }
      /**
       * optional int64 flowRunId = 3;
       */
      public Builder clearFlowRunId() {
        bitField0_ = (bitField0_ & ~0x00000004);
        flowRunId_ = 0L;
        onChanged();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:hadoop.yarn.FlowContextProto)
    }

    static {
      defaultInstance = new FlowContextProto(true);
      defaultInstance.initFields();
    }

    // @@protoc_insertion_point(class_scope:hadoop.yarn.FlowContextProto)
  }

  private static com.google.protobuf.Descriptors.Descriptor
    internal_static_hadoop_yarn_ContainerManagerApplicationProto_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_hadoop_yarn_ContainerManagerApplicationProto_fieldAccessorTable;
  private static com.google.protobuf.Descriptors.Descriptor
    internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_fieldAccessorTable;
  private static com.google.protobuf.Descriptors.Descriptor
    internal_static_hadoop_yarn_LocalizedResourceProto_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_hadoop_yarn_LocalizedResourceProto_fieldAccessorTable;
  private static com.google.protobuf.Descriptors.Descriptor
    internal_static_hadoop_yarn_LogDeleterProto_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_hadoop_yarn_LogDeleterProto_fieldAccessorTable;
  private static com.google.protobuf.Descriptors.Descriptor
    internal_static_hadoop_yarn_FlowContextProto_descriptor;
  private static
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_hadoop_yarn_FlowContextProto_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n&yarn_server_nodemanager_recovery.proto" +
      "\022\013hadoop.yarn\032\021yarn_protos.proto\"\314\002\n Con" +
      "tainerManagerApplicationProto\022+\n\002id\030\001 \001(" +
      "\0132\037.hadoop.yarn.ApplicationIdProto\022\014\n\004us" +
      "er\030\002 \001(\t\022\023\n\013credentials\030\003 \001(\014\0221\n\004acls\030\004 " +
      "\003(\0132#.hadoop.yarn.ApplicationACLMapProto" +
      "\022H\n\027log_aggregation_context\030\005 \001(\0132\'.hado" +
      "op.yarn.LogAggregationContextProto\022\'\n\033ap" +
      "pLogAggregationInitedTime\030\006 \001(\003:\002-1\0222\n\013f" +
      "lowContext\030\007 \001(\0132\035.hadoop.yarn.FlowConte",
      "xtProto\"\265\001\n\036DeletionServiceDeleteTaskPro" +
      "to\022\n\n\002id\030\001 \001(\005\022\014\n\004user\030\002 \001(\t\022\016\n\006subdir\030\003" +
      " \001(\t\022\024\n\014deletionTime\030\004 \001(\003\022\020\n\010basedirs\030\005" +
      " \003(\t\022\024\n\014successorIds\030\006 \003(\005\022\020\n\010taskType\030\007" +
      " \001(\t\022\031\n\021dockerContainerId\030\010 \001(\t\"l\n\026Local" +
      "izedResourceProto\0221\n\010resource\030\001 \001(\0132\037.ha" +
      "doop.yarn.LocalResourceProto\022\021\n\tlocalPat" +
      "h\030\002 \001(\t\022\014\n\004size\030\003 \001(\003\"5\n\017LogDeleterProto" +
      "\022\014\n\004user\030\001 \001(\t\022\024\n\014deletionTime\030\002 \001(\003\"L\n\020" +
      "FlowContextProto\022\020\n\010flowName\030\001 \001(\t\022\023\n\013fl",
      "owVersion\030\002 \001(\t\022\021\n\tflowRunId\030\003 \001(\003BI\n\034or" +
      "g.apache.hadoop.yarn.protoB#YarnServerNo" +
      "demanagerRecoveryProtos\210\001\001\240\001\001"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
      new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
        public com.google.protobuf.ExtensionRegistry assignDescriptors(
            com.google.protobuf.Descriptors.FileDescriptor root) {
          descriptor = root;
          internal_static_hadoop_yarn_ContainerManagerApplicationProto_descriptor =
            getDescriptor().getMessageTypes().get(0);
          internal_static_hadoop_yarn_ContainerManagerApplicationProto_fieldAccessorTable = new
            com.google.protobuf.GeneratedMessage.FieldAccessorTable(
              internal_static_hadoop_yarn_ContainerManagerApplicationProto_descriptor,
              new java.lang.String[] { "Id", "User", "Credentials", "Acls", "LogAggregationContext", "AppLogAggregationInitedTime", "FlowContext", });
          internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_descriptor =
            getDescriptor().getMessageTypes().get(1);
          internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_fieldAccessorTable = new
            com.google.protobuf.GeneratedMessage.FieldAccessorTable(
              internal_static_hadoop_yarn_DeletionServiceDeleteTaskProto_descriptor,
              new java.lang.String[] { "Id", "User", "Subdir", "DeletionTime", "Basedirs", "SuccessorIds", "TaskType", "DockerContainerId", });
          internal_static_hadoop_yarn_LocalizedResourceProto_descriptor =
            getDescriptor().getMessageTypes().get(2);
          internal_static_hadoop_yarn_LocalizedResourceProto_fieldAccessorTable = new
            com.google.protobuf.GeneratedMessage.FieldAccessorTable(
              internal_static_hadoop_yarn_LocalizedResourceProto_descriptor,
              new java.lang.String[] { "Resource", "LocalPath", "Size", });
          internal_static_hadoop_yarn_LogDeleterProto_descriptor =
            getDescriptor().getMessageTypes().get(3);
          internal_static_hadoop_yarn_LogDeleterProto_fieldAccessorTable = new
            com.google.protobuf.GeneratedMessage.FieldAccessorTable(
              internal_static_hadoop_yarn_LogDeleterProto_descriptor,
              new java.lang.String[] { "User", "DeletionTime", });
          internal_static_hadoop_yarn_FlowContextProto_descriptor =
            getDescriptor().getMessageTypes().get(4);
          internal_static_hadoop_yarn_FlowContextProto_fieldAccessorTable = new
            com.google.protobuf.GeneratedMessage.FieldAccessorTable(
              internal_static_hadoop_yarn_FlowContextProto_descriptor,
              new java.lang.String[] { "FlowName", "FlowVersion", "FlowRunId", });
          return null;
        }
      };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          org.apache.hadoop.yarn.proto.YarnProtos.getDescriptor(),
        }, assigner);
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy