ServiceTemplateContainerBuildInfo

data class ServiceTemplateContainerBuildInfo(val functionTarget: String? = null, val sourceLocation: String? = null)

Constructors

Link copied to clipboard
constructor(functionTarget: String? = null, sourceLocation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val functionTarget: String? = null

Entry point of the function when the image is a Cloud Run function.

Link copied to clipboard
val sourceLocation: String? = null

Source code location of the image.