Class: Google::Cloud::ArtifactRegistry::V1::GetPythonPackageRequest

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

Instance Attribute Details

#name::String

Returns Required. The name of the python package.

Returns:

  • (::String)

    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