Skip to content

Commit

Permalink
Merge pull request #316 from ImMin5/master
Browse files Browse the repository at this point in the history
Add virtual id field at DataSourceAccount
  • Loading branch information
ImMin5 authored Apr 22, 2024
2 parents 415d48d + fde6365 commit 3089783
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/spaceone/api/cost_analysis/plugin/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@ message ChangedInfo {
google.protobuf.Struct filter = 3;
}

message SyncedAccountInfo{
string account_id = 1;
}

//{
//
//}
message TasksInfo {
repeated TaskInfo tasks = 1;
repeated ChangedInfo changed = 2;
repeated SyncedAccountInfo synced_accounts = 3;
}
1 change: 1 addition & 0 deletions proto/spaceone/api/cost_analysis/v1/cost.proto
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ message CostInfo {
string project_id = 23;
string service_account_id = 24;
string data_source_id = 25;
string account_id = 26;


string billed_year = 31;
Expand Down
4 changes: 4 additions & 0 deletions proto/spaceone/api/cost_analysis/v1/data_source_account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,12 @@ message DataSourceAccountInfo {
string workspace_id = 22;
string project_id = 23;
string service_account_id = 24;
string v_workspace_id = 25;
string v_project_id = 26;
string v_service_account_id = 27;
string created_at = 31;
string updated_at = 32;
string last_synced_at = 33;
}

message DataSourceAccountsInfo {
Expand Down

0 comments on commit 3089783

Please sign in to comment.