Interface ArtifactResultOrBuilder (3.26.0)

public interface ArtifactResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileHash(int index)

public abstract FileHashes getFileHash(int index)

The file hash of the artifact.

repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
FileHashes

getFileHashCount()

public abstract int getFileHashCount()

The file hash of the artifact.

repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;

Returns
TypeDescription
int

getFileHashList()

public abstract List<FileHashes> getFileHashList()

The file hash of the artifact.

repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;

Returns
TypeDescription
List<FileHashes>

getFileHashOrBuilder(int index)

public abstract FileHashesOrBuilder getFileHashOrBuilder(int index)

The file hash of the artifact.

repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;

Parameter
NameDescription
index