"reason": "A String", # Describes why a connection is locked.
230
230
},
231
231
"name": "A String", # Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
232
-
"nodeConfig": { # Configuration for the connection. # Optional. Configuration for the connection.
232
+
"nodeConfig": { # Node configuration for the connection. # Optional. Node configuration for the connection.
233
233
"maxNodeCount": 42, # Maximum number of nodes in the runtime nodes.
234
234
"minNodeCount": 42, # Minimum number of nodes in the runtime nodes.
parent: string, Required. The parent resource name: {parent=projects/*/locations/*}. (required)
412
-
body: object, The request body.
413
-
The object takes the form of:
414
-
415
-
{ # The request to get data for monarch connector config.
416
-
"duration": "A String", # How long the series data range: "1h","1d",etc.
417
-
"endTime": "A String", # Final time to query over, or the current time if left unset.
418
-
"mashQuery": { # The MashQuery for searching data, set both queries for Join Operation. # Required. Query for searching data in monarch.
419
-
"firstQuery": { # The components for constructing MashQuery. # Required. The components for constructing a mash query. Set "point_operation" if this is a single query
420
-
"borgTaskMetric": "A String", # Required. The metric for monarch.BorgTask.
421
-
"dataFilters": [ # Optional. optional, filters on fetched data, "metric:client_id" not supported.
422
-
"A String",
423
-
],
424
-
"fetchFilters": [ # Optional. optional, filters for Fetch Raw, "metric:client_id" not supported.
"fields": [ # Optional. optional, metrics list for GroupBy.
429
-
"A String",
430
-
],
431
-
"reducer": "A String", # Optional. optional, reduce function for GroupBy.
432
-
},
433
-
"pointOperation": "A String", # Optional. optional, Point Operation on single query or joined query.
434
-
"timeDelta": "A String", # Required. Window time delta.
435
-
},
436
-
"operationMode": { # Operation between 2 query # Optional. optional, only set when joining 2 queries. By default join 2 queries with join operation.
"unionConfig": { # Union operation # Optional. union operation
441
-
"reducer": "A String", # Optional. optional, reduce function
442
-
},
443
-
},
444
-
"secondQuery": { # The components for constructing MashQuery. # Optional. optional, only set when joining 2 queries. Set "point_operation" for joined query.
445
-
"borgTaskMetric": "A String", # Required. The metric for monarch.BorgTask.
446
-
"dataFilters": [ # Optional. optional, filters on fetched data, "metric:client_id" not supported.
447
-
"A String",
448
-
],
449
-
"fetchFilters": [ # Optional. optional, filters for Fetch Raw, "metric:client_id" not supported.
"fields": [ # Optional. optional, metrics list for GroupBy.
454
-
"A String",
455
-
],
456
-
"reducer": "A String", # Optional. optional, reduce function for GroupBy.
457
-
},
458
-
"pointOperation": "A String", # Optional. optional, Point Operation on single query or joined query.
459
-
"timeDelta": "A String", # Required. Window time delta.
460
-
},
461
-
},
462
-
"metricFieldTable": True or False, # Returns a table of all possible metric field values within the specified duration, ignoring any data samples. Useful for autocomplete functionality.
463
-
"outputPeriod": "A String", # The output period for the query. Must be set if there is a window operation within the query and unset otherwise.
464
-
"responseTemplate": "A String", # Required. Template for response.
465
-
}
466
-
467
-
x__xgafv: string, V1 error format.
468
-
Allowed values
469
-
1 - v1 error format
470
-
2 - v2 error format
471
-
472
-
Returns:
473
-
An object of the form:
474
-
475
-
{ # The response for getting Execution stats.
476
-
"aplosSeriesListData": { # Data used for Aplos charts that accept multiple Series. # List of points.
477
-
"series": [
478
-
{
479
-
"data": { # Data used to render an Aplos Series card.
480
-
"rows": [ # A single Series Row
481
-
{ # Aplos series row is exactly two columns labeled x and y.
482
-
"x": {
483
-
"booleanValue": True or False,
484
-
"doubleValue": 3.14,
485
-
"empty": { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
486
-
},
487
-
"longValue": "A String",
488
-
"stringValue": "A String",
489
-
},
490
-
"y": {
491
-
"booleanValue": True or False,
492
-
"doubleValue": 3.14,
493
-
"empty": { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
494
-
},
495
-
"longValue": "A String",
496
-
"stringValue": "A String",
497
-
},
498
-
},
499
-
],
500
-
},
501
-
"name": "A String",
502
-
},
503
-
],
504
-
},
505
-
"tableData": { # The generic data format returned from all connectors. # Data in form of table.
506
-
"headers": [ # Ordered list of column headers.
507
-
"A String",
508
-
],
509
-
"rows": [ # Ordered list of table rows.
510
-
{
511
-
"cells": [ # Ordered list of cell values within a row.
512
-
{
513
-
"booleanValue": True or False,
514
-
"doubleValue": 3.14,
515
-
"empty": { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
parent: string, Required. The parent resource name: {parent=projects/*/locations/*}. (required)
444
-
body: object, The request body.
445
-
The object takes the form of:
446
-
447
-
{ # The request to get data for monarch connector config.
448
-
"duration": "A String", # How long the series data range: "1h","1d",etc.
449
-
"endTime": "A String", # Final time to query over, or the current time if left unset.
450
-
"mashQuery": { # The MashQuery for searching data, set both queries for Join Operation. # Required. Query for searching data in monarch.
451
-
"firstQuery": { # The components for constructing MashQuery. # Required. The components for constructing a mash query. Set "point_operation" if this is a single query
452
-
"borgTaskMetric": "A String", # Required. The metric for monarch.BorgTask.
453
-
"dataFilters": [ # Optional. optional, filters on fetched data, "metric:client_id" not supported.
454
-
"A String",
455
-
],
456
-
"fetchFilters": [ # Optional. optional, filters for Fetch Raw, "metric:client_id" not supported.
"fields": [ # Optional. optional, metrics list for GroupBy.
461
-
"A String",
462
-
],
463
-
"reducer": "A String", # Optional. optional, reduce function for GroupBy.
464
-
},
465
-
"pointOperation": "A String", # Optional. optional, Point Operation on single query or joined query.
466
-
"timeDelta": "A String", # Required. Window time delta.
467
-
},
468
-
"operationMode": { # Operation between 2 query # Optional. optional, only set when joining 2 queries. By default join 2 queries with join operation.
"unionConfig": { # Union operation # Optional. union operation
473
-
"reducer": "A String", # Optional. optional, reduce function
474
-
},
475
-
},
476
-
"secondQuery": { # The components for constructing MashQuery. # Optional. optional, only set when joining 2 queries. Set "point_operation" for joined query.
477
-
"borgTaskMetric": "A String", # Required. The metric for monarch.BorgTask.
478
-
"dataFilters": [ # Optional. optional, filters on fetched data, "metric:client_id" not supported.
479
-
"A String",
480
-
],
481
-
"fetchFilters": [ # Optional. optional, filters for Fetch Raw, "metric:client_id" not supported.
"fields": [ # Optional. optional, metrics list for GroupBy.
486
-
"A String",
487
-
],
488
-
"reducer": "A String", # Optional. optional, reduce function for GroupBy.
489
-
},
490
-
"pointOperation": "A String", # Optional. optional, Point Operation on single query or joined query.
491
-
"timeDelta": "A String", # Required. Window time delta.
492
-
},
493
-
},
494
-
"metricFieldTable": True or False, # Returns a table of all possible metric field values within the specified duration, ignoring any data samples. Useful for autocomplete functionality.
495
-
"outputPeriod": "A String", # The output period for the query. Must be set if there is a window operation within the query and unset otherwise.
496
-
"responseTemplate": "A String", # Required. Template for response.
497
-
}
498
-
499
-
x__xgafv: string, V1 error format.
500
-
Allowed values
501
-
1 - v1 error format
502
-
2 - v2 error format
503
-
504
-
Returns:
505
-
An object of the form:
506
-
507
-
{ # The response for getting Execution stats.
508
-
"aplosSeriesListData": { # Data used for Aplos charts that accept multiple Series. # List of points.
509
-
"series": [
510
-
{
511
-
"data": { # Data used to render an Aplos Series card.
512
-
"rows": [ # A single Series Row
513
-
{ # Aplos series row is exactly two columns labeled x and y.
514
-
"x": {
515
-
"booleanValue": True or False,
516
-
"doubleValue": 3.14,
517
-
"empty": { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
518
-
},
519
-
"longValue": "A String",
520
-
"stringValue": "A String",
521
-
},
522
-
"y": {
523
-
"booleanValue": True or False,
524
-
"doubleValue": 3.14,
525
-
"empty": { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
526
-
},
527
-
"longValue": "A String",
528
-
"stringValue": "A String",
529
-
},
530
-
},
531
-
],
532
-
},
533
-
"name": "A String",
534
-
},
535
-
],
536
-
},
537
-
"tableData": { # The generic data format returned from all connectors. # Data in form of table.
538
-
"headers": [ # Ordered list of column headers.
539
-
"A String",
540
-
],
541
-
"rows": [ # Ordered list of table rows.
542
-
{
543
-
"cells": [ # Ordered list of cell values within a row.
544
-
{
545
-
"booleanValue": True or False,
546
-
"doubleValue": 3.14,
547
-
"empty": { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
0 commit comments