Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
yoshi-automation committed Nov 1, 2022
1 parent 8de48da commit e9280c5
Show file tree
Hide file tree
Showing 7 changed files with 290 additions and 48 deletions.
Expand Up @@ -178,9 +178,6 @@ <h3>Method Details</h3>
},
&quot;sshPublicKey&quot;: { # Parameters to support Ssh public key Authentication. # SSH Public Key.
&quot;certType&quot;: &quot;A String&quot;, # Format of SSH Client cert.
&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
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
&quot;sshClientCert&quot;: { # Secret provides a reference to entries in Secret Manager. # SSH Client Cert. It should contain both public and private key.
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
Expand Down
Expand Up @@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<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>
<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>
<p class="firstline">Lists the status of the integration executions.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
Expand All @@ -90,7 +90,7 @@ <h3>Method Details</h3>
</div>

<div class="method">
<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>
<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>
<pre>Lists the status of the integration executions.

Args:
Expand All @@ -107,7 +107,6 @@ <h3>Method Details</h3>
filterParams_parameterValue: string, Param value. DEPRECATED. User parameter_pair_value instead.
filterParams_startTime: string, Start timestamp.
filterParams_taskStatuses: string, List of possible task statuses. (repeated)
filterParams_triggerId: string, Trigger id.
filterParams_workflowName: string, Workflow name.
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;.
pageSize: integer, Optional. The size of entries in the response.
Expand Down

0 comments on commit e9280c5

Please sign in to comment.