runtimeInfo property

  1. @TagNumber(8)
Application_ApplicationRuntimeInfo runtimeInfo

Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.

Implementation

@$pb.TagNumber(8)
Application_ApplicationRuntimeInfo get runtimeInfo => $_getN(7);
  1. @TagNumber(8)
void runtimeInfo=(Application_ApplicationRuntimeInfo v)

Implementation

@$pb.TagNumber(8)
set runtimeInfo(Application_ApplicationRuntimeInfo v) { setField(8, v); }