Skip to content

Commit 74c97ea

Browse files
feat(integrations): update the api
#### integrations:v1 The following keys were added: - resources.projects.resources.locations.resources.clients.methods.toggleHttp (Total Keys: 12) - schemas.GoogleCloudIntegrationsV1alphaToggleHttpRequest (Total Keys: 3)
1 parent ad806bc commit 74c97ea

File tree

2 files changed

+68
-1
lines changed

2 files changed

+68
-1
lines changed

docs/dyn/integrations_v1.projects.locations.clients.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ <h2>Instance Methods</h2>
9292
<p class="toc_element">
9393
<code><a href="#switchVariableMasking">switchVariableMasking(parent, body=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Update variable masking for provisioned client</p>
95+
<p class="toc_element">
96+
<code><a href="#toggleHttp">toggleHttp(parent, body=None, x__xgafv=None)</a></code></p>
97+
<p class="firstline">Enable/Disable http call for provisioned client</p>
9598
<h3>Method Details</h3>
9699
<div class="method">
97100
<code class="details" id="close">close()</code>
@@ -239,4 +242,29 @@ <h3>Method Details</h3>
239242
}</pre>
240243
</div>
241244

245+
<div class="method">
246+
<code class="details" id="toggleHttp">toggleHttp(parent, body=None, x__xgafv=None)</code>
247+
<pre>Enable/Disable http call for provisioned client
248+
249+
Args:
250+
parent: string, Required. Required: The ID of the GCP Project to be provisioned. (required)
251+
body: object, The request body.
252+
The object takes the form of:
253+
254+
{ # Request to enable/disable http call for a provisioned client
255+
&quot;enableHttpCall&quot;: True or False, # Required. REQUIRED: True if http call feature should be turned on for this region
256+
}
257+
258+
x__xgafv: string, V1 error format.
259+
Allowed values
260+
1 - v1 error format
261+
2 - v2 error format
262+
263+
Returns:
264+
An object of the form:
265+
266+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
267+
}</pre>
268+
</div>
269+
242270
</body></html>

googleapiclient/discovery_cache/documents/integrations.v1.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,34 @@
824824
"scopes": [
825825
"https://www.googleapis.com/auth/cloud-platform"
826826
]
827+
},
828+
"toggleHttp": {
829+
"description": "Enable/Disable http call for provisioned client",
830+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clients:toggleHttp",
831+
"httpMethod": "POST",
832+
"id": "integrations.projects.locations.clients.toggleHttp",
833+
"parameterOrder": [
834+
"parent"
835+
],
836+
"parameters": {
837+
"parent": {
838+
"description": "Required. Required: The ID of the GCP Project to be provisioned.",
839+
"location": "path",
840+
"pattern": "^projects/[^/]+/locations/[^/]+$",
841+
"required": true,
842+
"type": "string"
843+
}
844+
},
845+
"path": "v1/{+parent}/clients:toggleHttp",
846+
"request": {
847+
"$ref": "GoogleCloudIntegrationsV1alphaToggleHttpRequest"
848+
},
849+
"response": {
850+
"$ref": "GoogleProtobufEmpty"
851+
},
852+
"scopes": [
853+
"https://www.googleapis.com/auth/cloud-platform"
854+
]
827855
}
828856
}
829857
},
@@ -4551,7 +4579,7 @@
45514579
}
45524580
}
45534581
},
4554-
"revision": "20250316",
4582+
"revision": "20250330",
45554583
"rootUrl": "https://integrations.googleapis.com/",
45564584
"schemas": {
45574585
"CrmlogErrorCode": {
@@ -14350,6 +14378,17 @@ false
1435014378
},
1435114379
"type": "object"
1435214380
},
14381+
"GoogleCloudIntegrationsV1alphaToggleHttpRequest": {
14382+
"description": "Request to enable/disable http call for a provisioned client",
14383+
"id": "GoogleCloudIntegrationsV1alphaToggleHttpRequest",
14384+
"properties": {
14385+
"enableHttpCall": {
14386+
"description": "Required. REQUIRED: True if http call feature should be turned on for this region",
14387+
"type": "boolean"
14388+
}
14389+
},
14390+
"type": "object"
14391+
},
1435314392
"GoogleCloudIntegrationsV1alphaTriggerConfig": {
1435414393
"description": "Configuration detail of a trigger.",
1435514394
"id": "GoogleCloudIntegrationsV1alphaTriggerConfig",

0 commit comments

Comments
 (0)