Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
FileHashes |
FileHashes.Builder.build() |
FileHashes |
FileHashes.Builder.buildPartial() |
static FileHashes |
FileHashes.getDefaultInstance() |
FileHashes |
FileHashes.getDefaultInstanceForType() |
FileHashes |
FileHashes.Builder.getDefaultInstanceForType() |
FileHashes |
SourceOrBuilder.getFileHashesOrDefault(String key,
FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
FileHashes |
Source.getFileHashesOrDefault(String key,
FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
FileHashes |
Source.Builder.getFileHashesOrDefault(String key,
FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
FileHashes |
SourceOrBuilder.getFileHashesOrThrow(String key)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
FileHashes |
Source.getFileHashesOrThrow(String key)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
FileHashes |
Source.Builder.getFileHashesOrThrow(String key)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
static FileHashes |
FileHashes.parseDelimitedFrom(InputStream input) |
static FileHashes |
FileHashes.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static FileHashes |
FileHashes.parseFrom(byte[] data) |
static FileHashes |
FileHashes.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static FileHashes |
FileHashes.parseFrom(ByteBuffer data) |
static FileHashes |
FileHashes.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static FileHashes |
FileHashes.parseFrom(ByteString data) |
static FileHashes |
FileHashes.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static FileHashes |
FileHashes.parseFrom(CodedInputStream input) |
static FileHashes |
FileHashes.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static FileHashes |
FileHashes.parseFrom(InputStream input) |
static FileHashes |
FileHashes.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,FileHashes> |
SourceOrBuilder.getFileHashes()
Deprecated.
|
Map<String,FileHashes> |
Source.getFileHashes()
Deprecated.
|
Map<String,FileHashes> |
Source.Builder.getFileHashes()
Deprecated.
|
Map<String,FileHashes> |
SourceOrBuilder.getFileHashesMap()
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
Map<String,FileHashes> |
Source.getFileHashesMap()
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
Map<String,FileHashes> |
Source.Builder.getFileHashesMap()
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
Map<String,FileHashes> |
Source.Builder.getMutableFileHashes()
Deprecated.
|
Parser<FileHashes> |
FileHashes.getParserForType() |
static Parser<FileHashes> |
FileHashes.parser() |
Modifier and Type | Method and Description |
---|---|
FileHashes |
SourceOrBuilder.getFileHashesOrDefault(String key,
FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
FileHashes |
Source.getFileHashesOrDefault(String key,
FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
FileHashes |
Source.Builder.getFileHashesOrDefault(String key,
FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
FileHashes.Builder |
FileHashes.Builder.mergeFrom(FileHashes other) |
static FileHashes.Builder |
FileHashes.newBuilder(FileHashes prototype) |
Source.Builder |
Source.Builder.putFileHashes(String key,
FileHashes value)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
Modifier and Type | Method and Description |
---|---|
Source.Builder |
Source.Builder.putAllFileHashes(Map<String,FileHashes> values)
Hash(es) of the build source, which can be used to verify that the original
source integrity was maintained in the build.
|
Copyright © 2019 Google LLC. All rights reserved.