You've already forked npm-core-sdk
Latest generation
This commit is contained in:
14
kpi.ts
14
kpi.ts
@@ -328,7 +328,19 @@ export enum KPIGroupProperty {
|
||||
*
|
||||
* @generated from protobuf enum value: KPIGROUP_PARTITIONBY = 4;
|
||||
*/
|
||||
KPIGROUP_PARTITIONBY = 4
|
||||
KPIGROUP_PARTITIONBY = 4,
|
||||
/**
|
||||
* For view KPI group, on which field the group is defined
|
||||
*
|
||||
* @generated from protobuf enum value: KPIGROUP_GROUPBY = 5;
|
||||
*/
|
||||
KPIGROUP_GROUPBY = 5,
|
||||
/**
|
||||
* For view KPI group,
|
||||
*
|
||||
* @generated from protobuf enum value: KPIGROUP_SOURCETABLE = 6;
|
||||
*/
|
||||
KPIGROUP_SOURCETABLE = 6
|
||||
}
|
||||
// @generated message type with reflection information, may provide speed optimized methods
|
||||
class Kpi$Type extends MessageType<Kpi> {
|
||||
|
||||
Reference in New Issue
Block a user