Interface protos.google.devtools.artifactregistry.v1.IMavenArtifact (3.1.1)

Properties of a MavenArtifact.

Package

@google-cloud/artifact-registry

Properties

artifactId

artifactId?: (string|null);

MavenArtifact artifactId

createTime

createTime?: (google.protobuf.ITimestamp|null);

MavenArtifact createTime

groupId

groupId?: (string|null);

MavenArtifact groupId

name

name?: (string|null);

MavenArtifact name

pomUri

pomUri?: (string|null);

MavenArtifact pomUri

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

MavenArtifact updateTime

version

version?: (string|null);

MavenArtifact version