public interface ContainerOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getImageId()
Optional container image id, when provided by the container runtime.
|
ByteString |
getImageIdBytes()
Optional container image id, when 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()
Container name.
|
ByteString |
getNameBytes()
Container name.
|
String |
getUri()
Container image URI provided when configuring a pod/container.
|
ByteString |
getUriBytes()
Container image URI provided when configuring a pod/container.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
Container name.
string name = 1;
ByteString getNameBytes()
Container name.
string name = 1;
String getUri()
Container image URI provided when configuring a pod/container. May identify a container image version using mutable tags.
string uri = 2;
ByteString getUriBytes()
Container image URI provided when configuring a pod/container. May identify a container image version using mutable tags.
string uri = 2;
String getImageId()
Optional container image id, when provided by the container runtime. Uniquely identifies the container image launched using a container image digest.
string image_id = 3;
ByteString getImageIdBytes()
Optional container image id, when 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 © 2022 Google LLC. All rights reserved.