Class: Google::Cloud::ArtifactRegistry::V1::GenericArtifact

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/generic.rb

Overview

GenericArtifact represents a generic artifact

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

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

Returns:



41
42
43
44
# File 'proto_docs/google/devtools/artifactregistry/v1/generic.rb', line 41

class GenericArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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".

Returns:

  • (::String)

    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"



41
42
43
44
# File 'proto_docs/google/devtools/artifactregistry/v1/generic.rb', line 41

class GenericArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

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

Returns:



41
42
43
44
# File 'proto_docs/google/devtools/artifactregistry/v1/generic.rb', line 41

class GenericArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns The version of the generic artifact.

Returns:

  • (::String)

    The version of the generic artifact.



41
42
43
44
# File 'proto_docs/google/devtools/artifactregistry/v1/generic.rb', line 41

class GenericArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end