AppHostingBackendCodebase

data class AppHostingBackendCodebase(val repository: String, val rootDirectory: String? = null)

Constructors

Link copied to clipboard
constructor(repository: String, rootDirectory: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource name for the Developer Connect gitRepositoryLink connected to this backend, in the format: projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{repositoryLink}

Link copied to clipboard
val rootDirectory: String? = null

If repository is provided, the directory relative to the root of the repository to use as the root for the deployed web app.