Class CloudbuildTriggerGitFileSource.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getPath

        public final String getPath()
        Description copied from interface: CloudbuildTriggerGitFileSource
        The path of the file, with the repo root as the root of the path.

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

        Specified by:
        getPath in interface CloudbuildTriggerGitFileSource
      • getRepoType

        public final String getRepoType()
        Description copied from interface: CloudbuildTriggerGitFileSource
        The type of the repo, since it may not be explicit from the repo field (e.g from a URL). Values can be UNKNOWN, CLOUD_SOURCE_REPOSITORIES, GITHUB, BITBUCKET_SERVER Possible values: ["UNKNOWN", "CLOUD_SOURCE_REPOSITORIES", "GITHUB", "BITBUCKET_SERVER"].

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

        Specified by:
        getRepoType in interface CloudbuildTriggerGitFileSource
      • getBitbucketServerConfig

        public final String getBitbucketServerConfig()
        Description copied from interface: CloudbuildTriggerGitFileSource
        The full resource name of the bitbucket server config. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{id}.

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

        Specified by:
        getBitbucketServerConfig in interface CloudbuildTriggerGitFileSource
      • getGithubEnterpriseConfig

        public final String getGithubEnterpriseConfig()
        Description copied from interface: CloudbuildTriggerGitFileSource
        The full resource name of the github enterprise config. Format: projects/{project}/locations/{location}/githubEnterpriseConfigs/{id}. projects/{project}/githubEnterpriseConfigs/{id}.

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

        Specified by:
        getGithubEnterpriseConfig in interface CloudbuildTriggerGitFileSource
      • getRepository

        public final String getRepository()
        Description copied from interface: CloudbuildTriggerGitFileSource
        The fully qualified resource name of the Repo API repository.

        The fully qualified resource name of the Repo API repository. If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#repository CloudbuildTrigger#repository}

        Specified by:
        getRepository in interface CloudbuildTriggerGitFileSource
      • getRevision

        public final String getRevision()
        Description copied from interface: CloudbuildTriggerGitFileSource
        The branch, tag, arbitrary ref, or SHA version of the repo to use when resolving the filename (optional).

        This field respects the same syntax/resolution as described here: https://git-scm.com/docs/gitrevisions If unspecified, the revision from which the trigger invocation originated is assumed to be the revision from which to read the specified path. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#revision CloudbuildTrigger#revision}

        Specified by:
        getRevision in interface CloudbuildTriggerGitFileSource
      • getUri

        public final String getUri()
        Description copied from interface: CloudbuildTriggerGitFileSource
        The URI of the repo (optional).

        If unspecified, the repo from which the trigger invocation originated is assumed to be the repo from which to read the specified path. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#uri CloudbuildTrigger#uri}

        Specified by:
        getUri in interface CloudbuildTriggerGitFileSource
      • $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