public interface ArtifactResultOrBuilder extends MessageOrBuilderImplements
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;
| Name | Description |
| index | int |
| Type | Description |
| FileHashes |
getFileHashCount()
public abstract int getFileHashCount()The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
| Type | Description |
| int |
getFileHashList()
public abstract List<FileHashes> getFileHashList()The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| Type | Description |
| String | The location. |
getLocationBytes()
public abstract ByteString getLocationBytes() 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;
| Type | Description |
| ByteString | The bytes for location. |