File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ message Query {
4848 repeated string only = 7 ;
4949 string keyword = 8 ;
5050 Unwind unwind = 9 ;
51+ google.protobuf.ListValue lookup = 10 ;
52+ google.protobuf.Struct add_fields = 11 ;
5153}
5254
5355message AggregateGroupKey {
@@ -186,6 +188,8 @@ message TimeSeriesAnalyzeQuery {
186188 google.protobuf.Struct select = 11 ;
187189 string keyword = 12 ;
188190 Unwind unwind = 13 ;
191+ google.protobuf.ListValue lookup = 14 ;
192+ google.protobuf.Struct add_fields = 15 ;
189193}
190194
191195message AnalyzeQuery {
@@ -199,6 +203,8 @@ message AnalyzeQuery {
199203 google.protobuf.Struct select = 8 ;
200204 string keyword = 9 ;
201205 Unwind unwind = 10 ;
206+ google.protobuf.ListValue lookup = 11 ;
207+ google.protobuf.Struct add_fields = 12 ;
202208}
203209
204210message ExportSearchQuery {
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ message AdjustmentOptions {
9797message GenerateReportCostReportConfigRequest {
9898 string cost_report_config_id = 1 ;
9999 string report_month = 2 ;
100+ string workspace_id = 3 ;
100101}
101102
102103message CreateCostReportConfigRequest {
@@ -150,6 +151,7 @@ message CostReportConfigRequest {
150151 // The ID of cost report in the Protocol.
151152 string cost_report_config_id = 1 ;
152153 string send_report = 2 ;
154+ string workspace_id = 3 ;
153155}
154156
155157message CostReportConfigQuery {
You can’t perform that action at this time.
0 commit comments