Interface ContainerImageOrBuilder (1.0.6)

public interface ContainerImageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRepository()

public abstract String getRepository()

Required. The path to the container image repository. For example: gcr.io/{project_id}/{image_name}

string repository = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The repository.

getRepositoryBytes()

public abstract ByteString getRepositoryBytes()

Required. The path to the container image repository. For example: gcr.io/{project_id}/{image_name}

string repository = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for repository.

getTag()

public abstract String getTag()

The tag of the container image. If not specified, this defaults to the latest tag.

string tag = 2;

Returns
TypeDescription
String

The tag.

getTagBytes()

public abstract ByteString getTagBytes()

The tag of the container image. If not specified, this defaults to the latest tag.

string tag = 2;

Returns
TypeDescription
ByteString

The bytes for tag.