public static interface Kubernetes.PodOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContainers(int index)
public abstract Container getContainers(int index)Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
| Name | Description |
| index | int |
| Type | Description |
| Container |
getContainersCount()
public abstract int getContainersCount()Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
| Type | Description |
| int |
getContainersList()
public abstract List<Container> getContainersList()Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
| Type | Description |
| List<Container> |
getContainersOrBuilder(int index)
public abstract ContainerOrBuilder getContainersOrBuilder(int index)Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
| Name | Description |
| index | int |
| Type | Description |
| ContainerOrBuilder |
getContainersOrBuilderList()
public abstract List<? extends ContainerOrBuilder> getContainersOrBuilderList()Pod containers associated with this finding, if any.
repeated .google.cloud.securitycenter.v1.Container containers = 4;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.ContainerOrBuilder> |
getLabels(int index)
public abstract Label getLabels(int index)Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
| Name | Description |
| index | int |
| Type | Description |
| Label |
getLabelsCount()
public abstract int getLabelsCount()Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
| Type | Description |
| int |
getLabelsList()
public abstract List<Label> getLabelsList()Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
| Type | Description |
| List<Label> |
getLabelsOrBuilder(int index)
public abstract LabelOrBuilder getLabelsOrBuilder(int index)Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
| Name | Description |
| index | int |
| Type | Description |
| LabelOrBuilder |
getLabelsOrBuilderList()
public abstract List<? extends LabelOrBuilder> getLabelsOrBuilderList()Pod labels. For Kubernetes containers, these are applied to the container.
repeated .google.cloud.securitycenter.v1.Label labels = 3;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.LabelOrBuilder> |
getName()
public abstract String getName()Kubernetes Pod name.
string name = 2;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Kubernetes Pod name.
string name = 2;
| Type | Description |
| ByteString | The bytes for name. |
getNs()
public abstract String getNs()Kubernetes Pod namespace.
string ns = 1;
| Type | Description |
| String | The ns. |
getNsBytes()
public abstract ByteString getNsBytes()Kubernetes Pod namespace.
string ns = 1;
| Type | Description |
| ByteString | The bytes for ns. |