Interface BaseImageOrBuilder (2.63.0)

public interface BaseImageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLayerCount()

public abstract int getLayerCount()

The number of layers that the base image is composed of.

int32 layer_count = 3;

Returns
Type Description
int

The layerCount.

getName()

public abstract String getName()

The name of the base image.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the base image.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getRepository()

public abstract String getRepository()

The repository name in which the base image is from.

string repository = 2;

Returns
Type Description
String

The repository.

getRepositoryBytes()

public abstract ByteString getRepositoryBytes()

The repository name in which the base image is from.

string repository = 2;

Returns
Type Description
ByteString

The bytes for repository.