| Modifier and Type | Method and Description |
|---|---|
Process |
Process.Builder.build() |
Process |
Process.Builder.buildPartial() |
static Process |
Process.getDefaultInstance() |
Process |
Process.getDefaultInstanceForType() |
Process |
Process.Builder.getDefaultInstanceForType() |
Process |
FindingOrBuilder.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 |
Finding.Builder.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(ByteBuffer data) |
static Process |
Process.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Process> |
Process.getParserForType() |
List<Process> |
FindingOrBuilder.getProcessesList()
Represents operating system processes associated with the Finding.
|
List<Process> |
Finding.getProcessesList()
Represents operating system processes associated with the Finding.
|
List<Process> |
Finding.Builder.getProcessesList()
Represents operating system processes associated with the Finding.
|
static com.google.protobuf.Parser<Process> |
Process.parser() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.addAllProcesses(Iterable<? extends Process> values)
Represents operating system processes associated with the Finding.
|
Copyright © 2024 Google LLC. All rights reserved.