diff --git a/proto/spaceone/api/cost_analysis/v1/budget.proto b/proto/spaceone/api/cost_analysis/v1/budget.proto index e14437f8a..ae9c1b254 100644 --- a/proto/spaceone/api/cost_analysis/v1/budget.proto +++ b/proto/spaceone/api/cost_analysis/v1/budget.proto @@ -128,7 +128,6 @@ message CreateBudgetRequest { NONE = 0; TOTAL = 1; MONTHLY = 2; - YEARLY = 3; } // +optional @@ -178,9 +177,7 @@ message UpdateBudgetRequest { // +optional repeated PlannedLimit planned_limits = 4; // +optional - ProviderFilter provider_filter = 5; - // +optional - google.protobuf.Struct tags = 6; + google.protobuf.Struct tags = 5; string domain_id = 11; } @@ -228,7 +225,6 @@ message BudgetQuery { NONE = 0; TOTAL = 1; MONTHLY = 2; - YEARLY = 3; } // +optional @@ -318,7 +314,6 @@ message BudgetInfo { NONE = 0; TOTAL = 1; MONTHLY = 2; - YEARLY = 3; } string budget_id = 1; diff --git a/proto/spaceone/api/cost_analysis/v1/cost.proto b/proto/spaceone/api/cost_analysis/v1/cost.proto index e50be285a..80d18fd96 100644 --- a/proto/spaceone/api/cost_analysis/v1/cost.proto +++ b/proto/spaceone/api/cost_analysis/v1/cost.proto @@ -149,8 +149,9 @@ message CostQuery { // +optional string project_id = 12; // +optional - string data_source_id = 13; - string domain_id = 14; + string project_group_id = 13; + string data_source_id = 14; + string domain_id = 15; // +optional string billed_year = 21; // +optional