Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
Container |
Container.Builder.build() |
Container |
Container.Builder.buildPartial() |
Container |
FindingOrBuilder.getContainers(int index)
Containers associated with the finding.
|
Container |
Kubernetes.PodOrBuilder.getContainers(int index)
Pod containers associated with this finding, if any.
|
Container |
Kubernetes.Pod.getContainers(int index)
Pod containers associated with this finding, if any.
|
Container |
Kubernetes.Pod.Builder.getContainers(int index)
Pod containers associated with this finding, if any.
|
Container |
Finding.getContainers(int index)
Containers associated with the finding.
|
Container |
Finding.Builder.getContainers(int index)
Containers associated with the finding.
|
static Container |
Container.getDefaultInstance() |
Container |
Container.getDefaultInstanceForType() |
Container |
Container.Builder.getDefaultInstanceForType() |
static Container |
Container.parseDelimitedFrom(InputStream input) |
static Container |
Container.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(byte[] data) |
static Container |
Container.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(ByteBuffer data) |
static Container |
Container.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(ByteString data) |
static Container |
Container.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(CodedInputStream input) |
static Container |
Container.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(InputStream input) |
static Container |
Container.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Container> |
FindingOrBuilder.getContainersList()
Containers associated with the finding.
|
List<Container> |
Kubernetes.PodOrBuilder.getContainersList()
Pod containers associated with this finding, if any.
|
List<Container> |
Kubernetes.Pod.getContainersList()
Pod containers associated with this finding, if any.
|
List<Container> |
Kubernetes.Pod.Builder.getContainersList()
Pod containers associated with this finding, if any.
|
List<Container> |
Finding.getContainersList()
Containers associated with the finding.
|
List<Container> |
Finding.Builder.getContainersList()
Containers associated with the finding.
|
Parser<Container> |
Container.getParserForType() |
static Parser<Container> |
Container.parser() |
Modifier and Type | Method and Description |
---|---|
Kubernetes.Pod.Builder |
Kubernetes.Pod.Builder.addContainers(Container value)
Pod containers associated with this finding, if any.
|
Finding.Builder |
Finding.Builder.addContainers(Container value)
Containers associated with the finding.
|
Kubernetes.Pod.Builder |
Kubernetes.Pod.Builder.addContainers(int index,
Container value)
Pod containers associated with this finding, if any.
|
Finding.Builder |
Finding.Builder.addContainers(int index,
Container value)
Containers associated with the finding.
|
Container.Builder |
Container.Builder.mergeFrom(Container other) |
static Container.Builder |
Container.newBuilder(Container prototype) |
Kubernetes.Pod.Builder |
Kubernetes.Pod.Builder.setContainers(int index,
Container value)
Pod containers associated with this finding, if any.
|
Finding.Builder |
Finding.Builder.setContainers(int index,
Container value)
Containers associated with the finding.
|
Modifier and Type | Method and Description |
---|---|
Kubernetes.Pod.Builder |
Kubernetes.Pod.Builder.addAllContainers(Iterable<? extends Container> values)
Pod containers associated with this finding, if any.
|
Finding.Builder |
Finding.Builder.addAllContainers(Iterable<? extends Container> values)
Containers associated with the finding.
|
Copyright © 2022 Google LLC. All rights reserved.