Artifact Registry v1 API - Class GenericArtifact (2.9.0)

public sealed class GenericArtifact : IMessage<GenericArtifact>, IEquatable<GenericArtifact>, IDeepCloneable<GenericArtifact>, IBufferMessage, IMessage

Reference documentation and code samples for the Artifact Registry v1 API class GenericArtifact.

GenericArtifact represents a generic artifact

Inheritance

object > GenericArtifact

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

GenericArtifact()

public GenericArtifact()

GenericArtifact(GenericArtifact)

public GenericArtifact(GenericArtifact other)
Parameter
Name Description
other GenericArtifact

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the Generic module is created.

Property Value
Type Description
Timestamp

GenericArtifactName

public GenericArtifactName GenericArtifactName { get; set; }

GenericArtifactName-typed view over the Name resource name property.

Property Value
Type Description
GenericArtifactName

Name

public string Name { get; set; }

Resource name of the generic artifact. project, location, repository, package_id and version_id create a unique generic artifact. i.e. "projects/test-project/locations/us-west4/repositories/test-repo/ genericArtifacts/package_id:version_id"

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the Generic module is updated.

Property Value
Type Description
Timestamp

Version

public string Version { get; set; }

The version of the generic artifact.

Property Value
Type Description
string