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 Container
Container.Builder. build()
Container
Container.Builder. buildPartial()
Container
Finding.Builder. getContainers(int index)
Containers associated with the finding.Container
Finding. getContainers(int index)
Containers associated with the finding.Container
FindingOrBuilder. getContainers(int index)
Containers associated with the finding.Container
Kubernetes.Pod.Builder. getContainers(int index)
Pod containers associated with this finding, if any.Container
Kubernetes.Pod. getContainers(int index)
Pod containers associated with this finding, if any.Container
Kubernetes.PodOrBuilder. getContainers(int index)
Pod containers associated with this finding, if any.static Container
Container. getDefaultInstance()
Container
Container.Builder. getDefaultInstanceForType()
Container
Container. getDefaultInstanceForType()
static Container
Container. parseDelimitedFrom(InputStream input)
static Container
Container. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(byte[] data)
static Container
Container. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(com.google.protobuf.ByteString data)
static Container
Container. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(com.google.protobuf.CodedInputStream input)
static Container
Container. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(InputStream input)
static Container
Container. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(ByteBuffer data)
static Container
Container. 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.Builder
Finding.Builder. addContainers(int index, Container value)
Containers associated with the finding.Finding.Builder
Finding.Builder. addContainers(Container value)
Containers associated with the finding.Kubernetes.Pod.Builder
Kubernetes.Pod.Builder. addContainers(int index, Container value)
Pod containers associated with this finding, if any.Kubernetes.Pod.Builder
Kubernetes.Pod.Builder. addContainers(Container value)
Pod containers associated with this finding, if any.Container.Builder
Container.Builder. mergeFrom(Container other)
static Container.Builder
Container. newBuilder(Container prototype)
Finding.Builder
Finding.Builder. setContainers(int index, Container value)
Containers associated with the finding.Kubernetes.Pod.Builder
Kubernetes.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.Builder
Finding.Builder. addAllContainers(Iterable<? extends Container> values)
Containers associated with the finding.Kubernetes.Pod.Builder
Kubernetes.Pod.Builder. addAllContainers(Iterable<? extends Container> values)
Pod containers associated with this finding, if any.
-