Get Repository Result
data class GetRepositoryResult(val gitRemoteSettings: GitRemoteSettingsResponse, val name: String, val npmrcEnvironmentVariablesSecretVersion: String, val workspaceCompilationOverrides: WorkspaceCompilationOverridesResponse)
Constructors
Link copied to clipboard
constructor(gitRemoteSettings: GitRemoteSettingsResponse, name: String, npmrcEnvironmentVariablesSecretVersion: String, workspaceCompilationOverrides: WorkspaceCompilationOverridesResponse)
Properties
Link copied to clipboard
Optional. If set, configures this repository to be linked to a Git remote.
Link copied to clipboard
Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format projects/*/secrets/*/versions/*
. The file itself must be in a JSON format.
Link copied to clipboard
Optional. If set, fields of workspace_compilation_overrides
override the default compilation settings that are specified in dataform.json when creating workspace-scoped compilation results. See documentation for WorkspaceCompilationOverrides
for more information. //*/