additional Contexts
suspend fun additionalContexts(value: Output<List<GoogleDevtoolsContaineranalysisV1alpha1SourceContextArgs>>)
suspend fun additionalContexts(value: List<GoogleDevtoolsContaineranalysisV1alpha1SourceContextArgs>?)
Parameters
value
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. This list will not include the context specified in the context field.
suspend fun additionalContexts(vararg values: Output<GoogleDevtoolsContaineranalysisV1alpha1SourceContextArgs>)
suspend fun additionalContexts(values: List<Output<GoogleDevtoolsContaineranalysisV1alpha1SourceContextArgs>>)
suspend fun additionalContexts(vararg values: GoogleDevtoolsContaineranalysisV1alpha1SourceContextArgs)
Parameters
values
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. This list will not include the context specified in the context field.
suspend fun additionalContexts(argument: List<suspend GoogleDevtoolsContaineranalysisV1alpha1SourceContextArgsBuilder.() -> Unit>)
suspend fun additionalContexts(vararg argument: suspend GoogleDevtoolsContaineranalysisV1alpha1SourceContextArgsBuilder.() -> Unit)
suspend fun additionalContexts(argument: suspend GoogleDevtoolsContaineranalysisV1alpha1SourceContextArgsBuilder.() -> Unit)
Parameters
argument
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. This list will not include the context specified in the context field.