Skip to content

Commit 9802d78

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were added: - schemas.EventingConfig.properties.privateConnectivityAllowlistedProjects (Total Keys: 2)
1 parent 8e1f3b3 commit 9802d78

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

docs/dyn/connectors_v1.projects.locations.connections.html

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h3>Method Details</h3>
364364
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
365365
},
366366
},
367-
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 18 # Optional. Eventing config of a connection
367+
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 19 # Optional. Eventing config of a connection
368368
&quot;additionalVariables&quot;: [ # Optional. Additional eventing related field values
369369
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
370370
&quot;boolValue&quot;: True or False, # Value is a bool.
@@ -533,6 +533,9 @@ <h3>Method Details</h3>
533533
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
534534
},
535535
},
536+
&quot;privateConnectivityAllowlistedProjects&quot;: [ # Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.
537+
&quot;A String&quot;,
538+
],
536539
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
537540
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
538541
&quot;destinations&quot;: [ # The destinations for the key.
@@ -1008,7 +1011,7 @@ <h3>Method Details</h3>
10081011
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
10091012
},
10101013
},
1011-
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 18 # Optional. Eventing config of a connection
1014+
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 19 # Optional. Eventing config of a connection
10121015
&quot;additionalVariables&quot;: [ # Optional. Additional eventing related field values
10131016
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
10141017
&quot;boolValue&quot;: True or False, # Value is a bool.
@@ -1177,6 +1180,9 @@ <h3>Method Details</h3>
11771180
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
11781181
},
11791182
},
1183+
&quot;privateConnectivityAllowlistedProjects&quot;: [ # Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.
1184+
&quot;A String&quot;,
1185+
],
11801186
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
11811187
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
11821188
&quot;destinations&quot;: [ # The destinations for the key.
@@ -1671,7 +1677,7 @@ <h3>Method Details</h3>
16711677
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
16721678
},
16731679
},
1674-
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 18 # Optional. Eventing config of a connection
1680+
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 19 # Optional. Eventing config of a connection
16751681
&quot;additionalVariables&quot;: [ # Optional. Additional eventing related field values
16761682
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
16771683
&quot;boolValue&quot;: True or False, # Value is a bool.
@@ -1840,6 +1846,9 @@ <h3>Method Details</h3>
18401846
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
18411847
},
18421848
},
1849+
&quot;privateConnectivityAllowlistedProjects&quot;: [ # Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.
1850+
&quot;A String&quot;,
1851+
],
18431852
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
18441853
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
18451854
&quot;destinations&quot;: [ # The destinations for the key.
@@ -2288,7 +2297,7 @@ <h3>Method Details</h3>
22882297
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
22892298
},
22902299
},
2291-
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 18 # Optional. Eventing config of a connection
2300+
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 19 # Optional. Eventing config of a connection
22922301
&quot;additionalVariables&quot;: [ # Optional. Additional eventing related field values
22932302
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
22942303
&quot;boolValue&quot;: True or False, # Value is a bool.
@@ -2457,6 +2466,9 @@ <h3>Method Details</h3>
24572466
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
24582467
},
24592468
},
2469+
&quot;privateConnectivityAllowlistedProjects&quot;: [ # Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.
2470+
&quot;A String&quot;,
2471+
],
24602472
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
24612473
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
24622474
&quot;destinations&quot;: [ # The destinations for the key.
@@ -3052,7 +3064,7 @@ <h3>Method Details</h3>
30523064
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
30533065
},
30543066
},
3055-
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 18 # Optional. Eventing config of a connection
3067+
&quot;eventingConfig&quot;: { # Eventing Configuration of a connection next: 19 # Optional. Eventing config of a connection
30563068
&quot;additionalVariables&quot;: [ # Optional. Additional eventing related field values
30573069
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
30583070
&quot;boolValue&quot;: True or False, # Value is a bool.
@@ -3221,6 +3233,9 @@ <h3>Method Details</h3>
32213233
&quot;username&quot;: &quot;A String&quot;, # Optional. Username.
32223234
},
32233235
},
3236+
&quot;privateConnectivityAllowlistedProjects&quot;: [ # Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.
3237+
&quot;A String&quot;,
3238+
],
32243239
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
32253240
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
32263241
&quot;destinations&quot;: [ # The destinations for the key.

googleapiclient/discovery_cache/documents/connectors.v1.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,7 +2752,7 @@
27522752
}
27532753
}
27542754
},
2755-
"revision": "20250521",
2755+
"revision": "20250604",
27562756
"rootUrl": "https://connectors.googleapis.com/",
27572757
"schemas": {
27582758
"AuditConfig": {
@@ -5303,7 +5303,7 @@
53035303
"type": "object"
53045304
},
53055305
"EventingConfig": {
5306-
"description": "Eventing Configuration of a connection next: 18",
5306+
"description": "Eventing Configuration of a connection next: 19",
53075307
"id": "EventingConfig",
53085308
"properties": {
53095309
"additionalVariables": {
@@ -5337,6 +5337,13 @@
53375337
"$ref": "AuthConfig",
53385338
"description": "Optional. Auth details for the event listener."
53395339
},
5340+
"privateConnectivityAllowlistedProjects": {
5341+
"description": "Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.",
5342+
"items": {
5343+
"type": "string"
5344+
},
5345+
"type": "array"
5346+
},
53405347
"privateConnectivityEnabled": {
53415348
"description": "Optional. Private Connectivity Enabled.",
53425349
"type": "boolean"

0 commit comments

Comments
 (0)