Class: Google::Cloud::ArtifactRegistry::V1::Package
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::Package
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/package.rb
Overview
Packages are named collections of versions.
Defined Under Namespace
Classes: AnnotationsEntry
Instance Attribute Summary collapse
-
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#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
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Client specified annotations.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/devtools/artifactregistry/v1/package.rb', line 43 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the package was created.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/devtools/artifactregistry/v1/package.rb', line 43 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
Returns The display name of the package.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/devtools/artifactregistry/v1/package.rb', line 43 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns The name of the package, for example:
projects/p1/locations/us-central1/repositories/repo1/packages/pkg1
.
If the package ID part contains slashes, the slashes are escaped.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/devtools/artifactregistry/v1/package.rb', line 43 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the package was last updated. This includes publishing a new version of the package.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/devtools/artifactregistry/v1/package.rb', line 43 class Package include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |