Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::ListPythonPackagesResponse.
The response from listing python packages.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
Returns
- (::String) — The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
#python_packages
def python_packages() -> ::Array<::Google::Cloud::ArtifactRegistry::V1::PythonPackage>
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::PythonPackage>) — The python packages returned.
#python_packages=
def python_packages=(value) -> ::Array<::Google::Cloud::ArtifactRegistry::V1::PythonPackage>
Parameter
- value (::Array<::Google::Cloud::ArtifactRegistry::V1::PythonPackage>) — The python packages returned.
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::PythonPackage>) — The python packages returned.