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

getDockerImagesCount()

public abstract int getDockerImagesCount()

The docker images returned.

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

Returns
Type Description
int

getDockerImagesList()

public abstract List<DockerImage> getDockerImagesList()

The docker images returned.

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

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

getDockerImagesOrBuilderList()

public abstract List<? extends DockerImageOrBuilder> getDockerImagesOrBuilderList()

The docker images returned.

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

Returns
Type Description
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
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.