Skip to content

Commit ee7ce06

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were deleted: - schemas.EventSubscriptionDestination.properties.gsutil.$ref (Total Keys: 1) - schemas.GSUtil (Total Keys: 3)
1 parent a00cf41 commit ee7ce06

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ <h3>Method Details</h3>
125125
},
126126
],
127127
},
128-
&quot;gsutil&quot;: { # GSUtil message includes details of the Destination Cloud Storage bucket. # OPTION 2: Write the event to Cloud Storage bucket.
129-
&quot;gsutilUri&quot;: &quot;A String&quot;, # Required. The URI of the Cloud Storage bucket.
130-
},
131128
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account needed for runtime plane to trigger IP workflow.
132129
&quot;type&quot;: &quot;A String&quot;, # type of the destination
133130
},
@@ -252,9 +249,6 @@ <h3>Method Details</h3>
252249
},
253250
],
254251
},
255-
&quot;gsutil&quot;: { # GSUtil message includes details of the Destination Cloud Storage bucket. # OPTION 2: Write the event to Cloud Storage bucket.
256-
&quot;gsutilUri&quot;: &quot;A String&quot;, # Required. The URI of the Cloud Storage bucket.
257-
},
258252
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account needed for runtime plane to trigger IP workflow.
259253
&quot;type&quot;: &quot;A String&quot;, # type of the destination
260254
},
@@ -321,9 +315,6 @@ <h3>Method Details</h3>
321315
},
322316
],
323317
},
324-
&quot;gsutil&quot;: { # GSUtil message includes details of the Destination Cloud Storage bucket. # OPTION 2: Write the event to Cloud Storage bucket.
325-
&quot;gsutilUri&quot;: &quot;A String&quot;, # Required. The URI of the Cloud Storage bucket.
326-
},
327318
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account needed for runtime plane to trigger IP workflow.
328319
&quot;type&quot;: &quot;A String&quot;, # type of the destination
329320
},
@@ -399,9 +390,6 @@ <h3>Method Details</h3>
399390
},
400391
],
401392
},
402-
&quot;gsutil&quot;: { # GSUtil message includes details of the Destination Cloud Storage bucket. # OPTION 2: Write the event to Cloud Storage bucket.
403-
&quot;gsutilUri&quot;: &quot;A String&quot;, # Required. The URI of the Cloud Storage bucket.
404-
},
405393
&quot;serviceAccount&quot;: &quot;A String&quot;, # Service account needed for runtime plane to trigger IP workflow.
406394
&quot;type&quot;: &quot;A String&quot;, # type of the destination
407395
},

googleapiclient/discovery_cache/documents/connectors.v1.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,7 @@
25582558
}
25592559
}
25602560
},
2561-
"revision": "20241203",
2561+
"revision": "20250101",
25622562
"rootUrl": "https://connectors.googleapis.com/",
25632563
"schemas": {
25642564
"AuditConfig": {
@@ -4511,10 +4511,6 @@
45114511
"$ref": "EndPoint",
45124512
"description": "OPTION 1: Hit an endpoint when we receive an event."
45134513
},
4514-
"gsutil": {
4515-
"$ref": "GSUtil",
4516-
"description": "OPTION 2: Write the event to Cloud Storage bucket."
4517-
},
45184514
"serviceAccount": {
45194515
"description": "Service account needed for runtime plane to trigger IP workflow.",
45204516
"type": "string"
@@ -5176,17 +5172,6 @@ false
51765172
},
51775173
"type": "object"
51785174
},
5179-
"GSUtil": {
5180-
"description": "GSUtil message includes details of the Destination Cloud Storage bucket.",
5181-
"id": "GSUtil",
5182-
"properties": {
5183-
"gsutilUri": {
5184-
"description": "Required. The URI of the Cloud Storage bucket.",
5185-
"type": "string"
5186-
}
5187-
},
5188-
"type": "object"
5189-
},
51905175
"HPAConfig": {
51915176
"description": "Autoscaling config for connector deployment system metrics.",
51925177
"id": "HPAConfig",

0 commit comments

Comments
 (0)