Interface ListDockerImagesResponseOrBuilder (1.40.0)

public interface ListDockerImagesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDockerImages(int index)

public abstract DockerImage getDockerImages(int index)

The docker images returned.

repeated .google.devtools.artifactregistry.v1.DockerImage docker_images = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DockerImage

getDockerImagesCount()

public abstract int getDockerImagesCount()

The docker images returned.

repeated .google.devtools.artifactregistry.v1.DockerImage docker_images = 1;

Returns
TypeDescription
int

getDockerImagesList()

public abstract List<DockerImage> getDockerImagesList()

The docker images returned.

repeated .google.devtools.artifactregistry.v1.DockerImage docker_images = 1;

Returns
TypeDescription
List<DockerImage>

getDockerImagesOrBuilder(int index)

public abstract DockerImageOrBuilder getDockerImagesOrBuilder(int index)

The docker images returned.

repeated .google.devtools.artifactregistry.v1.DockerImage docker_images = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DockerImageOrBuilder

getDockerImagesOrBuilderList()

public abstract List<? extends DockerImageOrBuilder> getDockerImagesOrBuilderList()

The docker images returned.

repeated .google.devtools.artifactregistry.v1.DockerImage docker_images = 1;

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

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.