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