Uses of Class
com.google.cloud.securitycenter.v1.File
-
Packages that use File Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of File in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return File Modifier and Type Method Description FileFile.Builder. build()FileFile.Builder. buildPartial()FileProcess.Builder. getBinary()File information for the process executable.FileProcess. getBinary()File information for the process executable.FileProcessOrBuilder. getBinary()File information for the process executable.static FileFile. getDefaultInstance()FileFile.Builder. getDefaultInstanceForType()FileFile. getDefaultInstanceForType()FileFinding.Builder. getFiles(int index)File associated with the finding.FileFinding. getFiles(int index)File associated with the finding.FileFindingOrBuilder. getFiles(int index)File associated with the finding.FileProcess.Builder. getLibraries(int index)File information for libraries loaded by the process.FileProcess. getLibraries(int index)File information for libraries loaded by the process.FileProcessOrBuilder. getLibraries(int index)File information for libraries loaded by the process.FileProcess.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.FileProcess. 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.FileProcessOrBuilder. 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 FileFile. parseDelimitedFrom(InputStream input)static FileFile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileFile. parseFrom(byte[] data)static FileFile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileFile. parseFrom(com.google.protobuf.ByteString data)static FileFile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileFile. parseFrom(com.google.protobuf.CodedInputStream input)static FileFile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileFile. parseFrom(InputStream input)static FileFile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileFile. parseFrom(ByteBuffer data)static FileFile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type File Modifier and Type Method Description List<File>Finding.Builder. getFilesList()File associated with the finding.List<File>Finding. getFilesList()File associated with the finding.List<File>FindingOrBuilder. getFilesList()File associated with the finding.List<File>Process.Builder. getLibrariesList()File information for libraries loaded by the process.List<File>Process. 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()Methods in com.google.cloud.securitycenter.v1 with parameters of type File Modifier and Type Method Description Finding.BuilderFinding.Builder. addFiles(int index, File value)File associated with the finding.Finding.BuilderFinding.Builder. addFiles(File value)File associated with the finding.Process.BuilderProcess.Builder. addLibraries(int index, File value)File information for libraries loaded by the process.Process.BuilderProcess.Builder. addLibraries(File value)File information for libraries loaded by the process.Process.BuilderProcess.Builder. mergeBinary(File value)File information for the process executable.File.BuilderFile.Builder. mergeFrom(File other)Process.BuilderProcess.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.BuilderFile. newBuilder(File prototype)Process.BuilderProcess.Builder. setBinary(File value)File information for the process executable.Finding.BuilderFinding.Builder. setFiles(int index, File value)File associated with the finding.Process.BuilderProcess.Builder. setLibraries(int index, File value)File information for libraries loaded by the process.Process.BuilderProcess.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.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type File Modifier and Type Method Description Finding.BuilderFinding.Builder. addAllFiles(Iterable<? extends File> values)File associated with the finding.Process.BuilderProcess.Builder. addAllLibraries(Iterable<? extends File> values)File information for libraries loaded by the process.
-