Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
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,
ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(byte[] data) |
static Process |
Process.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(ByteBuffer data) |
static Process |
Process.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(ByteString data) |
static Process |
Process.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(CodedInputStream input) |
static Process |
Process.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(InputStream input) |
static Process |
Process.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
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 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 © 2022 Google LLC. All rights reserved.