Optional. The ID to use for the GitLabConfig, which will become the final component of the GitLabConfig’s resource name.
gitlabConfigId must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character
Request body
The request body contains an instance of GitLabConfig.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["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 2024-04-18 UTC."],[[["This API endpoint is used to create a new `GitLabConfig` within a specified project and location, using a POST request."],["The request requires a `parent` path parameter to identify the project and location, along with an optional `gitlabConfigId` query parameter for specifying the config's ID."],["The body of the request must contain an instance of `GitLabConfig`, and upon success, the response will contain an instance of `Operation`."],["This API is currently experimental and requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."],["The url uses gRPC Transcoding syntax."]]],[]]