public interface ArtifactOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getChecksum()
Hash or checksum value of a binary, or Docker Registry 2.0 digest of a
container.
|
ByteString |
getChecksumBytes()
Hash or checksum value of a binary, or Docker Registry 2.0 digest of a
container.
|
String |
getId()
Artifact ID, if any; for container images, this will be a URL by digest
like `gcr.io/projectID/imagename@sha256:123456`.
|
ByteString |
getIdBytes()
Artifact ID, if any; for container images, this will be a URL by digest
like `gcr.io/projectID/imagename@sha256:123456`.
|
String |
getNames(int index)
Related artifact names.
|
ByteString |
getNamesBytes(int index)
Related artifact names.
|
int |
getNamesCount()
Related artifact names.
|
List<String> |
getNamesList()
Related artifact names.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getChecksum()
Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container.
string checksum = 1;
ByteString getChecksumBytes()
Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container.
string checksum = 1;
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;
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;
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;
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;
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;
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;
Copyright © 2019 Google LLC. All rights reserved.