Reference documentation and code samples for the Cloud Build v1 API class Artifacts.Types.PythonPackage.
Python package to upload to Artifact Registry upon successful completion
of all build steps. A package can encapsulate multiple objects to be
uploaded to a single repository.
[[["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-04-09 UTC."],[[["This document provides reference documentation for the `Artifacts.Types.PythonPackage` class within the Cloud Build v1 API, specifically for the .NET environment, detailing its role in uploading Python packages to Artifact Registry."],["The `Artifacts.Types.PythonPackage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality comparison, deep cloning, and buffered messaging."],["The class offers two constructors, a default `PythonPackage()` and another that accepts an `Artifacts.Types.PythonPackage` object, allowing the creation of new instances and copies of existing Python package configurations."],["Two main properties of this class are `Paths`, which uses path globs to locate the files to upload, and `Repository`, which specifies the Artifact Registry location where the files will be uploaded."],["The documentation provides access to several versions of the `Artifacts.Types.PythonPackage` class, with version 2.15.0 being the most recent, and a complete list going back to version 1.0.0, allowing users to access the information relevant to their specific project."]]],[]]