public interface ContainerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getImageId()
Optional container image ID, if provided by the container runtime.
|
com.google.protobuf.ByteString |
getImageIdBytes()
Optional container image ID, if provided by the container runtime.
|
Label |
getLabels(int index)
Container labels, as provided by the container runtime.
|
int |
getLabelsCount()
Container labels, as provided by the container runtime.
|
List<Label> |
getLabelsList()
Container labels, as provided by the container runtime.
|
LabelOrBuilder |
getLabelsOrBuilder(int index)
Container labels, as provided by the container runtime.
|
List<? extends LabelOrBuilder> |
getLabelsOrBuilderList()
Container labels, as provided by the container runtime.
|
String |
getName()
Name of the container.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the container.
|
String |
getUri()
Container image URI provided when configuring a pod or container.
|
com.google.protobuf.ByteString |
getUriBytes()
Container image URI provided when configuring a pod or container.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the container.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the container.
string name = 1;String getUri()
Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.
string uri = 2;String getImageId()
Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.
string image_id = 3;com.google.protobuf.ByteString getImageIdBytes()
Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.
string image_id = 3;List<Label> getLabelsList()
Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;Label getLabels(int index)
Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;int getLabelsCount()
Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;List<? extends LabelOrBuilder> getLabelsOrBuilderList()
Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;LabelOrBuilder getLabelsOrBuilder(int index)
Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;Copyright © 2023 Google LLC. All rights reserved.