Get Registry Image Plain Args
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
Functions
Properties
Link copied to clipboard
The GCR region to use. As of this writing, one of asia
, eu
, and us
. See the documentation for additional information.