Class: Google::Cloud::ArtifactRegistry::V1::GetPythonPackageRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::GetPythonPackageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/artifact.rb
Overview
The request to get python packages.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the python package.
331 332 333 334 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 331 class GetPythonPackageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |