Uses of Interface
com.google.cloud.securitycenter.v1.ContainerOrBuilder
-
Packages that use ContainerOrBuilder Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of ContainerOrBuilder in com.google.cloud.securitycenter.v1
Classes in com.google.cloud.securitycenter.v1 that implement ContainerOrBuilder Modifier and Type Class Description class
Container
Container associated with the finding.static class
Container.Builder
Container associated with the finding.Methods in com.google.cloud.securitycenter.v1 that return ContainerOrBuilder Modifier and Type Method Description ContainerOrBuilder
Finding.Builder. getContainersOrBuilder(int index)
Containers associated with the finding.ContainerOrBuilder
Finding. getContainersOrBuilder(int index)
Containers associated with the finding.ContainerOrBuilder
FindingOrBuilder. getContainersOrBuilder(int index)
Containers associated with the finding.ContainerOrBuilder
Kubernetes.Pod.Builder. getContainersOrBuilder(int index)
Pod containers associated with this finding, if any.ContainerOrBuilder
Kubernetes.Pod. getContainersOrBuilder(int index)
Pod containers associated with this finding, if any.ContainerOrBuilder
Kubernetes.PodOrBuilder. getContainersOrBuilder(int index)
Pod containers associated with this finding, if any.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type ContainerOrBuilder Modifier and Type Method Description List<? extends ContainerOrBuilder>
Finding.Builder. getContainersOrBuilderList()
Containers associated with the finding.List<? extends ContainerOrBuilder>
Finding. getContainersOrBuilderList()
Containers associated with the finding.List<? extends ContainerOrBuilder>
FindingOrBuilder. getContainersOrBuilderList()
Containers associated with the finding.List<? extends ContainerOrBuilder>
Kubernetes.Pod.Builder. getContainersOrBuilderList()
Pod containers associated with this finding, if any.List<? extends ContainerOrBuilder>
Kubernetes.Pod. getContainersOrBuilderList()
Pod containers associated with this finding, if any.List<? extends ContainerOrBuilder>
Kubernetes.PodOrBuilder. getContainersOrBuilderList()
Pod containers associated with this finding, if any.
-