| Modifier and Type | Method and Description |
|---|---|
Container |
Container.Builder.build() |
Container |
Container.Builder.buildPartial() |
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 |
FindingOrBuilder.getContainers(int index)
Containers associated with the finding.
|
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(byte[] data) |
static Container |
Container.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(ByteBuffer data) |
static Container |
Container.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(com.google.protobuf.ByteString data) |
static Container |
Container.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(com.google.protobuf.CodedInputStream input) |
static Container |
Container.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Container |
Container.parseFrom(InputStream input) |
static Container |
Container.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
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> |
FindingOrBuilder.getContainersList()
Containers associated with the finding.
|
List<Container> |
Finding.getContainersList()
Containers associated with the finding.
|
List<Container> |
Finding.Builder.getContainersList()
Containers associated with the finding.
|
com.google.protobuf.Parser<Container> |
Container.getParserForType() |
static com.google.protobuf.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 © 2024 Google LLC. All rights reserved.