public sealed class MavenArtifact : IMessage<MavenArtifact>, IEquatable<MavenArtifact>, IDeepCloneable<MavenArtifact>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class MavenArtifact.
MavenArtifact represents a maven artifact.
Implements
IMessageMavenArtifact, IEquatableMavenArtifact, IDeepCloneableMavenArtifact, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
MavenArtifact()
public MavenArtifact()
MavenArtifact(MavenArtifact)
public MavenArtifact(MavenArtifact other)
Parameter | |
---|---|
Name | Description |
other | MavenArtifact |
Properties
ArtifactId
public string ArtifactId { get; set; }
Artifact ID for the artifact.
Property Value | |
---|---|
Type | Description |
string |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Time the artifact was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
GroupId
public string GroupId { get; set; }
Group ID for the artifact. Example: com.google.guava
Property Value | |
---|---|
Type | Description |
string |
MavenArtifactName
public MavenArtifactName MavenArtifactName { get; set; }
MavenArtifactName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
MavenArtifactName |
Name
public string Name { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
PomUri
public string PomUri { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Time the artifact was updated.
Property Value | |
---|---|
Type | Description |
Timestamp |
Version
public string Version { get; set; }
Version of this artifact.
Property Value | |
---|---|
Type | Description |
string |