Uses of Class
com.google.cloud.securitycenter.v1.Label
-
Packages that use Label Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Label in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Label Modifier and Type Method Description Label
Label.Builder. build()
Label
Label.Builder. buildPartial()
static Label
Label. getDefaultInstance()
Label
Label.Builder. getDefaultInstanceForType()
Label
Label. getDefaultInstanceForType()
Label
Container.Builder. getLabels(int index)
Container labels, as provided by the container runtime.Label
Container. getLabels(int index)
Container labels, as provided by the container runtime.Label
ContainerOrBuilder. getLabels(int index)
Container labels, as provided by the container runtime.Label
Kubernetes.Pod.Builder. getLabels(int index)
Pod labels.Label
Kubernetes.Pod. getLabels(int index)
Pod labels.Label
Kubernetes.PodOrBuilder. getLabels(int index)
Pod labels.static Label
Label. parseDelimitedFrom(InputStream input)
static Label
Label. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Label
Label. parseFrom(byte[] data)
static Label
Label. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Label
Label. parseFrom(com.google.protobuf.ByteString data)
static Label
Label. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Label
Label. parseFrom(com.google.protobuf.CodedInputStream input)
static Label
Label. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Label
Label. parseFrom(InputStream input)
static Label
Label. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Label
Label. parseFrom(ByteBuffer data)
static Label
Label. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Label Modifier and Type Method Description List<Label>
Container.Builder. getLabelsList()
Container labels, as provided by the container runtime.List<Label>
Container. getLabelsList()
Container labels, as provided by the container runtime.List<Label>
ContainerOrBuilder. getLabelsList()
Container labels, as provided by the container runtime.List<Label>
Kubernetes.Pod.Builder. getLabelsList()
Pod labels.List<Label>
Kubernetes.Pod. getLabelsList()
Pod labels.List<Label>
Kubernetes.PodOrBuilder. getLabelsList()
Pod labels.com.google.protobuf.Parser<Label>
Label. getParserForType()
static com.google.protobuf.Parser<Label>
Label. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Label Modifier and Type Method Description Container.Builder
Container.Builder. addLabels(int index, Label value)
Container labels, as provided by the container runtime.Container.Builder
Container.Builder. addLabels(Label value)
Container labels, as provided by the container runtime.Kubernetes.Pod.Builder
Kubernetes.Pod.Builder. addLabels(int index, Label value)
Pod labels.Kubernetes.Pod.Builder
Kubernetes.Pod.Builder. addLabels(Label value)
Pod labels.Label.Builder
Label.Builder. mergeFrom(Label other)
static Label.Builder
Label. newBuilder(Label prototype)
Container.Builder
Container.Builder. setLabels(int index, Label value)
Container labels, as provided by the container runtime.Kubernetes.Pod.Builder
Kubernetes.Pod.Builder. setLabels(int index, Label value)
Pod labels.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type Label Modifier and Type Method Description Container.Builder
Container.Builder. addAllLabels(Iterable<? extends Label> values)
Container labels, as provided by the container runtime.Kubernetes.Pod.Builder
Kubernetes.Pod.Builder. addAllLabels(Iterable<? extends Label> values)
Pod labels.
-