| Modifier and Type | Method and Description |
|---|---|
File |
File.Builder.build() |
File |
File.Builder.buildPartial() |
File |
Process.getBinary()
File information for the process executable.
|
File |
Process.Builder.getBinary()
File information for the process executable.
|
File |
ProcessOrBuilder.getBinary()
File information for the process executable.
|
static File |
File.getDefaultInstance() |
File |
File.getDefaultInstanceForType() |
File |
File.Builder.getDefaultInstanceForType() |
File |
FindingOrBuilder.getFiles(int index)
File associated with the finding.
|
File |
Finding.getFiles(int index)
File associated with the finding.
|
File |
Finding.Builder.getFiles(int index)
File associated with the finding.
|
File |
Process.getLibraries(int index)
File information for libraries loaded by the process.
|
File |
Process.Builder.getLibraries(int index)
File information for libraries loaded by the process.
|
File |
ProcessOrBuilder.getLibraries(int index)
File information for libraries loaded by the process.
|
File |
Process.getScript()
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 |
Process.Builder.getScript()
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 |
ProcessOrBuilder.getScript()
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.
|
static File |
File.parseDelimitedFrom(InputStream input) |
static File |
File.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File |
File.parseFrom(byte[] data) |
static File |
File.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File |
File.parseFrom(ByteBuffer data) |
static File |
File.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File |
File.parseFrom(com.google.protobuf.ByteString data) |
static File |
File.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File |
File.parseFrom(com.google.protobuf.CodedInputStream input) |
static File |
File.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File |
File.parseFrom(InputStream input) |
static File |
File.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
FindingOrBuilder.getFilesList()
File associated with the finding.
|
List<File> |
Finding.getFilesList()
File associated with the finding.
|
List<File> |
Finding.Builder.getFilesList()
File associated with the finding.
|
List<File> |
Process.getLibrariesList()
File information for libraries loaded by the process.
|
List<File> |
Process.Builder.getLibrariesList()
File information for libraries loaded by the process.
|
List<File> |
ProcessOrBuilder.getLibrariesList()
File information for libraries loaded by the process.
|
com.google.protobuf.Parser<File> |
File.getParserForType() |
static com.google.protobuf.Parser<File> |
File.parser() |
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.addFiles(File value)
File associated with the finding.
|
Finding.Builder |
Finding.Builder.addFiles(int index,
File value)
File associated with the finding.
|
Process.Builder |
Process.Builder.addLibraries(File value)
File information for libraries loaded by the process.
|
Process.Builder |
Process.Builder.addLibraries(int index,
File value)
File information for libraries loaded by the process.
|
Process.Builder |
Process.Builder.mergeBinary(File value)
File information for the process executable.
|
File.Builder |
File.Builder.mergeFrom(File other) |
Process.Builder |
Process.Builder.mergeScript(File value)
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.
|
static File.Builder |
File.newBuilder(File prototype) |
Process.Builder |
Process.Builder.setBinary(File value)
File information for the process executable.
|
Finding.Builder |
Finding.Builder.setFiles(int index,
File value)
File associated with the finding.
|
Process.Builder |
Process.Builder.setLibraries(int index,
File value)
File information for libraries loaded by the process.
|
Process.Builder |
Process.Builder.setScript(File value)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.addAllFiles(Iterable<? extends File> values)
File associated with the finding.
|
Process.Builder |
Process.Builder.addAllLibraries(Iterable<? extends File> values)
File information for libraries loaded by the process.
|
Copyright © 2024 Google LLC. All rights reserved.