Class: Google::Cloud::ArtifactRegistry::V1::PythonPackage
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::PythonPackage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/artifact.rb
Overview
PythonPackage represents a python artifact.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Required.
-
#package_name ⇒ ::String
Package for the artifact.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#uri ⇒ ::String
Required.
-
#version ⇒ ::String
Version of this package.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
339 340 341 342 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 339 class PythonPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
339 340 341 342 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 339 class PythonPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#package_name ⇒ ::String
339 340 341 342 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 339 class PythonPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
339 340 341 342 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 339 class PythonPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
339 340 341 342 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 339 class PythonPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
339 340 341 342 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 339 class PythonPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |