Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9280c5

Browse files
committedNov 1, 2022
feat(integrations): update the api
#### integrations:v1alpha The following keys were deleted: - resources.projects.resources.locations.resources.integrations.resources.executions.methods.list.parameters.filterParams.triggerId (Total Keys: 2) - resources.projects.resources.locations.resources.products.resources.integrations.resources.executions.methods.list.parameters.filterParams.triggerId (Total Keys: 2) - schemas.GoogleCloudConnectorsV1AuthConfigSshPublicKey.properties.password.$ref (Total Keys: 1) The following keys were added: - schemas.EnterpriseCrmEventbusProtoCloudSchedulerConfig (Total Keys: 6) - schemas.EnterpriseCrmFrontendsEventbusProtoTriggerConfig.properties.cloudSchedulerConfig.$ref (Total Keys: 1) - schemas.GoogleCloudIntegrationsV1alphaCloudSchedulerConfig (Total Keys: 6) - schemas.GoogleCloudIntegrationsV1alphaTriggerConfig.properties.cloudSchedulerConfig.$ref (Total Keys: 1)
1 parent 8de48da commit e9280c5

7 files changed

+290
-48
lines changed
 

‎docs/dyn/integrations_v1alpha.projects.locations.connections.html

-3
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ <h3>Method Details</h3>
178178
},
179179
&quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
180180
&quot;certType&quot;: &quot;A String&quot;, # Format of SSH Client cert.
181-
&quot;password&quot;: { # Secret provides a reference to entries in Secret Manager. # This is an optional field used in case client has enabled multi-factor authentication
182-
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
183-
},
184181
&quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
185182
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
186183
},

‎docs/dyn/integrations_v1alpha.projects.locations.integrations.executions.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_triggerId=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, truncateParams=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, truncateParams=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Lists the status of the integration executions.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next()</a></code></p>
@@ -90,7 +90,7 @@ <h3>Method Details</h3>
9090
</div>
9191

9292
<div class="method">
93-
<code class="details" id="list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_triggerId=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, truncateParams=None, x__xgafv=None)</code>
93+
<code class="details" id="list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, truncateParams=None, x__xgafv=None)</code>
9494
<pre>Lists the status of the integration executions.
9595

9696
Args:
@@ -107,7 +107,6 @@ <h3>Method Details</h3>
107107
filterParams_parameterValue: string, Param value. DEPRECATED. User parameter_pair_value instead.
108108
filterParams_startTime: string, Start timestamp.
109109
filterParams_taskStatuses: string, List of possible task statuses. (repeated)
110-
filterParams_triggerId: string, Trigger id.
111110
filterParams_workflowName: string, Workflow name.
112111
orderBy: string, Optional. The results would be returned in order you specified here. Currently supporting &quot;last_modified_time&quot; and &quot;create_time&quot;.
113112
pageSize: integer, Optional. The size of entries in the response.

0 commit comments

Comments
 (0)
Please sign in to comment.