public
interface
ArtifactOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getChecksum()
public
abstract
String
getChecksum
()
Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container.
string checksum = 1;
getChecksumBytes()
public
abstract
ByteString
getChecksumBytes
()
Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container.
string checksum = 1;
getId()
public
abstract
String
getId
()
Artifact ID, if any; for container images, this will be a URL by digest
like gcr.io/projectID/imagename@sha256:123456
.
string id = 2;
getIdBytes()
public
abstract
ByteString
getIdBytes
()
Artifact ID, if any; for container images, this will be a URL by digest
like gcr.io/projectID/imagename@sha256:123456
.
string id = 2;
getNames(int index)
public
abstract
String
getNames
(
int
index
)
Related artifact names. This may be the path to a binary or jar file, or in
the case of a container build, the name used to push the container image to
Google Container Registry, as presented to docker push
. Note that a
single Artifact ID can have multiple names, for example if two tags are
applied to one image.
repeated string names = 3;
getNamesBytes(int index)
public
abstract
ByteString
getNamesBytes
(
int
index
)
Related artifact names. This may be the path to a binary or jar file, or in
the case of a container build, the name used to push the container image to
Google Container Registry, as presented to docker push
. Note that a
single Artifact ID can have multiple names, for example if two tags are
applied to one image.
repeated string names = 3;
getNamesCount()
public
abstract
int
getNamesCount
()
Related artifact names. This may be the path to a binary or jar file, or in
the case of a container build, the name used to push the container image to
Google Container Registry, as presented to docker push
. Note that a
single Artifact ID can have multiple names, for example if two tags are
applied to one image.
repeated string names = 3;
getNamesList()
public
abstract
List<String>
getNamesList
()
Related artifact names. This may be the path to a binary or jar file, or in
the case of a container build, the name used to push the container image to
Google Container Registry, as presented to docker push
. Note that a
single Artifact ID can have multiple names, for example if two tags are
applied to one image.
repeated string names = 3;

