GetRegistryImagePlainArgs

data class GetRegistryImagePlainArgs(val digest: String? = null, val name: String, val project: String? = null, val region: String? = null, val tag: String? = null) : ConvertibleToJava<GetRegistryImagePlainArgs>

A collection of arguments for invoking getRegistryImage.

Constructors

Link copied to clipboard
constructor(digest: String? = null, name: String, project: String? = null, region: String? = null, tag: String? = null)

Properties

Link copied to clipboard
val digest: String? = null

The image digest to fetch, if any.

Link copied to clipboard

The image name.

Link copied to clipboard
val project: String? = null

The project ID that this image is attached to. If not provider, provider project will be used instead.

Link copied to clipboard
val region: String? = null

The GCR region to use. As of this writing, one of asia, eu, and us. See the documentation for additional information.

Link copied to clipboard
val tag: String? = null

The tag to fetch, if any.

Functions

Link copied to clipboard
open override fun toJava(): GetRegistryImagePlainArgs