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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
PythonPackage

getPythonPackagesCount()

public abstract int getPythonPackagesCount()

The python packages returned.

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

Returns
Type Description
int

getPythonPackagesList()

public abstract List<PythonPackage> getPythonPackagesList()

The python packages returned.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
PythonPackageOrBuilder

getPythonPackagesOrBuilderList()

public abstract List<? extends PythonPackageOrBuilder> getPythonPackagesOrBuilderList()

The python packages returned.

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

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