Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Class and Description |
---|---|
class |
File
File information about the related binary/library used by an executable, or
the script used by a script interpreter
|
static class |
File.Builder
File information about the related binary/library used by an executable, or
the script used by a script interpreter
|
Modifier and Type | Method and Description |
---|---|
FileOrBuilder |
Process.getBinaryOrBuilder()
File information for the process executable.
|
FileOrBuilder |
Process.Builder.getBinaryOrBuilder()
File information for the process executable.
|
FileOrBuilder |
ProcessOrBuilder.getBinaryOrBuilder()
File information for the process executable.
|
FileOrBuilder |
Process.getLibrariesOrBuilder(int index)
File information for libraries loaded by the process.
|
FileOrBuilder |
Process.Builder.getLibrariesOrBuilder(int index)
File information for libraries loaded by the process.
|
FileOrBuilder |
ProcessOrBuilder.getLibrariesOrBuilder(int index)
File information for libraries loaded by the process.
|
FileOrBuilder |
Process.getScriptOrBuilder()
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.
|
FileOrBuilder |
Process.Builder.getScriptOrBuilder()
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.
|
FileOrBuilder |
ProcessOrBuilder.getScriptOrBuilder()
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 |
---|---|
List<? extends FileOrBuilder> |
Process.getLibrariesOrBuilderList()
File information for libraries loaded by the process.
|
List<? extends FileOrBuilder> |
Process.Builder.getLibrariesOrBuilderList()
File information for libraries loaded by the process.
|
List<? extends FileOrBuilder> |
ProcessOrBuilder.getLibrariesOrBuilderList()
File information for libraries loaded by the process.
|
Copyright © 2022 Google LLC. All rights reserved.