Uses of Class
com.google.cloud.securitycenter.v1.Process
-
Packages that use Process Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Process in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Process Modifier and Type Method Description Process
Process.Builder. build()
Process
Process.Builder. buildPartial()
static Process
Process. getDefaultInstance()
Process
Process.Builder. getDefaultInstanceForType()
Process
Process. getDefaultInstanceForType()
Process
Finding.Builder. getProcesses(int index)
Represents operating system processes associated with the Finding.Process
Finding. getProcesses(int index)
Represents operating system processes associated with the Finding.Process
FindingOrBuilder. getProcesses(int index)
Represents operating system processes associated with the Finding.static Process
Process. parseDelimitedFrom(InputStream input)
static Process
Process. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Process
Process. parseFrom(byte[] data)
static Process
Process. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Process
Process. parseFrom(com.google.protobuf.ByteString data)
static Process
Process. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Process
Process. parseFrom(com.google.protobuf.CodedInputStream input)
static Process
Process. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Process
Process. parseFrom(InputStream input)
static Process
Process. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Process
Process. parseFrom(ByteBuffer data)
static Process
Process. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Process Modifier and Type Method Description com.google.protobuf.Parser<Process>
Process. getParserForType()
List<Process>
Finding.Builder. getProcessesList()
Represents operating system processes associated with the Finding.List<Process>
Finding. getProcessesList()
Represents operating system processes associated with the Finding.List<Process>
FindingOrBuilder. getProcessesList()
Represents operating system processes associated with the Finding.static com.google.protobuf.Parser<Process>
Process. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Process Modifier and Type Method Description Finding.Builder
Finding.Builder. addProcesses(int index, Process value)
Represents operating system processes associated with the Finding.Finding.Builder
Finding.Builder. addProcesses(Process value)
Represents operating system processes associated with the Finding.Process.Builder
Process.Builder. mergeFrom(Process other)
static Process.Builder
Process. newBuilder(Process prototype)
Finding.Builder
Finding.Builder. setProcesses(int index, Process value)
Represents operating system processes associated with the Finding.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type Process Modifier and Type Method Description Finding.Builder
Finding.Builder. addAllProcesses(Iterable<? extends Process> values)
Represents operating system processes associated with the Finding.
-