public interface ListDockerImagesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDockerImages(int index)
public abstract DockerImage getDockerImages(int index)The docker images returned.
repeated .google.devtools.artifactregistry.v1.DockerImage docker_images = 1;
| Name | Description |
| index | int |
| Type | Description |
| DockerImage |
getDockerImagesCount()
public abstract int getDockerImagesCount()The docker images returned.
repeated .google.devtools.artifactregistry.v1.DockerImage docker_images = 1;
| Type | Description |
| int |
getDockerImagesList()
public abstract List<DockerImage> getDockerImagesList()The docker images returned.
repeated .google.devtools.artifactregistry.v1.DockerImage docker_images = 1;
| 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;
| Name | Description |
| index | int |
| Type | Description |
| DockerImageOrBuilder |
getDockerImagesOrBuilderList()
public abstract List<? extends DockerImageOrBuilder> getDockerImagesOrBuilderList()The docker images returned.
repeated .google.devtools.artifactregistry.v1.DockerImage docker_images = 1;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |