Directly uploads a file to a repository. The returned Operation will complete once the resources are uploaded.
HTTP request
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the repository where the file will be uploaded. Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "fileId": string } |
Fields | |
---|---|
fileId |
Optional. The ID of the file. If left empty will default to sha256 digest of the content uploaded. |
Response body
The response to upload a generic artifact.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"operation": {
object ( |
Fields | |
---|---|
operation |
Operation that will be returned to the user. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.