Required. The resource name of the project and location the namespace will be created in.
Authorization requires the following IAM permission on the specified resource parent:
servicedirectory.namespaces.create
Query parameters
Parameters
namespaceId
string
Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z](?:[-a-z0-9]{0,61}[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
Request body
The request body contains an instance of Namespace.
Response body
If successful, the response body contains a newly created instance of Namespace.
[[["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-06-27 UTC."],[],[],null,["# Method: projects.locations.namespaces.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a namespace, and returns the new namespace.\n\n### HTTP request\n\n`POST https://servicedirectory.googleapis.com/v1beta1/{parent=projects/*/locations/*}/namespaces`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Namespace](/service-directory/docs/reference/rest/v1beta1/projects.locations.namespaces#Namespace).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Namespace](/service-directory/docs/reference/rest/v1beta1/projects.locations.namespaces#Namespace).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]