Directly uploads a Go module. The returned Operation will complete once the Go module is uploaded. Package, Version, and File resources are created based on the uploaded Go module.
[[["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-07-17 UTC."],[[["This document describes the process of directly uploading a Go module, which, upon completion, results in the creation of Package, Version, and File resources."],["The process involves an HTTP request with specific location options, adhering to gRPC Transcoding syntax for URLs."],["The resource `parent` is a required path parameter that represents the repository's name, and its usage necessitates the `artifactregistry.gomodules.create` IAM permission."],["Uploading a Go module requires an empty request body, with the response containing an Operation object representing the ongoing upload."],["Authorization for this action requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope, as further explained in the Authentication Overview."]]],[]]