public interface ArtifactResultOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
FileHashes |
getFileHashCount()
public abstract int getFileHashCount()
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Returns | |
---|---|
Type | Description |
int |
getFileHashList()
public abstract List<FileHashes> getFileHashList()
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
|