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

MavenArtifact represents a maven artifact.

Attributes

  • artifactId (type: String.t, default: nil) - Artifact ID for the artifact.
  • createTime (type: DateTime.t, default: nil) - Output only. Time the artifact was created.
  • groupId (type: String.t, default: nil) - Group ID for the artifact. Example: com.google.guava
  • name (type: String.t, default: nil) - Required. registry_location, project_id, repository_name and maven_artifact forms a unique artifact For example, "projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/ com.google.guava:guava:31.0-jre", where "us-west4" is the registry_location, "test-project" is the project_id, "test-repo" is the repository_name and "com.google.guava:guava:31.0-jre" is the maven artifact.
  • pomUri (type: String.t, default: nil) - Required. URL to access the pom file of the artifact. Example: us-west4-maven.pkg.dev/test-project/test-repo/com/google/guava/guava/31.0/guava-31.0.pom
  • updateTime (type: DateTime.t, default: nil) - Output only. Time the artifact was updated.
  • version (type: String.t, default: nil) - Version of this artifact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.MavenArtifact{
  artifactId: String.t() | nil,
  createTime: DateTime.t() | nil,
  groupId: String.t() | nil,
  name: String.t() | nil,
  pomUri: String.t() | nil,
  updateTime: DateTime.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.