Builds the content to a Stream compatible format using the associated sources in a consumer cloud storage bucket. A new content version is created with the user-specified tag if the build succeeds.
The returned Operation can be used to track the build status by polling operations.get. The Operation will complete when the build is done.
Returns [StreamContent] in the Operation.response field on successful completion.
HTTP request
POST https://stream.googleapis.com/v1alpha1/{name=projects/*/locations/*/streamContents/*}:build
Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a requestId is provided."
Response body
If successful, the response body contains an 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 2023-01-31 UTC."],[[["This endpoint builds content into a Stream-compatible format from a consumer cloud storage bucket and creates a new content version with a user-specified tag upon successful completion."],["The build process can be tracked via the returned Operation object, which can be polled using `operations.get` until the build is complete."],["The HTTP request is a `POST` to a URL defined by gRPC Transcoding syntax, and the request body must contain a `contentVersionTag` and an optional `requestId`."],["A successful build will return a `StreamContent` in the Operation's response field, using the OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."],["Path parameter `name` is required and is a string that is the canonical resource name of the content, the `contentVersionTag` is also required, with a constraint of `[\\\\w][\\\\w.-]{0,127}`."]]],[]]