Example #1
0
 /*
  * ApplicationsRequestScope
  */
 public static YarnServiceProtos.ApplicationsRequestScopeProto ConvertToProtoFormat
     (ApplicationsRequestScope e)
 {
     return(YarnServiceProtos.ApplicationsRequestScopeProto.ValueOf(e.ToString()));
 }