View Source GoogleApi.ArtifactRegistry.V1.Model.PythonPackage (google_api_artifact_registry v0.15.0)

PythonPackage represents a python artifact.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time the package was created.
  • name (type: String.t, default: nil) - Required. registry_location, project_id, repository_name and python_package forms a unique package name:projects//locations//repository//pythonPackages/. For example, "projects/test-project/locations/us-west4/repositories/test-repo/pythonPackages/ python_package:1.0.0", where "us-west4" is the registry_location, "test-project" is the project_id, "test-repo" is the repository_name and python_package:1.0.0" is the python package.
  • packageName (type: String.t, default: nil) - Package for the artifact.
  • updateTime (type: DateTime.t, default: nil) - Output only. Time the package was updated.
  • uri (type: String.t, default: nil) - Required. URL to access the package. Example: us-west4-python.pkg.dev/test-project/test-repo/python_package/file-name-1.0.0.tar.gz
  • version (type: String.t, default: nil) - Version of this package.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.PythonPackage{
  createTime: DateTime.t() | nil,
  name: String.t() | nil,
  packageName: String.t() | nil,
  updateTime: DateTime.t() | nil,
  uri: String.t() | nil,
  version: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.