Method: projects.locations.runtimeProjectAttachments.create

Attaches a runtime project to the host project.

HTTP request

POST https://apihub.googleapis.com/v1/{parent=projects/*/locations/*}/runtimeProjectAttachments

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource for the Runtime Project Attachment. Format: projects/{project}/locations/{location}

Query parameters

Parameters
runtimeProjectAttachmentId

string

Required. The ID to use for the Runtime Project Attachment, which will become the final component of the Runtime Project Attachment's name. The ID must be the same as the project ID of the Google cloud project specified in the runtimeProjectAttachment.runtime_project field.

Request body

The request body contains an instance of RuntimeProjectAttachment.

Response body

If successful, the response body contains a newly created instance of RuntimeProjectAttachment.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

IAM Permissions

Requires the following IAM permission on the runtimeProject resource:

  • apihub.runTimeProjectAttachments.attach

For more information, see the IAM documentation.