Class: Google::Cloud::ArtifactRegistry::V1::Package

Inherits:
Object
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns The time when the package was created.

Returns:



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

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

#display_name::String

Returns The display name of the package.

Returns:

  • (::String)

    The display name of the package.



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

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. If the package ID part contains slashes, the slashes are escaped.

Returns:

  • (::String)

    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.



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

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.

Returns:



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

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