Class: Google::Cloud::ArtifactRegistry::V1::ListPythonPackagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ListPythonPackagesResponse
- 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
-
#next_page_token ⇒ ::String
The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
-
#python_packages ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::PythonPackage>
The python packages returned.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
322 323 324 325 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 322 class ListPythonPackagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#python_packages ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::PythonPackage>
Returns The python packages returned.
322 323 324 325 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 322 class ListPythonPackagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |