Get Image Plain Args
data class GetImagePlainArgs(val family: String? = null, val filter: String? = null, val name: String? = null, val project: String? = null) : ConvertibleToJava<GetImagePlainArgs>
A collection of arguments for invoking getImage.
Constructors
Link copied to clipboard
fun GetImagePlainArgs(family: String? = null, filter: String? = null, name: String? = null, project: String? = null)
Functions
Properties
Link copied to clipboard
, family or filter - (Required) The name of a specific image or a family. Exactly one of name, family or filter must be specified. If name is specified, it will fetch the corresponding image. If family is specified, it will return the latest image that is part of an image family and is not deprecated. If you specify filter, your filter must return exactly one image. Filter syntax can be found here in the filter section.