Interface ContainerImageOrBuilder (1.40.0)

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
Type Description
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
Type Description
ByteString

The bytes for repository.

getTag()

public abstract String getTag()

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

string tag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The tag.

getTagBytes()

public abstract ByteString getTagBytes()

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

string tag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for tag.