public static interface Kubernetes.ObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Container |
getContainers(int index)
Pod containers associated with this finding, if any.
|
int |
getContainersCount()
Pod containers associated with this finding, if any.
|
List<Container> |
getContainersList()
Pod containers associated with this finding, if any.
|
ContainerOrBuilder |
getContainersOrBuilder(int index)
Pod containers associated with this finding, if any.
|
List<? extends ContainerOrBuilder> |
getContainersOrBuilderList()
Pod containers associated with this finding, if any.
|
String |
getGroup()
Kubernetes object group, such as "policy.k8s.io/v1".
|
com.google.protobuf.ByteString |
getGroupBytes()
Kubernetes object group, such as "policy.k8s.io/v1".
|
String |
getKind()
Kubernetes object kind, such as "Namespace".
|
com.google.protobuf.ByteString |
getKindBytes()
Kubernetes object kind, such as "Namespace".
|
String |
getName()
Kubernetes object name.
|
com.google.protobuf.ByteString |
getNameBytes()
Kubernetes object name.
|
String |
getNs()
Kubernetes object namespace.
|
com.google.protobuf.ByteString |
getNsBytes()
Kubernetes object namespace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGroup()
Kubernetes object group, such as "policy.k8s.io/v1".
string group = 1;com.google.protobuf.ByteString getGroupBytes()
Kubernetes object group, such as "policy.k8s.io/v1".
string group = 1;String getKind()
Kubernetes object kind, such as "Namespace".
string kind = 2;com.google.protobuf.ByteString getKindBytes()
Kubernetes object kind, such as "Namespace".
string kind = 2;String getNs()
Kubernetes object namespace. Must be a valid DNS label. Named "ns" to avoid collision with C++ namespace keyword. For details see https://kubernetes.io/docs/tasks/administer-cluster/namespaces/.
string ns = 3;com.google.protobuf.ByteString getNsBytes()
Kubernetes object namespace. Must be a valid DNS label. Named "ns" to avoid collision with C++ namespace keyword. For details see https://kubernetes.io/docs/tasks/administer-cluster/namespaces/.
string ns = 3;String getName()
Kubernetes object name. For details see https://kubernetes.io/docs/concepts/overview/working-with-objects/names/.
string name = 4;com.google.protobuf.ByteString getNameBytes()
Kubernetes object name. For details see https://kubernetes.io/docs/concepts/overview/working-with-objects/names/.
string name = 4;List<Container> getContainersList()
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 5;Container getContainers(int index)
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 5;int getContainersCount()
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 5;List<? extends ContainerOrBuilder> getContainersOrBuilderList()
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 5;ContainerOrBuilder getContainersOrBuilder(int index)
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 5;Copyright © 2024 Google LLC. All rights reserved.