File tree

4 files changed

+7
-610
lines changed

4 files changed

+7
-610
lines changed
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h3>Method Details</h3>
229229
&quot;reason&quot;: &quot;A String&quot;, # Describes why a connection is locked.
230230
},
231231
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
232-
&quot;nodeConfig&quot;: { # Configuration for the connection. # Optional. Configuration for the connection.
232+
&quot;nodeConfig&quot;: { # Node configuration for the connection. # Optional. Node configuration for the connection.
233233
&quot;maxNodeCount&quot;: 42, # Maximum number of nodes in the runtime nodes.
234234
&quot;minNodeCount&quot;: 42, # Minimum number of nodes in the runtime nodes.
235235
},
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ <h2>Instance Methods</h2>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next()</a></code></p>
9898
<p class="firstline">Retrieves the next page of results.</p>
99-
<p class="toc_element">
100-
<code><a href="#monitorexecutionstats">monitorexecutionstats(parent, body=None, x__xgafv=None)</a></code></p>
101-
<p class="firstline">Get execution stats</p>
10299
<p class="toc_element">
103100
<code><a href="#schedule">schedule(name, body=None, x__xgafv=None)</a></code></p>
104101
<p class="firstline">Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.</p>
@@ -403,127 +400,6 @@ <h3>Method Details</h3>
403400
</pre>
404401
</div>
405402

406-
<div class="method">
407-
<code class="details" id="monitorexecutionstats">monitorexecutionstats(parent, body=None, x__xgafv=None)</code>
408-
<pre>Get execution stats
409-
410-
Args:
411-
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-
&quot;duration&quot;: &quot;A String&quot;, # How long the series data range: &quot;1h&quot;,&quot;1d&quot;,etc.
417-
&quot;endTime&quot;: &quot;A String&quot;, # Final time to query over, or the current time if left unset.
418-
&quot;mashQuery&quot;: { # The MashQuery for searching data, set both queries for Join Operation. # Required. Query for searching data in monarch.
419-
&quot;firstQuery&quot;: { # The components for constructing MashQuery. # Required. The components for constructing a mash query. Set &quot;point_operation&quot; if this is a single query
420-
&quot;borgTaskMetric&quot;: &quot;A String&quot;, # Required. The metric for monarch.BorgTask.
421-
&quot;dataFilters&quot;: [ # Optional. optional, filters on fetched data, &quot;metric:client_id&quot; not supported.
422-
&quot;A String&quot;,
423-
],
424-
&quot;fetchFilters&quot;: [ # Optional. optional, filters for Fetch Raw, &quot;metric:client_id&quot; not supported.
425-
&quot;A String&quot;,
426-
],
427-
&quot;groupBy&quot;: { # MashQuery GroupBy parameters. # Optional. optional, GroupBy variables.
428-
&quot;fields&quot;: [ # Optional. optional, metrics list for GroupBy.
429-
&quot;A String&quot;,
430-
],
431-
&quot;reducer&quot;: &quot;A String&quot;, # Optional. optional, reduce function for GroupBy.
432-
},
433-
&quot;pointOperation&quot;: &quot;A String&quot;, # Optional. optional, Point Operation on single query or joined query.
434-
&quot;timeDelta&quot;: &quot;A String&quot;, # Required. Window time delta.
435-
},
436-
&quot;operationMode&quot;: { # Operation between 2 query # Optional. optional, only set when joining 2 queries. By default join 2 queries with join operation.
437-
&quot;joinConfig&quot;: { # Join Operation # Optional. join operation
438-
},
439-
&quot;operationType&quot;: &quot;A String&quot;, # Optional. optional operation types.
440-
&quot;unionConfig&quot;: { # Union operation # Optional. union operation
441-
&quot;reducer&quot;: &quot;A String&quot;, # Optional. optional, reduce function
442-
},
443-
},
444-
&quot;secondQuery&quot;: { # The components for constructing MashQuery. # Optional. optional, only set when joining 2 queries. Set &quot;point_operation&quot; for joined query.
445-
&quot;borgTaskMetric&quot;: &quot;A String&quot;, # Required. The metric for monarch.BorgTask.
446-
&quot;dataFilters&quot;: [ # Optional. optional, filters on fetched data, &quot;metric:client_id&quot; not supported.
447-
&quot;A String&quot;,
448-
],
449-
&quot;fetchFilters&quot;: [ # Optional. optional, filters for Fetch Raw, &quot;metric:client_id&quot; not supported.
450-
&quot;A String&quot;,
451-
],
452-
&quot;groupBy&quot;: { # MashQuery GroupBy parameters. # Optional. optional, GroupBy variables.
453-
&quot;fields&quot;: [ # Optional. optional, metrics list for GroupBy.
454-
&quot;A String&quot;,
455-
],
456-
&quot;reducer&quot;: &quot;A String&quot;, # Optional. optional, reduce function for GroupBy.
457-
},
458-
&quot;pointOperation&quot;: &quot;A String&quot;, # Optional. optional, Point Operation on single query or joined query.
459-
&quot;timeDelta&quot;: &quot;A String&quot;, # Required. Window time delta.
460-
},
461-
},
462-
&quot;metricFieldTable&quot;: 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-
&quot;outputPeriod&quot;: &quot;A String&quot;, # The output period for the query. Must be set if there is a window operation within the query and unset otherwise.
464-
&quot;responseTemplate&quot;: &quot;A String&quot;, # 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-
&quot;aplosSeriesListData&quot;: { # Data used for Aplos charts that accept multiple Series. # List of points.
477-
&quot;series&quot;: [
478-
{
479-
&quot;data&quot;: { # Data used to render an Aplos Series card.
480-
&quot;rows&quot;: [ # A single Series Row
481-
{ # Aplos series row is exactly two columns labeled x and y.
482-
&quot;x&quot;: {
483-
&quot;booleanValue&quot;: True or False,
484-
&quot;doubleValue&quot;: 3.14,
485-
&quot;empty&quot;: { # 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-
&quot;longValue&quot;: &quot;A String&quot;,
488-
&quot;stringValue&quot;: &quot;A String&quot;,
489-
},
490-
&quot;y&quot;: {
491-
&quot;booleanValue&quot;: True or False,
492-
&quot;doubleValue&quot;: 3.14,
493-
&quot;empty&quot;: { # 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-
&quot;longValue&quot;: &quot;A String&quot;,
496-
&quot;stringValue&quot;: &quot;A String&quot;,
497-
},
498-
},
499-
],
500-
},
501-
&quot;name&quot;: &quot;A String&quot;,
502-
},
503-
],
504-
},
505-
&quot;tableData&quot;: { # The generic data format returned from all connectors. # Data in form of table.
506-
&quot;headers&quot;: [ # Ordered list of column headers.
507-
&quot;A String&quot;,
508-
],
509-
&quot;rows&quot;: [ # Ordered list of table rows.
510-
{
511-
&quot;cells&quot;: [ # Ordered list of cell values within a row.
512-
{
513-
&quot;booleanValue&quot;: True or False,
514-
&quot;doubleValue&quot;: 3.14,
515-
&quot;empty&quot;: { # 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); }
516-
},
517-
&quot;longValue&quot;: &quot;A String&quot;,
518-
&quot;stringValue&quot;: &quot;A String&quot;,
519-
},
520-
],
521-
},
522-
],
523-
},
524-
}</pre>
525-
</div>
526-
527403
<div class="method">
528404
<code class="details" id="schedule">schedule(name, body=None, x__xgafv=None)</code>
529405
<pre>Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ <h2>Instance Methods</h2>
104104
<p class="toc_element">
105105
<code><a href="#list_next">list_next()</a></code></p>
106106
<p class="firstline">Retrieves the next page of results.</p>
107-
<p class="toc_element">
108-
<code><a href="#monitorexecutionstats">monitorexecutionstats(parent, body=None, x__xgafv=None)</a></code></p>
109-
<p class="firstline">Get execution stats</p>
110107
<p class="toc_element">
111108
<code><a href="#schedule">schedule(name, body=None, x__xgafv=None)</a></code></p>
112109
<p class="firstline">Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.</p>
@@ -435,127 +432,6 @@ <h3>Method Details</h3>
435432
</pre>
436433
</div>
437434

438-
<div class="method">
439-
<code class="details" id="monitorexecutionstats">monitorexecutionstats(parent, body=None, x__xgafv=None)</code>
440-
<pre>Get execution stats
441-
442-
Args:
443-
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-
&quot;duration&quot;: &quot;A String&quot;, # How long the series data range: &quot;1h&quot;,&quot;1d&quot;,etc.
449-
&quot;endTime&quot;: &quot;A String&quot;, # Final time to query over, or the current time if left unset.
450-
&quot;mashQuery&quot;: { # The MashQuery for searching data, set both queries for Join Operation. # Required. Query for searching data in monarch.
451-
&quot;firstQuery&quot;: { # The components for constructing MashQuery. # Required. The components for constructing a mash query. Set &quot;point_operation&quot; if this is a single query
452-
&quot;borgTaskMetric&quot;: &quot;A String&quot;, # Required. The metric for monarch.BorgTask.
453-
&quot;dataFilters&quot;: [ # Optional. optional, filters on fetched data, &quot;metric:client_id&quot; not supported.
454-
&quot;A String&quot;,
455-
],
456-
&quot;fetchFilters&quot;: [ # Optional. optional, filters for Fetch Raw, &quot;metric:client_id&quot; not supported.
457-
&quot;A String&quot;,
458-
],
459-
&quot;groupBy&quot;: { # MashQuery GroupBy parameters. # Optional. optional, GroupBy variables.
460-
&quot;fields&quot;: [ # Optional. optional, metrics list for GroupBy.
461-
&quot;A String&quot;,
462-
],
463-
&quot;reducer&quot;: &quot;A String&quot;, # Optional. optional, reduce function for GroupBy.
464-
},
465-
&quot;pointOperation&quot;: &quot;A String&quot;, # Optional. optional, Point Operation on single query or joined query.
466-
&quot;timeDelta&quot;: &quot;A String&quot;, # Required. Window time delta.
467-
},
468-
&quot;operationMode&quot;: { # Operation between 2 query # Optional. optional, only set when joining 2 queries. By default join 2 queries with join operation.
469-
&quot;joinConfig&quot;: { # Join Operation # Optional. join operation
470-
},
471-
&quot;operationType&quot;: &quot;A String&quot;, # Optional. optional operation types.
472-
&quot;unionConfig&quot;: { # Union operation # Optional. union operation
473-
&quot;reducer&quot;: &quot;A String&quot;, # Optional. optional, reduce function
474-
},
475-
},
476-
&quot;secondQuery&quot;: { # The components for constructing MashQuery. # Optional. optional, only set when joining 2 queries. Set &quot;point_operation&quot; for joined query.
477-
&quot;borgTaskMetric&quot;: &quot;A String&quot;, # Required. The metric for monarch.BorgTask.
478-
&quot;dataFilters&quot;: [ # Optional. optional, filters on fetched data, &quot;metric:client_id&quot; not supported.
479-
&quot;A String&quot;,
480-
],
481-
&quot;fetchFilters&quot;: [ # Optional. optional, filters for Fetch Raw, &quot;metric:client_id&quot; not supported.
482-
&quot;A String&quot;,
483-
],
484-
&quot;groupBy&quot;: { # MashQuery GroupBy parameters. # Optional. optional, GroupBy variables.
485-
&quot;fields&quot;: [ # Optional. optional, metrics list for GroupBy.
486-
&quot;A String&quot;,
487-
],
488-
&quot;reducer&quot;: &quot;A String&quot;, # Optional. optional, reduce function for GroupBy.
489-
},
490-
&quot;pointOperation&quot;: &quot;A String&quot;, # Optional. optional, Point Operation on single query or joined query.
491-
&quot;timeDelta&quot;: &quot;A String&quot;, # Required. Window time delta.
492-
},
493-
},
494-
&quot;metricFieldTable&quot;: 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-
&quot;outputPeriod&quot;: &quot;A String&quot;, # The output period for the query. Must be set if there is a window operation within the query and unset otherwise.
496-
&quot;responseTemplate&quot;: &quot;A String&quot;, # 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-
&quot;aplosSeriesListData&quot;: { # Data used for Aplos charts that accept multiple Series. # List of points.
509-
&quot;series&quot;: [
510-
{
511-
&quot;data&quot;: { # Data used to render an Aplos Series card.
512-
&quot;rows&quot;: [ # A single Series Row
513-
{ # Aplos series row is exactly two columns labeled x and y.
514-
&quot;x&quot;: {
515-
&quot;booleanValue&quot;: True or False,
516-
&quot;doubleValue&quot;: 3.14,
517-
&quot;empty&quot;: { # 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-
&quot;longValue&quot;: &quot;A String&quot;,
520-
&quot;stringValue&quot;: &quot;A String&quot;,
521-
},
522-
&quot;y&quot;: {
523-
&quot;booleanValue&quot;: True or False,
524-
&quot;doubleValue&quot;: 3.14,
525-
&quot;empty&quot;: { # 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-
&quot;longValue&quot;: &quot;A String&quot;,
528-
&quot;stringValue&quot;: &quot;A String&quot;,
529-
},
530-
},
531-
],
532-
},
533-
&quot;name&quot;: &quot;A String&quot;,
534-
},
535-
],
536-
},
537-
&quot;tableData&quot;: { # The generic data format returned from all connectors. # Data in form of table.
538-
&quot;headers&quot;: [ # Ordered list of column headers.
539-
&quot;A String&quot;,
540-
],
541-
&quot;rows&quot;: [ # Ordered list of table rows.
542-
{
543-
&quot;cells&quot;: [ # Ordered list of cell values within a row.
544-
{
545-
&quot;booleanValue&quot;: True or False,
546-
&quot;doubleValue&quot;: 3.14,
547-
&quot;empty&quot;: { # 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); }
548-
},
549-
&quot;longValue&quot;: &quot;A String&quot;,
550-
&quot;stringValue&quot;: &quot;A String&quot;,
551-
},
552-
],
553-
},
554-
],
555-
},
556-
}</pre>
557-
</div>
558-
559435
<div class="method">
560436
<code class="details" id="schedule">schedule(name, body=None, x__xgafv=None)</code>
561437
<pre>Schedules an integration for execution by passing the trigger id and the scheduled time in the request body.

0 commit comments

Comments
 (0)