values constant

Implementation

static const $core.List<KnowledgeOperationMetadata_State> values =
    <KnowledgeOperationMetadata_State>[
  STATE_UNSPECIFIED,
  PENDING,
  RUNNING,
  DONE,
];