Skip to content

Commit 13d8bf4

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent a799d96 commit 13d8bf4

File tree

2 files changed

+257
-0
lines changed

2 files changed

+257
-0
lines changed

dist/json/cloudforet/api/alert_manager/v1/Alert.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,18 @@
445445
"oneofdecl": "",
446446
"defaultValue": ""
447447
},
448+
{
449+
"name": "notification_info",
450+
"description": "",
451+
"label": "",
452+
"type": "NotificationInfo",
453+
"longType": "NotificationInfo",
454+
"fullType": "spaceone.api.alert_manager.v1.NotificationInfo",
455+
"ismap": false,
456+
"isoneof": false,
457+
"oneofdecl": "",
458+
"defaultValue": ""
459+
},
448460
{
449461
"name": "domain_id",
450462
"description": "",
Lines changed: 245 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,245 @@
1+
{
2+
"files": [
3+
{
4+
"name": "spaceone/api/alert_manager/v1/notification.proto",
5+
"description": "",
6+
"package": "spaceone.api.alert_manager.v1",
7+
"hasEnums": false,
8+
"hasExtensions": false,
9+
"hasMessages": true,
10+
"hasServices": false,
11+
"enums": [],
12+
"extensions": [],
13+
"messages": [
14+
{
15+
"name": "NotificationInfo",
16+
"longName": "NotificationInfo",
17+
"fullName": "spaceone.api.alert_manager.v1.NotificationInfo",
18+
"description": "",
19+
"hasExtensions": false,
20+
"hasFields": true,
21+
"hasOneofs": false,
22+
"extensions": [],
23+
"fields": [
24+
{
25+
"name": "notification_id",
26+
"description": "",
27+
"label": "",
28+
"type": "string",
29+
"longType": "string",
30+
"fullType": "string",
31+
"ismap": false,
32+
"isoneof": false,
33+
"oneofdecl": "",
34+
"defaultValue": ""
35+
},
36+
{
37+
"name": "service_channels",
38+
"description": "",
39+
"label": "",
40+
"type": "Struct",
41+
"longType": "google.protobuf.Struct",
42+
"fullType": "google.protobuf.Struct",
43+
"ismap": false,
44+
"isoneof": false,
45+
"oneofdecl": "",
46+
"defaultValue": ""
47+
},
48+
{
49+
"name": "user_group_channels",
50+
"description": "",
51+
"label": "",
52+
"type": "Struct",
53+
"longType": "google.protobuf.Struct",
54+
"fullType": "google.protobuf.Struct",
55+
"ismap": false,
56+
"isoneof": false,
57+
"oneofdecl": "",
58+
"defaultValue": ""
59+
},
60+
{
61+
"name": "user_channels",
62+
"description": "",
63+
"label": "",
64+
"type": "Struct",
65+
"longType": "google.protobuf.Struct",
66+
"fullType": "google.protobuf.Struct",
67+
"ismap": false,
68+
"isoneof": false,
69+
"oneofdecl": "",
70+
"defaultValue": ""
71+
}
72+
]
73+
}
74+
],
75+
"services": []
76+
}
77+
],
78+
"scalarValueTypes": [
79+
{
80+
"protoType": "double",
81+
"notes": "",
82+
"cppType": "double",
83+
"csType": "double",
84+
"goType": "float64",
85+
"javaType": "double",
86+
"phpType": "float",
87+
"pythonType": "float",
88+
"rubyType": "Float"
89+
},
90+
{
91+
"protoType": "float",
92+
"notes": "",
93+
"cppType": "float",
94+
"csType": "float",
95+
"goType": "float32",
96+
"javaType": "float",
97+
"phpType": "float",
98+
"pythonType": "float",
99+
"rubyType": "Float"
100+
},
101+
{
102+
"protoType": "int32",
103+
"notes": "Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead.",
104+
"cppType": "int32",
105+
"csType": "int",
106+
"goType": "int32",
107+
"javaType": "int",
108+
"phpType": "integer",
109+
"pythonType": "int",
110+
"rubyType": "Bignum or Fixnum (as required)"
111+
},
112+
{
113+
"protoType": "int64",
114+
"notes": "Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead.",
115+
"cppType": "int64",
116+
"csType": "long",
117+
"goType": "int64",
118+
"javaType": "long",
119+
"phpType": "integer/string",
120+
"pythonType": "int/long",
121+
"rubyType": "Bignum"
122+
},
123+
{
124+
"protoType": "uint32",
125+
"notes": "Uses variable-length encoding.",
126+
"cppType": "uint32",
127+
"csType": "uint",
128+
"goType": "uint32",
129+
"javaType": "int",
130+
"phpType": "integer",
131+
"pythonType": "int/long",
132+
"rubyType": "Bignum or Fixnum (as required)"
133+
},
134+
{
135+
"protoType": "uint64",
136+
"notes": "Uses variable-length encoding.",
137+
"cppType": "uint64",
138+
"csType": "ulong",
139+
"goType": "uint64",
140+
"javaType": "long",
141+
"phpType": "integer/string",
142+
"pythonType": "int/long",
143+
"rubyType": "Bignum or Fixnum (as required)"
144+
},
145+
{
146+
"protoType": "sint32",
147+
"notes": "Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s.",
148+
"cppType": "int32",
149+
"csType": "int",
150+
"goType": "int32",
151+
"javaType": "int",
152+
"phpType": "integer",
153+
"pythonType": "int",
154+
"rubyType": "Bignum or Fixnum (as required)"
155+
},
156+
{
157+
"protoType": "sint64",
158+
"notes": "Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s.",
159+
"cppType": "int64",
160+
"csType": "long",
161+
"goType": "int64",
162+
"javaType": "long",
163+
"phpType": "integer/string",
164+
"pythonType": "int/long",
165+
"rubyType": "Bignum"
166+
},
167+
{
168+
"protoType": "fixed32",
169+
"notes": "Always four bytes. More efficient than uint32 if values are often greater than 2^28.",
170+
"cppType": "uint32",
171+
"csType": "uint",
172+
"goType": "uint32",
173+
"javaType": "int",
174+
"phpType": "integer",
175+
"pythonType": "int",
176+
"rubyType": "Bignum or Fixnum (as required)"
177+
},
178+
{
179+
"protoType": "fixed64",
180+
"notes": "Always eight bytes. More efficient than uint64 if values are often greater than 2^56.",
181+
"cppType": "uint64",
182+
"csType": "ulong",
183+
"goType": "uint64",
184+
"javaType": "long",
185+
"phpType": "integer/string",
186+
"pythonType": "int/long",
187+
"rubyType": "Bignum"
188+
},
189+
{
190+
"protoType": "sfixed32",
191+
"notes": "Always four bytes.",
192+
"cppType": "int32",
193+
"csType": "int",
194+
"goType": "int32",
195+
"javaType": "int",
196+
"phpType": "integer",
197+
"pythonType": "int",
198+
"rubyType": "Bignum or Fixnum (as required)"
199+
},
200+
{
201+
"protoType": "sfixed64",
202+
"notes": "Always eight bytes.",
203+
"cppType": "int64",
204+
"csType": "long",
205+
"goType": "int64",
206+
"javaType": "long",
207+
"phpType": "integer/string",
208+
"pythonType": "int/long",
209+
"rubyType": "Bignum"
210+
},
211+
{
212+
"protoType": "bool",
213+
"notes": "",
214+
"cppType": "bool",
215+
"csType": "bool",
216+
"goType": "bool",
217+
"javaType": "boolean",
218+
"phpType": "boolean",
219+
"pythonType": "boolean",
220+
"rubyType": "TrueClass/FalseClass"
221+
},
222+
{
223+
"protoType": "string",
224+
"notes": "A string must always contain UTF-8 encoded or 7-bit ASCII text.",
225+
"cppType": "string",
226+
"csType": "string",
227+
"goType": "string",
228+
"javaType": "String",
229+
"phpType": "string",
230+
"pythonType": "str/unicode",
231+
"rubyType": "String (UTF-8)"
232+
},
233+
{
234+
"protoType": "bytes",
235+
"notes": "May contain any arbitrary sequence of bytes.",
236+
"cppType": "string",
237+
"csType": "ByteString",
238+
"goType": "[]byte",
239+
"javaType": "ByteString",
240+
"phpType": "string",
241+
"pythonType": "str",
242+
"rubyType": "String (ASCII-8BIT)"
243+
}
244+
]
245+
}

0 commit comments

Comments
 (0)