Interface ListPythonPackagesResponseOrBuilder

    • Method Detail

      • getPythonPackagesList

        List<PythonPackage> getPythonPackagesList()
         The python packages returned.
         
        repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;
      • getPythonPackages

        PythonPackage getPythonPackages​(int index)
         The python packages returned.
         
        repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;
      • getPythonPackagesCount

        int getPythonPackagesCount()
         The python packages returned.
         
        repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;
      • getPythonPackagesOrBuilderList

        List<? extends PythonPackageOrBuilder> getPythonPackagesOrBuilderList()
         The python packages returned.
         
        repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;
      • getPythonPackagesOrBuilder

        PythonPackageOrBuilder getPythonPackagesOrBuilder​(int index)
         The python packages returned.
         
        repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;
      • getNextPageToken

        String getNextPageToken()
         The token to retrieve the next page of artifacts, or empty if there are no
         more artifacts to return.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         The token to retrieve the next page of artifacts, or empty if there are no
         more artifacts to return.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.