Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions proto/spaceone/api/core/v2/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
2 changes: 2 additions & 0 deletions proto/spaceone/api/cost_analysis/v1/cost_report_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ message AdjustmentOptions {
message GenerateReportCostReportConfigRequest {
string cost_report_config_id = 1;
string report_month = 2;
string workspace_id = 3;
}

message CreateCostReportConfigRequest {
Expand Down Expand Up @@ -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 {
Expand Down
Loading