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