public interface ContainerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImageId()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The imageId. |
getImageIdBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for imageId. |
getLabels(int index)
public abstract Label getLabels(int index)Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Label |
|
getLabelsCount()
public abstract int getLabelsCount()Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsList()
public abstract List<Label> getLabelsList()Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;
| Returns | |
|---|---|
| Type | Description |
List<Label> |
|
getLabelsOrBuilder(int index)
public abstract LabelOrBuilder getLabelsOrBuilder(int index)Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LabelOrBuilder |
|
getLabelsOrBuilderList()
public abstract List<? extends LabelOrBuilder> getLabelsOrBuilderList()Container labels, as provided by the container runtime.
repeated .google.cloud.securitycenter.v1.Label labels = 4;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.securitycenter.v1.LabelOrBuilder> |
|
getName()
public abstract String getName()Container name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Container name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getUri()
public abstract String getUri()Container image URI provided when configuring a pod/container. May identify a container image version using mutable tags.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()Container image URI provided when configuring a pod/container. May identify a container image version using mutable tags.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |