Class CloudbuildTriggerBuildSourceRepoSource.Jsii$Proxy

    • Method Detail

      • getBranchName

        public final String getBranchName()
        Description copied from interface: CloudbuildTriggerBuildSourceRepoSource
        Regex matching branches to build.

        Exactly one a of branch name, tag, or commit SHA must be provided. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#branch_name CloudbuildTrigger#branch_name}

        Specified by:
        getBranchName in interface CloudbuildTriggerBuildSourceRepoSource
      • getCommitSha

        public final String getCommitSha()
        Description copied from interface: CloudbuildTriggerBuildSourceRepoSource
        Explicit commit SHA to build. Exactly one a of branch name, tag, or commit SHA must be provided.

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

        Specified by:
        getCommitSha in interface CloudbuildTriggerBuildSourceRepoSource
      • getDir

        public final String getDir()
        Description copied from interface: CloudbuildTriggerBuildSourceRepoSource
        Directory, relative to the source root, in which to run the build.

        This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#dir CloudbuildTrigger#dir}

        Specified by:
        getDir in interface CloudbuildTriggerBuildSourceRepoSource
      • getProjectId

        public final String getProjectId()
        Description copied from interface: CloudbuildTriggerBuildSourceRepoSource
        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/cloudbuild_trigger#project_id CloudbuildTrigger#project_id}

        Specified by:
        getProjectId in interface CloudbuildTriggerBuildSourceRepoSource
      • getTagName

        public final String getTagName()
        Description copied from interface: CloudbuildTriggerBuildSourceRepoSource
        Regex matching tags to build.

        Exactly one a of branch name, tag, or commit SHA must be provided. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#tag_name CloudbuildTrigger#tag_name}

        Specified by:
        getTagName in interface CloudbuildTriggerBuildSourceRepoSource
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object