Skip to content

Commit

Permalink
feat(integrations): update the api
Browse files Browse the repository at this point in the history
#### integrations:v1alpha

The following keys were added:
- resources.projects.resources.locations.resources.integrations.resources.executions.methods.list.parameters.snapshotMetadataWithoutParams (Total Keys: 2)
- resources.projects.resources.locations.resources.products.resources.integrations.resources.executions.methods.list.parameters.snapshotMetadataWithoutParams (Total Keys: 2)
- schemas.EnterpriseCrmEventbusProtoEventExecutionDetails.properties.eventExecutionSnapshotsSize (Total Keys: 2)
- schemas.EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails.properties.eventExecutionSnapshotsSize (Total Keys: 2)
- schemas.GoogleCloudConnectorsV1ConnectorVersionInfraConfig.properties.deploymentModel.type (Total Keys: 1)
- schemas.GoogleCloudConnectorsV1EventingConfig.properties.deadLetterConfig.$ref (Total Keys: 1)
- schemas.GoogleCloudConnectorsV1EventingConfigDeadLetterConfig (Total Keys: 4)
- schemas.GoogleCloudIntegrationsV1alphaExecutionDetails.properties.eventExecutionSnapshotsSize (Total Keys: 2)
- schemas.GoogleCloudIntegrationsV1alphaTestCase.properties.workflowId.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent e204b4a commit f95e423
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ <h3>Method Details</h3>
&quot;connectorVersion&quot;: &quot;A String&quot;, # Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource.
&quot;connectorVersionInfraConfig&quot;: { # This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
&quot;connectionRatelimitWindowSeconds&quot;: &quot;A String&quot;, # Output only. The window used for ratelimiting runtime requests to connections.
&quot;deploymentModel&quot;: &quot;A String&quot;, # Optional. Indicates whether connector is deployed on GKE/CloudRun
&quot;hpaConfig&quot;: { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
&quot;cpuUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent CPU utilization where HPA triggers autoscaling.
&quot;memoryUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent Memory utilization where HPA triggers autoscaling.
Expand Down Expand Up @@ -344,6 +345,10 @@ <h3>Method Details</h3>
&quot;username&quot;: &quot;A String&quot;, # Username.
},
},
&quot;deadLetterConfig&quot;: { # Dead Letter configuration details provided by the user. # Optional. Dead letter configuration for eventing of a connection.
&quot;projectId&quot;: &quot;A String&quot;, # Optional. Project which has the topic given.
&quot;topic&quot;: &quot;A String&quot;, # Optional. Topic to push events which couldn&#x27;t be processed.
},
&quot;enrichmentEnabled&quot;: True or False, # Enrichment Enabled.
&quot;eventsListenerIngressEndpoint&quot;: &quot;A String&quot;, # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
&quot;listenerAuthConfig&quot;: { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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_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, snapshotMetadataWithoutParams=None, truncateParams=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists the results of all the integration executions. The response includes the same information as the [execution log](https://cloud.google.com/application-integration/docs/viewing-logs) in the Integration UI.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
Expand All @@ -95,7 +95,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_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, snapshotMetadataWithoutParams=None, truncateParams=None, x__xgafv=None)</code>
<pre>Lists the results of all the integration executions. The response includes the same information as the [execution log](https://cloud.google.com/application-integration/docs/viewing-logs) in the Integration UI.

Args:
Expand All @@ -118,6 +118,7 @@ <h3>Method Details</h3>
pageToken: string, Optional. The token returned in the previous response.
readMask: string, Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in event execution info will be filled and returned.
refreshAcl: boolean, Optional. If true, the service will use the most recent acl information to list event execution infos and renew the acl cache. Note that fetching the most recent acl is synchronous, so it will increase RPC call latency.
snapshotMetadataWithoutParams: boolean, Optional. If true, the service will provide execution info with snapshot metadata only i.e. without event parameters.
truncateParams: boolean, Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.
x__xgafv: string, V1 error format.
Allowed values
Expand Down Expand Up @@ -145,7 +146,7 @@ <h3>Method Details</h3>
&quot;taskNumber&quot;: 42, # The task try-number, in which, the error occurred. If zero, the error happened at the event level.
},
],
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10 # The execution info about this event.
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11 # The execution info about this event.
&quot;eventAttemptStats&quot;: [
{
&quot;endTime&quot;: &quot;A String&quot;, # The end time of the event execution for current attempt.
Expand Down Expand Up @@ -291,6 +292,7 @@ <h3>Method Details</h3>
&quot;taskName&quot;: &quot;A String&quot;, # The task name associated with this snapshot. Could be empty.
},
],
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
&quot;eventExecutionState&quot;: &quot;A String&quot;, # The execution state of this event.
&quot;eventRetriesFromBeginningCount&quot;: 42, # Indicates the number of times the execution has restarted from the beginning.
&quot;logFilePath&quot;: &quot;A String&quot;, # The log file path (aka. cns address) for this event.
Expand Down Expand Up @@ -423,7 +425,7 @@ <h3>Method Details</h3>
&quot;directSubExecutions&quot;: [ # Direct sub executions of the following Execution.
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
],
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10 # The execution info about this event.
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11 # The execution info about this event.
&quot;eventAttemptStats&quot;: [
{
&quot;endTime&quot;: &quot;A String&quot;, # The end time of the event execution for current attempt.
Expand Down Expand Up @@ -566,6 +568,7 @@ <h3>Method Details</h3>
&quot;taskName&quot;: &quot;A String&quot;, # The task name associated with this snapshot. Could be empty.
},
],
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
&quot;eventExecutionState&quot;: &quot;A String&quot;,
&quot;eventRetriesFromBeginningCount&quot;: 42, # Indicates the number of times the execution has restarted from the beginning.
&quot;logFilePath&quot;: &quot;A String&quot;, # The log file path (aka. cns address) for this event.
Expand All @@ -580,6 +583,7 @@ <h3>Method Details</h3>
&quot;startTime&quot;: &quot;A String&quot;, # The start time of the integration execution for current attempt. This could be in the future if it&#x27;s been scheduled.
},
],
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
&quot;executionSnapshots&quot;: [ # List of snapshots taken during the execution.
{ # Contains the snapshot of the execution for a given checkpoint.
&quot;checkpointTaskNumber&quot;: &quot;A String&quot;, # Indicates &quot;after which checkpoint task&#x27;s execution&quot; this snapshot is taken.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3>Method Details</h3>
<pre>Creates a new test case

Args:
parent: string, Required. (required)
parent: string, Required. The parent resource where this test case will be created. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{integration_version} (required)
body: object, The request body.
The object takes the form of:

Expand Down Expand Up @@ -246,7 +246,7 @@ <h3>Method Details</h3>
],
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
}

testCaseId: string, Required. Required
Expand Down Expand Up @@ -391,7 +391,7 @@ <h3>Method Details</h3>
],
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
}</pre>
</div>

Expand Down Expand Up @@ -661,7 +661,7 @@ <h3>Method Details</h3>
],
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
}</pre>
</div>

Expand Down Expand Up @@ -696,7 +696,7 @@ <h3>Method Details</h3>
&quot;directSubExecutions&quot;: [ # Direct sub executions of the following Execution.
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
],
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10 # The execution info about this event.
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11 # The execution info about this event.
&quot;eventAttemptStats&quot;: [
{
&quot;endTime&quot;: &quot;A String&quot;, # The end time of the event execution for current attempt.
Expand Down Expand Up @@ -839,6 +839,7 @@ <h3>Method Details</h3>
&quot;taskName&quot;: &quot;A String&quot;, # The task name associated with this snapshot. Could be empty.
},
],
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
&quot;eventExecutionState&quot;: &quot;A String&quot;,
&quot;eventRetriesFromBeginningCount&quot;: 42, # Indicates the number of times the execution has restarted from the beginning.
&quot;logFilePath&quot;: &quot;A String&quot;, # The log file path (aka. cns address) for this event.
Expand All @@ -853,6 +854,7 @@ <h3>Method Details</h3>
&quot;startTime&quot;: &quot;A String&quot;, # The start time of the integration execution for current attempt. This could be in the future if it&#x27;s been scheduled.
},
],
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
&quot;executionSnapshots&quot;: [ # List of snapshots taken during the execution.
{ # Contains the snapshot of the execution for a given checkpoint.
&quot;checkpointTaskNumber&quot;: &quot;A String&quot;, # Indicates &quot;after which checkpoint task&#x27;s execution&quot; this snapshot is taken.
Expand Down Expand Up @@ -1234,7 +1236,7 @@ <h3>Method Details</h3>
],
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
}

updateMask: string, Optional. Field mask specifying the fields in the above integration that have been modified and need to be updated.
Expand Down Expand Up @@ -1379,7 +1381,7 @@ <h3>Method Details</h3>
],
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
}</pre>
</div>

Expand Down

0 comments on commit f95e423

Please sign in to comment.