| Package | Description |
|---|---|
| io.grafeas.v1beta1 | |
| io.grafeas.v1beta1.provenance |
| Modifier and Type | Method and Description |
|---|---|
Hash |
Resource.getContentHash()
The hash of the resource content.
|
Hash |
Resource.Builder.getContentHash()
The hash of the resource content.
|
Hash |
ResourceOrBuilder.getContentHash()
The hash of the resource content.
|
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder |
Resource.Builder.mergeContentHash(Hash value)
The hash of the resource content.
|
Resource.Builder |
Resource.Builder.setContentHash(Hash value)
The hash of the resource content.
|
| Modifier and Type | Method and Description |
|---|---|
Hash |
Hash.Builder.build() |
Hash |
Hash.Builder.buildPartial() |
static Hash |
Hash.getDefaultInstance() |
Hash |
Hash.getDefaultInstanceForType() |
Hash |
Hash.Builder.getDefaultInstanceForType() |
Hash |
FileHashes.getFileHash(int index)
Collection of file hashes.
|
Hash |
FileHashes.Builder.getFileHash(int index)
Collection of file hashes.
|
Hash |
FileHashesOrBuilder.getFileHash(int index)
Collection of file hashes.
|
static Hash |
Hash.parseDelimitedFrom(InputStream input) |
static Hash |
Hash.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Hash |
Hash.parseFrom(byte[] data) |
static Hash |
Hash.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Hash |
Hash.parseFrom(ByteBuffer data) |
static Hash |
Hash.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Hash |
Hash.parseFrom(com.google.protobuf.ByteString data) |
static Hash |
Hash.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Hash |
Hash.parseFrom(com.google.protobuf.CodedInputStream input) |
static Hash |
Hash.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Hash |
Hash.parseFrom(InputStream input) |
static Hash |
Hash.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Hash> |
FileHashes.getFileHashList()
Collection of file hashes.
|
List<Hash> |
FileHashes.Builder.getFileHashList()
Collection of file hashes.
|
List<Hash> |
FileHashesOrBuilder.getFileHashList()
Collection of file hashes.
|
com.google.protobuf.Parser<Hash> |
Hash.getParserForType() |
static com.google.protobuf.Parser<Hash> |
Hash.parser() |
| Modifier and Type | Method and Description |
|---|---|
FileHashes.Builder |
FileHashes.Builder.addFileHash(Hash value)
Collection of file hashes.
|
FileHashes.Builder |
FileHashes.Builder.addFileHash(int index,
Hash value)
Collection of file hashes.
|
Hash.Builder |
Hash.Builder.mergeFrom(Hash other) |
static Hash.Builder |
Hash.newBuilder(Hash prototype) |
FileHashes.Builder |
FileHashes.Builder.setFileHash(int index,
Hash value)
Collection of file hashes.
|
| Modifier and Type | Method and Description |
|---|---|
FileHashes.Builder |
FileHashes.Builder.addAllFileHash(Iterable<? extends Hash> values)
Collection of file hashes.
|
Copyright © 2019 Google LLC. All rights reserved.