Class: Google::Cloud::ArtifactRegistry::V1beta2::Package
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1beta2::Package
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1beta2/package.rb
Overview
Packages are named collections of versions.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time when the package was created.
-
#display_name ⇒ ::String
The display name of the package.
-
#name ⇒ ::String
The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1".
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The time when the package was last updated.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the package was created.
39 40 41 42 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/package.rb', line 39 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The display name of the package.
39 40 41 42 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/package.rb', line 39 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1".
39 40 41 42 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/package.rb', line 39 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the package was last updated. This includes publishing a new version of the package.
39 40 41 42 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/package.rb', line 39 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |