| Modifier and Type | Method and Description |
|---|---|
File.Builder |
Finding.Builder.addFilesBuilder()
File associated with the finding.
|
File.Builder |
Finding.Builder.addFilesBuilder(int index)
File associated with the finding.
|
File.Builder |
Process.Builder.addLibrariesBuilder()
File information for libraries loaded by the process.
|
File.Builder |
Process.Builder.addLibrariesBuilder(int index)
File information for libraries loaded by the process.
|
File.Builder |
File.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
File.Builder |
File.Builder.clear() |
File.Builder |
File.Builder.clearContents()
Prefix of the file contents as a JSON-encoded string.
|
File.Builder |
File.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
File.Builder |
File.Builder.clearHashedSize()
The length in bytes of the file prefix that was hashed.
|
File.Builder |
File.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
File.Builder |
File.Builder.clearPartiallyHashed()
True when the hash covers only a prefix of the file.
|
File.Builder |
File.Builder.clearPath()
Absolute path of the file as a JSON encoded string.
|
File.Builder |
File.Builder.clearSha256()
SHA256 hash of the first hashed_size bytes of the file encoded as a
hex string.
|
File.Builder |
File.Builder.clearSize()
Size of the file in bytes.
|
File.Builder |
File.Builder.clone() |
File.Builder |
Process.Builder.getBinaryBuilder()
File information for the process executable.
|
File.Builder |
Finding.Builder.getFilesBuilder(int index)
File associated with the finding.
|
File.Builder |
Process.Builder.getLibrariesBuilder(int index)
File information for libraries loaded by the process.
|
File.Builder |
Process.Builder.getScriptBuilder()
When the process represents the invocation of a script, `binary` provides
information about the interpreter, while `script` provides information
about the script file provided to the interpreter.
|
File.Builder |
File.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
File.Builder |
File.Builder.mergeFrom(File other) |
File.Builder |
File.Builder.mergeFrom(com.google.protobuf.Message other) |
File.Builder |
File.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static File.Builder |
File.newBuilder() |
static File.Builder |
File.newBuilder(File prototype) |
File.Builder |
File.newBuilderForType() |
protected File.Builder |
File.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
File.Builder |
File.Builder.setContents(String value)
Prefix of the file contents as a JSON-encoded string.
|
File.Builder |
File.Builder.setContentsBytes(com.google.protobuf.ByteString value)
Prefix of the file contents as a JSON-encoded string.
|
File.Builder |
File.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
File.Builder |
File.Builder.setHashedSize(long value)
The length in bytes of the file prefix that was hashed.
|
File.Builder |
File.Builder.setPartiallyHashed(boolean value)
True when the hash covers only a prefix of the file.
|
File.Builder |
File.Builder.setPath(String value)
Absolute path of the file as a JSON encoded string.
|
File.Builder |
File.Builder.setPathBytes(com.google.protobuf.ByteString value)
Absolute path of the file as a JSON encoded string.
|
File.Builder |
File.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
File.Builder |
File.Builder.setSha256(String value)
SHA256 hash of the first hashed_size bytes of the file encoded as a
hex string.
|
File.Builder |
File.Builder.setSha256Bytes(com.google.protobuf.ByteString value)
SHA256 hash of the first hashed_size bytes of the file encoded as a
hex string.
|
File.Builder |
File.Builder.setSize(long value)
Size of the file in bytes.
|
File.Builder |
File.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
File.Builder |
File.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<File.Builder> |
Finding.Builder.getFilesBuilderList()
File associated with the finding.
|
List<File.Builder> |
Process.Builder.getLibrariesBuilderList()
File information for libraries loaded by the process.
|
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.addFiles(File.Builder builderForValue)
File associated with the finding.
|
Finding.Builder |
Finding.Builder.addFiles(int index,
File.Builder builderForValue)
File associated with the finding.
|
Process.Builder |
Process.Builder.addLibraries(File.Builder builderForValue)
File information for libraries loaded by the process.
|
Process.Builder |
Process.Builder.addLibraries(int index,
File.Builder builderForValue)
File information for libraries loaded by the process.
|
Process.Builder |
Process.Builder.setBinary(File.Builder builderForValue)
File information for the process executable.
|
Finding.Builder |
Finding.Builder.setFiles(int index,
File.Builder builderForValue)
File associated with the finding.
|
Process.Builder |
Process.Builder.setLibraries(int index,
File.Builder builderForValue)
File information for libraries loaded by the process.
|
Process.Builder |
Process.Builder.setScript(File.Builder builderForValue)
When the process represents the invocation of a script, `binary` provides
information about the interpreter, while `script` provides information
about the script file provided to the interpreter.
|
Copyright © 2024 Google LLC. All rights reserved.