runtimeInfo property
Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
Implementation
@$pb.TagNumber(8)
Application_ApplicationRuntimeInfo get runtimeInfo => $_getN(7);
Implementation
@$pb.TagNumber(8)
set runtimeInfo(Application_ApplicationRuntimeInfo v) {
setField(8, v);
}