Uses of Interface
com.google.cloud.securitycenter.v1.FileOrBuilder
-
Packages that use FileOrBuilder Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of FileOrBuilder in com.google.cloud.securitycenter.v1
Classes in com.google.cloud.securitycenter.v1 that implement FileOrBuilder Modifier and Type Class Description class
File
File information about the related binary/library used by an executable, or the script used by a script interpreterstatic class
File.Builder
File information about the related binary/library used by an executable, or the script used by a script interpreterMethods in com.google.cloud.securitycenter.v1 that return FileOrBuilder Modifier and Type Method Description FileOrBuilder
Process.Builder. getBinaryOrBuilder()
File information for the process executable.FileOrBuilder
Process. getBinaryOrBuilder()
File information for the process executable.FileOrBuilder
ProcessOrBuilder. getBinaryOrBuilder()
File information for the process executable.FileOrBuilder
Finding.Builder. getFilesOrBuilder(int index)
File associated with the finding.FileOrBuilder
Finding. getFilesOrBuilder(int index)
File associated with the finding.FileOrBuilder
FindingOrBuilder. getFilesOrBuilder(int index)
File associated with the finding.FileOrBuilder
Process.Builder. getLibrariesOrBuilder(int index)
File information for libraries loaded by the process.FileOrBuilder
Process. 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.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
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
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.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type FileOrBuilder Modifier and Type Method Description List<? extends FileOrBuilder>
Finding.Builder. getFilesOrBuilderList()
File associated with the finding.List<? extends FileOrBuilder>
Finding. getFilesOrBuilderList()
File associated with the finding.List<? extends FileOrBuilder>
FindingOrBuilder. getFilesOrBuilderList()
File associated with the finding.List<? extends FileOrBuilder>
Process.Builder. getLibrariesOrBuilderList()
File information for libraries loaded by the process.List<? extends FileOrBuilder>
Process. getLibrariesOrBuilderList()
File information for libraries loaded by the process.List<? extends FileOrBuilder>
ProcessOrBuilder. getLibrariesOrBuilderList()
File information for libraries loaded by the process.
-