Stay organized with collections
Save and categorize content based on your preferences.
Uploads an integration. The content can be a previously downloaded
integration. Performs the same function as
CreateDraftIntegrationVersion, but accepts input in a string format,
which holds the complete representation of the IntegrationVersion
content.
Arguments
Parameters
parent
string
Required. The version to upload. Format: projects/{project}/locations/{location}/integrations/{integration}
location
string
Location of the HTTP endpoint. For example, if location is set to us-central1, the endpoint https://us-central1-integrations.googleapis.com will be used. If not set, the global endpint will be used. See service endpoints.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Method: googleapis.integrations.v1.projects.locations.integrations.versions.upload\n\nUploads an integration. The content can be a previously downloaded\nintegration. Performs the same function as\nCreateDraftIntegrationVersion, but accepts input in a string format,\nwhich holds the complete representation of the IntegrationVersion\ncontent.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nResponse\n--------\n\nIf successful, the response contains an instance of [`GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse`](https://cloud.google.com/workflows/docs/reference/googleapis/integrations/v1/Overview#GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse).\n\nSubworkflow snippet\n-------------------\n\nSome fields might be optional or required.\nTo identify required fields, refer to the [API documentation](https://cloud.google.com/application-integration/docs/reference/rest/v1/projects.locations.integrations.versions/upload). \n\n### YAML\n\n```yaml\n- upload:\n call: googleapis.integrations.v1.projects.locations.integrations.versions.upload\n args:\n parent: ...\n body:\n content: ...\n fileFormat: ...\n result: uploadResult\n```\n\n### JSON\n\n```json\n[\n {\n \"upload\": {\n \"call\": \"googleapis.integrations.v1.projects.locations.integrations.versions.upload\",\n \"args\": {\n \"parent\": \"...\",\n \"body\": {\n \"content\": \"...\",\n \"fileFormat\": \"...\"\n }\n },\n \"result\": \"uploadResult\"\n }\n }\n]\n```"]]