Uses of Interface
com.google.cloud.securitycenter.v1.ProcessOrBuilder
-
Packages that use ProcessOrBuilder Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of ProcessOrBuilder in com.google.cloud.securitycenter.v1
Classes in com.google.cloud.securitycenter.v1 that implement ProcessOrBuilder Modifier and Type Class Description class
Process
Represents an operating system process.static class
Process.Builder
Represents an operating system process.Methods in com.google.cloud.securitycenter.v1 that return ProcessOrBuilder Modifier and Type Method Description ProcessOrBuilder
Finding.Builder. getProcessesOrBuilder(int index)
Represents operating system processes associated with the Finding.ProcessOrBuilder
Finding. getProcessesOrBuilder(int index)
Represents operating system processes associated with the Finding.ProcessOrBuilder
FindingOrBuilder. getProcessesOrBuilder(int index)
Represents operating system processes associated with the Finding.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type ProcessOrBuilder Modifier and Type Method Description List<? extends ProcessOrBuilder>
Finding.Builder. getProcessesOrBuilderList()
Represents operating system processes associated with the Finding.List<? extends ProcessOrBuilder>
Finding. getProcessesOrBuilderList()
Represents operating system processes associated with the Finding.List<? extends ProcessOrBuilder>
FindingOrBuilder. getProcessesOrBuilderList()
Represents operating system processes associated with the Finding.
-