Class CloudbuildTriggerRepositoryEventConfigPush.Jsii$Proxy

    • Method Detail

      • getBranch

        public final String getBranch()
        Description copied from interface: CloudbuildTriggerRepositoryEventConfigPush
        Regex of branches to match.

        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 CloudbuildTrigger#branch}

        Specified by:
        getBranch in interface CloudbuildTriggerRepositoryEventConfigPush
      • getTag

        public final String getTag()
        Description copied from interface: CloudbuildTriggerRepositoryEventConfigPush
        Regex of tags to match.

        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 CloudbuildTrigger#tag}

        Specified by:
        getTag in interface CloudbuildTriggerRepositoryEventConfigPush
      • $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