Interface ListPythonPackagesResponseOrBuilder (1.40.0)

public interface ListPythonPackagesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.

getPythonPackages(int index)

public abstract PythonPackage getPythonPackages(int index)

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PythonPackage

getPythonPackagesCount()

public abstract int getPythonPackagesCount()

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Returns
TypeDescription
int

getPythonPackagesList()

public abstract List<PythonPackage> getPythonPackagesList()

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Returns
TypeDescription
List<PythonPackage>

getPythonPackagesOrBuilder(int index)

public abstract PythonPackageOrBuilder getPythonPackagesOrBuilder(int index)

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PythonPackageOrBuilder

getPythonPackagesOrBuilderList()

public abstract List<? extends PythonPackageOrBuilder> getPythonPackagesOrBuilderList()

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Returns
TypeDescription
List<? extends com.google.devtools.artifactregistry.v1.PythonPackageOrBuilder>