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 classFileFile information about the related binary/library used by an executable, or the script used by a script interpreterstatic classFile.BuilderFile 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 FileOrBuilderProcess.Builder. getBinaryOrBuilder()File information for the process executable.FileOrBuilderProcess. getBinaryOrBuilder()File information for the process executable.FileOrBuilderProcessOrBuilder. getBinaryOrBuilder()File information for the process executable.FileOrBuilderFinding.Builder. getFilesOrBuilder(int index)File associated with the finding.FileOrBuilderFinding. getFilesOrBuilder(int index)File associated with the finding.FileOrBuilderFindingOrBuilder. getFilesOrBuilder(int index)File associated with the finding.FileOrBuilderProcess.Builder. getLibrariesOrBuilder(int index)File information for libraries loaded by the process.FileOrBuilderProcess. getLibrariesOrBuilder(int index)File information for libraries loaded by the process.FileOrBuilderProcessOrBuilder. getLibrariesOrBuilder(int index)File information for libraries loaded by the process.FileOrBuilderProcess.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.FileOrBuilderProcess. 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.FileOrBuilderProcessOrBuilder. 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.
-