public interface BuildArtifactOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getImage()
public abstract String getImage()
Image name in Skaffold configuration.
string image = 3;
Returns | |
---|---|
Type | Description |
String |
The image. |
getImageBytes()
public abstract ByteString getImageBytes()
Image name in Skaffold configuration.
string image = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for image. |
getTag()
public abstract String getTag()
Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
string tag = 2;
Returns | |
---|---|
Type | Description |
String |
The tag. |
getTagBytes()
public abstract ByteString getTagBytes()
Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
string tag = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tag. |