Skip to content

Commit

Permalink
Update file(s) "dist/json/." from "cloudforet-io/api"
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Jun 30, 2024
1 parent 2515738 commit d7d58d4
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 0 deletions.
119 changes: 119 additions & 0 deletions dist/json/cloudforet/api/dashboard/v1/Public_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "shared",
"description": "",
"label": "",
"type": "SharedDashboard",
"longType": "SharedDashboard",
"fullType": "spaceone.api.dashboard.v1.SharedDashboard",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "resource_group",
"description": "",
Expand Down Expand Up @@ -680,6 +692,90 @@
}
]
},
{
"name": "SharePublicDashboardRequest",
"longName": "SharePublicDashboardRequest",
"fullName": "spaceone.api.dashboard.v1.SharePublicDashboardRequest",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "dashboard_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "workspace",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "project",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "SharedDashboard",
"longName": "SharedDashboard",
"fullName": "spaceone.api.dashboard.v1.SharedDashboard",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "workspace",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "project",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "UpdatePublicDashboardRequest",
"longName": "UpdatePublicDashboardRequest",
Expand Down Expand Up @@ -878,6 +974,29 @@
}
}
},
{
"name": "share",
"description": "",
"requestType": "SharePublicDashboardRequest",
"requestLongType": "SharePublicDashboardRequest",
"requestFullType": "spaceone.api.dashboard.v1.SharePublicDashboardRequest",
"requestStreaming": false,
"responseType": "PublicDashboardInfo",
"responseLongType": "PublicDashboardInfo",
"responseFullType": "spaceone.api.dashboard.v1.PublicDashboardInfo",
"responseStreaming": false,
"options": {
"google.api.http": {
"rules": [
{
"method": "POST",
"pattern": "/dashboard/v1/public-dashboard/share",
"body": "*"
}
]
}
}
},
{
"name": "delete",
"description": "",
Expand Down
119 changes: 119 additions & 0 deletions dist/json/cloudforet/api/dashboard/v1/Public_folder.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "shared",
"description": "",
"label": "",
"type": "SharedFolder",
"longType": "SharedFolder",
"fullType": "spaceone.api.dashboard.v1.SharedFolder",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "resource_group",
"description": "",
Expand Down Expand Up @@ -428,6 +440,90 @@
}
]
},
{
"name": "SharePublicFolderRequest",
"longName": "SharePublicFolderRequest",
"fullName": "spaceone.api.dashboard.v1.SharePublicFolderRequest",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "folder_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "workspace",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "project",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "SharedFolder",
"longName": "SharedFolder",
"fullName": "spaceone.api.dashboard.v1.SharedFolder",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "workspace",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "project",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "UpdatePublicFolderRequest",
"longName": "UpdatePublicFolderRequest",
Expand Down Expand Up @@ -530,6 +626,29 @@
}
}
},
{
"name": "share",
"description": "",
"requestType": "SharePublicFolderRequest",
"requestLongType": "SharePublicFolderRequest",
"requestFullType": "spaceone.api.dashboard.v1.SharePublicFolderRequest",
"requestStreaming": false,
"responseType": "PublicFolderInfo",
"responseLongType": "PublicFolderInfo",
"responseFullType": "spaceone.api.dashboard.v1.PublicFolderInfo",
"responseStreaming": false,
"options": {
"google.api.http": {
"rules": [
{
"method": "POST",
"pattern": "/dashboard/v1/public-folder/share",
"body": "*"
}
]
}
}
},
{
"name": "delete",
"description": "",
Expand Down

0 comments on commit d7d58d4

Please sign in to comment.