public virtual YarnServiceProtos.GetApplicationAttemptsResponseProto GetProto()
 {
     MergeLocalToProto();
     proto = viaProto ? proto : ((YarnServiceProtos.GetApplicationAttemptsResponseProto
                                  )builder.Build());
     viaProto = true;
     return(proto);
 }
 private void MergeLocalToProto()
 {
     if (viaProto)
     {
         MaybeInitBuilder();
     }
     MergeLocalToBuilder();
     proto    = ((YarnServiceProtos.GetApplicationAttemptsResponseProto)builder.Build());
     viaProto = true;
 }
 public GetApplicationAttemptsResponsePBImpl(YarnServiceProtos.GetApplicationAttemptsResponseProto
                                             proto)
 {
     this.proto = proto;
     viaProto   = true;
 }