Interface Cloudfunctions2FunctionBuildConfigSourceRepoSource

    • Method Detail

      • getBranchName

        @Stability(Stable)
        @Nullable
        default String getBranchName()
        Regex matching branches to build.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#branch_name Cloudfunctions2Function#branch_name}

      • getCommitSha

        @Stability(Stable)
        @Nullable
        default String getCommitSha()
        Regex matching tags to build.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#commit_sha Cloudfunctions2Function#commit_sha}

      • getDir

        @Stability(Stable)
        @Nullable
        default String getDir()
        Directory, relative to the source root, in which to run the build.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#dir Cloudfunctions2Function#dir}

      • getInvertRegex

        @Stability(Stable)
        @Nullable
        default Object getInvertRegex()
        Only trigger a build if the revision regex does NOT match the revision regex.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#invert_regex Cloudfunctions2Function#invert_regex}

      • getProjectId

        @Stability(Stable)
        @Nullable
        default String getProjectId()
        ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#project_id Cloudfunctions2Function#project_id}

      • getRepoName

        @Stability(Stable)
        @Nullable
        default String getRepoName()
        Name of the Cloud Source Repository.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#repo_name Cloudfunctions2Function#repo_name}

      • getTagName

        @Stability(Stable)
        @Nullable
        default String getTagName()
        Regex matching tags to build.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#tag_name Cloudfunctions2Function#tag_name}