diff --git a/proto/spaceone/api/core/v2/query.proto b/proto/spaceone/api/core/v2/query.proto index eb77cced6..8cfad8378 100644 --- a/proto/spaceone/api/core/v2/query.proto +++ b/proto/spaceone/api/core/v2/query.proto @@ -48,6 +48,8 @@ message Query { repeated string only = 7; string keyword = 8; Unwind unwind = 9; + google.protobuf.ListValue lookup = 10; + google.protobuf.Struct add_fields = 11; } message AggregateGroupKey { @@ -186,6 +188,8 @@ message TimeSeriesAnalyzeQuery { google.protobuf.Struct select = 11; string keyword = 12; Unwind unwind = 13; + google.protobuf.ListValue lookup = 14; + google.protobuf.Struct add_fields = 15; } message AnalyzeQuery { @@ -199,6 +203,8 @@ message AnalyzeQuery { google.protobuf.Struct select = 8; string keyword = 9; Unwind unwind = 10; + google.protobuf.ListValue lookup = 11; + google.protobuf.Struct add_fields = 12; } message ExportSearchQuery { diff --git a/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto b/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto index 564dcf24b..9ec4cc8f6 100644 --- a/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto +++ b/proto/spaceone/api/cost_analysis/v1/cost_report_config.proto @@ -97,6 +97,7 @@ message AdjustmentOptions { message GenerateReportCostReportConfigRequest { string cost_report_config_id = 1; string report_month = 2; + string workspace_id = 3; } message CreateCostReportConfigRequest { @@ -150,6 +151,7 @@ message CostReportConfigRequest { // The ID of cost report in the Protocol. string cost_report_config_id = 1; string send_report = 2; + string workspace_id = 3; } message CostReportConfigQuery {