Optional. The ID to use for the pool, which becomes the final component of the resource name. The IDs must be a globally unique string of 6 to 63 lowercase letters, digits, or hyphens. It must start with a letter, and cannot have a trailing hyphen. The prefix gcp- is reserved for use by Google, and may not be specified.
Request body
The request body contains an instance of WorkforcePool.
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 2025-03-07 UTC."],[[["This endpoint creates a new WorkforcePool resource within a specified location, but you cannot reuse the name of a deleted pool for 30 days."],["The HTTP request uses the `POST` method to send a request to a URL following gRPC Transcoding syntax, where the location is a path parameter."],["A unique ID for the new pool must be provided in the `workforcePoolId` query parameter, adhering to specific formatting rules and avoiding reserved prefixes."],["The request body should contain the WorkforcePool instance details, and upon success, the response will contain an Operation instance."],["Authorization for this operation requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/iam` OAuth scopes."]]],[]]