public interface FileHashesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFileHash(int index)
public abstract Hash getFileHash(int index)Collection of file hashes.
repeated .google.devtools.cloudbuild.v1.Hash file_hash = 1;
| Name | Description |
index |
int |
| Type | Description |
Hash |
getFileHashCount()
public abstract int getFileHashCount()Collection of file hashes.
repeated .google.devtools.cloudbuild.v1.Hash file_hash = 1;
| Type | Description |
int |
getFileHashList()
public abstract List<Hash> getFileHashList()Collection of file hashes.
repeated .google.devtools.cloudbuild.v1.Hash file_hash = 1;
| Type | Description |
List<Hash> |
getFileHashOrBuilder(int index)
public abstract HashOrBuilder getFileHashOrBuilder(int index)Collection of file hashes.
repeated .google.devtools.cloudbuild.v1.Hash file_hash = 1;
| Name | Description |
index |
int |
| Type | Description |
HashOrBuilder |
getFileHashOrBuilderList()
public abstract List<? extends HashOrBuilder> getFileHashOrBuilderList()Collection of file hashes.
repeated .google.devtools.cloudbuild.v1.Hash file_hash = 1;
| Type | Description |
List<? extends com.google.cloudbuild.v1.HashOrBuilder> |