Skip to content

Commit bb1895a

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

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

dist/json/cloudforet/api/identity/v2/Workspace.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,30 @@
178178
}
179179
]
180180
},
181+
{
182+
"name": "WorkspaceAnalyzeQuery",
183+
"longName": "WorkspaceAnalyzeQuery",
184+
"fullName": "spaceone.api.identity.v2.WorkspaceAnalyzeQuery",
185+
"description": "",
186+
"hasExtensions": false,
187+
"hasFields": true,
188+
"hasOneofs": false,
189+
"extensions": [],
190+
"fields": [
191+
{
192+
"name": "query",
193+
"description": "",
194+
"label": "",
195+
"type": "AnalyzeQuery",
196+
"longType": "spaceone.api.core.v2.AnalyzeQuery",
197+
"fullType": "spaceone.api.core.v2.AnalyzeQuery",
198+
"ismap": false,
199+
"isoneof": false,
200+
"oneofdecl": "",
201+
"defaultValue": ""
202+
}
203+
]
204+
},
181205
{
182206
"name": "WorkspaceCheckRequest",
183207
"longName": "WorkspaceCheckRequest",
@@ -1016,6 +1040,29 @@
10161040
}
10171041
}
10181042
},
1043+
{
1044+
"name": "analyze",
1045+
"description": "",
1046+
"requestType": "WorkspaceAnalyzeQuery",
1047+
"requestLongType": "WorkspaceAnalyzeQuery",
1048+
"requestFullType": "spaceone.api.identity.v2.WorkspaceAnalyzeQuery",
1049+
"requestStreaming": false,
1050+
"responseType": "Struct",
1051+
"responseLongType": ".google.protobuf.Struct",
1052+
"responseFullType": "google.protobuf.Struct",
1053+
"responseStreaming": false,
1054+
"options": {
1055+
"google.api.http": {
1056+
"rules": [
1057+
{
1058+
"method": "POST",
1059+
"pattern": "/identity/v2/workspace/analyze",
1060+
"body": "*"
1061+
}
1062+
]
1063+
}
1064+
}
1065+
},
10191066
{
10201067
"name": "stat",
10211068
"description": "",

0 commit comments

Comments
 (0)