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 fe1d844

Browse files
committedApr 18, 2023
feat(integrations): update the api
#### integrations:v1alpha The following keys were added: - schemas.EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata.properties.taskLabel.type (Total Keys: 1) - schemas.GoogleCloudConnectorsV1AuthConfig.properties.oauth2AuthCodeFlow.$ref (Total Keys: 1) - schemas.GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow (Total Keys: 10) - schemas.GoogleCloudConnectorsV1Connection.properties.logConfig.$ref (Total Keys: 1) - schemas.GoogleCloudConnectorsV1LogConfig (Total Keys: 3) - schemas.GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata.properties.taskLabel.type (Total Keys: 1)
1 parent 67e8f1e commit fe1d844

4 files changed

+93
-2
lines changed
 

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

+16
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,19 @@ <h3>Method Details</h3>
160160
},
161161
],
162162
&quot;authType&quot;: &quot;A String&quot;, # The type of authentication configured.
163+
&quot;oauth2AuthCodeFlow&quot;: { # Parameters to support Oauth 2.0 Auth Code Grant Authentication. See https://www.rfc-editor.org/rfc/rfc6749#section-1.3.1 for more details. # Oauth2AuthCodeFlow.
164+
&quot;authCode&quot;: &quot;A String&quot;, # Authorization code to be exchanged for access and refresh tokens.
165+
&quot;clientId&quot;: &quot;A String&quot;, # Client ID for user-provided OAuth app.
166+
&quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Client secret for user-provided OAuth app.
167+
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
168+
},
169+
&quot;enablePkce&quot;: True or False, # Whether to enable PKCE when the user performs the auth code flow.
170+
&quot;pkceVerifier&quot;: &quot;A String&quot;, # PKCE verifier to be used during the auth code exchange.
171+
&quot;redirectUri&quot;: &quot;A String&quot;, # Redirect URI to be provided during the auth code exchange.
172+
&quot;scopes&quot;: [ # Scopes the connection will request when the user performs the auth code flow.
173+
&quot;A String&quot;,
174+
],
175+
},
163176
&quot;oauth2ClientCredentials&quot;: { # Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details. # Oauth2ClientCredentials.
164177
&quot;clientId&quot;: &quot;A String&quot;, # The client identifier.
165178
&quot;clientSecret&quot;: { # Secret provides a reference to entries in Secret Manager. # Secret version reference containing the client secret.
@@ -228,6 +241,9 @@ <h3>Method Details</h3>
228241
&quot;locked&quot;: True or False, # Indicates whether or not the connection is locked.
229242
&quot;reason&quot;: &quot;A String&quot;, # Describes why a connection is locked.
230243
},
244+
&quot;logConfig&quot;: { # Log configuration for the connection. # Optional. Log configuration for the connection.
245+
&quot;enabled&quot;: True or False, # Enabled represents whether logging is enabled or not for a connection.
246+
},
231247
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
232248
&quot;nodeConfig&quot;: { # Node configuration for the connection. # Optional. Node configuration for the connection.
233249
&quot;maxNodeCount&quot;: 42, # Maximum number of nodes in the runtime nodes.

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

+3
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ <h3>Method Details</h3>
215215
&quot;eventExecutionSnapshotMetadata&quot;: {
216216
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
217217
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
218+
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
218219
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
219220
&quot;taskNumber&quot;: &quot;A String&quot;, # The task number associated with this snapshot. Could be empty.
220221
},
@@ -476,6 +477,7 @@ <h3>Method Details</h3>
476477
&quot;eventExecutionSnapshotMetadata&quot;: {
477478
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
478479
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
480+
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
479481
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
480482
&quot;taskNumber&quot;: &quot;A String&quot;, # The task number associated with this snapshot. Could be empty.
481483
},
@@ -563,6 +565,7 @@ <h3>Method Details</h3>
563565
&quot;executionAttempt&quot;: 42, # the execution attempt number this snapshot belongs to.
564566
&quot;task&quot;: &quot;A String&quot;, # the task name associated with this snapshot.
565567
&quot;taskAttempt&quot;: 42, # the task attempt number this snapshot belongs to.
568+
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
566569
&quot;taskNumber&quot;: &quot;A String&quot;, # The task number associated with this snapshot.
567570
},
568571
&quot;params&quot;: { # Parameters used during the execution.

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

+5
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ <h3>Method Details</h3>
212212
&quot;eventExecutionSnapshotMetadata&quot;: {
213213
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
214214
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
215+
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
215216
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
216217
&quot;taskNumber&quot;: &quot;A String&quot;, # The task number associated with this snapshot. Could be empty.
217218
},
@@ -299,6 +300,7 @@ <h3>Method Details</h3>
299300
&quot;executionAttempt&quot;: 42, # the execution attempt number this snapshot belongs to.
300301
&quot;task&quot;: &quot;A String&quot;, # the task name associated with this snapshot.
301302
&quot;taskAttempt&quot;: 42, # the task attempt number this snapshot belongs to.
303+
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
302304
&quot;taskNumber&quot;: &quot;A String&quot;, # The task number associated with this snapshot.
303305
},
304306
&quot;params&quot;: { # Parameters used during the execution.
@@ -624,6 +626,7 @@ <h3>Method Details</h3>
624626
&quot;eventExecutionSnapshotMetadata&quot;: {
625627
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
626628
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
629+
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
627630
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
628631
&quot;taskNumber&quot;: &quot;A String&quot;, # The task number associated with this snapshot. Could be empty.
629632
},
@@ -885,6 +888,7 @@ <h3>Method Details</h3>
885888
&quot;eventExecutionSnapshotMetadata&quot;: {
886889
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
887890
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
891+
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
888892
&quot;taskName&quot;: &quot;A String&quot;, # the task name associated with this snapshot. Could be empty.
889893
&quot;taskNumber&quot;: &quot;A String&quot;, # The task number associated with this snapshot. Could be empty.
890894
},
@@ -972,6 +976,7 @@ <h3>Method Details</h3>
972976
&quot;executionAttempt&quot;: 42, # the execution attempt number this snapshot belongs to.
973977
&quot;task&quot;: &quot;A String&quot;, # the task name associated with this snapshot.
974978
&quot;taskAttempt&quot;: 42, # the task attempt number this snapshot belongs to.
979+
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
975980
&quot;taskNumber&quot;: &quot;A String&quot;, # The task number associated with this snapshot.
976981
},
977982
&quot;params&quot;: { # Parameters used during the execution.

‎googleapiclient/discovery_cache/documents/integrations.v1alpha.json

+69-2
Original file line numberDiff line numberDiff line change
@@ -3202,7 +3202,7 @@
32023202
}
32033203
}
32043204
},
3205-
"revision": "20230322",
3205+
"revision": "20230409",
32063206
"rootUrl": "https://integrations.googleapis.com/",
32073207
"schemas": {
32083208
"CrmlogErrorCode": {
@@ -4202,6 +4202,10 @@
42024202
"format": "int32",
42034203
"type": "integer"
42044204
},
4205+
"taskLabel": {
4206+
"description": "the task label associated with this snapshot. Could be empty.",
4207+
"type": "string"
4208+
},
42054209
"taskName": {
42064210
"description": "the task name associated with this snapshot. Could be empty.",
42074211
"type": "string"
@@ -5405,7 +5409,8 @@
54055409
"EQUALS_IGNORE_CASE",
54065410
"REPLACE_ALL",
54075411
"SUBSTRING",
5408-
"RESOLVE_TEMPLATE"
5412+
"RESOLVE_TEMPLATE",
5413+
"DECODE_BASE64_STRING"
54095414
],
54105415
"enumDescriptions": [
54115416
"",
@@ -5424,6 +5429,7 @@
54245429
"",
54255430
"",
54265431
"",
5432+
"",
54275433
""
54285434
],
54295435
"type": "string"
@@ -7701,6 +7707,10 @@
77017707
],
77027708
"type": "string"
77037709
},
7710+
"oauth2AuthCodeFlow": {
7711+
"$ref": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow",
7712+
"description": "Oauth2AuthCodeFlow."
7713+
},
77047714
"oauth2ClientCredentials": {
77057715
"$ref": "GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials",
77067716
"description": "Oauth2ClientCredentials."
@@ -7720,6 +7730,44 @@
77207730
},
77217731
"type": "object"
77227732
},
7733+
"GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow": {
7734+
"description": "Parameters to support Oauth 2.0 Auth Code Grant Authentication. See https://www.rfc-editor.org/rfc/rfc6749#section-1.3.1 for more details.",
7735+
"id": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow",
7736+
"properties": {
7737+
"authCode": {
7738+
"description": "Authorization code to be exchanged for access and refresh tokens.",
7739+
"type": "string"
7740+
},
7741+
"clientId": {
7742+
"description": "Client ID for user-provided OAuth app.",
7743+
"type": "string"
7744+
},
7745+
"clientSecret": {
7746+
"$ref": "GoogleCloudConnectorsV1Secret",
7747+
"description": "Client secret for user-provided OAuth app."
7748+
},
7749+
"enablePkce": {
7750+
"description": "Whether to enable PKCE when the user performs the auth code flow.",
7751+
"type": "boolean"
7752+
},
7753+
"pkceVerifier": {
7754+
"description": "PKCE verifier to be used during the auth code exchange.",
7755+
"type": "string"
7756+
},
7757+
"redirectUri": {
7758+
"description": "Redirect URI to be provided during the auth code exchange.",
7759+
"type": "string"
7760+
},
7761+
"scopes": {
7762+
"description": "Scopes the connection will request when the user performs the auth code flow.",
7763+
"items": {
7764+
"type": "string"
7765+
},
7766+
"type": "array"
7767+
}
7768+
},
7769+
"type": "object"
7770+
},
77237771
"GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials": {
77247772
"description": "Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.",
77257773
"id": "GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials",
@@ -7892,6 +7940,10 @@
78927940
"$ref": "GoogleCloudConnectorsV1LockConfig",
78937941
"description": "Optional. Configuration that indicates whether or not the Connection can be edited."
78947942
},
7943+
"logConfig": {
7944+
"$ref": "GoogleCloudConnectorsV1LogConfig",
7945+
"description": "Optional. Log configuration for the connection."
7946+
},
78957947
"name": {
78967948
"description": "Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}",
78977949
"readOnly": true,
@@ -8023,6 +8075,17 @@
80238075
},
80248076
"type": "object"
80258077
},
8078+
"GoogleCloudConnectorsV1LogConfig": {
8079+
"description": "Log configuration for the connection.",
8080+
"id": "GoogleCloudConnectorsV1LogConfig",
8081+
"properties": {
8082+
"enabled": {
8083+
"description": "Enabled represents whether logging is enabled or not for a connection.",
8084+
"type": "boolean"
8085+
}
8086+
},
8087+
"type": "object"
8088+
},
80268089
"GoogleCloudConnectorsV1NodeConfig": {
80278090
"description": "Node configuration for the connection.",
80288091
"id": "GoogleCloudConnectorsV1NodeConfig",
@@ -8948,6 +9011,10 @@
89489011
"format": "int32",
89499012
"type": "integer"
89509013
},
9014+
"taskLabel": {
9015+
"description": "the task label associated with this snapshot. Could be empty.",
9016+
"type": "string"
9017+
},
89519018
"taskNumber": {
89529019
"description": "The task number associated with this snapshot.",
89539020
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.