Interface ContainerOrBuilder (2.49.0)

public interface ContainerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

The time that the container was created.

.google.protobuf.Timestamp create_time = 5;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

The time that the container was created.

.google.protobuf.Timestamp create_time = 5;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Label

getLabelsCount()

public abstract int getLabelsCount()

Container labels, as provided by the container runtime.

repeated .google.cloud.securitycenter.v1.Label labels = 4;

Returns
TypeDescription
int

getLabelsList()

public abstract List<Label> getLabelsList()

Container labels, as provided by the container runtime.

repeated .google.cloud.securitycenter.v1.Label labels = 4;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.LabelOrBuilder>

getName()

public abstract String getName()

Name of the container.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the container.

string name = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for uri.

hasCreateTime()

public abstract boolean hasCreateTime()

The time that the container was created.

.google.protobuf.Timestamp create_time = 5;

Returns
TypeDescription
boolean

Whether the createTime field is set.