public interface BuildArtifactOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getImage()
Image name in Skaffold configuration.
|
com.google.protobuf.ByteString |
getImageBytes()
Image name in Skaffold configuration.
|
String |
getTag()
Image tag to use.
|
com.google.protobuf.ByteString |
getTagBytes()
Image tag to use.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getImage()
Image name in Skaffold configuration.
string image = 3;com.google.protobuf.ByteString getImageBytes()
Image name in Skaffold configuration.
string image = 3;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.