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 File
File.Builder. build()
File
File.Builder. buildPartial()
File
Process.Builder. getBinary()
File information for the process executable.File
Process. getBinary()
File information for the process executable.File
ProcessOrBuilder. getBinary()
File information for the process executable.static File
File. getDefaultInstance()
File
File.Builder. getDefaultInstanceForType()
File
File. getDefaultInstanceForType()
File
Finding.Builder. getFiles(int index)
File associated with the finding.File
Finding. getFiles(int index)
File associated with the finding.File
FindingOrBuilder. getFiles(int index)
File associated with the finding.File
Process.Builder. getLibraries(int index)
File information for libraries loaded by the process.File
Process. 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.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
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
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(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)
static File
File. parseFrom(ByteBuffer data)
static File
File. 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.Builder
Finding.Builder. addFiles(int index, File value)
File associated with the finding.Finding.Builder
Finding.Builder. addFiles(File value)
File associated with the finding.Process.Builder
Process.Builder. addLibraries(int index, File value)
File information for libraries loaded by the process.Process.Builder
Process.Builder. addLibraries(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.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type File Modifier and Type Method 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.
-