Class CreateRuntimeProjectAttachmentRequest (0.2.0)

CreateRuntimeProjectAttachmentRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The CreateRuntimeProjectAttachment method's request.

Attributes

Name Description
parent str
Required. The parent resource for the Runtime Project Attachment. Format: projects/{project}/locations/{location}
runtime_project_attachment_id str
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 runtime_project_attachment.runtime_project field.
runtime_project_attachment google.cloud.apihub_v1.types.RuntimeProjectAttachment
Required. The Runtime Project Attachment to create.