Class: Google::Cloud::ArtifactRegistry::V1::GenericArtifact
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::GenericArtifact
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Resource name of the generic artifact.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#version ⇒ ::String
The version of the generic artifact.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the Generic module is created.
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".
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.
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.
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 |