Uses of Class
com.google.cloud.securitycenter.v1.Container
-
Packages that use Container Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Container in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Container Modifier and Type Method Description ContainerContainer.Builder. build()ContainerContainer.Builder. buildPartial()ContainerFinding.Builder. getContainers(int index)Containers associated with the finding.ContainerFinding. getContainers(int index)Containers associated with the finding.ContainerFindingOrBuilder. getContainers(int index)Containers associated with the finding.ContainerKubernetes.Pod.Builder. getContainers(int index)Pod containers associated with this finding, if any.ContainerKubernetes.Pod. getContainers(int index)Pod containers associated with this finding, if any.ContainerKubernetes.PodOrBuilder. getContainers(int index)Pod containers associated with this finding, if any.static ContainerContainer. getDefaultInstance()ContainerContainer.Builder. getDefaultInstanceForType()ContainerContainer. getDefaultInstanceForType()static ContainerContainer. parseDelimitedFrom(InputStream input)static ContainerContainer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(byte[] data)static ContainerContainer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(com.google.protobuf.ByteString data)static ContainerContainer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(com.google.protobuf.CodedInputStream input)static ContainerContainer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(InputStream input)static ContainerContainer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(ByteBuffer data)static ContainerContainer. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Container Modifier and Type Method Description List<Container>Finding.Builder. getContainersList()Containers associated with the finding.List<Container>Finding. getContainersList()Containers associated with the finding.List<Container>FindingOrBuilder. getContainersList()Containers associated with the finding.List<Container>Kubernetes.Pod.Builder. 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.PodOrBuilder. getContainersList()Pod containers associated with this finding, if any.com.google.protobuf.Parser<Container>Container. getParserForType()static com.google.protobuf.Parser<Container>Container. parser()Methods in com.google.cloud.securitycenter.v1 with parameters of type Container Modifier and Type Method Description Finding.BuilderFinding.Builder. addContainers(int index, Container value)Containers associated with the finding.Finding.BuilderFinding.Builder. addContainers(Container value)Containers associated with the finding.Kubernetes.Pod.BuilderKubernetes.Pod.Builder. addContainers(int index, Container value)Pod containers associated with this finding, if any.Kubernetes.Pod.BuilderKubernetes.Pod.Builder. addContainers(Container value)Pod containers associated with this finding, if any.Container.BuilderContainer.Builder. mergeFrom(Container other)static Container.BuilderContainer. newBuilder(Container prototype)Finding.BuilderFinding.Builder. setContainers(int index, Container value)Containers associated with the finding.Kubernetes.Pod.BuilderKubernetes.Pod.Builder. setContainers(int index, Container value)Pod containers associated with this finding, if any.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type Container Modifier and Type Method Description Finding.BuilderFinding.Builder. addAllContainers(Iterable<? extends Container> values)Containers associated with the finding.Kubernetes.Pod.BuilderKubernetes.Pod.Builder. addAllContainers(Iterable<? extends Container> values)Pod containers associated with this finding, if any.
-