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