public interface BaseImageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getRegistry()
public abstract String getRegistry()The registry in which the base image is from.
string registry = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The registry. |
getRegistryBytes()
public abstract ByteString getRegistryBytes()The registry in which the base image is from.
string registry = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for registry. |
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. |