public interface ContainerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()The time that the container was created.
.google.protobuf.Timestamp create_time = 5;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The time that the container was created.
.google.protobuf.Timestamp create_time = 5;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getImageId()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The imageId. |
getImageIdBytes()
public abstract 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;
| 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()Name of the container.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the container.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getUri()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
hasCreateTime()
public abstract boolean hasCreateTime()The time that the container was created.
.google.protobuf.Timestamp create_time = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |