Host project registration refers to the registration of a Google cloud project with Api Hub as a host project. This is the project where Api Hub is provisioned. It acts as the consumer project for the Api Hub instance provisioned. Multiple runtime projects can be attached to the host project and these attachments define the scope of Api Hub.
Identifier. The name of the host project registration. Format: "projects/{project}/locations/{location}/hostProjectRegistrations/{hostProjectRegistration}".
gcpProject
string
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.
Output only. The time at which the host project registration was created.
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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["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-01-16 UTC."],[[["Host project registration in Api Hub involves registering a Google Cloud project as the host, which acts as the consumer project for the Api Hub instance and determines the scope for attached runtime projects."],["The JSON representation of a host project registration includes its name, the associated Google Cloud project, and the creation timestamp."],["The registration's `name` is a unique identifier following a specific format: \"projects/{project}/locations/{location}/hostProjectRegistrations/{hostProjectRegistration}\"."],["The `gcpProject` field specifies the Google Cloud project in either project ID or number format, and after output, it will be in the project number format."],["There are three supported methods to manage the host project registrations, these being to create, get or list the host project registrations."]]],[]]