public static interface Kubernetes.PodOrBuilder extends 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.
|
Label |
getLabels(int index)
Pod labels.
|
int |
getLabelsCount()
Pod labels.
|
List<Label> |
getLabelsList()
Pod labels.
|
LabelOrBuilder |
getLabelsOrBuilder(int index)
Pod labels.
|
List<? extends LabelOrBuilder> |
getLabelsOrBuilderList()
Pod labels.
|
String |
getName()
Kubernetes Pod name.
|
ByteString |
getNameBytes()
Kubernetes Pod name.
|
String |
getNs()
Kubernetes Pod namespace.
|
ByteString |
getNsBytes()
Kubernetes Pod namespace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getNs()
Kubernetes Pod namespace.
string ns = 1;
ByteString getNsBytes()
Kubernetes Pod namespace.
string ns = 1;
String getName()
Kubernetes Pod name.
string name = 2;
ByteString getNameBytes()
Kubernetes Pod name.
string name = 2;
List<Label> getLabelsList()
Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
Label getLabels(int index)
Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
int getLabelsCount()
Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
List<? extends LabelOrBuilder> getLabelsOrBuilderList()
Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
LabelOrBuilder getLabelsOrBuilder(int index)
Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
List<Container> getContainersList()
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
Container getContainers(int index)
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
int getContainersCount()
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
List<? extends ContainerOrBuilder> getContainersOrBuilderList()
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
ContainerOrBuilder getContainersOrBuilder(int index)
Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
Copyright © 2022 Google LLC. All rights reserved.