Skip to content

Commit

Permalink
[CI] api has been built
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Nov 4, 2024
1 parent 542f613 commit 9416757
Show file tree
Hide file tree
Showing 13 changed files with 728 additions and 470 deletions.
474 changes: 276 additions & 198 deletions dist/go/spaceone/api/dashboard/v1/private_data_table.pb.go

Large diffs are not rendered by default.

524 changes: 301 additions & 223 deletions dist/go/spaceone/api/dashboard/v1/public_data_table.pb.go

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions dist/json/cloudforet/api/dashboard/v1/Private_data_table.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,29 @@
"description": ""
}
]
},
{
"name": "State",
"longName": "PrivateDataTableInfo.State",
"fullName": "spaceone.api.dashboard.v1.PrivateDataTableInfo.State",
"description": "",
"values": [
{
"name": "STATE_NONE",
"number": "0",
"description": ""
},
{
"name": "AVAILABLE",
"number": "1",
"description": ""
},
{
"name": "UNAVAILABLE",
"number": "2",
"description": ""
}
]
}
],
"extensions": [],
Expand Down Expand Up @@ -282,6 +305,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "state",
"description": "",
"label": "",
"type": "State",
"longType": "PrivateDataTableInfo.State",
"fullType": "spaceone.api.dashboard.v1.PrivateDataTableInfo.State",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "data_type",
"description": "",
Expand Down Expand Up @@ -366,6 +401,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "error_message",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
Expand Down
47 changes: 47 additions & 0 deletions dist/json/cloudforet/api/dashboard/v1/Public_data_table.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,29 @@
}
]
},
{
"name": "State",
"longName": "PublicDataTableInfo.State",
"fullName": "spaceone.api.dashboard.v1.PublicDataTableInfo.State",
"description": "",
"values": [
{
"name": "STATE_NONE",
"number": "0",
"description": ""
},
{
"name": "AVAILABLE",
"number": "1",
"description": ""
},
{
"name": "UNAVAILABLE",
"number": "2",
"description": ""
}
]
},
{
"name": "SourceType",
"longName": "SourceType",
Expand Down Expand Up @@ -770,6 +793,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "state",
"description": "",
"label": "",
"type": "State",
"longType": "PublicDataTableInfo.State",
"fullType": "spaceone.api.dashboard.v1.PublicDataTableInfo.State",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "data_type",
"description": "",
Expand Down Expand Up @@ -854,6 +889,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "error_message",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "resource_group",
"description": "",
Expand Down
8 changes: 4 additions & 4 deletions dist/openapi/cloudforet/api/dashboard/v1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1969,9 +1969,9 @@
"title": "LoadPrivateDataTableRequest"
}
, "PrivateDataTableInfo": {
"properties" : {"data_table_id" : {"type": "string","title": "DATA_TABLE_ID"},"name" : {"type": "string","title": "NAME"},"data_type" : {"type": "DataType","title": "DATA_TYPE"},"source_type" : {"type": "SourceType","title": "SOURCE_TYPE"},"operator" : {"type": "Operator","title": "OPERATOR"},"options" : {"type": "object","title": "OPTIONS"},"tags" : {"type": "object","title": "TAGS"},"labels_info" : {"type": "object","title": "LABELS_INFO"},"data_info" : {"type": "object","title": "DATA_INFO"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"user_id" : {"type": "string","title": "USER_ID"},"dashboard_id" : {"type": "string","title": "DASHBOARD_ID"},"widget_id" : {"type": "string","title": "WIDGET_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"updated_at" : {"type": "string","title": "UPDATED_AT"}},
"properties" : {"data_table_id" : {"type": "string","title": "DATA_TABLE_ID"},"name" : {"type": "string","title": "NAME"},"state" : {"type": "string","title": "STATE"},"data_type" : {"type": "DataType","title": "DATA_TYPE"},"source_type" : {"type": "SourceType","title": "SOURCE_TYPE"},"operator" : {"type": "Operator","title": "OPERATOR"},"options" : {"type": "object","title": "OPTIONS"},"tags" : {"type": "object","title": "TAGS"},"labels_info" : {"type": "object","title": "LABELS_INFO"},"data_info" : {"type": "object","title": "DATA_INFO"},"error_message" : {"type": "string","title": "ERROR_MESSAGE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"user_id" : {"type": "string","title": "USER_ID"},"dashboard_id" : {"type": "string","title": "DASHBOARD_ID"},"widget_id" : {"type": "string","title": "WIDGET_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"updated_at" : {"type": "string","title": "UPDATED_AT"}},
"type": "object",
"required": ["data_table_id","name","data_type","source_type","operator","options","tags","labels_info","data_info","domain_id","user_id","dashboard_id","widget_id","created_at","updated_at"],
"required": ["data_table_id","name","state","data_type","source_type","operator","options","tags","labels_info","data_info","error_message","domain_id","user_id","dashboard_id","widget_id","created_at","updated_at"],
"title": "PrivateDataTableInfo"
}
, "PrivateDataTableQuery": {
Expand Down Expand Up @@ -2065,9 +2065,9 @@
"title": "LoadPublicDataTableRequest"
}
, "PublicDataTableInfo": {
"properties" : {"data_table_id" : {"type": "string","title": "DATA_TABLE_ID"},"name" : {"type": "string","title": "NAME"},"data_type" : {"type": "string","title": "DATA_TYPE"},"source_type" : {"type": "string","title": "SOURCE_TYPE"},"operator" : {"type": "string","title": "OPERATOR"},"options" : {"type": "object","title": "OPTIONS"},"tags" : {"type": "object","title": "TAGS"},"labels_info" : {"type": "object","title": "LABELS_INFO"},"data_info" : {"type": "object","title": "DATA_INFO"},"resource_group" : {"type": "string","title": "RESOURCE_GROUP"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"project_id" : {"type": "string","title": "PROJECT_ID"},"dashboard_id" : {"type": "string","title": "DASHBOARD_ID"},"widget_id" : {"type": "string","title": "WIDGET_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"updated_at" : {"type": "string","title": "UPDATED_AT"}},
"properties" : {"data_table_id" : {"type": "string","title": "DATA_TABLE_ID"},"name" : {"type": "string","title": "NAME"},"state" : {"type": "string","title": "STATE"},"data_type" : {"type": "string","title": "DATA_TYPE"},"source_type" : {"type": "string","title": "SOURCE_TYPE"},"operator" : {"type": "string","title": "OPERATOR"},"options" : {"type": "object","title": "OPTIONS"},"tags" : {"type": "object","title": "TAGS"},"labels_info" : {"type": "object","title": "LABELS_INFO"},"data_info" : {"type": "object","title": "DATA_INFO"},"error_message" : {"type": "string","title": "ERROR_MESSAGE"},"resource_group" : {"type": "string","title": "RESOURCE_GROUP"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"project_id" : {"type": "string","title": "PROJECT_ID"},"dashboard_id" : {"type": "string","title": "DASHBOARD_ID"},"widget_id" : {"type": "string","title": "WIDGET_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"updated_at" : {"type": "string","title": "UPDATED_AT"}},
"type": "object",
"required": ["data_table_id","name","data_type","source_type","operator","options","tags","labels_info","data_info","resource_group","domain_id","workspace_id","project_id","dashboard_id","widget_id","created_at","updated_at"],
"required": ["data_table_id","name","state","data_type","source_type","operator","options","tags","labels_info","data_info","error_message","resource_group","domain_id","workspace_id","project_id","dashboard_id","widget_id","created_at","updated_at"],
"title": "PublicDataTableInfo"
}
, "PublicDataTableQuery": {
Expand Down
Loading

0 comments on commit 9416757

Please sign in to comment.