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 | int |
Returns | |
---|---|
Type | Description |
FileHashesOrBuilder |
getFileHashOrBuilderList()
public abstract List<? extends FileHashesOrBuilder> getFileHashOrBuilderList()
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloudbuild.v1.FileHashesOrBuilder> |
getLocation()
public abstract String getLocation()
The path of an artifact in a Google Cloud Storage bucket, with the
generation number. For example,
gs://mybucket/path/to/output.jar#generation
.
string location = 1;
Returns | |
---|---|
Type | Description |
String | The location. |