massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / google-cloud-ndb / google / cloud / ndb / stats.pyi
1 from typing import Any
2
3 from google.cloud.ndb import model
4
5 class BaseStatistic(model.Model):
6     STORED_KIND_NAME: str
7     bytes: Any
8     count: Any
9     timestamp: Any
10
11 class BaseKindStatistic(BaseStatistic):
12     STORED_KIND_NAME: str
13     kind_name: Any
14     entity_bytes: Any
15
16 class GlobalStat(BaseStatistic):
17     STORED_KIND_NAME: str
18     entity_bytes: Any
19     builtin_index_bytes: Any
20     builtin_index_count: Any
21     composite_index_bytes: Any
22     composite_index_count: Any
23
24 class NamespaceStat(BaseStatistic):
25     STORED_KIND_NAME: str
26     subject_namespace: Any
27     entity_bytes: Any
28     builtin_index_bytes: Any
29     builtin_index_count: Any
30     composite_index_bytes: Any
31     composite_index_count: Any
32
33 class KindStat(BaseKindStatistic):
34     STORED_KIND_NAME: str
35     builtin_index_bytes: Any
36     builtin_index_count: Any
37     composite_index_bytes: Any
38     composite_index_count: Any
39
40 class KindRootEntityStat(BaseKindStatistic):
41     STORED_KIND_NAME: str
42
43 class KindNonRootEntityStat(BaseKindStatistic):
44     STORED_KIND_NAME: str
45
46 class PropertyTypeStat(BaseStatistic):
47     STORED_KIND_NAME: str
48     property_type: Any
49     entity_bytes: Any
50     builtin_index_bytes: Any
51     builtin_index_count: Any
52
53 class KindPropertyTypeStat(BaseKindStatistic):
54     STORED_KIND_NAME: str
55     property_type: Any
56     builtin_index_bytes: Any
57     builtin_index_count: Any
58
59 class KindPropertyNameStat(BaseKindStatistic):
60     STORED_KIND_NAME: str
61     property_name: Any
62     builtin_index_bytes: Any
63     builtin_index_count: Any
64
65 class KindPropertyNamePropertyTypeStat(BaseKindStatistic):
66     STORED_KIND_NAME: str
67     property_type: Any
68     property_name: Any
69     builtin_index_bytes: Any
70     builtin_index_count: Any
71
72 class KindCompositeIndexStat(BaseStatistic):
73     STORED_KIND_NAME: str
74     index_id: Any
75     kind_name: Any
76
77 class NamespaceGlobalStat(GlobalStat):
78     STORED_KIND_NAME: str
79
80 class NamespaceKindStat(KindStat):
81     STORED_KIND_NAME: str
82
83 class NamespaceKindRootEntityStat(KindRootEntityStat):
84     STORED_KIND_NAME: str
85
86 class NamespaceKindNonRootEntityStat(KindNonRootEntityStat):
87     STORED_KIND_NAME: str
88
89 class NamespacePropertyTypeStat(PropertyTypeStat):
90     STORED_KIND_NAME: str
91
92 class NamespaceKindPropertyTypeStat(KindPropertyTypeStat):
93     STORED_KIND_NAME: str
94
95 class NamespaceKindPropertyNameStat(KindPropertyNameStat):
96     STORED_KIND_NAME: str
97
98 class NamespaceKindPropertyNamePropertyTypeStat(KindPropertyNamePropertyTypeStat):
99     STORED_KIND_NAME: str
100
101 class NamespaceKindCompositeIndexStat(KindCompositeIndexStat):
102     STORED_KIND_NAME: str