Class: Google::Cloud::ArtifactRegistry::V1::ListPythonPackagesResponse

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 response from listing python packages.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



368
369
370
371
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 368

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

#python_packages::Array<::Google::Cloud::ArtifactRegistry::V1::PythonPackage>



368
369
370
371
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 368

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