Resource: RuntimeProjectAttachment
Runtime project attachment represents an attachment from the runtime project to the host project. Api Hub looks for deployments in the attached runtime projects and creates corresponding resources in Api Hub for the discovered deployments.
JSON representation |
---|
{ "name": string, "runtimeProject": string, "createTime": string } |
Fields | |
---|---|
name |
Identifier. The resource name of a runtime project attachment. Format: "projects/{project}/locations/{location}/runtimeProjectAttachments/{runtimeProjectAttachment}". |
runtime |
Required. Immutable. Google cloud project name in the format: "projects/abc" or "projects/123". As input, project name with either project id or number are accepted. As output, this field will contain project number. |
create |
Output only. Create time. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
---|---|
|
Attaches a runtime project to the host project. |
|
Delete a runtime project attachment in the API Hub. |
|
Gets a runtime project attachment. |
|
List runtime projects attached to the host project. |