Interface ContainerInfoOrBuilder (2.6.0)

publicinterface ContainerInfoOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getImage()

publicabstractStringgetImage()

URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"

string image = 1;

Returns
Type Description
String

The image.

getImageBytes()

publicabstractByteStringgetImageBytes()

URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"

string image = 1;

Returns
Type Description
ByteString

The bytes for image.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.